Hello,
We are using EG915 and connect it to raspberry over the USB interface
The device occurs on ifconfig, but there is no IP. The device is in default ECM mode.
usb0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 02:4b:b3:b9:eb:e5 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Right now the sim card is in Roaming mode. I am checking the state with:
sudo minicom -D /dev/ttyUSB0
AT
OK
AT+CFUN?
+CFUN: 1
AT+COPS?
+COPS: 0,0,“vodafone.de”,0
OK
AT+CPIN?
+CPIN: READY
OK
AT+CREG?
+CREG: 2,5,“0134”,“282A”,0
OK
AT+QNWINFO
+QNWINFO: “GPRS”,“26202”,“GSM 900”,3
OK
AT+QCFG=“usbnet”
+QCFG: “usbnet”,1
OK
AT+CGATT?
+CGATT: 1
OK
AT+CGDCONT?
+CGDCONT: 1,“IP”,“internet”,“0.0.0.0”,0,0
OK
AT+CEREG?
+CEREG: 0,0
Can you please help to fix the problem that the device does not get the IP address and there is no communication?