usb-modeswitch version 1.1.1 now use a wrapped script to handle the autoswitch, so the RUN command in default rules need change from "/usr/sbin/usb_modeswitch" to "usb_modeswitch '%b/%k'" in order to call the wrapper (/lib/udev/usb_modeswitch). Reproducible: Always Steps to Reproduce: 1.emerge "=sys-apps/usb_modeswitch-1.1.1" 2.uncomment /etc/udev/rules.d/91-usb_modeswitch.rules with my usb deviceid 3.plugin my USB-card and find nothing happened Actual Results: usb_modeswitch autoswitching my usb-card when I plugged in
usb_modeswitch brings it's own rules now, the "manual" rule should not be needed at all.
This package doesn't have a maintainer these days. If you can create a patch against the old udev rules, maybe someone would update it. Thank you for your report.
I'll take maintainership.
1.1.2 in tree, I removed the individual udev rule, as upstream delivers proper udev-rules for all devices now.
(In reply to comment #4) > 1.1.2 in tree, I removed the individual udev rule, as upstream delivers proper > udev-rules for all devices now. > thank you!