There's a simple workaround (though I'm still working on a proper fix):

edit /lib/udev/usb_modeswitch, change the line:
exec /usr/sbin/usb_modeswitch_dispatcher $1 $2 2>/dev/null

to

exec /usr/sbin/usb_modeswitch_dispatcher $1 $2 >/dev/null 2>&1

In other words, simply make sure any output is redirected to /dev/null.

** Changed in: usb-modeswitch (Ubuntu)
       Status: Confirmed => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/921151

Title:
  usb-modeswitch segfaults when connecting a HUAWEI E173

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/921151/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to