I have both a 7560 and 7362SL and want to use one of them with the waterproof *outdoor* Alfa U4Gv2 LTE dongle (because this is for a steel hulled houseboat, so indoor is a no-go).
(whichever Fritz works, the other would be used as Mesh repeater)
I used LTE dongle before with Fritz/Freetz, and the dongle is not a brand new model, so I thought it would be fine.
To make sure, I even selected the "update usb device table" on the menuconfig.
However, while lsusb is showing it, Fitz/Freetz does not know it and shows an "unknown USB device".
I am relatively sure there is nothing special to this LTE modem, it is just a matter of not knowing the VID/PID
Question: How easy would it be, where in the filesystem can I, add the VID/PID to some database somewhere?
Any help appriciated.
Many thanks
Ubunto lsusb output: Bus 001 Device 002: ID 2c7c:0125 Quectel Wireless Solutions Co., Ltd. EC25 LTE modem
-- Zusammenführung Doppelpost gemäß Boardregeln by stoney
Ok, I got it to workusing a workaround. Not as simple as I thought, and also I loose SMS and GSM functions.
But at least data works.
Core problem was not (only) the missing VID/PID, but also that this Alfa / Quectel EC25 modem uses newer "qmi" protocol, which I think the Fritz does not know. Or at least not know this is one of those modems: Ref: https://openwrt.org/docs/guide-user/network/wan/wwan/ltedongle
Setting it from QMI to MBIM makes the Fritz understand the make and model of the modem
As it nicely reports the make and model, and even lists out the SIM details, and tells me the signal, and that the modem is connected.
Basically everything, except a working internet. I think the Fritz now understands the "control channel", but misses the "data channel"
The method I did get it to work is by activating ECM mode.
This means you put the APN into the modem itself, and the Alfa modem acts as a Android - Tethering device.
Indeed, Fritz now thinks it is connected not to a LTE dongle, but to a Tethering phone. And it works.
Of course, no SMS. And also no using the GSM number from Fritz as a telephony hardline.
But it works for internet at least. Ref: https://docs.sixfab.com/page/internet-connection-with-quectel-ec25-by-using-ecm-mode
Edit: some more refs:
EC25 Modem manual
github.com
(whichever Fritz works, the other would be used as Mesh repeater)
I used LTE dongle before with Fritz/Freetz, and the dongle is not a brand new model, so I thought it would be fine.
To make sure, I even selected the "update usb device table" on the menuconfig.
However, while lsusb is showing it, Fitz/Freetz does not know it and shows an "unknown USB device".
I am relatively sure there is nothing special to this LTE modem, it is just a matter of not knowing the VID/PID
Question: How easy would it be, where in the filesystem can I, add the VID/PID to some database somewhere?
Any help appriciated.
Many thanks
Ubunto lsusb output: Bus 001 Device 002: ID 2c7c:0125 Quectel Wireless Solutions Co., Ltd. EC25 LTE modem
-- Zusammenführung Doppelpost gemäß Boardregeln by stoney
Ok, I got it to workusing a workaround. Not as simple as I thought, and also I loose SMS and GSM functions.
But at least data works.
Core problem was not (only) the missing VID/PID, but also that this Alfa / Quectel EC25 modem uses newer "qmi" protocol, which I think the Fritz does not know. Or at least not know this is one of those modems: Ref: https://openwrt.org/docs/guide-user/network/wan/wwan/ltedongle
Code:
AT+QCFG="usbnet" shows current mode
AT+QCFG="usbnet",0 - is PPP & QMI (default)
AT+QCFG="usbnet",1 - is ECM.
AT+QCFG="usbnet",2 - is MBIM
Setting it from QMI to MBIM makes the Fritz understand the make and model of the modem
As it nicely reports the make and model, and even lists out the SIM details, and tells me the signal, and that the modem is connected.
Basically everything, except a working internet. I think the Fritz now understands the "control channel", but misses the "data channel"
The method I did get it to work is by activating ECM mode.
This means you put the APN into the modem itself, and the Alfa modem acts as a Android - Tethering device.
Indeed, Fritz now thinks it is connected not to a LTE dongle, but to a Tethering phone. And it works.
Of course, no SMS. And also no using the GSM number from Fritz as a telephony hardline.
But it works for internet at least. Ref: https://docs.sixfab.com/page/internet-connection-with-quectel-ec25-by-using-ecm-mode
Code:
AT+QCFG="usbnet",1
AT+CGDCONT=1,"IP","<your APN here>"
AT+CFUN=1,1
Edit: some more refs:
EC25 Modem manual
![bacnh.com](https://static.bacnh.com/content/images/2020/04/photo-1532188363366-3a1b2ac4a338.jpeg)
Quectel Linux USB Drivers Troubleshooting
This post, I am going to show you how to do troubleshooting the USB device drivers between Linux box and Quectel IoT Modules.
bacnh.com
QualcommLTE/README.md at master · gartfr/QualcommLTE
Get my LTE Modem working. Contribute to gartfr/QualcommLTE development by creating an account on GitHub.
Anhänge
Zuletzt bearbeitet von einem Moderator: