| Recent openSuse 10.3 install, Nvidia driver install errors... Error: Kernel configuration is invalid. Unable to build the Nvidia Kernel module.
How do I configure the kernel properly.
I have an old legacy Nvidia card, GeForce2 GTS.
What I did to get the error...
Noob in Linux but have tried for a week to figure this out. I had an old pc laying around and decided to play with Linux. I took the distro test and was guided to openSuse 10.3.
Installed from the liveCD and all devices were probed/discovered correctly. The default 'nv' driver was installed but of course I wanted the 3d acceleration enabled. Went to the Nvidia site and read plenty of documents to ensure I downloaded the proper drivers. Support for the GeForce2 GTS ended and I was directed to use NVIDIA-Linux-x86-1.0-7182-pkg1.run. Downloaded to /home/<username>/Desktop. Rebooted, at bootscreen typed in "level 3" to get to text mode. Logged in 'cd /home/<username>/Desktop' then 'su -' entered password to execute 'sh NVIDIA-Linux-x86-1.0-7182-pkg1.run'. It failed to installed. I looked at the '/var/log/nvidia-installer.log' did not see any EE for error notations within the file. It did not indicate what was wrong.
Kept looking, searched this forum extensively for all help. Found many threads on nvidia driver installs but not one was for an old legacy card so most of those solutions did not help me but I learned a little about Linux just from reading them.
Used google search and found an old thread on another site that said that using a previous driver worked for someone else, NVIDIA-Linux-x86-1.0-7174-pkg1.run. Downloaded to /home/<username>/Desktop. Executed 'sh NVIDIA-Linux-x86-1.0-7174-pkg1.run'. It actually started building the kernel files(?). This driver was proceeding farther than the 7182 file had. I looked at the '/var/log/nvidia-installer.log' this time and it was totally different. Found the following error: "Kernel configuration is invalid."
So as directed I tried to run the "make clean", "make cloneconfig", "make prepare" from the /usr/src/linux directory. Everything looked like it executed correctly, but what does a noob know. Then I went back and ran the 'sh NVIDIA-Linux-x86-1.0-7174-pkg1.run'. The same error in the '/var/log/nvidia-installer.log' Error: Kernel configuration is invalid. Missing /include/linux/autoconf.h or include/config/auto.conf
Now it is time to ask for help. Not sure how to configure the kernel. I have gone to YaST online updater to ensure I am up to date. I have ensured I have "kernel-source", "gcc" and "make" packages installed.
The PC is as follows:
openSuse 10.3
uname -r = 2.6.22.13-0.3-default
AMD Athlon 900 mhz
Asus A7V133 mobo
NVidia 'old legacy' GeForce2 GTS 32 meg
1.25 gig of pc133 sdram
IBM 30 gig HDD
Liteon CD-Rom
--Thanks for any help. |