-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dell Inc. DW5821e Snapdragon X20 LTE modem support #46
Comments
Hi @fatkhur1960 , |
I got the result like this {
"connt": "0d, 00:10:38",
"conntx": "328.8 MiB",
"connrx": "1.2 GiB",
"modem": "Dell Inc. DW5821e Snapdragon X20 LTE ",
"mtemp": "44 °C",
"firmware": "T77W968.F1.0.0.5.2.GC.013 1 [May 21 2020 04:00:00]",
"cport": "/dev/ttyUSB2",
"protocol": "mbim",
"csq": "24",
"signal": "77",
"operator_name": "LIVE.ON",
"operator_mcc": "510",
"operator_mnc": "11",
"mode": "B3 (1800 MHz)",
"registration": "1",
"simslot": "",
"imei": "862xxx",
"imsi": "5101xxx",
"iccid": "896xxx",
"lac_dec": "65534",
"lac_hex": "FFFE",
"tac_dec": "53126",
"tac_hex": "340262",
"tac_h": "",
"tac_d": "",
"cid_dec": "136695557",
"cid_hex": "825CF05",
"pci": "",
"earfcn": "",
"pband": "B3 (1800 MHz) @20.0 MHz",
"s1band": "",
"s1pci": "",
"s1earfcn": "",
"s2band": "",
"s2pci": "",
"s2earfcn": "",
"s3band": "",
"s3pci": "",
"s3earfcn": "",
"s4band": "",
"s4pci": "",
"s4earfcn": "",
"rsrp": "-98.9",
"rsrq": "-15.5",
"rssi": "-66.3",
"sinr": "5"
} There are still numerous vacant fields, particularly in acquiring PCI and EARFCN. |
Hi @fatkhur1960 ,
Modem does not support commands below?
|
Here's the outputs AT^DEBUG? Output:
AT^CA_INFO? Output:
AT+GMI Output:
AT+GMM Output:
AT+GMR
|
Ok so this modem name falls: We have now I'd probably leave it eventually @fatkhur1960 show the output of the ati command, Thx |
and at^RFSTS? This dell is like FN940, branded Foxconn T77W968 |
mr Rafal, smth is broken with 5821e device |
Hi @aivavia , |
Show
|
Hi @tanghai096, |
Use code (```) block to format this output. |
|
|
Missing line with "RAT" tag in output. It can be fixed. |
Thanks admin ❤️❤️❤️ |
|
@tanghai096 Clear your browser cache. |
thanks. package working good |
@tanghai096 Check if the operator name is still duplicated in this version luci-app-3ginfo-lite_1.0.71-20240510_all.zip. |
|
OK, thanks @tanghai096 for checking. Quite irritating.. I will try to solve it in another way. |
Hi,
I would like to kindly request your attention to the possibility of incorporating compatibility for the Dell Inc. DW5821e Snapdragon X20 LTE modem. I have taken the liberty of creating a modem script in anticipation of this, although I must admit that it may require further refinement. The specific script can be accessed through my gists using this link 413c81d7.
Thank you for your consideration.
The text was updated successfully, but these errors were encountered: