Ive just adquired a Quectel RM500Q-GL, but im not able to make it works. I have cloned this git repo following the instructions of the documentation of the web I bought the module. Im trying to use it with a khadas VIM3 board. There is no device in the /dev/ directory pointing to the module but when I write lsusb in the command prompt y see
I,ve got the same problem as Diego, same logs and driver problem
Not easy to find the source code of the driver for compiling Where can I downloard it.
Thank you @silvia I have integrated it but it doesn’t work
The messages are the following
[11-27_15:09:51:160] network interface ‘’ or qmidev ‘’ is not exist
[11-27_15:09:51:160] atdevice_detect failed
[11-27_15:09:51:160] qmidevice_detect failed
with dmesg
[ 17.699942] usb 1-3.1: Product: USB Serial
[ 17.878445] usb 1-3.2: new high-speed USB device number 5 using xhci_hcd
[ 18.079022] usb 1-3.2: New USB device found, idVendor=2c7c, idProduct=0316, bcdDevice= 5.15
[ 18.079137] usb 1-3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 18.079232] usb 1-3.2: Product: RG255C-GL
[ 18.079315] usb 1-3.2: Manufacturer: Quectel
[ 18.079413] usb 1-3.2: SerialNumber: ad1ad481
[ 18.102217] option 1-3.2:1.0: GSM modem (1-port) converter detected
[ 18.102638] usb 1-3.2: GSM modem (1-port) converter now attached to ttyUSB0
[ 18.103285] option 1-3.2:1.1: GSM modem (1-port) converter detected
[ 18.103687] usb 1-3.2: GSM modem (1-port) converter now attached to ttyUSB1
[ 18.104571] option 1-3.2:1.2: GSM modem (1-port) converter detected
[ 18.104956] usb 1-3.2: GSM modem (1-port) converter now attached to ttyUSB2
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 480M
|__ Port 3: Dev 2, If 0, Class=, Driver=hub/4p, 480M
|__ Port 1: Dev 4, If 0, Class=, Driver=, 12M
|__ Port 2: Dev 5, If 0, Class=, Driver=option, 480M
|__ Port 2: Dev 5, If 1, Class=, Driver=option, 480M
|__ Port 2: Dev 5, If 2, Class=, Driver=option, 480M
|__ Port 2: Dev 5, If 3, Class=, Driver=qmi_wwan_q, 480M
|__ Port 4: Dev 3, If 0, Class=, Driver=, 12M
we use the same.
We have found the problem-
In fact there was a module compiled staticaly in the kernel which were using wwan0 and wwan1- So the Quectel module was taking the next one available : wwan2 - After removing the faulty module the wwan0 is correctly allocated
Thank you for your help