LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 11-07-2003, 10:35 PM   #1
jlacroix
Member
 
Registered: Nov 2003
Posts: 187

Rep: Reputation: 15
NVidia drivers with Fedora 1


How the heck do I install the NVidia drivers? I got them to work in RH9 but it won't install with Fedora.

It says it can't find something or other for my kernel, and if I force the install it returns with an unexplainable error. What gives?
 
Old 11-07-2003, 10:51 PM   #2
opafire
Member
 
Registered: Oct 2003
Location: Colorado Springs
Distribution: Slackware, no more RH or Mandrake for me
Posts: 122

Rep: Reputation: 15
copy the kernel source code from your fedora disk 3, and install it. It is an rpm file and you'll install it like this, 'rpm -i kernel-source.rpm'. after that run the driver program again and read your options carefully. Say "no" to searching for one on the net then you'll have to say "ok" to compiling one from the kernel source code. It will compile a module and install it for you.
 
Old 11-07-2003, 10:55 PM   #3
jlacroix
Member
 
Registered: Nov 2003
Posts: 187

Original Poster
Rep: Reputation: 15
I'll try that, but when I installed it I chose the "everything" install.
 
Old 11-07-2003, 11:22 PM   #4
opafire
Member
 
Registered: Oct 2003
Location: Colorado Springs
Distribution: Slackware, no more RH or Mandrake for me
Posts: 122

Rep: Reputation: 15
before you install the driver one thing you need to do (sorry I forgot to mention this before) is as root run the line "export CC=gcc32" that will set the proper C compiler to be used for the driver compilation and install.
 
Old 11-07-2003, 11:38 PM   #5
jlacroix
Member
 
Registered: Nov 2003
Posts: 187

Original Poster
Rep: Reputation: 15
Do I run that in the shell, exactly as is?

Like Bash#: export CC=gcc32

Or something like

Bash#: nvidia-installer export CC=gcc32
 
Old 11-08-2003, 12:31 AM   #6
opafire
Member
 
Registered: Oct 2003
Location: Colorado Springs
Distribution: Slackware, no more RH or Mandrake for me
Posts: 122

Rep: Reputation: 15
Like Bash#: export CC=gcc32

just like you have it there.
 
Old 11-08-2003, 05:23 AM   #7
Bobmeister
Member
 
Registered: May 2003
Location: Mt. Prospect, Illinois
Distribution: Fedora Core 2, SuSE 9.1 Professional
Posts: 189

Rep: Reputation: 30
Yes, this should work. The reason is that GCC 3.3 is the default GCC in Fedora, but the kernel was compiled with GCC 3.2. So, modules using the source code should be built
with GCC 3.2 also. Exporting this variable will force the installer to use GCC 3.2 and will avoind the mismatch warning. Worked perfectly for me.
 
Old 11-08-2003, 03:09 PM   #8
FXRS
Member
 
Registered: Jun 2003
Posts: 144

Rep: Reputation: 15
Heres my deal.......

Well I reinstalled XFree86-Mesa-libGL after I uninstalled it to get the vid driver to work right. I wanted to install mplayer well it need that app, so I reinstalled it, no I can't play E.T.

So now what do I do?

FX
 
Old 11-12-2003, 02:32 AM   #9
DrD
Member
 
Registered: Nov 2003
Distribution: Fedora Core 4
Posts: 99

Rep: Reputation: 15
Ah freaking A-
Ok, this is like hurtle number 3 (and hopefully the last) in the process of trying to get the Nvidia drivers installed.
Ok, I went to install the rpm kernel source package. It told me it had failed dependencies -
Thisis what it said, actually:

error: Failed dependencies:
gcc >= 2.96-98 is needed by kernel-source-2.4.22-1.2115.nptl
gcc32 is needed by kernel-source-2.4.22-1.2115.nptl

Rats, I said. So I ran export CC=gcc32 first, ran it again. Same exact error.
So, I though I'd just double click the rpm file and install it that way. Only problem is, it started to work, then asked for Fedora CD-2. Only it didn't mount it or something, and had an error and stopped. AH!
I went to install it again, it said it was already installed
So I went into add/remove applications, and figured it would be under "kernel develoupment" (I was just going to uninstall it) Only it won't uninstall it, it's dumb enough that it stops trying when it notices there's afile it was expecting to erase but it's not there (you think someone would be smart enough to just have it remove whatever files it finds).
ANYway... I tried rpm -e kernel-source*.rpm, from the terminal, and it says it's not installed!!!!! Double checked my spelling. SO, the terminal thinks that RPM is not isntalled, the X windows system does.

Summed UP:
All I need is the kernel source installed, so I can install the nvidia drivers, so I can play freaking tux racer. Anyone know how to make Fedora think a package isn't installed anymore? Please help!

Last edited by DrD; 11-12-2003 at 02:33 AM.
 
Old 11-12-2003, 03:36 AM   #10
wiraone
Member
 
Registered: Nov 2003
Location: Diawang-awangan
Distribution: Ubuntu Hoary!
Posts: 319

Rep: Reputation: 30
Read this thread:

http://www.linuxquestions.org/questi...hreadid=115039

What you need is the development kit to be installed first. Download the latest redhat-config-packages (link is available from the above thread, the one from Fedora Core 1 is buggy), run Add/Remove Packages and add the Development Tools and Kernel Development.
 
Old 11-12-2003, 10:43 AM   #11
cybrjackle
Member
 
Registered: Jul 2003
Distribution: Debian etch/lenny/sid, Fedora 7/Rawhide, CentOS 4/5, FreeBSD 6.2 and Solaris 10/Nevada
Posts: 110

Rep: Reputation: 16
You can also go here:

http://rebus.webz.cz/
 
Old 11-12-2003, 12:09 PM   #12
bluester
LQ Newbie
 
Registered: Dec 2002
Location: USA
Distribution: Debian
Posts: 24

Rep: Reputation: 15
Try this site:

http://atrpms.physik.fu-berlin.de/di...idia-graphics/
 
  


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
[fedora c3]nvidia drivers h3xis Linux - Hardware 0 02-08-2005 05:36 PM
Nvidia Drivers for Fedora 3 LemonyZ Linux - Newbie 2 01-16-2005 07:32 AM
Nvidia Drivers For Fedora :) LinuxMyK Fedora 15 07-04-2004 06:31 PM
fedora core 2 nvidia drivers cprogrck Linux - Hardware 21 06-16-2004 11:50 AM
Fedora and Nvidia Drivers lucastic Fedora 16 11-16-2003 08:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 02:14 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