mirror of
https://github.com/4IceG/luci-app-modemdata.git
synced 2026-04-26 03:06:03 +03:00
[GH-ISSUE #18] Fibocom L850-GL, SINR didn't show and many property like vendor, revision, etc. #12
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#12
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 @4IceG on GitHub (Nov 1, 2025).
Original GitHub issue: https://github.com/4IceG/luci-app-modemdata/issues/18
@4IceG can you fixing bug, i use Fibocom L850-GL, SINR didn't show and many property like vendor, revision, etc.
i think this UI was better than 3ginfo. thanks
Originally posted by @Gimenz in https://github.com/4IceG/luci-app-modemdata/issues/16#issuecomment-3455912254
@4IceG commented on GitHub (Nov 1, 2025):
@Gimenz Sinr/snr is missing because it was commented out in script (I don't remember why).
The remaining data is to check if modem is responding (scripts may need to be changed).
Show the result of at commands:
Plus show results from diagnostics tab for .sh scripts.
@Gimenz commented on GitHub (Nov 1, 2025):
modem information, and many details now was shown
@Gimenz commented on GitHub (Nov 1, 2025):
this is result from at comands
AT+GTPKGVER: "18500.5001.00.05.27.16_5001.05.001.033"
AT+GMM: "L850 LTE Module","L850"
AT+CGSN: 359324xxxxxxx
AT+CIMI: 5101150xxxxxx
AT+CCID: 896211xxxxxx
@Gimenz commented on GitHub (Nov 1, 2025):
/usr/share/modemdata/network.sh
product.sh
params.sh
@4IceG commented on GitHub (Nov 1, 2025):
I'm closing, data is displayed correctly.
@Gimenz commented on GitHub (Nov 1, 2025):
hi, but product.sh same as first issue
@4IceG commented on GitHub (Nov 1, 2025):
Previously, this data was... you showed it yourself.
@Gimenz commented on GitHub (Nov 1, 2025):
idk why it happenned
@4IceG commented on GitHub (Nov 1, 2025):
@Gimenz Have you changed anything since the data was visible?
@4IceG commented on GitHub (Nov 2, 2025):
@obsy Cezary chyba trzeba wydzielić też Fibocom L850-GL do dedykowanego "odczytu produktu", z fotek/komentarzy częściej danych nie ma niż są obecnie.
@obsy commented on GitHub (Nov 2, 2025):
To nic nie zmieni. Dane i tak będą odczytywane z /dev/ttyACM0, co najwyżej innymi poleceniami. Ale jeżeli sam odczyt się nie uda to niezależne jakim poleceniem byś pytał to i tak danych nie będzie.
@Gimenz retry reading product.sh several times and show debug when it does not display data
@4IceG commented on GitHub (Nov 2, 2025):
OK, czyli problemem może być dostanie się do modemu, a nie sama obsługa poleceń.
@Gimenz commented on GitHub (Nov 2, 2025):
@4IceG i not change anything
@4IceG commented on GitHub (Nov 7, 2025):
@FaruqAsap or @Gimenz Check if copying this 2cb70007 file to this
/usr/share/modemdata/vendorproduct/usbfolder will fix anything.Archive with file to unzip 2cb70007.zip
@Gimenz commented on GitHub (Nov 7, 2025):
i did not see the vendorproduct foler, should i create it?
@4IceG commented on GitHub (Nov 7, 2025):
If you don't have folder, you have an old version of the modemdata package. Install the latest version.
github.com/obsy/modemdata@da5b12dc9b/modemdata/files/usr/share/modemdata/vendorproduct/usb@Gimenz commented on GitHub (Nov 7, 2025):
thanks, now was fine works

but i uncomment, and modified the code at /addon/usb/2cb70007, so the SNR shows the data
i get the code from
github.com/4IceG/luci-app-3ginfo-lite@fbf7991618/luci-app-3ginfo-lite/root/usr/share/3ginfo-lite/modem/usb/2cb70007 (L101C42-L101C84)@4IceG commented on GitHub (Nov 7, 2025):
@Gimenz Does it show missing data with my file? Or without it too? Because I don't know if Cezary should add it.
@obsy Cezary pamiętasz może o co chodziło z tym zakomentowanym SNR?
github.com/obsy/modemdata@da5b12dc9b/modemdata/files/usr/share/modemdata/addon/usb/2cb70007 (L293)github.com/obsy/modemdata@da5b12dc9b/modemdata/files/usr/share/modemdata/addon/usb/2cb70007 (L367)@obsy commented on GitHub (Nov 7, 2025):
Nie, nie pamiętam powodu.
@4IceG commented on GitHub (Nov 9, 2025):
@obsy Cezary możesz usunąć te zakomentowania dla SNR plus dorzucić jeszcze ten dedykowany plik dla "produktu". Chciałbym już zamknąć tą litanie :).
@obsy commented on GitHub (Nov 10, 2025):
@4IceG
REVISION zależy od tego czy PRODUCT jest odczytany. Tak miało być?
Można by też połączyć to wszytko w jedne linie, bo za dużo awk i xargs jest wołane.
@4IceG commented on GitHub (Nov 10, 2025):
@obsy Cezary do tej pory to dzialalo, czy akurat tak powinno byc nie odpowiem bo nie pamietam wynikow polecen. Jezeli masz watpliwosci co do zapisu, to jasne zmieniaj, optymalizuj.
@obsy commented on GitHub (Nov 10, 2025):
@Gimenz
Show me again output of
@Gimenz commented on GitHub (Nov 10, 2025):
@4IceG
@obsy commented on GitHub (Nov 10, 2025):
@Gimenz
Do:
and test gui again.
@Gimenz commented on GitHub (Nov 10, 2025):
wtf, now didn't show everything, whats wrong? i didn't modify anything
@obsy commented on GitHub (Nov 10, 2025):
/dev/ttyACM0 busy or sth.
@Gimenz commented on GitHub (Nov 10, 2025):
but on 3ginfo it works fine
@obsy commented on GitHub (Nov 10, 2025):
Don't use 3ginfo and modemdata at the same time.
Close gui and show
@Gimenz commented on GitHub (Nov 10, 2025):
@obsy commented on GitHub (Nov 10, 2025):
/usr/share/modemdata/product.sh /dev/ttyACM0Of course...
@Gimenz commented on GitHub (Nov 10, 2025):
@obsy commented on GitHub (Nov 10, 2025):
Okay, so this version can be committed.
@Gimenz commented on GitHub (Nov 10, 2025):
thats good, but the SNR still got problem
@obsy commented on GitHub (Nov 10, 2025):
SNR will be uncommented.
@obsy commented on GitHub (Nov 11, 2025):
FIxed in
github.com/obsy/modemdata@7790a412cc@Gimenz commented on GitHub (Nov 11, 2025):
hi, i was try to uncommented before, but it shows the SNR value is 50dB
i think you should add pieces code from
github.com/4IceG/luci-app-3ginfo-lite@fbf7991618/luci-app-3ginfo-lite/root/usr/share/3ginfo-lite/modem/usb/2cb70007 (L101C42-L101C84)after that
@obsy commented on GitHub (Nov 11, 2025):
You previously wrote that uncommenting would suffice. So you didn't check it before?
@Gimenz commented on GitHub (Nov 11, 2025):
hmmm, i was says uncomment, and modified the code. it means i have tried before, maybe you missed my comment, aplogoize 🙏
@obsy commented on GitHub (Nov 11, 2025):
github.com/obsy/modemdata@62b5e65ce3