Quectel RM500Q-GL Drivers for LINUX and latest Firmware

Hello
I have just received QUECTEL RM500Q-GL . I want to use it with LINUX system (ubuntu 18.04 and 20.04). please let me know from where i can get the following ?

  1. Drivers ?
  2. latest Firmware ?
  3. Minicom Download Link for ubuntu ?

regards
Ahmad

For drivers please follow the Quectel_UMTS_LTE_5G_Linux_USB_Driver_User_Guide_V3.1.pdf.
The latest version of qmi_wwan_q.c is 1.2.6.
The latest QConnectManager is 1.6.5.

For firmware, please tell which firmware are you using now.

Mnicom is opensource program.

Hi,
Can you please also send me a qmi_wwan_q.c which relates to RM500Q-AE?
I am trying to set it up on kernel 4.14.

The modem is recognized by the system and I can use qmicli to get a connection. Unfortunately, it cannot get an IP with udhcpc. Any hints?

If you would like to try qmicli,

please don’t try the qmi_wwan_q. Please just try the native driver qmi_wwan.

qmicli won’t set ip for wwan0,
If you would like to set ip for RM500Q-AE, please

echo Y > /sys/class/net/wwan0/qmi/raw_ip
and then try udhcpc for wwan0.

The network interface must be set to raw_ip mode,

I am developing a driver for use a RM510Q-GLHA device in a Jetsson Nano and I need the file for setup the wwan connectivity. The USBtty connection with picocom was yet achieved but I need the qmi_wwan_q.c for complete the driver.

Kind regards

I think the original driver qmi_wwan is also working.
For qmi_wwan_q I can send it to you.
Please check the message.

@Xose_Ramon_Sousa_Vaz