LinuxQuestions.org
Review your favorite Linux distribution.
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 06-04-2003, 02:39 AM   #1
steve1401
Member
 
Registered: May 2003
Location: UK
Distribution: Debian
Posts: 73

Rep: Reputation: 15
Kernel issuse installing NVIDIA drivers on Suse 8.2


Hi
I got myself a new NVidia GeForce MX440 and all was looking good until I realised I couldn't install the official drivers!?!

My setup is: AMD T/Bird processor, Suse 8.2 with Kernel vers. 2.4.20.

I have downloaded two drivers - the IA32 1.0-4363 (.run) and the AMD64 1.0-4180 (both parts). The AMD64... driver just didn't want to install, but I seemed to be having more joy with the IA32 driver.

I had booted into the console, followed the directions as close as possible, but I got a wrong Kernel conflict error. I am wriring this at work and can't remeber the exact error, but it asked me if I wanted to go online and update the Kernel - I couldn't go online in the console to do this, and the installation failed.

Am I trying to do this correctly, and have I chosen the correct drivers? The Kernel is fairly recent (I downloaded the ftp install about 1 week ago).

Please help, I have just bought this Graphics card because my PowerVR Kyro wasn't too good with Linux....

Cheers
Steve
 
Old 06-04-2003, 06:05 AM   #2
LizardMan
Member
 
Registered: Jun 2003
Location: California, USA
Distribution: Zenwalk & Slackware
Posts: 42

Rep: Reputation: 15
Hello Steve!
One of the cool features I like about SuSE is the online update tool... Open YaST2 and do the online update. It should give you the option of automatically downloading and installing the nVidia driver you need as well as a bunch of other good to have updates. Itll just install um with no hassle and it will take care of any dependencies too.

Hope I helped in some way. Good luck!
 
Old 06-04-2003, 05:30 PM   #3
steve1401
Member
 
Registered: May 2003
Location: UK
Distribution: Debian
Posts: 73

Original Poster
Rep: Reputation: 15
Cheers for the reply.

I realise Suse have there own drivers, but they're not th e'official' drivers by NVidia and they don't allow certain functionality. Fair enough, my display looks ok, but I would like to have these drivers for improved performance (videos, DVDs games etc)

I downloaded the NVchooser from Nvidias ftp site, ran it and it said that I needed these drivers:
NVIDIA_GLX-1.0-4191.suse82.i386.rpm
NVIDIA_kernel-1.0-4191.suse82.i386.rpm

The only ones I can find on there site are for Suse 8.1 (the drivers are of the same name only replace the 'suse82' with 'suse81')

Advice appreciated
Steve
 
Old 06-04-2003, 10:32 PM   #4
aherm
Member
 
Registered: Jan 2003
Location: upNorth
Distribution: openSuSE/uBuntu
Posts: 410

Rep: Reputation: 30
Go to the official nVidia driver download site for SuSE linux 8.2!

http://www.nvidia.com/view.asp?IO=li..._ia32_1.0-4363

It is the one executable installer that ends .run, not two .rpms which YaST2 downloaded or suggested with nvchooser ;-)

Boot in safe mode (init 3).
Install (run) the nVidia driver installer.
Run sax2, accept whatever it can offer.
(Run xf86config if sax2 fails then run SuSEconfig.)
Try startx (init 5)

Edit your /etc/X11/XF86Config manually to have

Section "Device"
BoardName "GeForce4 MX 440"
BusID "1:0:0"
Driver "nvidia"
Identifier "Device[0]"
VendorName "NVidia"
EndSection

Basically you need to change the driver "nv" to "nvidia" and enable glx to have your 3D accerelated. That should work with the SuSE linux stock kernel. If you still have problems post the XF86Config file here.


Have fun :-)

Last edited by aherm; 06-04-2003 at 10:36 PM.
 
Old 06-05-2003, 12:54 PM   #5
steve1401
Member
 
Registered: May 2003
Location: UK
Distribution: Debian
Posts: 73

Original Poster
Rep: Reputation: 15
Hi

I tried this and as I suspected, it did the same as before... The log which was created is posted below. If you have any suggestions as to what the problem/cure is it would be appreciated. I've posted the whole log, sorry it's rather long, but you may understand it better than me...

Bear in mind as well that as I am in the console and not logged into x, I can't connect to the internet (as far as I am aware?) to get any updated kernels.

LOG:
nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Thu Jun 5 18:33:15 2003

option status:
license pre-accepted : false
update : false
force update : false
expert : false
uninstall : false
driver info : false
no precompiled interface: false
no ncurses color : false
query latest driver ver : false
OpenGL header files : false
no questions : false
silent : false
XFree86 install prefix : /usr/X11R6
OpenGL install prefix : /usr
Installer install prefix: /usr
kernel include path : (not specified)
kernel install path : (not specified)
proc mount point : /proc
ui : (not specified)
tmpdir : /tmp
ftp site : ftp://download.nvidia.com

Using: nvidia-installer ncurses user interface
-> License accepted.
-> No precompiled kernel interface was found to match your kernel; would you li
ke the installer to attempt to download a kernel interface for your kernel f
rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: Yes)
ERROR: Unable to connect to download.nvidia.com (temporary DNS error (try again
later))
-> No matching precompiled kernel interface was found on the NVIDIA ftp site;
this means that the installer will need to compile a kernel interface for
your kernel.
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.
ERROR: Installation has failed. Please see the file
'/var/log/nvidia-installer.log' for details. You may find suggestions
on fixing installation problems in the README available on the Linux
driver download page at www.nvidia.com.
 
Old 06-05-2003, 12:59 PM   #6
Proud
Senior Member
 
Registered: Dec 2002
Location: England
Distribution: Used to use Mandrake/Mandriva
Posts: 2,794

Rep: Reputation: 116Reputation: 116
Try installing the kernel source files so it can compile.
For internet access while using the command line, I think you need to configure the up and down scripts for pppd (if on dialup).
 
Old 06-05-2003, 03:00 PM   #7
aherm
Member
 
Registered: Jan 2003
Location: upNorth
Distribution: openSuSE/uBuntu
Posts: 410

Rep: Reputation: 30
This link should help (are you using an upgraded k_athlon kernel e.g. via apt-get?):

http://distro.ibiblio.org/pub/Linux/...nstaller-HOWTO

It seems like you need to uninstall the AMD64 1.0-4180 driver first (both parts are for the Hammer/Athlon 64) because this is the wrong driver for your x86 machine (Athlon XP?).

Try again, you may have a connection problem when the installer downloading the driver.

Else, try using this stock kernel:
k_athlon-2.4.20-38
You can get it from http://rpm.pbone.net or www.rpmseek.com

Have more fun :-)

Last edited by aherm; 06-05-2003 at 03:04 PM.
 
Old 06-06-2003, 02:30 AM   #8
steve1401
Member
 
Registered: May 2003
Location: UK
Distribution: Debian
Posts: 73

Original Poster
Rep: Reputation: 15
Talking

Got it working :-)
I installed the kernel-source rpm, followed the instructions from the link that you sent me and was finally able to install the nvidia drivers. I am a very happy chappy....

One thing has crossed my mind when trying to resolve this issue. I'm not sure how different the install is from a CD install to a local network install. Basically, I downloaded the whole 6.5GB suse 8.2 folder via ftp, and installed this way, not from a CD. This could have been the result of the kernel issue??

Any-way, all I have to do when I get home this evening is update the XF86Config file - this seems straight forward enough......

Thanks for all your help
Steve
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
installing nvidia drivers on suse 9.3 lowpingnoob Linux - Newbie 20 07-06-2005 10:30 AM
Installing Nvidia drivers on SuSE 9.0 YewnEEk Linux - Software 1 04-13-2005 06:12 AM
help installing nvidia drivers for SuSE jkw119 Linux - Hardware 3 02-14-2005 02:43 PM
Installing nVidia drivers in SuSE 9.1 fails with GeForce 3 Mattus Linux - Hardware 7 11-09-2004 08:27 PM
Installing nvidia drivers on Suse 9.1? Flak Pyro Linux - Distributions 8 07-07-2004 06:27 PM

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

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