https://bugzilla.novell.com/show_bug.cgi?id=740354 https://bugzilla.novell.com/show_bug.cgi?id=740354#c2 Oliver Neukum <oneukum@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |luizluca@tre-sc.gov.br --- Comment #2 from Oliver Neukum <oneukum@suse.com> 2012-01-16 08:23:13 UTC --- (In reply to comment #0)
$ lsusb | grep 12d1 Bus 001 Device 015: ID 12d1:1c05 Huawei Technologies Co., Ltd.
Alternatively, I can run usb_modeswitch directly
sudo usb_modeswitch -c /usr/share/usb_modeswitch/12d1\:1c0b
Maybe it is just some missing env variable or udev undo the switch afterwards.
If udev undid the change you'd see udev logging that. This looks at first glance unfortunately like a timing issue. In /lib/udev/rules.d/40-usb_modeswitch.rules please replace ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1c0b", RUN+="usb_modeswitch '%b/%k'" with ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1c0b", RUN+="sleep 10 ; usb_modeswitch '%b/%k'" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.