Hi Ayoub,

[ /ublox_0 ]
     [ /ublox_0/context1 ]
         Type = internet
         Protocol = ip
         Name = Internet
         IPv6.Settings = { }
         AuthenticationMethod = chap
         Username =
         AccessPointName = mtm.tag.com.mnc001.mcc232.gprs
         Active = 1
        Settings = { Address=10.3.26.101 Netmask=255.255.255.0 DomainNameServers=194.48.139.254,194.48.128.199, Gateway=10.3.26.154 Method=static }
         Password =

So, looks like you're connected, but the driver has not provided the network interface string. Most likely something is missing in plugins/udevng.c and it isn't properly setting the net devnode.

ofonod[228]: ../ofono-1.22/plugins/udevng.c:create_modem() /sys/devices/platform/ocp/47400000.usb/47401c00.usb/musb-hdrc.1/usb1/1-1
ofonod[228]: ../ofono-1.22/plugins/udevng.c:create_modem() driver=ublox
ofonod[228]: ../ofono-1.22/src/modem.c:ofono_modem_create() name: (null), type: ublox ofonod[228]: ../ofono-1.22/plugins/udevng.c:setup_ublox() /sys/devices/platform/ocp/47400000.usb/47401c00.usb/musb-hdrc.1/usb1/1-1 ofonod[228]: ../ofono-1.22/plugins/udevng.c:setup_ublox() /dev/ttyACM0 2/2/1 02 (null) ofonod[228]: ../ofono-1.22/plugins/udevng.c:setup_ublox() aux=/dev/ttyACM0 modem=(null) net=(null)

As you can see, net is NULL here...

<snip>


It looks like the modem is online but there is no ppp interface associated with it
According to plugins/udevng.c & plugins/ublox.c, this modem could be be using a high-speed interface, depending on the profile.

Regards,
-Denis
_______________________________________________
ofono mailing list
[email protected]
https://lists.ofono.org/mailman/listinfo/ofono

Reply via email to