mirror of
https://github.com/4IceG/luci-app-3ginfo-lite.git
synced 2026-04-25 11:25:50 +03:00
[GH-ISSUE #123] Luci Menu entry won't show up & register after installing on OpenWrt 23.05-rc3 #98
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#98
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 @0xHakurei on GitHub (May 19, 2025).
Original GitHub issue: https://github.com/4IceG/luci-app-3ginfo-lite/issues/123
After correctly installed all dependency packges according to documentation, the luci menu entry of this app won't show up while 3ginfo.sh can be executed flawlessly.
Meanwhile, the luci-app-sms-tool has several "uci - Entry not found" errors during configure phase of installation but works fine.
Kindly have a check to see if this is expeted behavior, or I'm still having dependency issue due to relatively outdated kernel version.
And thanks for your great coding as well.
System Env:
Kernel Version & Fingerprint: 5.15.127-1-df1e414c3d342087bcf97d30aa9bbd8d
sms-tool: 2023-09-21-1b6ca032-1
kmod-usb-*: 5.15.127-1
Output of 3ginfo.sh:
BEGIN
{
"conn_time":"0d, 08:37:32",
"conn_time_sec":"31052",
"conn_time_since":"/RADIATED/",
"rx":"2.4 GiB",
"tx":"136.6 MiB",
"modem":"Quectel RM520N-GL",
"mtemp":"31 °C",
"firmware":"RM520NGLAAR01A07M4G",
"cport":"/dev/ttyUSB3",
"protocol":"qmi",
"csq":"31",
"signal":"100",
"operator_name":"/RADIATED/",
"operator_mcc":"/RADIATED/",
"operator_mnc":"/RADIATED/",
"location":"-",
"mode":"5G SA | n78 (3500 MHz)",
"registration":"1",
"simslot":"1",
"imei":"/RADIATED/",
"imsi":"/RADIATED/",
"iccid":"/RADIATED/",
"lac_dec":"-",
"lac_hex":"-",
"tac_dec":"8585216",
"tac_hex":"830000",
"tac_h":"-",
"tac_d":"0",
"cid_dec":"/RADIATED/",
"cid_hex":"/RADIATED/",
"pci":"237",
"earfcn":"627264",
"pband":"n78 (3500 MHz) @100 MHz",
"s1band":"-",
"s1pci":"0",
"s1earfcn":"0",
"s2band":"-",
"s2pci":"0",
"s2earfcn":"0",
"s3band":"-",
"s3pci":"0",
"s3earfcn":"0",
"s4band":"-",
"s4pci":"0",
"s4earfcn":"0",
"rsrp":"-81",
"rsrq":"-11",
"rssi":"-51",
"sinr":"15"
}
END
Best,
@4IceG commented on GitHub (May 21, 2025):
Hi,
I don't know why 3ginfo in LuCI is not showing correctly, you didn't show the error so I don't even know where to look.
As for luci-app-sms-tool, it is an old package no longer developed by me. Errors during installation may appear, but they do not affect the functionality of the package. If you can, I recommend installing this https://github.com/4IceG/luci-app-sms-tool-js package.
@0xHakurei commented on GitHub (May 25, 2025):
Sorry for the late reply, I fetched the corrisponding version SDK that matches my kernel version and compiled the package, then I tested it again, the malfunciton presists as screenshots in attachment, you can see the "Modem" entry did not show up as expected.



The package installation status as well as dependency installation status shown below:
The package compiling result shown below:
Please kindly have a check, if the kernel version 5.15.127 is no longer supported for this package, please let me know.
@4IceG commented on GitHub (May 26, 2025):
Package has everything to be visible in the menu for LuCI, so this is not a problem with the package.
Sometimes a LuCI reload is required (clearing the cache in tmp and clearing the cache in the browser).
@xsetiadi commented on GitHub (Mar 9, 2026):
hmm im also have the same issue on OpenWrt 23.05.0. when install 3glite-info i got error like this
root@QWRT-H29K:~# opkg install luci-app-3ginfo-lite
Installing luci-app-3ginfo-lite (1.0.77) to root...
Downloading https://raw.githubusercontent.com/4IceG/Modem-extras/main/myrepo/luci-app-3ginfo-lite_1.0.77_all.ipk
Configuring luci-app-3ginfo-lite.
uci: Parse error (invalid command) at line 1, byte 0
and no 3ginfo sub menu on modem tab. or in other tab menu.