I’m trying to port QMI_WWAN driver to my android device with EC25-J module.
Driver version: Quectel_Linux&Android_QMI_WWAN_Driver_V1.2.1
The AT commands is working. I can saw device is attached to LTE.
at+creg=2
OK
at+creg?
+CREG: 2,1,“3585”,“4CB0A21”,7
OK
at+cops?
+COPS: 0,0,“Chunghwa Telecom”,7
According to document Quectel_LTE5G_Linux_USB_Driver_User_Guide_V2.0.pdf
There should be a device /dev/cdc-wdm0 be created but I can’t see it. Am I missing something?
Android 12 Kernel 5.4.191
USB ports
STZDR20:/ # lsusb
Bus 003 Device 001: ID 1d6b:0003 Bus 002 Device 002: ID 2c7c:0125 //EC25
Bus 001 Device 001: ID 1d6b:0002
Bus 002 Device 001: ID 1d6b:0002
/dev
STZDR20:/ # ls /dev/cdc*
ls: /dev/cdc*: No such file or directory
My device “Arcadyan AW1000”,RG500QEAAAR13A01M4G_01.200.01.200
The same situation “/dev/cdc*: No such file or directory”,
I don’t know much about Linux systems. How do I find “devices.cpp”? Please help me. Thank you.
I found the information, thank you.
Use the following command to set up,the modem to apply changes - power toggle it.
AT+QCFG=usbnet # check the current mode
AT+QCFG=usbnet,0 # set QMI or RMNET
AT+QCFG=usbnet,1 # set ECM
AT+QCFG=usbnet,2 # set MBIM