LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-02-2003, 03:25 PM   #1
james.sumnall
LQ Newbie
 
Registered: Nov 2003
Location: Telford, Shropshire, UK
Distribution: Mandrake 9.2
Posts: 3

Rep: Reputation: 0
NVIDIA Driver Install


Hi there, I hope someone can point me in the right direction! I've recently changed OS from RH9 to Mandrake 9.2. I've already installed the drivers successfully on RH9, but when I've come to do the same on MDK: I've dropped into the command line (Sorry if that's not what it's called on Linux, I'm pretty new to it all) and used the sh command to install the driver and I get this error:

No precompiled kernel interface was found to match your kernel; would you like the installer to attempt to download a kernel interface for your kernel from the NVIDIA ftp site (ftp://download.nvidia.com? (Answer: Yes)
ERROR: Unable to connect to download.nvidia.com (temporary DNS error (try again later))

The whole install will then error and I'm left not knowing where to go from...

Could anyone offer any advise? I would be very grateful.
 
Old 11-02-2003, 03:35 PM   #2
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
Sounds like a simple network error, how are you connecting to the net?
 
Old 11-02-2003, 03:50 PM   #3
fsbooks
Member
 
Registered: Jan 2002
Location: Missoula. Montana, USA
Distribution: Slackware (various)
Posts: 464

Rep: Reputation: 52
For your network: check /etc/resolv.conf for nameservers.

For the nvidia install, answer "no", let it make build a module locally. If you roll-your-own kernel, you will need to do that in any case.
 
Old 11-02-2003, 04:05 PM   #4
james.sumnall
LQ Newbie
 
Registered: Nov 2003
Location: Telford, Shropshire, UK
Distribution: Mandrake 9.2
Posts: 3

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by leonscape
Sounds like a simple network error, how are you connecting to the net?
Thanks for the reply I'm connected through a Blueyonder 512k ADSL line. Yet I don't recall when I installed the driver on RH9 asking me to go online...

Thanks in advance.
 
Old 11-02-2003, 04:19 PM   #5
james.sumnall
LQ Newbie
 
Registered: Nov 2003
Location: Telford, Shropshire, UK
Distribution: Mandrake 9.2
Posts: 3

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by fsbooks
For your network: check /etc/resolv.conf for nameservers.

For the nvidia install, answer "no", let it make build a module loc
ally. If you roll-your-own kernel, you will need to do that in any case.
Cheers for the advise. I've checked the resolv.conf and the IP addresees include that of the net server.

I just tried the driver install again and selected "no" for the download and it came back with this error:

ERROR: Unable to find the kernel header files for the currently running kernel.
Please make sure you have installed the kernel header files for your
kernel; on Red Hat Linux systems, for example, be sure you have the
'kernel-source' rpm installed. If you know the correct kernel header
files are installed, you may specify the kernel include path with the
'--kernel-include-path' commandline option.

Could you tell me what this means? I'm a little lost as to what to do nest...

My thanks in advance
 
Old 11-04-2003, 06:26 PM   #6
mtnbikerjerry
LQ Newbie
 
Registered: Aug 2003
Location: Aliso Viejo, CA
Distribution: Linux Mandrake 9.2
Posts: 9

Rep: Reputation: 0
Thumbs down

This is bleeeping crazy!!!!


WHY CAN't PEOPLE GIVE STAIGHT ANSWERS FOR THIS NVIDIA driver install?

There are a few people that can actually answer them simpler at www.nvnews.net under the linux forums.


I am having the same problem above. I have installed the source kernel and still get the can't find kernel headers. I have created a symbolic link and still no go.


Please help this guy who asked the question in the first place with simple responses.


Just like the guy that made this thread, I cannot install the nvidia drivers with Mandrake Linux 9.2 final build.


HELP!! Nvidia makes is so damn difficult. These drivers worked fine in MDK 9.1 but not in 9.2 God forbid!!

 
Old 11-04-2003, 06:45 PM   #7
p3ngu!n
Member
 
Registered: Oct 2003
Posts: 64

Rep: Reputation: 15
I'm having a different problem. I need the gcc compilers or cc or whatever they are but it's a real bitch to install them! Is there any sure easy way to install these compilers?
 
Old 11-17-2003, 06:41 PM   #8
Jiggy
Member
 
Registered: Nov 2003
Posts: 36

Rep: Reputation: 15
I'm running Slackware 9.1 and am having the same exact problem as james.sumnall. I also had it with 9.1... The kernel source and headers are installed yet the nvidia installer can't find them. I've searched this forum and http://www.nvnews.net/ for a solution but haven't been able to find one so i guess i'll have to wait till Nvidia fixes it.
 
Old 11-17-2003, 06:53 PM   #9
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
The Nvidia drivers run files look for the Headers by following the link in /lib/modules/<your kernel>/build.

<your kernel> is worked out by the command: uname -r

If this is not pointing to the headers or source for your kernel it will not find them.

As for GCC it should be one of the standard packages to install usually listed under development. Its normal practice for most distros to install it by default.

Last edited by leonscape; 11-17-2003 at 06:57 PM.
 
Old 11-17-2003, 08:44 PM   #10
Icarus56
LQ Newbie
 
Registered: Oct 2003
Distribution: mandrake 9.2
Posts: 15

Rep: Reputation: 0
warning warning dumb newbie here I don't know if this will help or hinder, because I'm running SuSE 8.2. The only way I could get the NVIDIA drives installed was to get a copy the "kernel source" to usr/src/
While init 1 mode
type in the follow commands
cd/usr/scr/linux:
type in the command: make cloneconfig && make dep
then type in cd
type in the command: export IGNORE_CC_MISMATCH=yes
then type in the command: sh NVIDA-Linux-x86-1.0-4496-pkg2.run
and then after answered a few questions I was able to get my 3D graphics to work

Again I warn you this may or not apply, I'm just a newbie
 
Old 11-17-2003, 08:50 PM   #11
Lostman
Member
 
Registered: Nov 2003
Location: Chicago, IL
Posts: 239

Rep: Reputation: 30
Go here ( just click on the link ) and get the source kernel that didn't come on the Mandrake 9.2 cd's. Install it. It's an RPM so just double click it. Then log out of X and try your install again.

That should fix it.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Install nVIDIA driver??? flowerman Solaris / OpenSolaris 4 09-28-2005 06:46 AM
Nvidia driver install emojetplane Linux - Hardware 11 08-19-2005 02:26 PM
nVidia driver install MooCows Linux - Hardware 1 12-30-2004 08:52 AM
Nvidia Driver Install - rivafb driver conflicts rjcmi Debian 5 10-10-2004 11:58 PM
nvidia driver wont install (suse 8.2_ftp install) splintah Linux - Newbie 1 10-06-2003 03:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:06 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration