After laptop suspend, no USB mouse
Is anyone having success with waking their laptop up after a suspend and having a live mouse? I do have the touchpad and keyboard mouse active after un-suspending. My config is a Dell Inspiron 8100, SMepis 3.3, 2.6.10. I have ACPI enabled with suspend and CPU throttling turned on. My button actions on lid close is set to Suspend.
How can I get the USB mouse to work after un-suspend?




Is the suspend to ram
Is the suspend to ram functioning. In my laptop when i suspend and press the power button the display doesnt come up. i need to switch off and switch on again.
Suspend to ram is what I am
Suspend to ram is what I am using ACPI Config [Enable suspend] is checked.
My USB ports do not come back enabled after unsuspend.
You can do a modprobe -r to
You can do a modprobe -r to unload the usb modules and then reload them with modprobe.
Be aware of the fact that suspend to ram and suspend to disk are still 'under construction' features of Linux. You are bound to get into more issues with suspending that require some in depth knowledge of creating suspend / resume scripts,, ACPI etc. Notorious are loss of USB, loss of network connection, Nvidia problems to name a few.
Check out www.suspend2.net for the latest suspend version. This however is NOT compiled into the Mepis kernel (Debian kernels have swsusp compiled in instead of swsusp2), but there is a lot of generic info there.
Newbie or not Newbie, there's always a question