PDA

View Full Version : kernel-k8 dosent work with nvidia


ubuser
November 9th, 2004, 04:40 AM
Hi,

I have an athlon64/3000+ and asus k8v-x, nvidia FX 5700LE and ubuntu uptodate.
I installed nvidia drivers (and nvidia-config). I works well with the generic kernel.
I installed the kernel-k8 which is the optimized version for my proc.
After reboot it stops when launching gnome. It says it cant start X (blah blah) and then say it disable gdm.
In console mode I tried nvidia-config but it didnt change nothing.
I tried modprobe nvidia and say module not found.
In XFree.log it says module v4l not found. NVIDIA Failed to initialize the NVIDIA kernel module (XIO fatal IO error 104.

Thanks for your attention.

Sincerely,

Ubuser.

dmatrix
November 9th, 2004, 07:35 AM
For the Nvidia driver you need to install a matching linux-restricted-modules for the kernel you are running.

ie. Install this for linux-amd64-k8: linux-restricted-modules-amd64-k8

HiddenWolf
November 13th, 2004, 02:44 PM
dmatrix, isn't that a dependeny then?

cybrjackle
November 23rd, 2004, 07:11 PM
dmatrix, isn't that a dependeny then?

For me, after I install a new kernel, go and change nvidia back to nv, reboot then:

sudo apt-get install linux-headers-`uname -r`
sudo apt-get install linux-restricted-modules-`uname -r`
sudo apt-get install nvidia-glx
sudo nvidia-glx-config enable

sudo /etc/init.d/gdm stop

Log back in

sudo /etc/init.d/gdm start

jdong
November 24th, 2004, 09:56 PM
dmatrix, isn't that a dependeny then?

Depends on what was installed... linux-(arch) is a metapackage for linux-(arch)-image linux-(arch)-restricted-modules

If one installed linux-(arch)-image, then no, modules wouldn't be installed.