mirror of
https://github.com/4IceG/luci-app-3ginfo-lite.git
synced 2026-04-25 11:25:50 +03:00
[GH-ISSUE #131] Add Quectel MHI driver parsing #104
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#104
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 @stich86 on GitHub (Aug 10, 2025).
Original GitHub issue: https://github.com/4IceG/luci-app-3ginfo-lite/issues/131
Hi @4IceG,
i'm playing with a CPE that supporto only PCIE module, so I got an RM520N-GLAP (no the AA version). Using Quectel MHI driver, is not possible to see all informations.
I've edited
3ginfo.shandgetdevicevendorproduct()function adding this entry into the case statement:/dev/mhi_DUNis the AT port exposed by Quectel MHI driver. Then I've created under themodem/pcifolder the usual file with VIDPID, for Quectel RM520N (using the usb file) only the last part was changed to display working protocol:and it's working:
Let me know if you want a PR
Thanks!
@4IceG commented on GitHub (Aug 11, 2025):
Hi @stich86 ,
You can make a PR if you want 😏, but I don't know when the new package/repository update will be. Right now, I'm focusing on preparing the new package.
@stich86 commented on GitHub (Aug 11, 2025):
done, here is the PR https://github.com/4IceG/luci-app-3ginfo-lite/pull/132 :)
Let me know!
@4IceG commented on GitHub (Nov 18, 2025):
Hi @stich86 ,
Do you have working packages in OpenWrt to support this modem in pcie mode?
PCIE MHI Driver, Quectel SPRD PCIE, Quectel QMI WWAN, Quectel GobiNet?
@4IceG commented on GitHub (Nov 21, 2025):
Hi, @stich86 ,
I repeat the question :)
@stich86 commented on GitHub (Nov 21, 2025):
hi @4IceG,
regarding the driver, I've compiled the one from Quectel, and for the WWAN part, i've used quectel-cm and relative packages that @SuperKali has sent to me
@SuperKali can you help @4IceG on this part?
Thanks!
@SuperKali commented on GitHub (Nov 21, 2025):
@stich86 @4IceG here https://github.com/SuperKali/wwan-packages/blob/master/utils/quectel-cm/files/quectel.sh
I have to push local changes, will do soon, currently was pushed the old changes that should be work, i reworked autoreconnect but untested on pcie module
@4IceG commented on GitHub (Nov 21, 2025):
@SuperKali @stich86 Thanks!, I will test them.