View previous topic :: View next topic |
Author |
Message |
robak Apprentice
Joined: 14 Jan 2004 Posts: 209 Location: Germany
|
Posted: Sat Jun 20, 2009 2:47 pm Post subject: gentoo-kernel 2.6.30-r1 hangs |
|
|
Hi!
i'm running the gentoo-sources-2.6.30-r1 with my own config for my acer aspire A150. i always using suspend instead of shutting linux down. but sometimes the kernel dies (CAPS-LOCK is blinking) and the only way is to shutdown the notebook the hard way. (holding the power button for a few seconds).
my question is: how do i figure out, what makes the kernel diying. i found nothing in syslog. i you need more info about my system, feel free to ask
best wishes
robak _________________ run this in your gentoo-bash:
"grep -R -i -A2 -B2 'on fire' /usr/src/linux/*" |
|
Back to top |
|
|
honp Guru
Joined: 25 Sep 2006 Posts: 355 Location: Good old Prague, Czech rep.
|
Posted: Wed Jun 24, 2009 10:14 am Post subject: |
|
|
Try Magic SysRq keys feature in kernel. Maybe this could help you. |
|
Back to top |
|
|
robak Apprentice
Joined: 14 Jan 2004 Posts: 209 Location: Germany
|
Posted: Wed Jun 24, 2009 2:39 pm Post subject: |
|
|
they don't work after my kernel crashes. _________________ run this in your gentoo-bash:
"grep -R -i -A2 -B2 'on fire' /usr/src/linux/*" |
|
Back to top |
|
|
honp Guru
Joined: 25 Sep 2006 Posts: 355 Location: Good old Prague, Czech rep.
|
Posted: Wed Jun 24, 2009 6:42 pm Post subject: |
|
|
They must be compiled-in kernel. Have you got them included? |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 23082
|
Posted: Thu Jun 25, 2009 2:29 am Post subject: |
|
|
After a kernel panic, the system is running in a tight loop and magic sysrq is not likely to be useful.
robak: is this a regression relative to prior kernels? Are you using suspend or hibernate? Which implementation of suspend are you using? Is the hang on suspend or on resume? What type of video card are you using? For your video drivers, are you using the open source drivers or the proprietary ones? Does it help if you switch to a text console before suspending? Start with providing the output of lspci -vk ; lsmod ; emerge --info ; zgrep -E '^[^#]' /proc/config.gz. |
|
Back to top |
|
|
maaad n00b
Joined: 04 Dec 2007 Posts: 6
|
Posted: Sat Jul 11, 2009 6:24 pm Post subject: |
|
|
I've got same problem at my wind u100, when i run s2ram -f, laptop suspends, but when i push power button to resume, i saw kernel panic with blinking leds and blank black screen.
kernel 2.6.30-zen1 and last 2.6.31-rc2-zen1
my lspci -vk ; lsmod ; emerge --info ; zgrep -E '^[^#]' /proc/config.gz
http://pastebin.com/mee40545 |
|
Back to top |
|
|
tekknokrat Apprentice
Joined: 17 Apr 2005 Posts: 278 Location: Magdeburg
|
Posted: Thu Jul 16, 2009 12:22 pm Post subject: |
|
|
Did you tried with hpet=disable in kernel param? Had some issue with suspend that where solved via that. _________________ Optimism is solely an absence of information. / Optimismus ist nur ein Mangel an Information.
(Arthur Schopenhauer) |
|
Back to top |
|
|
maaad n00b
Joined: 04 Dec 2007 Posts: 6
|
Posted: Sat Jul 18, 2009 10:07 pm Post subject: |
|
|
disabling hpet didnt help. Sometimes I saw kernel-stack errors in messages and EDID erors |
|
Back to top |
|
|
maaad n00b
Joined: 04 Dec 2007 Posts: 6
|
Posted: Fri Jul 24, 2009 5:48 pm Post subject: |
|
|
hehe, smth was fixed in kernel 2.6.31-rc4-zen1 and s2ram -f works well |
|
Back to top |
|
|
|