Hello All,
I am currently using Raspberry Pi 3 board to use QMI interface to connect to Telit LE910C1 modem connected to the board via USB interface. I followed the following steps:
-
Flashed the openwrt-22.03.5-bcm27xx-bcm2710-rpi-3-squashfs-factory image file to microSD card.
-
Boot the RPI 3 board
-
Initially IP is set as static so I changed it to DHCP client to connect to internet to download pakages.
-
Downloaded the following packages:
kmod-usb-net-qmi-wwan
uqmi
luci-proto-qmi
kmod-usb-serial-qualcomm
picocom
usb-modeswitch -
Connect my USB modem to the USB port of the RPI3. Telit Modem is configured with correct USB config to use QMI
-
Reboot
-
Add the QMI interface via LUCI web server.
-
At this point QMI is working absolutely fine.
-
Reboot the RPI3 board.
-
QMI interface is no more working. The
uqmi -d /dev/cdc-wdm0 --get-data-status command hangs forever.
Any ideas what could be the problem. I also tried to restart it manually by using:
uqmi -d /dev/cdc-wdm0 --start-network internet --autoconnect
but the above command also hangs.
Any help would be hugely appreciated.
Regards,
Vineet.