mirror of
https://github.com/4IceG/luci-app-modemdata.git
synced 2026-04-25 18:56:07 +03:00
[GH-ISSUE #31] Modem Type error #20
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/luci-app-modemdata#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @saforever99 on GitHub (Jan 12, 2026).
Original GitHub issue: https://github.com/4IceG/luci-app-modemdata/issues/31
I run a Fibocom FM350GL and the Modem Type field shows "+CME ERROR: 3" like in the attached screenshot
Thank you and congrats for the great app !
@4IceG commented on GitHub (Jan 12, 2026):
Hi,
Image doesn't show the cause of problem. Show the script results from Diagnostics tab.
@saforever99 commented on GitHub (Jan 12, 2026):
Ah thanks ! There is a typo in /usr/share/modemdata/vendorproduct/vendorproduct.gcom
let $c="ATE0;+CGMI^m"
Instead of
let $c="AT+CGMI^m"
@4IceG commented on GitHub (Jan 12, 2026):
@obsy Cezary zerkniesz :)
@obsy commented on GitHub (Jan 12, 2026):
What you write is not true
@saforever99 commented on GitHub (Jan 13, 2026):
{
"vendor":"+CME ERROR: 3",
"product":"",
"revision":"81600.0000.00.29.24.02",
"imei":"xxxxxxxxxxxxxxx",
"iccid":"8939880841001179608f",
"imsi":"222882412187960"
}
+CGMR:81600.0000.00.29.24.02
+CGSN:xxxxxxxxxxxxxxx
+CIMI:222882412187960
+ICCID: 8939880841001179608f'
+CGMR:81600.0000.00.29.24.02
+CGSN:xxxxxxxxxxxxxxx
+CIMI:222882412187960
+ICCID: 8939880841001179608f'
+CGMR:81600.0000.00.29.24.02
+CGSN:xxxxxxxxxxxxxxx
+CIMI:222882412187960
+ICCID: 8939880841001179608f'
+CGMR:81600.0000.00.29.24.02
+CGSN:xxxxxxxxxxxxxxx
+CIMI:222882412187960
+ICCID: 8939880841001179608f'
+CGMR:81600.0000.00.29.24.02
+CGSN:xxxxxxxxxxxxxxx
+CIMI:222882412187960
+ICCID: 8939880841001179608f'
+CGMR:81600.0000.00.29.24.02
+CGSN:xxxxxxxxxxxxxxx
+CIMI:222882412187960
+ICCID: 8939880841001179608f'
+CGMR:81600.0000.00.29.24.02
+CGSN:xxxxxxxxxxxxxxx
+CIMI:222882412187960
+ICCID: 8939880841001179608f'
I also have a successful:
sms_tool -d /dev/ttyUSB3 at "ATE0;+CGMI"
Fibocom Wireless Inc.
We also have 2 different versions of FW. Mine is revision":"81600.0000.00.29.24.02"
@obsy commented on GitHub (Jan 13, 2026):
CME error 3 means hanging or freeze.
in /usr/share/modemdata/vendorproduct/vendorproduct.gcom
change
to
And try again