Hello Community,
I am currently working on an embedded project using an Allwinner H3 (ARMv7) processor running Linux Kernel 4.14.111. I am trying to integrate the Quectel EG25-G USB modem, but the system is not automatically creating the necessary /dev/ttyUSB* or network interfaces.
Device Details:
- Modem: Quectel EG25-G
- USB ID:
2c7c:0125 - Host Hardware: Allwinner H3 (ARMv7)
- Kernel Version: 4.14.111
Current Status: The modem is detected as a USB device in lsusb, but the option serial driver and qmi_wwan drivers do not seem to bind to the interfaces. I suspect my kernel version is missing the specific VID/PID entries and the required GobiNet or QMI_WWAN source patches for this specific modem.
What I am looking for:
- The Quectel_Linux_USB_Driver_User_Guide (specifically for kernel 4.x).
- The latest source code/patches for
option.c,qmi_wwan.c, andqcserial.ccompatible with kernel 4.14. - Any specific configuration flags (NDIS/ECM/QMI) required for the EG25-G on ARMv7 architectures.
If anyone has the Quectel_LTE_5G_Linux_USB_Driver_V1.x.x package or the relevant patches, I would greatly appreciate the assistance.
Thank you in advance for your help!