LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-22-2002, 05:59 PM   #31
admedic
LQ Newbie
 
Registered: Aug 2002
Location: Sydney, Austalia
Distribution: Redhat 7.3
Posts: 19

Rep: Reputation: 0

That line looks familiar to me I know Ive seen the word NVdriver in my /etc/modules.conf
 
Old 08-23-2002, 01:56 AM   #32
navaho
LQ Newbie
 
Registered: Aug 2002
Posts: 2

Rep: Reputation: 0
I fixed mine, here's how

I ran into the same problem when I ran up2date on my redHat 7.3 laptop tonight. Couldn't get it to startX. got the dreaded ""(EE) NVIDIA(0): Failed to initialize the NVdriver kernel module!"" error. Took about 5 minutes to fix. here's how:

(I was already in run level 3. If you're not you need to be to do this)

remove the old NVIDIA rpms

rpm --erase NVIDIA_GLX
rpm --erase NVIDIA_kernel

download the src rpms from where you downloaded the compiled rpms

wget http://download.nvidia.com/XFree86_4...0-2960.src.rpm
wget http://download.nvidia.com/XFree86_4...0-2960.src.rpm

The links above may not be right for your architecture!

Then rebuild them
rpm --rebuild NVIDIA_kernel-1.0-2960.src.rpm
rpm --rebuild NVIDIA_GLX-1.0-2960.src.rpm

then install them, kernel module first

cd /usr/src/redhat/RPMS/i386/
rpm -ivh NVIDIA_kernel-1.0-2960.i386.rpm
rpm -ivh NVIDIA_GLX-1.0-2960.i386.rpm

installing the kernel gives you the usual message that it will taint the kernel. installing the GLX tells you about the mesa files.

Now, as long as you haven't been messin' with your XF86Config-4 you can startx.

$root@mylaptop: startx

All done, took about 5 minutes.

Once X starts and you're comfortable that it's running delete the two rpms in /usr/src/redhat/RPMS/i386/ since they will only need to be rebuilt if you make kernel changes anyway. KEEP the src rpms so you will have something to rebuild if you need to.

Last edited by navaho; 08-23-2002 at 02:00 AM.
 
Old 08-23-2002, 07:46 AM   #33
mavness
Member
 
Registered: Aug 2002
Location: Chicago
Distribution: Debian 3.1
Posts: 45

Rep: Reputation: 15
nm

Last edited by mavness; 08-23-2002 at 07:53 AM.
 
Old 08-23-2002, 12:38 PM   #34
spooge
Member
 
Registered: Nov 2001
Location: n chicago, IL. USA
Distribution: Slackware
Posts: 307

Rep: Reputation: 31
any problems with rh7.2 ? i have a gf4 comin in the mail
 
Old 08-23-2002, 05:06 PM   #35
hopinator
LQ Newbie
 
Registered: Aug 2002
Posts: 8

Rep: Reputation: 0
I'm running Mandrake 8.2 w/ a ti4600 and I'm having problems as well. I've followed the instructions on Nvidia's website to install the rpms and it says they are succesfully installed but my card is recognized as a g3 and any 3d app doesnt work. When I go the contro center and try to change vid card it doesnt list the g4.
So I uninstalled those via instructions in this post and tried to install teh tar versions but the "make" command is unrecognized :/
As you can tell I'm a Linux nub (a full 2 days) so any help would be greatly appreciated, thnx.
 
Old 08-23-2002, 05:14 PM   #36
jale2ice
Member
 
Registered: Aug 2002
Distribution: Gentoo
Posts: 49

Original Poster
Rep: Reputation: 15
yeah, I also checked that one. It WAS in there. I reinstalled RH7.3, no more issues. I'm NOT going to use the Nvidia driver. I'm sticking with the vesa one. Thank you all for all your help!

Last edited by jale2ice; 08-23-2002 at 05:16 PM.
 
Old 08-24-2002, 09:07 PM   #37
navaho
LQ Newbie
 
Registered: Aug 2002
Posts: 2

Rep: Reputation: 0
" but the "make" command is unrecognized "

Then it probably isn't in your path.

try /usr/bin/make

to find it try whereis make. Although whereis probably isn't in your path either.
 
Old 08-26-2002, 07:01 PM   #38
sk545
Member
 
Registered: Aug 2002
Posts: 312

Rep: Reputation: 30
I just had this same problem. Turns out I downloaded the wrong kernel file. You have to run NVchooser and see which files to download. Then exit out from X windows and install the rpm's. Well, it took me 2 days and 8 reinstalls to figure this out on RedHat 7.3. Just don't give up.
 
Old 08-29-2002, 11:16 PM   #39
spartan
LQ Newbie
 
Registered: Aug 2002
Location: NYC
Distribution: RH 7.3
Posts: 5

Rep: Reputation: 0
Question how

I have the same problem and i'm just about one week nebie with linux

and i want to ask how do you enter run level 3 ?(whatever it's called)
 
Old 08-30-2002, 12:01 AM   #40
admedic
LQ Newbie
 
Registered: Aug 2002
Location: Sydney, Austalia
Distribution: Redhat 7.3
Posts: 19

Rep: Reputation: 0
ok get up a command prompt

type su -
hit enter
put in the root password
type init 3 enter
to go back to normal is init 5 or 6 depending on your Flavour of Linux
 
Old 08-30-2002, 03:02 AM   #41
spartan
LQ Newbie
 
Registered: Aug 2002
Location: NYC
Distribution: RH 7.3
Posts: 5

Rep: Reputation: 0
I think i got it



Yes I got it



It's all in the README file ///////////////////////////////////////////////////

INSTALLING/UPGRADING BY TAR FILE

Instructions for the Impatient:

$ tar xvzf NVIDIA_kernel.tar.gz
$ tar xvzf NVIDIA_GLX.tar.gz
$ cd NVIDIA_kernel
$ make install
$ cd ../NVIDIA_GLX
$ make install

Instructions:

To install from tar file, unpack each file:

$ tar xvzf NVIDIA_kernel.tar.gz
$ tar xvzf NVIDIA_GLX.tar.gz

cd into the NVIDIA_kernel directory. Type 'make install'. This will
compile the kernel interface to the NVdriver, link the NVdriver, copy
the NVdriver into place, and attempt to insert the NVdriver into the
running kernel:

$ cd NVIDIA_kernel
$ make install

Next, move into the NVIDIA_GLX directory. Type 'make install' -- this
will copy the needed OpenGL and XFree86 files into place:

$ cd ../NVIDIA_GLX
$ make install

Note that the "make install" for each package will remove any previously
installed NVIDIA drivers.
///////////////////////////////////////////////////////////////////////////////////

and then read (sec-03) EDITING YOUR XF86CONFIG FILE

everything is explaned there


 
Old 08-30-2002, 03:05 AM   #42
spartan
LQ Newbie
 
Registered: Aug 2002
Location: NYC
Distribution: RH 7.3
Posts: 5

Rep: Reputation: 0
Ohh and thanks for instructions for init 3 admedic
 
Old 09-05-2002, 05:35 AM   #43
bell
LQ Newbie
 
Registered: Sep 2002
Location: Guildford, England
Distribution: RedHat
Posts: 3

Rep: Reputation: 0
Question Did you sort out the missing .h files?

Quote:
Originally posted by admedic
I had the same errors you guys get. I have just installed RH 7.3 and let it do up2date and then booted into the new kernel name ended with a -5 the old is a -3. Installed the new Nvidia drivers and no go


I went back into the -3 and booted up ok and into X no prob. I think RH has a problem with their up2date program!?

Im gonna look into how to update my kernel correctly as it looks like its missing a heap of .h (header) files as well. Especially fixmap.h

I recommend you guys make sure you dont have the same problem as me.

I have a similar problem with RH 2.4.18-10 !!!!!
 
  


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
apt-get problem - need top force remove an application amon Debian 4 10-22-2010 07:02 AM
Cannot get nVidia drivers to work with Ge Force 4 card Draylath MEPIS 5 07-02-2005 08:02 AM
Nvidia fx5500 mandrake 10.1 problem:Nvidia in /etc/modprobe.preload doesn't work eikeland Linux - Hardware 5 01-17-2005 02:09 PM
G-Force 2 MX/400 problem Bole Linux - Distributions 5 05-23-2003 05:44 AM
Brute Force kwigibo Linux - General 2 08-01-2002 12:42 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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