Table 1. Applicable Modules and USB Interface Information from UMTS_LTE_5G Linux USB Driver User Guide V3.0 implies that the only driver required for the RM500Q series is the MBIM driver. Is this correct or have I misinterpreted the table and the USB serial option driver is also required?
I’m trying to integrate this module to a Raspberry Pi. Have managed to get qmi_wwan_q driver ver 1.2.1 installed (verified using lsusb -t).
But when I run sudo ./quectel-CM -s “myapn”, wwan0 failed to get dhcp IP Address.
Tried to google search, found that need to set wwan to raw IP.
sudo echo ‘Y’ | sudo tee /sys/class/net/wwan0/qmi/raw_ip
But the thing is, there is no such file (/sys/class/net/wwan0/qmi/raw_ip) in my system.
BTW, my system is Raspberry Pi 4, with Raspi OS 64 Bit kernel 5.15.32.
Hello,
are there Linux drivers available for the RM502Q-AE when in PCI mode? We have a device where we want to utilize the higher bandwidth of PCI compared to USB, but it apears we need different drivers for that? Can you help?
Thank you!