LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 05-05-2004, 03:42 AM   #1
snafder
LQ Newbie
 
Registered: May 2004
Location: Australia
Distribution: Mandrake Official 10.0
Posts: 7

Rep: Reputation: 0
Question nVidia GeForce 2 MX setup on Mandrake Official 10.0 - Xfree86


Howdy,

I am running mdk 10 official, KDE, Intel PIII 1000MHz, 256MB RAM, GeForce2MX.

Everytime I try to install the latest nVidia Linux driver .run file, it asks a few
questions then trys to find a precompiled binary or something and then
says it will have to make one it's self. At this point it spits out
Error code 2 or the like and then won't go any further. Except to exit.

I have tried to install the latest XFree86 software but when I follow the instructions it comes up with "internal compiler error" or something to
that affect and exits. (i tried to modify all sorts of files - as per documentation but to no avail)

Is there something simple I am missing.

Why can't I get anything to compile? I have installed the kernel source and all the developer tools I could find on the disc/s.

Has someone got step by step, easy for a newbie, instructions on how to
set it up, from beginning to end, including any little things that people are
"supposed" to know?

Cheers.

PS I have been searching the net and trying for a couple of weeks now.

PS. Also - quite often under KDE, when I run a program, there is a little
rotating hourglass in the bottom bar for a few seconds and then it
disappears - but the program doesn't load. A friend suggested maybe my
RAM is faulty?
 
Old 05-05-2004, 05:38 AM   #2
MunterMan
Member
 
Registered: Nov 2003
Location: The North of England
Distribution: Suse 10.3
Posts: 172

Rep: Reputation: 30
The kernel source doesn't come on the disks. You have to download it seperately.
Any thing that needs compiling will need the headers from the kernel source.
Try this; open a terminal, log in as root and type

urpmi kernel-source
 
Old 05-05-2004, 05:39 AM   #3
MunterMan
Member
 
Registered: Nov 2003
Location: The North of England
Distribution: Suse 10.3
Posts: 172

Rep: Reputation: 30
As for your problem with kde.
Open a terminal and type in the command of the program you are trying to run.
Errors will be printed in the terminal.
If you don't know what they mean, ask here.
 
Old 05-05-2004, 01:45 PM   #4
Warmaster
Member
 
Registered: May 2004
Distribution: Mandrake 10.0 OFFICIAL
Posts: 49

Rep: Reputation: 15
god installing nvidia drivers are a pain in the ass.
I can't do it either.
 
Old 05-05-2004, 11:50 PM   #5
snafder
LQ Newbie
 
Registered: May 2004
Location: Australia
Distribution: Mandrake Official 10.0
Posts: 7

Original Poster
Rep: Reputation: 0
Am at work atm, will give it a try tonight and let you know

cheers for the advice.
 
Old 05-06-2004, 12:32 AM   #6
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
bump

Last edited by jschiwal; 05-06-2004 at 03:35 AM.
 
Old 05-06-2004, 12:32 AM   #7
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
I just upgraded my linux system yesterday, There are a couple of points that you need to know to get it to work.
First, you need to exit X windows before running the NVIDIA-Linux-x86-1.0-5336-pkg1.run program.

If you type NVIDIA-Linux-x86-1.0-5336-pkg1.run -A, you will get extended help. Here is a segment from that help, that I think is part of the problem.
Quote:
--kernel-source-path=[KERNEL SOURCE PATH]
The directory containing the kernel source files that should be
used when compiling the NVIDIA kernel module. When not
specified, the installer will use '/lib/modules/`uname
-r`/build', if that directory exists. Otherwise, it will use
'/usr/src/linux'.
Note the extra '/build' directory.

So to work around that, make sure that the kernel is pointed to by the 'default' linux link.
unlink /usr/src/linux
ln -s /usr/src/`uname -r` /usr/src/linux

Then the program should work successfully. You need the kernel-source installed. Installing the kernel-headers might be a good idea ( from glibc-devel )
 
Old 05-06-2004, 02:22 AM   #8
estatik
Member
 
Registered: Oct 2003
Location: CA / NY
Distribution: Mandrake 9.1, 9.2, 10.1, Cooker
Posts: 145

Rep: Reputation: 15
For those who have RTFM and still can't get the driver installed, I'm curious in how you are installing the driver. I just installed, for the first time, the 5336 driver in a newly built box with a G4 Ti, and I have to say it was the easiest installation of any driver I have done.

My Steps:

1) Install your choice of kernel + kernel-sources and all develop packages (gcc, automake, etc., you can remove the ones you don't need later) that you will be booting into.

2) Download the nvidia driver (duh!)

3) Edit /etc/inittab
- change your init default to 3

4) Reboot into the kernel you have choosen

5) cd to where the driver is

6) su

7) sh NVIDIA-Linux-x86-1.0-5336-pkg1.run

8) Accept the license and select NO to find drivers at nvidia's website

9) Let the driver compile and install

10) vi /etc/X11/XF86Config-4
- change "nv"/"vesa" to "nvidia"
- make sure 'Load "glx"' is not commented out
- remove 'Load "dri"' and 'Load "GLcore"' if present
- [ESC], : , wq , [ENTER]

11) vi /etc/inittab
- change the init default back to 5

12) reboot (right after I had typed reboot, the x-server kicked back in and froze my
computer, so to reboot when all fails, hold down [Alt]+[SysRq] and hit S,U,B in
sequence.
 
Old 05-06-2004, 10:56 PM   #9
snafder
LQ Newbie
 
Registered: May 2004
Location: Australia
Distribution: Mandrake Official 10.0
Posts: 7

Original Poster
Rep: Reputation: 0
Thumbs up yay

Great news, all is working well now.

Many thanks in particular Munterman for the kernel-source bit
and Estatik for the step by step guide. (those were the 2 bits I used)

Yay I am so happy now!!

Cheers ppl.

 
  


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
nv becomes nvidia in Mandrake 10.0 official eflester Mandriva 2 05-03-2005 12:16 PM
Display problems with Nvidia drivers on Debian (XFree86 4.3.0.1) with GeForce 4MX 440 lordnukem Linux - Hardware 6 02-05-2005 05:32 AM
Mandrake 10 Official initial setup ..... help please linuxblues Mandriva 14 08-29-2004 02:59 AM
Problems with XFree86 and nVidia Geforce FX Go5200 nblue Linux - Laptop and Netbook 4 05-12-2004 07:34 AM
GLX/Xfree86/DRI/nvidia geforce 4 mx 420 problem asalford Linux - Hardware 3 04-01-2004 02:28 PM

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

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