Comment 65 for bug 1332444

Revision history for this message
michael (scrat-here) wrote :

This morning my CH Pedals were dead (like so often) and:
sudo lsusb -v
didn't help but I remembered to use:

echo '3-3' |sudo tee /sys/bus/usb/drivers/usb/unbind

to unbind for Metro Last Light. Need that as MLL keeps spinning
and thinks my joystick to be some sort of controller.
So I did:

echo '3-3' |sudo tee /sys/bus/usb/drivers/usb/unbind
sudo lsusb -v
echo '3-3' |sudo tee /sys/bus/usb/drivers/usb/bind

any voilà my Pedals work. wub.png Probably the lsusb in between
is not needed and I'll try next time without.