Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Mar 2004 10:18:29 +0100
From:      Brian Candler <B.Candler@pobox.com>
To:        Harald Schmalzbauer <h@schmalzbauer.de>
Cc:        wpaul@freebsd.org
Subject:   Re: nVidia chipset - ethernet support?
Message-ID:  <20040329091829.GB40668@uk.tiscali.com>
In-Reply-To: <200403290253.43487.h@schmalzbauer.de>
References:  <20040328215731.GA40112@uk.tiscali.com> <200403290253.43487.h@schmalzbauer.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Mar 29, 2004 at 02:53:38AM +0200, Harald Schmalzbauer wrote:
> I tried the nvnet driver from the ports some days ago with a nforce2 and it 
> worked flawlessly.

Many thanks, I have it working now. Summary for anyone else who needs to do
this:

- fetch nvnet.tar.gz from
http://cvsweb.FreeBSD.org/ports/net/nvnet/nvnet.tar.gz?tarball=1

- unpack nvnet.tar.gz under /usr/ports/net

- since the network interface is not working at this moment, I had to fetch
the other files into /usr/ports/distfiles/ manually:
http://www.onthenet.com.au/~q/nvnet/nvnet-src-20040108.tar.gz
ftp://download.nvidia.com/XFree86/nforce/1.0-0261/NVIDIA_nforce-1.0-0261.tar.gz
[this is a Microsoft FTP server, remember to set binary mode!]

- cd /usr/ports/net/nvnet

- in Makefile, change
     NVNETVERSION=   20040108
  but leave NVVERSION=0261 (version 0269 is for AMD64 processors I am told)

- append to 'distinfo'
MD5 (nvnet-src-20040108.tar.gz) = 96730b413cb1f949f6cdadb6797740c2
SIZE (nvnet-src-20040108.tar.gz) = 17547

- make install

- append to /boot/loader.conf
if_nv_load="YES"

Regards,

Brian.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040329091829.GB40668>