GeForceFX5200 under Knoppix - fails on driver install
Hi all!
I installed Knoppix3.3 - the latest one. It is really very well made and I love it!
Everything works fine, but... My FX5200 graphic card :(
All I wanna do is to install the latest 4496 NVidia driver. But when I run the file I receive the following error:
"No precompiled kernel interface was found to much your kernel"...
Does anyone have an idea what's going wrong and what should I do/read about this problem??
Thank you
Re: GeForceFX5200 under Knoppix - fails on driver install
Quote:
Originally Posted by fla
Hi all!
I installed Knoppix3.3 - the latest one. It is really very well made and I love it!
Everything works fine, but... My FX5200 graphic card :(
All I wanna do is to install the latest 4496 NVidia driver. But when I run the file I receive the following error:
"No precompiled kernel interface was found to much your kernel"...
Does anyone have an idea what's going wrong and what should I do/read about this problem??
Thank you
Before you run the installer type in export CC=/usr/bin/gcc-2.95 or export IGNORE_CC_MISMATCH=1 and enter key then run the installer decline the opportunity to download a pre-compiled driver and choose to compile your own driver and let it compile it. Then you have to edit the /etc/X11/XF86Config-4 and put a # in front of the lines Load "GLcore" and Load "dri" and add Load "glx" if it is not there. You may want to check that the kernel-headers are linked to the directory /usr/src/linux an example:
Code:
[04:22 PM Tue Dec 16: stephen @ ~]
>$ ll /usr/src/linux
lrwxrwxrwx 1 stephen src 28 2003-12-03 09:44 /usr/src/linux -> kernel-headers-2.4.23.031202
If it is not linked to the 2.4.22-xfs kernel headers then use cd /usr/src and then ln -s kernel-headers-2.4.22-xfs linux to make the link then compile. One more thing use /etc/init.d/kdm stop to stop the KDE display manager before the compile. Then after having compiled the driver module and made the changes in the XF86Config-4 file /etc/init.d/kdm restart to re-start the display manager with the new Nvidia driver you should see the splash screen. All this as root from a console login at the KDE graphical login screen use the console login option in the menu item.
[edit]
Knew I would forget something in the XF86Config-4 change the driver "nv" to driver "nvidia" example:
Code:
Section "Device"
Identifier "GeForce4 MX440 SE"
Driver "nvidia"
EndSection
[/edit]
[edit2]
Damn really should read my notes first one more thing in the /etc/modutils/aliases you need the line:
Code:
alias char-major-195 nvidia
Then run update-modules as root to update the modules.conf for the next (re)boot.
[/edit2]
IT WOOOOOOOOOOOOOOOOOOOORKS! :]]]]]]]
Stephen, thank you again!!
I installed it exactly the way you've described - step by step even with the messages you said I would see :]]]
I also had a look at the README file which comes with the nvidia driver and I found that it is metioned there about MISMATCH... And I began thinking wouldn't it be better if I had read it once again before asking here? :|
Anyway reading the README first:
1. I didn't find the error message I received when trying to install the nvidia driver.
2. There was no exact description of how to use MISMATCH :]
So thank you again. I'm very very happy now with my KNOPPIIIIIIIIX! :]]
P.S.
So my other 'only problem' left - the internet, which works with Windouz, but not with any LINUX Live distribution (and not only)... I've read much over the net, but the problem seems to be in our admin, who I hope will have mercy and tells me what he has done to the internet server settings...
Re: IT WOOOOOOOOOOOOOOOOOOOORKS! :]]]]]]]
Quote:
Originally Posted by fla
So my other 'only problem' left - the internet, which works with Windouz, but not with any LINUX Live distribution (and not only)... I've read much over the net, but the problem seems to be in our admin, who I hope will have mercy and tells me what he has done to the internet server settings...
Does your computer use static settings for the internet if so you should be able to get the settings you need with ipconfig from the dos command prompt in WinXP or if using Win98 then winipcfg from the Run command on the start menu. Then you can use the settings you get with netcardconfig in a console window in Knoppix. If you are using DHCP and cannot get a connection then try pump -i eth0 from a console window. Good to hear you got it going BTW.