4IceG / luci-app-3ginfo-lite

Graphic visualization of the mPCI-E / M.2 and USB 3G / LTE / LTE-A / 5G modem connection status. (LuCI JS) | OpenWrt >= 21.02
90 stars 35 forks source link

T99W175 with 6.0.0.6 FW 3ginfo issue #83

Closed aivavia closed 3 weeks ago

aivavia commented 4 weeks ago

Hello mr. Rafal, I beg you to fix the meters.

11

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 4 weeks ago

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 4 weeks ago

It seems that modem on this fw version has a changed ID No matter what customer is chosen, VID and PID are mostly 05c6:90d5 or 05c6:9025 Changing customer changes the "Manufacturer" string in ATI and nothing more. if it will help you.

4IceG commented 4 weeks ago

@aivavia Unpack archive T99W175.zip and copy 2 files to \usr\share\3ginfo-lite\modem\usb plus clear your browser cache.

Edit: I added archive again.

aivavia commented 4 weeks ago

Excellent! Thank u very much