quote:
Original post by Interim
You're going to kill me, but I saw this same problem on my machine.
I remember it being simple to solve...but I can't recall (sorry, I deal with so many different machines and issue all day in my work I loose details sometimes). It was on my Severn system.
I remember I ended up having to run the steps manually, if you read the INSTALL or README with the package. I also recall that it was something documented there. I think it might have had something to do with the fact I was running a newer kernel than it expected, so I might have used some force option to bypass the exit error.
Hrms, I found it in my history.
Looks like I ran:
sh NVIDIA-Linux-x86-1.0-4496-pkg2.run --extract-only
cd NVIDIA* # rest of file name
export IGNORE_CC_MISMATCH=yes
export CC=gcc
make
make install
Then I could modprobe nvidia.
I see I vi'd into the Makefile, which isn't helpful. Maybe if you can post up your error output it'll fully jog my memory?
Sorry not more helpful. ( I have no idea what exactly fixed the conflict *grin*).
Interim
Thanks, the "sh nvidia" to the "make install" went fine. I am not sure what you mean by modprobe and the rest. Although all this worked :
sh NVIDIA-Linux-x86-1.0-4496-pkg2.run --extract-only
cd NVIDIA* # rest of file name
export IGNORE_CC_MISMATCH=yes
export CC=gcc
make
make install
What do I do after that has worked?
[edited by - HTML on October 10, 2003 6:26:30 PM]