PDA

View Full Version : nForce network


mkorpel
04-15-03, 12:00 AM
Hi
I have RH 9.0, but my integrated network card won't work.... what is problem.... it seems that rh doesn't support it?

Could some one help me?
thank's to all who help me :D

Andy Mecham
04-15-03, 12:04 AM
Please visit www.nvidia.com and download the Linux nForce drivers. Install instructions can be found in the README.

--andy

mkorpel
04-15-03, 02:03 AM
believe me or not.... i did... but there was only RH 8.0 ? i have RH 9.0!

I installed the RPM package rpm -i *****
but what should i do next?

I'm new with linux..so pations please !
and my home language is Finnish so .....I'm sorry my poor english :D


Originally posted by Andy Mecham
Please visit www.nvidia.com and download the Linux nForce drivers. Install instructions can be found in the README.

--andy

Andy Mecham
04-15-03, 02:31 AM
Je ne parle pas le francais tres bien. Je me regret...

Now that i've butchered what little french I remember from school... :)

You'll need to use the SRPM or source tarball package to build a driver for your system. If you're using the SRPM, the command is rpmbuild --rebuild /path/to/where/you/put/the/SRPMIf you're using the tarballs, it'star xzvf NVIDIA-nforce-1.0-0248.tar.gz
cd nforce
make install
Make sure you have your kernel-source RPM installed - it's necessary to rebuild the files.

--andy

mkorpel
04-15-03, 02:51 AM
Ok
I'll try those when I get home (working now)

Suomi poika jyrää perkele
that was finnish :D

Best regards Markku Korpela


Originally posted by Andy Mecham -TOIMITTAJAT
Je ne parle pas le francais tres bien. Je me regret...

Now that i've butchered what little french I remember from school... :)

You'll need to use the SRPM or source tarball package to build a driver for your system. If you're using the SRPM, the command is rpmbuild --rebuild /path/to/where/you/put/the/SRPMIf you're using the tarballs, it'star xzvf NVIDIA-nforce-1.0-0248.tar.gz
cd nforce
make install
Make sure you have your kernel-source RPM installed - it's necessary to rebuild the files.

--andy

Esprit
04-15-03, 09:41 AM
Same problem here... RH9.0 running as root :

rpm -i NVIDIA_nforce-1.0-0256.rh80up_2.4.18_14.athlon.rpm
OK
rpm -i NVIDIA_nforce-1.0-0256.rh80up_2.4.18_27.athlon.rpm
OK
rpmbuild --rebuild NVIDIA_nforce-1.0-0256.src.rpm

Build errors in nvcrush.c

bahamot
04-15-03, 09:43 AM
Originally posted by Esprit
Same problem here... RH9.0 running as root :

rpm -i NVIDIA_nforce-1.0-0256.rh80up_2.4.18_14.athlon.rpm
OK
rpm -i NVIDIA_nforce-1.0-0256.rh80up_2.4.18_27.athlon.rpm
OK
rpmbuild --rebuild NVIDIA_nforce-1.0-0256.src.rpm

Build errors in nvcrush.c

yeap, same prob here

Andy Mecham
04-15-03, 12:54 PM
Can you post the build errors?

--andy

Esprit
04-15-03, 01:56 PM
Yes... :

nvcruhsh.c: in the function "Nvaudio_mmapwrite" :
nvcrush.c:426: warning: passing arg1 of remap_page_range_R2bvavf18f2 tranform a pointer to an integer without type
nvcrush.c incompatible type for arg4 of remap_page_range_R2vaf18

And the same errors at line 465.

Andy Mecham
04-15-03, 06:27 PM
Thanks, i'll get this over to development.

--andy

byebye
04-16-03, 02:03 AM
Salut,
j'ai vu que tu cherchais l'explication en français.

Il te faut tout d'abord télécharger les sources des pilotes nvidia(.tar.gz) sur le site nvidia.
Puis tu installes aussi le package kernel-sources....i586.rpm (c'est sur un des cd de ta redhat.

Tu lis le read me pour décompresser ton fichier de pilotes puis tu lance le makefile (faire make en root).
La compilation des pilotes devrait bien se dérouler, sinon, c'est un bug.
Puis tu les installes :
su
make install

puis pour tester (peut-être faut-il rebooter), tu fais
ifconfig eth0 (si tu n'as que cette carte réseau, c'est eth0, sinon c'est un autre eth)

A+

geekforhire
04-16-03, 02:18 AM
...was to grab the tarball, unpack it, edit the Makefile to remove the 'nvaudio' subdir from the line "SUBDIRS = nvnet nvaudio". Then 'make all' to build and 'make install' to install the nvnet module. 'insmod' that sucker, update modules.conf to include "alias eth0 nvnet" and your good. Then you can just reboot and let kudzu notice the addition....or you can set it up manually.

This worked for me on RH9.

Tommi
04-16-03, 11:00 AM
Joko pelittää?!?

Nää ei edes tiedä että linukka on suomalaiskeksintö. Ne ei edes tiedä missä suomi on ja mikä se on :-) Nokiakin tulee niiden mielestä joko usasta tai japanista. :-)




-Tommi:D :D :D :D :D :D :D :D

Esprit
04-16-03, 11:28 AM
Thx geek, that just compiles nvnet but that is what i needed ;)

Sinon pour la compilation complète je pense que cela vient plutôt d'eux, car normallement j'ai déjà les sources et headers du kernel installées.

amdathlonguy
08-11-03, 01:48 PM
Andy Mecham, I see you guys put up the RH9.0 stock drivers, but I'm still having problems with kudzo detecting the hardware(eth0 does not seem to be present), is there anything you can do to help?