Comment 30 for bug 1006145

Revision history for this message
Gotit (sca957) wrote : Re: Logitech Mouse not recognised on boot in 12.04 & later

As it turns out, the work-a-round of:
modprobe -r hid_logitech_dj && modprobe hid_logitech_dj
in /etc/rc.local isn't working all that well for me.

I have since made a little shell script that runs as root and contains:
modprobe -r hid_logitech_dj && wait 3 && modprobe hid_logitech_dj

I need to be moving the mouse back and forth vigorously about 6" swings for the above to work. Sometimes I need to run it a few times before the mouse "catches". If that fails, unplugging and replugging the usb adapter while vigorously moving the mouse sometimes works.