-
Junior Member
registered user
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
-
Senior Member
registered user
Re: GeForceFX5200 under Knoppix - fails on driver install

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]
-
Junior Member
registered user
THANK YOU SO MUCH!!
Stephen, thank you very much for you great reply! I think this is all the info I needed!!
I'll try all this tomorrow morning perhaps, coz it is already late here 
...And I'll be back with results :]]
Thank you once again that you've spent your time for writing this info to me!
-
Junior Member
registered user
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...
-
Senior Member
registered user
Re: IT WOOOOOOOOOOOOOOOOOOOORKS! :]]]]]]]

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.
-
Junior Member
registered user
Well...
Stephen, thank you again.
About the internet problem... I've posted in linuxquestions.org with a topic: "My internet works with Windouz, but with LINUX
((" But it is already on the second page... Please have a look at it if you think you could help.
In few words: I know how to configure my eth0 device. I did it and it works well. But the problem is, that my provider uses some special magics and I don't know them
|
What is sure about my eth0:
1. It is correctly installed and working. No conflicts with other devices.
2. I do have internet. (
Read further)
What is not sure:
1. The magic our admin uses... 
I connect to the internet with a static IP. And NO DHCP is supported from our provider.
In Windouz I use IP, Subnet mask, Gateway, DNS.
So do I in LINUX. But... Both in Windouz and LINUX console I can't connect. In Windouz - only in graphical mode - no problems when using Mozilla, IE, mIRC, ICQ and other applications.
Under LINUX - no internet at all.
I CAN ping the LAN - neighbour computers, our gateway and DNS too. But nothing goes otside our LAN.
I've checked my settings many times, so they are OK, I'm sure that.
I've played a couple of hours with nmap and ethereal and I keep logs. Traceroute logs are also available
)
As far as I can see from my logs: There are open ports in our gateway, but all ports in our DNS are closed or filtered. NO open ports.
...Why do I say 'I have a connection' then? Coz with a friend of mine who is NOT in our LAN... We tried ssh. I open sshd and he connects to me and we can chat. So there is a connection out of the LAN. The prolem is that I don't know whether it depends on a special port or a protocol that our admin uses
And again: I do not have any problems when connectin in Windouz
||
...The difficult thing is to contact our admin
And even then it is almost sure I won't get any info from him
Stupid, ain't it?
|
Thank you once again.
P.S.
I think it is better to move these topic to other part of this forum - "Networking" or to continue it in another forum, may be linuxquestions.org.
Here is my e-mail address:
[email protected]
If you have some free time left and/or you are curious about my networking problem, please mail me and I'll send you the logs I've made...
-
More info on knoppix with nvidia cards can be found herehttp://www.knoppix.net/forum/viewtop...?p=31765#31765
Similar Threads
-
By g-joey in forum Hdd Install / Debian / Apt
Replies: 11
Last Post: 07-03-2004, 05:38 PM
-
By Ish Rattan in forum Hdd Install / Debian / Apt
Replies: 1
Last Post: 06-22-2004, 12:10 AM
-
By ktheking in forum Ideas
Replies: 1
Last Post: 01-12-2004, 12:45 AM
-
By abouzeis in forum Hardware & Booting
Replies: 9
Last Post: 12-14-2003, 08:41 PM
-
By cr8dle2grave in forum Hdd Install / Debian / Apt
Replies: 6
Last Post: 08-20-2003, 06:55 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules

HP - OmniBook 3 16" 2K Touchscreen Laptop - Intel Core Ultra 5 (2025) - 8GB M...
$479.99

8-core 10-core GPU baseboard 8654 to PCIE 5.0x16 GPU expansion baseboard
$377.77

Panasonic Toughbook CF19 MK8 Core i5 3610ME 2.7GHz 12GB RAM 512GB SSD Win 10 Pro
$319.00

Apple MacBook Air 13.6” M2 8GB 256GB SSD 2022 MLY33LL/A 8‑Core CPU 8‑Core GPU
$529.95

(New) AMD Ryzen 7 5700X 8 Core 16 Thread AM4 Unlocked 3.4 GHz CPU OEM Tray
$169.99

Lenovo LOQ 15 15.6" FHD 144Hz 8-Core i5-12450HX 16GB 512GB SSD GeForce RTX 4050
$799.00

Dell - XPS 13.4" 3K Touchscreen Laptop - Intel Core 5 Series 3 320 2026 - 8GB...
$699.99

AMD Ryzen 7 5800XT 3.80GHz 8 Core 16 Thread AM4 #U6325 (AR)
$189.88

Dell Alienware m15 R7 AMD Ryzen 7 6800H 16GB DDR5 1TB SSD RTX 3070 Ti WIN 11 PRO
$920.00

Lenovo ThinkPad T480 Core i5-8250u 1.6GHz 8GB 256GB SSD 14" ***Boot to Bios
$110.00