PDA

View Full Version : Where to find kernel-2.6.33-1.fc13.x86_64?


jvillain
9th April 2010, 06:16 PM
Does any one know where I can find a copy of kernel-2.6.33-1.fc13.x86_64 ? I did an upgrade on my laptop which hasn't been booted in some time and now none of my kernels do KMS and I am stuck in some thing close to VGA mode. I've tried kernel-2.6.33.1-24.fc13.x86_64 and kernel-2.6.33.1-19.fc13.x86_64 on both machines and kms doesn't work. Since kernel-2.6.33-1.fc13.x86_64 works on the desktop I am hoping it will work for the laptop

Thanks in advance.

dd_wizard
9th April 2010, 07:49 PM
Check out the koji page (http://koji.fedoraproject.org/koji/packageinfo?packageID=8) for kernels. There are a newer kernels available too. I'm running a much newer one, so you might try the newest one before you downgrade.

dd_wizard

GoinEasy9
9th April 2010, 09:19 PM

If the newer kernel doesn't work, I do believe the kernel your looking for is here:
http://koji.fedoraproject.org/koji/buildinfo?buildID=158471

jvillain
10th April 2010, 12:58 PM
Thanks for the links guys. After upgrading to 2.6.33.2-39 and then trying 2.6.33-1 and getting no luck I decided to go back and start troubleshooting. I found this error in my Xorg error log.

xf86OpenConsole: VT_WAITACTIVE failed: Interrupted system call

Which lead me to this bug report

https://bugzilla.redhat.com/show_bug.cgi?id=551310

After changing ServerVTs=-1 to ServerVTs=1 in /etc/kde/kdm/kdmrc I was good to go.