Hi Denis,

On 14.03.19 19:27, Denis Kenzior wrote:
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.


I checked with lsusb:

root@beaglebone-yocto:~# lsusb
Bus 001 Device 002: ID 1546:1146 U-Blox AG

In plugins/udevng.c I can see that it support both rndis_host and cdc_acm

    { "ublox",    "rndis_host",    "1546", "1146"    },
    { "ublox",    "cdc_acm",    "1546", "1146"    },


What should I do to make it work ?


So basically that modem is not supported ?!


Mit freundlichen Grüßen / Kind regards

--
Ayoub Zaki
Embedded Systems Consultant

Vaihinger Straße 2/1
D-71634 Ludwigsburg

Mobile   : +4917662901545
Email    : ayoub.z...@embexus.com
Homepage : https://embexus.com
VAT No.  : DE313902634

_______________________________________________
ofono mailing list
ofono@ofono.org
https://lists.ofono.org/mailman/listinfo/ofono

Reply via email to