Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 212842 - sys-kernel/gentoo-sources-2.6.24-r2 - rt2x00 prevent resume from suspend to ram
Summary: sys-kernel/gentoo-sources-2.6.24-r2 - rt2x00 prevent resume from suspend to ram
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard: linux-2.6.25
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-09 17:11 UTC by GNUtoo
Modified: 2008-04-17 17:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description GNUtoo 2008-03-09 17:11:40 UTC
i have this kernel on my desktop computer:
Linux sempron 2.6.24-gentoo-r2_sempron_2500 #2 Thu Jul 10 10:32:08 Local time zone must be set--see zic manu i686 AMD Sempron(tm) 2500+ AuthenticAMD GNU/Linux

dmesg says:
 Magic number: 0:191:426
  hash matches drivers/base/power/main.c:76
  hash matches device 0000:00:0b.0

lspci says:
00:0b.0 Network controller: RaLink RT2500 802.11g Cardbus/mini-PCI (rev 01)

and with the following script suspend and resume works:

#!/bin/sh
rmmod rt2500pci
rmmod rt2x00pci
rmmod rt2x00lib
echo 1 > /sys/power/pm_trace
echo standby > /sys/power/state
(yes it should be mem but i should have enabled a deprecated option in my kernel)


Reproducible: Always
Comment 1 GNUtoo 2008-03-09 17:12:15 UTC
ah yes i have forgotten...i used the in-kernel driver of rt2x00
Comment 2 Daniel Drake (RETIRED) gentoo-dev 2008-03-11 17:13:14 UTC
Please describe what happens when it fails
Comment 3 GNUtoo 2008-03-11 18:10:07 UTC
it standby fine...
but when i push the power button and wait i can use the caps lock of the keyboard(there is the led that goes on when i press it) but the screen doesn't come back...
then if i wait more the keyboard's led blinks(the 2 leds on the right)...mabe that's a kernel pannic
Comment 4 Daniel Drake (RETIRED) gentoo-dev 2008-03-18 10:53:46 UTC
Can you reproduce this using the latest development kernel, currently 2.6.25-rc6?
Comment 5 GNUtoo 2008-03-18 21:10:31 UTC
thanks a lot...now it works with the new kernel
Comment 6 Daniel Drake (RETIRED) gentoo-dev 2008-04-17 17:36:24 UTC
gentoo-sources-2.6.25 is now in portage