[ltp] USB mouse not waking up

Michael Keyl linux-thinkpad@linux-thinkpad.org
Fri, 27 May 2005 18:20:14 +0200


On Friday 27 May 2005 15:23, Ignacio Fern=E1ndez Galv=E1n wrote:
> Hi,
>
> I have an R51 with Mandriva 2005. Memory and disk suspending seem to be
> working fine (except for the power drain in memory). The only problem I'm
> having is that the connected usb mouse does not come to life properly, and
> I have to unplug it an plug it again.
>
> What could be the easiest way to avoid this? My current hibernation script
> is:
>
> service network stop
> sync && sync && sync
> radeontool light off
> hwclock --systohc
> echo -n "disk" > /sys/power/state
> hwclock --hctosys
> radeontool light on
> service anacron restart
> service network start
>

Have you unloaded the usb drivers usbhid, uhci_hcd, ehci_hcd ?

Michael