LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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-19-2002, 10:24 PM   #16
mavness
Member
 
Registered: Aug 2002
Location: Chicago
Distribution: Debian 3.1
Posts: 45

Rep: Reputation: 15

jal, type in

tar -xzf NVIDIA_kernel......

then cd into that folder

then type

make install

do the same for the GLX
 
Old 08-19-2002, 10:49 PM   #17
admedic
LQ Newbie
 
Registered: Aug 2002
Location: Sydney, Austalia
Distribution: Redhat 7.3
Posts: 19

Rep: Reputation: 0
As I said have a look in the readme all the methods of installation are in there with step by step instructions.
 
Old 08-19-2002, 11:30 PM   #18
mavness
Member
 
Registered: Aug 2002
Location: Chicago
Distribution: Debian 3.1
Posts: 45

Rep: Reputation: 15
yes there are, but id rather just post it for the person so they can get their card working. im sure they are quite frustrated. lol, i know i was.
 
Old 08-19-2002, 11:56 PM   #19
admedic
LQ Newbie
 
Registered: Aug 2002
Location: Sydney, Austalia
Distribution: Redhat 7.3
Posts: 19

Rep: Reputation: 0
I was too I found reading the readme really helped too
 
Old 08-21-2002, 03:54 PM   #20
jale2ice
Member
 
Registered: Aug 2002
Distribution: Gentoo
Posts: 49

Original Poster
Rep: Reputation: 15
Hey guys, I have followed all intructions , but here is my new challenge.

I used the tar file install. After using make install, the output was a bunch of letters in caps and some errors like:

/pgtable.h:17:24 asm/fixmap.h: No such file or Directory

/usr/include/linux/autoconfig.h:1:2:#error Invalid Kernel header included in user space.

blah, blah, blah


asm/delay.h: No such file or Directory
asm/uaccess.h: " " same as above " "
asm/softirp.h: " " " " "

/pgalloc.h:6:24: asm/fixmap.h No such file or directory

make *** [nv.o] Error 1

How do I unmake this shit, so I can revert to my original settings for the last time?????

Please help, I'm lonely............
 
Old 08-21-2002, 04:09 PM   #21
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
Just re-run Xconfigurator as root it should fix it all up to the original, hence, to revert you to the first post on this thread. Vicious circles, ya know? Unless you install the kernel source
 
Old 08-21-2002, 05:52 PM   #22
jale2ice
Member
 
Registered: Aug 2002
Distribution: Gentoo
Posts: 49

Original Poster
Rep: Reputation: 15
I know... Thanks neo77777

I will stick to the default driver settings untill I hire a geek to install them.

Thanks everyone.
 
Old 08-21-2002, 06:25 PM   #23
jale2ice
Member
 
Registered: Aug 2002
Distribution: Gentoo
Posts: 49

Original Poster
Rep: Reputation: 15
Running Xconfigurator did not work.. Its trying to load GLextensions or something. Please help
 
Old 08-21-2002, 07:34 PM   #24
mavness
Member
 
Registered: Aug 2002
Location: Chicago
Distribution: Debian 3.1
Posts: 45

Rep: Reputation: 15
i have no idea why that didnt work for you, i have redhat 7.3 and a geforce 4 4400 card...stupid question but were you on as ROOT when you did thoes "make install" you *NEED* to be on as root. If you werent try it again, im sure they will do it. Also, you will need to edit your /etc/X11/XF86Config-4 file as follows...

find
the relevant Device section and replace the line:

Driver "nv"
(or Driver "vesa")

with

Driver "nvidia"

In the Module section, make sure you have:

Load "glx"

You should also remove the following lines:

Load "dri"
Load "GLcore"

This is EXACTLY what i did and it works 110% perfectly. I also used this with a friend with redhat 7.3 and a geforce2 video card. Worked perfectly. I have a feeling you arent on as root, as i stated above, so try that.

EDIT: to edit the file type (as root)

vim /etc/X11/XF86Config-4

once in there, hit the A key to allow editing of the file, once you have made the changes, hit ESCAPE the type

:wq

(as in a COLON : and then wq) and hit enter.

This is as ish as my directions can get, i hope they help you out.

Last edited by mavness; 08-21-2002 at 07:37 PM.
 
Old 08-21-2002, 07:50 PM   #25
admedic
LQ Newbie
 
Registered: Aug 2002
Location: Sydney, Austalia
Distribution: Redhat 7.3
Posts: 19

Rep: Reputation: 0
I had the same error with the fixmap.h its a kernel header file thats not there. You need to recompile the kernel. I actually went to kernel.org and downloaded a new kernel, 2.4.19 and installed that one with some help via irc . Thanks Redhead
 
Old 08-21-2002, 07:56 PM   #26
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
You shouldn't need to recompile the kernel. The header file is part of the kernel source... but you need to have the same source files as the kernel you're running. If you're running with a default RH kernel, then look on your install CDs for the kernel source. If you've already recompiled your kernel (i.e. you have a newer one than that which came with your CDs), then you need to install the source files of that kernel.

For example, I'm running Mandy with Mandy's default kernel of 2.4.18-6mdk. I would need to install the source files for the 2.4.18-6mdk kernel. If, however, I had already upgraded to 2.4.19, then I would need to install the 2.4.19 source files.
 
Old 08-21-2002, 07:59 PM   #27
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
The NVIDIA drivers probably didn't work out because there is no kernel source and kernel headers packages installed you can easily check this by doing
cd /usr/src
ls linux*
if nothing returned but the error: No such file or directory - that's the answer, kernel-source can be found on your installation CD's (I don't think there is kernel-headers package on the CD's, but kernel-source is definetaly there, also install kernel-utils). As for Xconfigurator didn't work out it is bad - before you tried to install NVIDIA drivers did you have a working GUI? Also did you make any changes to /etc/X11/XF86Config-4?
For future - alwasy keep a backup copy of the things you change, i.e.
cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.original
so in a case of a disaster you can always put back the original file:
cp /etc/X11/XF86Config-4.original /etc/X11/XF86Config-4
 
Old 08-22-2002, 03:01 PM   #28
jale2ice
Member
 
Registered: Aug 2002
Distribution: Gentoo
Posts: 49

Original Poster
Rep: Reputation: 15
I had a working GUI and everything. I installed the rpms for Nvidia after running the NVchooser and it gave me the error in my first post. Then I unistalled the rpms and reconfigured my XF86Config-4 file and back to normal with my GUI. Then I downloaded the tar files and dead I am.

I might be stuck but I'm not dumb mavness.

I KNOW HOW TO CONFIGURE A STUPID FILE AS ROOT.

Anyways, just had to let it out, I ran Xconfigurator and its giving me some error as mentioned above. I'm going to reinstall the whole package in about an hour. RH7.3.........
 
Old 08-22-2002, 05:47 PM   #29
admedic
LQ Newbie
 
Registered: Aug 2002
Location: Sydney, Austalia
Distribution: Redhat 7.3
Posts: 19

Rep: Reputation: 0
Hehe Xconfigurator is run in X so it wont work with no video graphics!! You will have to run the non graphical version
 
Old 08-22-2002, 05:55 PM   #30
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
FYI: Xconfigurator doesn't have to be ran in X, it is pure ncurses. This one is tough, in your /etc/modules.conf do you have a line
alias char-major-195 NVdriver
?
 
  


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 10:37 PM.

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