|
Re: Kernel 3.3.0 update, nvidia kernel module issue.
Boot in previous kernel.
then console:
sudo akmods --kernels 3.3.0-4.fc16.x86_64
change kernel, that matches your system...
reboot with 3.3 kernel
if this fails: try this proposed as from Dax Kelson:
Boot into old 3.2 kernel and run these commands as root:
cd /lib/modules/3.3.0-4.fc16.x86_64/source/arch/x86/include/
cp generated/asm/*.h ./asm
akmods --kernels 3.3.0-4.fc16.x86_64
Reboot into 3.3 kernel.
Last edited by RZieschang; 22nd March 2012 at 08:51 PM.
|