![]() |
Fresh Slack 10 install, nvidia wrong kernel problem.
Hi all, I'm trying to install the latest nvidia drivers using NVIDIA-Linux-x86-1.0-6111-pkg1.run, but it tells me that my kernel is of the wrong version, so I do run:
NVIDIA-Linux-x86-1.0-6111-pkg1.run --kernel-source-path="/usr/src/linux-2.4.26" the compilation of nvidia.o proceeds and the following error follows: Code:
ERROR: Unable to load the kernel module 'nvidia.o'. Also when I run: sh NVIDIA-Linux-x86-1.0-6111-pkg1.run --kernel-name=`uname -r` (uname -r being 2.4.26) That does a successfull installation, but afterward the nvidia.o can't be loaded. ie. insmod nvidia Code:
Using /lib/modules/2.4.26/kernel/drivers/video/nvidia.o/lib/modules/2.4.26/kernel/drivers/video/nvidia.o: init_module: No such device What's the init_module? Sounds like nvidia.o was compiled for a wrong kernal version ... am I right or is it something else? |
did you try :
sh NVIDIA-Linux-x86-1.0-6111-pkg1.run -K=2.4.26 ? |
csDraco_
Thanks for replying Cedric.
-K is intended to be used to install kernel modules for additional kernels, correct me if I'm wrong but I think you mean -k=2.4.26 .. in that case yes, as "-k" and "--kernel-name" are the same options. |
I just examined /var/log/syslog and found that whenever I try to load nvidia.o the following is appended to the log
Code:
Aug 6 09:33:33 doomstar kernel: NVRM: Can't find an IRQ for your NVIDIA card![Plug & Play OS ] should be set to NO [Assign IRQ to VGA] should be set to YES I need to check that once I get home ... can't do that through ssh :) I'll reply back this evening after work .. as I don't find a 100km (one way) drive to my pc at home an option during lunch time :) |
[Plug & Play OS ] should be set to NO
It is set to yes in my pc and it works fine, when you tried -k options, did you give it explicitly 2.4.26 or by `uname -r` ? I remember I had a similar problem and I had to give it the number not issued by uname command. Excuse me for off topic, but is it common for canadian people to work 100 km away their home ? |
Sorry my mistake .. make that 54km one way ... not 100 .. I was thinking "both ways" and wrote down "on way" ... around 50km is average I'd say. It takes me about 40min to drive through that 54km.
|
Finally I got home ... and it's Friday!
I'm typing this in mozilla 1.7.2 without squinting my eyes .. at the non irritating 85Hz vertical refresh rate of my monitor :) Just as syslog said: [Plug & Play OS ] should be set to NO [Assign IRQ to VGA] should be set to YES I had both in reverse ... probably only the latter makes the diference. Thanks for replying Cedrik! ... that keept me motivated :) |
csDraco_
That worked for me also. I set the bios to IRQ for VGA !!! |
| All times are GMT -5. The time now is 07:36 AM. |