EG915N ECM Mode : Ping 8.8.8.8 not working

Hello,

I need support. I am currently using EG915N.
I am trying to connect to internet using ECM Mode with Ubuntu 22.04.

I have done this configuration :

AT+QCFG="usbnet",1
OK
AT+CGDCONT=6,"IP","b2bouygtel.com"
OK
AT+CGACT=0,8
OK
AT+CGACT=1,6
OK
AT+CFUN=1,1

MODEM MODULE REBOOTS
RECONNECTION

AT+CPIN=XXXX
OK

‘ip addr’ shows my interface named enxae…

inet : 192.168.43.100/24

ping 8.8.8.8 -I enxae : no response
ping 192.168.43.1 : response
ping 192.168.43.100 : reponse

I checked connection with AT :

AT+CPIN?
+CPIN: READY

AT+CREG?
+CREG: 0,1 (Registered Home Network)

Did i forget something ?

Thank you !

Maybe you need to use AT+QNETDEVCTL to “dial”, search forum and AT Command guide.

1 Like

Thank you @jfrog !
I searched using the keyword “QNETDEVCTL” and found a documentation (EC200T Linux USB
Driver User Guide) and now i am able to ping through enxae (ECM) interface.

1 Like