Hello together,
after some time I tried again to get my setup working.
I tried a lot and followed some guides but I don't get my setup working properly.
I got everything installed and the modem is recognized but can't get a proper connection.
Once I got a proper connection but not anymore after a reboot.
I think I miss something important or just have to change some settings but I don't know. Maybe someone could help and explain it to me?
Thanks in advance and sorry for my bad English skills.
The Output of cat /sys/kernel/debug/usb/devices
T: Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=5000 MxCh= 0
D: Ver= 3.20 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 9 #Cfgs= 2
P: Vendor=1e0e ProdID=9011 Rev= 4.14
S: Manufacturer=QCOM
S: Product=SDXPRAIRIE-MTP _SN:0D9255D1
S: SerialNumber=0123456789ABCDEF
C:* #Ifs= 7 Cfg#= 1 Atr=a0 MxPwr=896mA
A: FirstIf#= 0 IfCount= 2 Cls=ef(misc ) Sub=04 Prot=01
I:* If#= 0 Alt= 0 #EPs= 1 Cls=ef(misc ) Sub=04 Prot=01 Driver=(none)
E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=32ms
I:* If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=(none)
E: Ad=8e(I) Atr=02(Bulk) MxPS=1024 Ivl=0ms
E: Ad=0f(O) Atr=02(Bulk) MxPS=1024 Ivl=0ms
I:* If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=30 Driver=option
E: Ad=82(I) Atr=02(Bulk) MxPS=1024 Ivl=0ms
E: Ad=01(O) Atr=02(Bulk) MxPS=1024 Ivl=0ms
I:* If#= 3 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=60 Driver=option
E: Ad=84(I) Atr=03(Int.) MxPS= 10 Ivl=32ms
E: Ad=83(I) Atr=02(Bulk) MxPS=1024 Ivl=0ms
E: Ad=02(O) Atr=02(Bulk) MxPS=1024 Ivl=0ms
I:* If#= 4 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=40 Driver=option
E: Ad=86(I) Atr=03(Int.) MxPS= 10 Ivl=32ms
E: Ad=85(I) Atr=02(Bulk) MxPS=1024 Ivl=0ms
E: Ad=03(O) Atr=02(Bulk) MxPS=1024 Ivl=0ms
I:* If#= 5 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=40 Driver=option
E: Ad=88(I) Atr=03(Int.) MxPS= 10 Ivl=32ms
E: Ad=87(I) Atr=02(Bulk) MxPS=1024 Ivl=0ms
E: Ad=04(O) Atr=02(Bulk) MxPS=1024 Ivl=0ms
I:* If#= 6 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=40 Driver=option
E: Ad=8a(I) Atr=03(Int.) MxPS= 10 Ivl=32ms
E: Ad=89(I) Atr=02(Bulk) MxPS=1024 Ivl=0ms
E: Ad=05(O) Atr=02(Bulk) MxPS=1024 Ivl=0ms
C: #Ifs= 2 Cfg#= 2 Atr=a0 MxPwr=896mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=06 Prot=00 Driver=
E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=32ms
I: If#= 1 Alt= 0 #EPs= 0 Cls=0a(data ) Sub=00 Prot=00 Driver=
I: If#= 1 Alt= 1 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=
E: Ad=8e(I) Atr=02(Bulk) MxPS=1024 Ivl=0ms
E: Ad=0f(O) Atr=02(Bulk) MxPS=1024 Ivl=0ms
AndrewZ
February 23, 2025, 11:32am
3
Thanks Andrew!
I just send the AT command over picocom AT+QCFG="usbnet",2
to switch to MBIM but reviced just an Error.
Is there anything else I have to do?
AndrewZ
February 23, 2025, 11:57am
5
Yes, read what I wrote in the wiki:
don't expect these proprietary commands to work on devices from other manufacturers
then read the manual for your modem.
You can also search the forum and find something like this:
Sorry for possible confusion, but I missed these IDs the first time I checked the driver sources.
1e0e:9001 is present in both option and qmi_wwan and there is no need to add them manually via new_id. If there is a desire to use it in MBIM mode that could be achieved by sending AT+CUSBCFG=USBID,1E0E,9003 to /dev/ttyUSB2
/dev/ttyUSB2 is typically the AT command port, if there is no offset caused by other devices.
Connect using a terminal like picocom and send AT+CUSBCFG=USBID,1E0E,9003
Reset or re-connect the modem then check with cat /sys/kernel/debug/usb/devices again.
Assuming the modem will appear in MBIM mode you will need to follow this: https://openwrt.org/docs/guide-user/network/wan/wwan/ltedongle
1 Like
I got it workin and learned some things. Thank you very much! This setup is working awesome and it's really fast.
I'll write down an installation guide in the next few weeks for everyone who want to build this setup for a easier start.
system
Closed
March 7, 2025, 6:53pm
7
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.