After tracing the execution a little, it seems that the failure is
happening quite early - in modem_probe_caps() the first exit point.

  err = write(fd, AT_CAPS_PROBE, sizeof(AT_CAPS_PROBE) - 1);

  if (err != sizeof(AT_CAPS_PROBE) - 1)
    return -1;

I will see if I can extract some more information with some debugging
statements.

-- 
NM 0.7: probe_modem(): Couldn't get caps
https://bugs.launchpad.net/bugs/272302
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to