|
|
#1 | |
|
Registered User
Join Date: Nov 2003
Posts: 1
|
Hi all,
im a linux rookie and im trying to install the nforce 2 network card and my GeForce 5600. Im not able to get even one running. Can please somebody tell me which files I have to download and which commands I have to run under linux ? I do not understand this rpm, insmod and Kernel stuff. So a "cookbook" for a dumb Windows User would be great ![]() Thanks a lot ! MIchael |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Nov 2003
Posts: 2
|
Easy way
1) get suse 9.0 drivers 2) put them in your home folder 3) cd to home folder if not already there 4) su and password 5) rpm -Uvh <nf2 drivers>.rpm 6) /etc/init.d/network restart Hard way 1) Make sure you have the kernel source, probably in /usr/src 2) copy the .src.rpm file to your home directory 3) cd <directory with the rpm file> example% su Password: ****** example# pushd /usr/src/linux example# make cloneconfig example# make dep example# popd 4) cd <directory with the rpm file> su Password: ****** example# rpmbuild --rebuild nforce{package na****-1.0-1.src.rpm 5) At this point, the SRPM will be recompiled. When this command has completed, look for a line that says: Wrote: /usr/src/{RPM root dir}/RPMS/i386/nforce{package na****-1.0-1.rpm This will provide you with the name and location of the new RPM. You should then install this RPM per the instructions in the Binary RPM Installation section 6) example% cd <directory with the rpm file> example% su Password: ****** example# rpm -i nforce{package na****-1.0-1.rpm 7) go to yast2, hardware, network devices (it should have detected the nf2 eth controller) 8) go to the install custom driver option (I am not sure exactly what it is called) 9) look in /lib/modules/<latest kernel version>/driver/net for nvnet.o 10) type /etc/init.d/network restart 11) hopefully the connection is up and you will be happy If you have any questions you can email me at benjfitz@yahoo.com and I will get on my box with suse 9.0 to make sure I told you the right stuff. |
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Getting the proprietary nvidia driver to run with Debian 3.0 r0 (woody) | Katchina404 | NVIDIA Linux | 9 | 01-12-03 08:49 AM |
| Mandrake 9.0 driver installation | Andy Mecham | NVIDIA Linux | 3 | 10-02-02 04:12 PM |
| NVIDIA 3123 driver on SuSE 8.0 Ok , but slow to start X | Gabolander | NVIDIA Linux | 3 | 09-27-02 07:41 AM |
| Trouble with SuSE 8 & NVIDIA latest driver | bughill | NVIDIA Linux | 3 | 08-20-02 12:31 PM |
| Problem with Ethernet (nvnet) driver for RH 7.3 | bernz | NVIDIA Linux | 4 | 08-05-02 10:18 AM |