Hi Team,
We are using EC200T-CN mini-pcie module for cellular communication, we connect the module via mini-pcie to usb. We configuring ec200t-cn modem on openwrt with luci-proto-modemmanager.
The device detected in openwrt as below :
here the cat /sys/kernel/debug/usb/devices result :
T: Bus=01 Lev=02 Prnt=02 Port=02 Cnt=02 Dev#= 4 Spd=480 MxCh= 0
D: Ver= 2.00 Cls=ef(misc ) Sub=02 Prot=01 MxPS=64 #Cfgs= 1
P: Vendor=2c7c ProdID=6026 Rev= 3.18
S: Manufacturer=Android
S: Product=Android
S: SerialNumber=0000
C:* #Ifs= 5 Cfg#= 1 Atr=e0 MxPwr=500mA
A: FirstIf#= 0 IfCount= 2 Cls=02(comm.) Sub=06 Prot=00
I:* If#= 0 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=06 Prot=00 Driver=(none)
E: Ad=85(I) Atr=03(Int.) MxPS= 64 Ivl=4096ms
I:* If#= 1 Alt= 0 #EPs= 0 Cls=0a(data ) Sub=00 Prot=00 Driver=(none)
I: If#= 1 Alt= 1 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=(none)
E: Ad=87(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=06(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
I:* If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=00 Prot=00 Driver=option
E: Ad=84(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=03(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
I:* If#= 3 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=option
E: Ad=8c(I) Atr=03(Int.) MxPS= 64 Ivl=4096ms
E: Ad=8e(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=0d(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
I:* If#= 4 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=option
E: Ad=8a(I) Atr=03(Int.) MxPS= 64 Ivl=4096ms
E: Ad=82(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=01(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
and here the dmesg result :
[ 10.385980] usbserial: USB Serial support registered for GSM modem (1-port)
[ 10.387137] option 1-1.3:1.2: GSM modem (1-port) converter detected
[ 10.388251] usb 1-1.3: GSM modem (1-port) converter now attached to ttyUSB0
[ 10.390193] option 1-1.3:1.3: GSM modem (1-port) converter detected
[ 10.391239] usb 1-1.3: GSM modem (1-port) converter now attached to ttyUSB1
[ 10.393007] option 1-1.3:1.4: GSM modem (1-port) converter detected
[ 10.394136] usb 1-1.3: GSM modem (1-port) converter now attached to ttyUSB2
[ 10.400742] usbcore: registered new interface driver qcserial
[ 10.401392] usbserial: USB Serial support registered for Qualcomm USB modem
We already config and Add VID and PID for EC200T-CN in kernel option.c :
#define QUECTEL_VENDOR_ID 0x2c7c
/* These Quectel products use Quectel's vendor ID */
#define QUECTEL_PRODUCT_EC200T_CN 0x6000
{ USB_DEVICE_AND_INTERFACE_INFO(QUECTEL_VENDOR_ID, QUECTEL_PRODUCT_EC200T_CN, 0xff, 0, 0) },
also already add Zero Packet Mechanism and Reset-resume Mechanism as well
But the modem always failed dialed up. Pls help me resolve it…Thank you !