mirror of
https://github.com/4IceG/luci-app-3ginfo-lite.git
synced 2026-04-25 11:25:50 +03:00
[GH-ISSUE #83] T99W175 with 6.0.0.6 FW 3ginfo issue #65
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#65
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 @aivavia on GitHub (Jun 9, 2024).
Original GitHub issue: https://github.com/4IceG/luci-app-3ginfo-lite/issues/83
Hello mr. Rafal, I beg you to fix the meters.

The case is in FW 6.0.0.6, I think your 3ginfo can't parse meters correctly.
`root@OpenWrt:~# sms_tool -d /dev/ttyUSB2 at 'ati'
ati
Manufacturer: Qualcomm
Model: T99W175
Revision: T99W175.F0.6.0.0.6.GC.004 1 [Feb 03 2023 10:00:00]
SVN: 01
IMEI: 12345678912345
+GCAP: +CGSM
MPN: 01
root@OpenWrt:~# sms_tool -d /dev/ttyUSB2 at 'at^debug?'
at^debug?
RAT:LTE
mcc:250,mnc:02
lte_cell_id:22060
lte_tac:3832
lte_tx_pwr:-2.0dBm
lte_ant_rsrp:rx_diversity:1 (-103.2dBm,NA,NA,NA)
pcell: lte_band:3 lte_band_width:15.0MHz
channel:1725 pci:58
lte_rsrp:-103.2dBm,rsrq:-10.9dB
lte_rssi:-73.4dBm,lte_snr:13.6dB
`
the AT output and full 3ginfo optput
T99W175_3ginfo.txt
I'm using only common mbim interface connection (luci-proto-mbim). Modemmanager is not installed at all.
OpenWrt 23.05.3
@4IceG commented on GitHub (Jun 9, 2024):
Hi @aivavia
It seems that modem on this fw version has a changed ID, so scripts cannot read the data. I need to add a modem (with this ID).
@aivavia commented on GitHub (Jun 9, 2024):
@4IceG commented on GitHub (Jun 9, 2024):
@aivavia Unpack archive T99W175.zip and copy 2 files to
\usr\share\3ginfo-lite\modem\usbplus clear your browser cache.Edit:
I added archive again.
@aivavia commented on GitHub (Jun 9, 2024):
Excellent! Thank u very much