You need this patch.
This does not fix the problem, which is wrong overall design of the "chatter" 
in the modem-manager. But it makes it work.

The problem is that the program tries to get responses from the modem,
which is technically a serial device, by bulk reads, and hopes that one
read will return one "response". This works sometimes, probably because
the line discipline tries to clump consecutive bytes together, and
completes the operation when no new bytes arrive for some milliseconds.
However, in your case (and mine), PPP frames start to arrive instantly
after CONNECT<CR><LF> and are consumed by the chatter as part of the
response. So, the connect string is not the last thing in the buffer,
and is not "noticed" by the program.

** Attachment added: "make CONNECT regexp actually catch "CONNECT" string"
   http://launchpadlibrarian.net/32277773/connect-regexp.diff

-- 
Failed to connect using SonyEricsson mobile phone through USB cable
https://bugs.launchpad.net/bugs/416126
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