You are not logged in.
I got bitten by the infamous Waiting for udev uevents problem that (according to the intertubes) occured in 2010: *Sometimes* during bootup, right after the kernel prints 'Waiting for udev uevents to be processed' the screen goes black and never recovers. The computer is running fine (I can Ctrl-Alt-F1 to a TTY and reboot), but there's no screen output at all. Backlight stays on. I couldn't make out any pattern as to when it works fine and when the screen dies.
The entire problem seems to have started recently with an update, so it might be the same problem as covered in https://bbs.archlinux.org/viewtopic.php?id=147929. The kernel versions I recently updated are 3.4.7-1 -> 3.4.9-1 and 3.4.9-1 -> 3.5.3-1
This is on an Asus EEEPC (1015BX) with an AMD APU. Under X the GPU is being driven by radeon, but - as written above - the problem occurs way before X even starts. Disabling KMS seems (per my limited statistics) to solve the problem, but leads to other problems. Is there anything I can do to further debug this problem?
Kind regards,
Rufus
Last edited by RufusD (2012-09-10 14:12:00)
Offline
I think lots of us are having the same problem.
Similar topic
My topic
How did you disable KMS? I need screen just to finished installing LAMP on my home server but not later
Offline
How did you disable KMS?
I added the kernel parameter
radeon.modeset=0as described in https://wiki.archlinux.org/index.php/Ke … the_kernel
E.g.:
GRUB_CMDLINE_LINUX_DEFAULT="quiet radeon.modeset=0"
Currently I'm back to 3.4.9 with no problems yet (KMS active), but still keeping my fingers crossed.
Offline
Have you tried this yet?
Offline
I have got this problem the last 2 months. I am back on kernel 3.4.9-1. I have used option "radeon.modeset=1" in menu.lst for last 3 years and it was working without troubles. Has somebody found solution in this issue?
Offline
Did you try early KMS start?
Offline
Yes, I do. The option "radeon.modeset=1" does it. I can use "radeon.modeset=0" and get start of PC, but often system will freeze and I have to restart it.
Offline
Adding
video=LVDS-1:d as kernel parameter worked for me.
Check my theme https://bbs.archlinux.org/viewtopic.php … 5#p1174945
Offline
Sorry it does not work. I have got error:
/init:eval:line:video:LVDS-1:d=y:not found
Offline