[GH-ISSUE #52] New device support: Fibocom NL952-EAU #175

Closed
opened 2026-03-13 13:32:46 +03:00 by kerem · 0 comments
Owner

Originally created by @jfrogg on GitHub (Sep 29, 2023).
Original GitHub issue: https://github.com/4IceG/luci-app-3ginfo-lite/issues/52

Fibocom NL952-EAU-10 is CAT18 LTE modem in M.2(NGFF) form-factor, it could be found in Sercomm LTE2122GR 3UK router.

Support has been added for this modem operating in ECM mode (2cb7:0105), it is based on the existing Fibocom FM150-AE support file.
2cb70105.zip

P.S.
While testing and debugging the script I was really annoyed by cat /sys/kernel/debug/usb/devices output that was parsed to find the name of the network driver been used. I've changed the code [at the very end of the file] to something that is less talkative.
@4IceG since this code is common for multiple devices I propose to move it to the main 3ginfo script or even a separate script.
Generally speaking some information needs to be read only once, when the modem is detected by the system or when configuration is changed. Details like IMEI, IMSI, ICCID, modem name and protocol are static, in reality only the signal parameters need to be updated regularly.

Originally created by @jfrogg on GitHub (Sep 29, 2023). Original GitHub issue: https://github.com/4IceG/luci-app-3ginfo-lite/issues/52 Fibocom NL952-EAU-10 is CAT18 LTE modem in M.2(NGFF) form-factor, it could be found in Sercomm LTE2122GR 3UK router. Support has been added for this modem operating in ECM mode (2cb7:0105), it is based on the existing Fibocom FM150-AE support file. [2cb70105.zip](https://github.com/4IceG/luci-app-3ginfo-lite/files/12765953/2cb70105.zip) P.S. While testing and debugging the script I was really annoyed by `cat /sys/kernel/debug/usb/devices` output that was parsed to find the name of the network driver been used. I've changed the code [at the very end of the file] to something that is less talkative. @4IceG since this code is common for multiple devices I propose to move it to the main 3ginfo script or even a separate script. Generally speaking some information needs to be read only once, when the modem is detected by the system or when configuration is changed. Details like IMEI, IMSI, ICCID, modem name and protocol are _static_, in reality only the signal parameters need to be updated regularly.
kerem closed this issue 2026-03-13 13:32:51 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/luci-app-3ginfo-lite#175
No description provided.