On Wed, Jul 7, 2010 at 9:08 AM, cmcanulty <cmcanu...@gmail.com> wrote: > I have been researching this a while with no luck.After hibernation I > have no mouse or trackpad. Only ctrl+T to open terminal then command > "modprobe psmouse" starts it. I want a way to have this happen > automatically . I tried editing the /etc/default/acpi-support file and > added psmouse to > this area of the file but either that doesn't work or I did it wrong, > the paste below is with the psmouse removed as it was originally > # Add modules to this list to have them removed before suspend and > reloaded > # on resume. An example would be MODULES="em8300 yenta_socket" > # > # Note that network cards and USB controllers will automatically be > unloaded > # unless they're listed in MODULES_WHITELIST > MODULES="" > This started with Ubuntu Lucid, worked fine on same machine before > that upgrade. Please answer for a beginner as I am not getting > something here, thank you.
Unfortunately, I don't have a solution for you. However, I can tell you that the mouse should automagically begin tracking when you resume from hibernate. I have lucid installed on three different laptops and the mice/trackpads all work when restarting from a hibernate. If it helps, here's my /etc/default/acpi-support: $ grep -v -e '^$' -e '^#' /etc/default/acpi-support SUSPEND_METHODS="dbus-pm dbus-hal pm-utils" ACPI_SLEEP=true ACPI_HIBERNATE=true ACPI_SLEEP_MODE=mem MODULES="" MODULES_WHITELIST="" SAVE_VBE_STATE=true VBESTATE=/var/lib/acpi-support/vbestate POST_VIDEO=true USE_DPMS=true HIBERNATE_MODE=shutdown LOCK_SCREEN=true STOP_SERVICES="" RESTART_IRDA=false SKIP_INTERFACES="dummy qemu" Good luck and let us know how things go. Regards, - Robert -- You received this message because you are subscribed to the Linux Users Group. To post a message, send email to linuxusersgroup@googlegroups.com To unsubscribe, send email to linuxusersgroup-unsubscr...@googlegroups.com For more options, visit our group at http://groups.google.com/group/linuxusersgroup