Am 20.06.2011 15:03, schrieb Christian Kastner:
No luck, sorry...
O.K., time to remove the velvet gloves and get really nasty.
Two things to do (staying at version 1.1.8):
1. Edit /usr/sbin/usb_modeswitch_dispatcher,
insert these lines in the {Log} procedure before line 616:
--- snip ---
foreach line [split $msg \n] {
catch {exec /bin/logger -p syslog.warning "ums: $line"}
}
--- snip ---
2. Edit (create if not present) /etc/udev/udev.conf,
insert/change the following line:
udev_log="debug"
Now activate usb_modeswitch logging in /etc/usb_modeswitch.conf and do the boot
test once more.
You should get a lot of "udev:" and "ums:" entries in /var/log/syslog.
Check the whole boot process and search for occurrences of "usb_modeswitch" and
"ums". At least there should be indications that the little starter script
"usb_modeswitch" is actually started.
Examples:
"udevd-work[548]: RUN 'usb_modeswitch '%b/%k'"
"udevd-work[548]: 'usb_modeswitch '/1-3:1.0'' started"
Maybe you can spot a problem in the entries following that.
Josh
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]