[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Suspend or hibernate - how?
- From: Ow Mun Heng <Ow Mun Heng wdc com>
- To: For users of Fedora Core releases <fedora-list redhat com>
- Subject: Re: Suspend or hibernate - how?
- Date: Wed, 26 May 2004 13:24:22 -0700
On Wed, 2004-05-26 at 08:49, Dexter Ang wrote:
> Pete Toscano wrote:
> > On Tue, 25 May 2004, Satish Balay wrote:
> >
> >
> >>I've tried suspend to ram - not disk. If ACPI were to work you could
> >>do the following as root:
> >>
> >>echo 3 > /proc/acpi/sleep
> >
> >
> > Hmmmm, this works and is surprisingly quick, but when I recover (by
> > holding down the power button for a few seconds), I've lost my pointer.
> > Anybody know how to fix this?
Can you try what Dexter did? or you can go from graphical desktop to
console and back. It worked for me.
Atrl-alt-F1 then ctrl-alt-f7
> I've love to know as well. I'm currently using testing rpm of kernel
> 2.6.6-1.383. The same result after resuming from suspend. I lose all
> ability to point using my USB mouse or touchpad. Even an init 3 then
> init 5 doesn't restore them. Only a reboot does. Also, my LCD monitor on
> my Thinkpad T30 doesn't turn off.
For that, you might want to run a script that actually does that for
you.
Something like
system ('/usr/X11R6/bin/xset -display :0 dpms force off');
system ('rmmod tg3');
system ('rmmod usb_storage hid uhci_hcd ehci_hcd');
system ('echo 4 > /proc/acpi/sleep && hwclock --hctosys');
system ('echo "Resuming proceses....');
system ('modprobe tg3');
system ('modprobe usb_storage');
system ('modprobe ehci_hcd');
system ('modprobe uhci_hcd');
system ('modprobe hid');
--
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]