Comment 8 for bug 1006145

Revision history for this message
Oost Achterhoek (w-stapelbroek) wrote : Re: [Bug 1006145] Re: Logitech Mouse not recognised on boot in 12.04

Hello Manny,

I am not a linux guru as well. But i must tell you, i wrote down
something more in /etc/rc.local. This could be well related to the same
problem. Combination of these lines solved the problem of my wireless
mouse/keyboard and suspend problem. In my case Linux Mint Maya.
My laptop EEEPC1201n did not suspend in the right way as well, besides
mouse/keyboard problem. It resumed immediate after suspend.
This immediate resume was caused by the Unifying dongle of Logitech.
I solved it by following next link:
http://ubuntuforums.org/showthread.php?t=1642817 point #2

Now i think the dongle and the USB port combination is causing this trouble.
In my case adding following lines in my /etc/rc.local did solve both
problems.

echo USB0 > /proc/acpi/wakeup
echo USB2 > /proc/acpi/wakeup
echo US15 > /proc/acpi/wakeup
echo US12 > /proc/acpi/wakeup

modprobe -r hid_logitech_dj
modprobe hid_logitech_dj

Good luck!

Op 09-06-12 14:16, Manny Fernandez schreef:
> @Oost: Hello. Thanks, but issue is not corrected. Did the fix as
> directed and rebooted; mouse and keyboard were inoperative until I
> unplugged and re-connected the Logitech dongle. Caveat: only tried it
> once, however, the fault does not occur 100% of the time but about 50%
> to 75% of boot iterations (before your suggested fix). I will keep the
> fix in and see if frequency changes. Note here: I am knowledgeable
> enough to be dangerous, but am not a systems programmer or a Linux guru.
> I mess with operating systems (sort of). Thanks again.
>