From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 21:04:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BEEC16A41F for ; Sun, 23 Oct 2005 21:04:20 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from pne-smtpout2-sn2.hy.skanova.net (pne-smtpout2-sn2.hy.skanova.net [81.228.8.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 309C143D6E for ; Sun, 23 Oct 2005 21:04:15 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from falcon.midgard.homeip.net (212.181.162.201) by pne-smtpout2-sn2.hy.skanova.net (7.2.060.1) id 435BDF6A00005988 for freebsd-questions@freebsd.org; Sun, 23 Oct 2005 23:04:14 +0200 Received: (qmail 37356 invoked by uid 1001); 23 Oct 2005 23:04:13 +0200 Date: Sun, 23 Oct 2005 23:04:13 +0200 From: Erik Trulsson To: Andreas Davour , freebsd-questions@freebsd.org Message-ID: <20051023210413.GB34101@falcon.midgard.homeip.net> Mail-Followup-To: Andreas Davour , freebsd-questions@freebsd.org References: <20051023164050.GA40949@falcon.midgard.homeip.net> <20051023202914.GD82057@slackbox.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051023202914.GD82057@slackbox.xs4all.nl> User-Agent: Mutt/1.5.11 Cc: Subject: Re: How do I name my network interface? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 21:04:20 -0000 On Sun, Oct 23, 2005 at 10:29:14PM +0200, Roland Smith wrote: > On Sun, Oct 23, 2005 at 10:00:55PM +0200, Andreas Davour wrote: > > Having done that I conclude it is a Realtek 8201BL chip. Wouldn't there > > be another rl interface, then? > > The re nor the rl driver seem to support the 8201BL. > > > >What does 'pciconf -lv' say? > > > > Quite a lot. The parts that looks relevant is this: > > rl0@pci0:11:0: class=0x020000 card=0x813910ec chip=0x813910ec rev=0x10 > > hdr=0x00 > > vendor = 'Realtek Semiconductor' > > device = 'RT8139 (A/B/C/810x/813x/C+) Fast Ethernet Adapter' > > class = network > > subclass = ethernet > > > > and > > > > none2@pci0:18:0: class=0x020000 card=0x80ed1043 chip=0x30651106 > > rev=0x78 hdr=0x00 > > vendor = 'VIA Technologies Inc' > > device = 'VT6102 Rhine II PCI Fast Ethernet Controller' > > class = network > > subclass = ethernet > > > > But none2 doesn't sound much like the name of a network device. I guess > > it does confirm that there exists such a thing. It says nothing about > > Realtek, like the docs, though. > > The "none" only means it's not bound to a driver. You might try the > vr(4) driver, although the 6102 is not mentioned in vr(4). VT6102 might not be mentioned in the vr(4) manpage, but Rhine II is. VT6102 is mentioned in the sourcecode for the vr(4) driver though, so it should work fine. -- Erik Trulsson ertr1013@student.uu.se