mirror of
https://github.com/4IceG/luci-app-3ginfo-lite.git
synced 2026-04-25 11:25:50 +03:00
[GH-ISSUE #3] Model unknown after firmware upgrade... #134
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-3ginfo-lite#134
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 @erdoukki on GitHub (Aug 3, 2021).
Original GitHub issue: https://github.com/4IceG/luci-app-3ginfo-lite/issues/3
Before upgrade :
After firmware upgrade with Quectel QFirehose, the model is garbage :
How can I help to fix this ?
@erdoukki commented on GitHub (Aug 3, 2021):
# /usr/share/3ginfo-lite/3ginfo.sh@erdoukki commented on GitHub (Aug 3, 2021):
fixed by modifying the file : 2c7c0306
# cat /usr/share/3ginfo-lite/3ginfo-addon/2c7c0306 | grep MODELMODEL=$(echo $DEVV | awk -F 'ati|Rev' '{print $1}'| xargs)@erdoukki commented on GitHub (Aug 3, 2021):
/usr/share/3ginfo-lite/3ginfo.sh
@4IceG commented on GitHub (Aug 3, 2021):
They warned me against uploading the firmware from the firehouse directory, I do not know what mode the modem enters then, but you can see that it does not work normally / correctly. It is best to post on the modem manufacturer's forum how to restore the modem operation.
@erdoukki commented on GitHub (Aug 3, 2021):
For me there is no problem with the card itself...
# sms_tool -d /dev/ttyUSB2 at "ati"@erdoukki commented on GitHub (Aug 3, 2021):
The upgrade process work fine and finished without errors...
But the code testing the model may look strange, print $2 is not correct for me and it works fine with print $1
@4IceG commented on GitHub (Aug 3, 2021):
If the modem works then OK, so other commands collecting data from the modem should work. Tomorrow I will check and correct the script from EP06-E to make it work well for the ATI command.
@4IceG commented on GitHub (Aug 5, 2021):
The correct output of the "ati" command for this modem is:
If we add this command output to the script
it is all read well, nothing needs to be edited or corrected.
@erdoukki commented on GitHub (Aug 9, 2021):
This was a correct display with old firmware, the latest shown i differently, so to get the always working we may modify the file as this way :
then :
@4IceG commented on GitHub (Aug 9, 2021):
@erdoukki Check if this code will work.
@erdoukki commented on GitHub (Aug 11, 2021):
on the "upgraded" Quectel EP06 : okay
I have a second Quectel EP06, untouched (not upgraded), and will test also on it...
@erdoukki commented on GitHub (Aug 11, 2021):
@erdoukki commented on GitHub (Aug 11, 2021):
look correct with :
give
and
both give :