Skip to content

Cellular connection with Quectel EC25 LTE modem USB on BBN/lysmarine #344

Answered by atchik6056
atchik6056 asked this question in Q&A
Discussion options

You must be logged in to vote

I have managed to connect to the cellular network, the problem was (from Quectel guy jfrog- very good and responsive):

Your modem is in ECM mode but cdc_ether driver failed to probe the device. If you want using QMI you need to switch the modem using AT+QCFG="usbnet",0 (through /dev/ttyUSB3)

as I was playing with ECM mode previously
another thing was: qmicli does not send PIN, or I do not know how to do it, so I switched to ModemManager and connected to the network successfully. ModemManager is very well documented, so something like:

sudo systemctl status ModemManager
sudo systemctl start ModemManager
sudo mmcli -L
mmcli -m 0 -K | grep "modem.generic.sim" | awk -F ": " '{ print $2 }'
su…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@atchik6056
Comment options

@mgrouch
Comment options

@atchik6056
Comment options

Answer selected by mgrouch
@mgrouch
Comment options

@atchik6056
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants