You are not logged in.
Pages: 1
After upgrading to kernel 2.6.32, I have a couple of problems, mainly dealing with the bootup. Sometimes when I boot up, it works without a problem. However, during other times, between bootup finishing and SLiM starting, a blank screen appears. It stays that way until I perform a hard shutdown, when on reboot, a fsck is required to fix the filesystem. I am using ext4 with no KMS and splashy, although the problem stayed when splashy was gone. It happens almost every 4 reboots. Also, I had none of these problems with 2.6.31.
Last edited by schen (2010-01-04 22:52:23)
Offline
If you are using ath5k, by any chance, perhaps it could be one of these issues?
http://kerneltrap.org/mailarchive/linux … 21/6657963
http://bbs.archlinux.org/viewtopic.php?id=81930
Last edited by Wintervenom (2009-12-31 01:19:54)
Offline
I didn't say I had a wireless problem, I said I had a bootup problem. I am also not using ath5k.
Offline
What's the last daemon that loads before the blank screen appears?
Can you find anything related in your system logs or dmesg?
Would it be an option to try enabling KMS? Which video driver are you using?
Offline
Most of my daemons are backgrounded, but here is the order.
DAEMONS=(syslog-ng @acpid @hal @cups @netfs @crond @alsa @wicd)
I can't really find anything interesting in my logs. But I just found out I WAS using ath5k, but with no wireless problems.
I am booting straight into X, but it makes no difference if I put slim as a daemon either.
Last edited by schen (2009-12-31 14:36:13)
Offline
Just to clarify, I meant that the entire screen was off when I said "blank"
Offline
You should make sure hal starts before many other things, wicd is one of them, try not to background hal, maybe something like this:
DAEMONS=(syslog-ng hal @acpid @cups @netfs @crond @alsa @wicd)
Also, just to to test, add nomodeset to your kernel line, but make _one_ change at a time, otherwise if one of them works you will know which one worked.
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
It seems that an error in rc.local started this problem. I removed plymouth and there was an extra line I forgot to take out.
Offline
Glad you fixed it. Please mark this thread as [SOLVED].
Offline
Pages: 1