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 - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 10-25-2003, 03:21 PM   #1
CloudBuilder
Member
 
Registered: May 2003
Location: Netherlands
Distribution: Ubuntu, Puppy
Posts: 386

Rep: Reputation: 30
Nvidia Network drivers in Suse 8.2


Hello,

For a view weeks some of you gave me some very appreciated help by installing network drivers for Nvidia in RH9.

I have an asus a7n8x-x mobo with nvidia lan on board.

I installed a second distro. I am a curious man and I want to try a view distro's .

But there is again the trouble with the Nvidia driver.

Nvidia has a driver but in its docs I find the following about SUSE

====================================
NOTE: SuSE INSTALLATIONS

Upgrading the SuSE Kernel:

If you are using the SuSE Linux distribution, note that the binary RPM for SuSE only supports SuSE versions using the upgraded kernel. This note contains directions from SuSE on upgrading to the new kernel for SuSE versions 7.1, 7.2 and 7.3:

Get the upgraded kernel from one of the following sites (depending on SuSE distribution):

ftp://ftp.suse.com/pub/suse/i386/upd.../kernel/2.4.16 (for SuSE 7.1)
ftp://ftp.suse.com/pub/suse/i386/upd.../kernel/2.4.16 (for SuSE 7.2)
ftp://ftp.suse.com/pub/suse/i386/upd.../kernel/2.4.16 (for SuSE 7.3)

For update instructions, see SuSE's SBD article, located at

http://sdb.suse.de/en/sdb/html/ftpkernel.html

Alternative SuSE Installations:

The following instructions should be used before proceeding with a source RPM or tar file installation. You will need to use one of these installation methods if you want to install nForce drivers without upgrading your kernel. Please note that these installation methods won't work for SuSE 7.1 or 7.2.

Install with YaST(2) the following d (development) series packages

* make
* gcc
* binutils
* glibc-devel
* kernel-source

Use the following commands to set up your development environment

example% cd <directory with the rpm file>
example% su
Password: ******
example# pushd /usr/src/linux
example# make cloneconfig
example# make dep
example# popd

You can now proceed with the tar file or source RPM installation steps below, omitting the steps to become root.
=========================

Since I have Suse 8.2 I ask myself if I can use the RPM installation as I used it with RH9.
The site of Suse is neither a great help. because there is only a story about upgrading the kernel.

Can anyone give me an answer how I have to install?

Thanks a lot.

CB
 
Old 10-25-2003, 03:46 PM   #2
pilotgi
Member
 
Registered: Apr 2002
Location: ks
Distribution: openSUSE Tumbleweed
Posts: 495

Rep: Reputation: 33
I'm not sure I understand your question. What rpm are you trying to install?

Or are you asking how to upgrade the kernel in 8.2 so you can compile in support for the nforce(2?) chipset?
 
Old 10-25-2003, 06:05 PM   #3
CloudBuilder
Member
 
Registered: May 2003
Location: Netherlands
Distribution: Ubuntu, Puppy
Posts: 386

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by pilotgi
I'm not sure I understand your question. What rpm are you trying to install?

Or are you asking how to upgrade the kernel in 8.2 so you can compile in support for the nforce(2?) chipset?

The instruction is the following:

====================================
Binary RPM Installation
The binary installation procedure involves downloading the binary RPM file appropriate to your distribution and installing it. If you are using the SuSE distribution, see NOTE: SuSE INSTALLATIONS, above.

Become root and install using rpm:


example% cd <directory with the rpm file>example% suPassword: ******example# rpm -i nforce{package name}-1.0-1.rpm
=================================

The rpm for Suse is the next :

SuSE 8.2 NVIDIA_nforce-1.0-0261.suse82.i586.rpm
=================================

But there is also a story about SUSE that says :

++++++++++++++++++++++++++++++++
NOTE: SuSE INSTALLATIONS

Upgrading the SuSE Kernel:
If you are using the SuSE Linux distribution, note that the binary RPM for SuSE only supports SuSE versions using the upgraded kernel. This note contains directions from SuSE on upgrading to the new kernel for SuSE versions 7.1, 7.2 and 7.3:

Get the upgraded kernel from one of the following sites (depending on SuSE distribution):

ftp://ftp.suse.com/pub/suse/i386/upd.../kernel/2.4.16 (for SuSE 7.1)ftp://ftp.suse.com/pub/suse/i386/upd.../kernel/2.4.16 (for SuSE 7.2)ftp://ftp.suse.com/pub/suse/i386/upd.../kernel/2.4.16 (for SuSE 7.3)
For update instructions, see SuSE's SBD article, located at

http://sdb.suse.de/en/sdb/html/ftpkernel.html

Alternative SuSE Installations:
The following instructions should be used before proceeding with a source RPM or tar file installation. You will need to use one of these installation methods if you want to install nForce drivers without upgrading your kernel. Please note that these installation methods won't work for SuSE 7.1 or 7.2.

Install with YaST(2) the following d (development) series packages

make
gcc
binutils
glibc-devel
kernel-source
Use the following commands to set up your development environment


example% cd <directory with the rpm file>example% suPassword: ******example# pushd /usr/src/linuxexample# make cloneconfigexample# make depexample# popd
You can now proceed with the tar file or source RPM installation steps below, omitting the steps to become root.
++++++++++++++++++++++++++++++++

This is a bit confusing. To my opinion SUSE 8.2 supports RPM.
This story from NVIDIA is not up to date (I ran into some problems with RH9, that information was also not up to date)

So before I try to meddle with a good working OS I want to know if I am doing the right things.

To my opinion I can simply go and follow the Binary RPM installation.

The question is am I correct in this assumption.

CB
 
Old 10-26-2003, 06:37 AM   #4
pilotgi
Member
 
Registered: Apr 2002
Location: ks
Distribution: openSUSE Tumbleweed
Posts: 495

Rep: Reputation: 33
Those instructions do sound kind of old. Also, they are preparing the kernel for source code not binaries. If you'll notice this line:

"The following instructions should be used before proceeding with a source RPM or tar file installation."

The rpm you listed, SuSE 8.2 NVIDIA_nforce-1.0-0261.suse82.i586.rpm, is a binary, not a source rpm or tar file. You can install it with YaST or from the command line.
 
Old 10-26-2003, 02:51 PM   #5
CloudBuilder
Member
 
Registered: May 2003
Location: Netherlands
Distribution: Ubuntu, Puppy
Posts: 386

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by pilotgi
Those instructions do sound kind of old. Also, they are preparing the kernel for source code not binaries. If you'll notice this line:

"The following instructions should be used before proceeding with a source RPM or tar file installation."

The rpm you listed, SuSE 8.2 NVIDIA_nforce-1.0-0261.suse82.i586.rpm, is a binary, not a source rpm or tar file. You can install it with YaST or from the command line.
Thanks 'll give it a try.

CB
 
  


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
help with nvidia drivers suse sarge extreme Linux - Hardware 6 02-02-2005 03:59 PM
Updated nVidia drivers and lost sound and network wasaabi4784 Linux - Newbie 1 08-19-2004 12:40 PM
Nvidia network drivers Mustang1994 Linux - Networking 1 03-26-2004 02:13 PM
Nvidia drivers , Suse 9.0 raynet11 Linux - Hardware 28 03-03-2004 08:49 AM
suse 8.1 and nvidia drivers ronss Linux - Software 2 10-14-2002 02:08 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

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