From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 16:41:01 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 9963B16A41F for ; Sun, 23 Oct 2005 16:41:01 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from pne-smtpout2-sn1.fre.skanova.net (pne-smtpout2-sn1.fre.skanova.net [81.228.11.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id B655143D67 for ; Sun, 23 Oct 2005 16:40:53 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from falcon.midgard.homeip.net (212.181.162.201) by pne-smtpout2-sn1.fre.skanova.net (7.2.060.1) id 434E6D1D002214D7 for freebsd-questions@freebsd.org; Sun, 23 Oct 2005 18:40:52 +0200 Received: (qmail 41042 invoked by uid 1001); 23 Oct 2005 18:40:50 +0200 Date: Sun, 23 Oct 2005 18:40:50 +0200 From: Erik Trulsson To: Andreas Davour Message-ID: <20051023164050.GA40949@falcon.midgard.homeip.net> Mail-Followup-To: Andreas Davour , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 Cc: freebsd-questions@freebsd.org 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 16:41:01 -0000 On Sun, Oct 23, 2005 at 06:30:35PM +0200, Andreas Davour wrote: > > Hi! > > I have realized that my new motherboard has a built-in network > interface, and I'd like to use it as well as the PCI based one I have. > > But, what do I call it when I plumb it with "ifconfig"? That would depend on what chipset, etc. the built-in interface uses. > > The PCI card I have is identified during boot as rl0, and the built-in > as "rlphy0: on miibus0". rlphy0 is just part of the rl0 interface, and not a separate interface by itself. Reading the miibus(4) manpage might be useful. > > Using "ifconfig rlphy0 plumb" does not work. It says: > ifconfig: SIOCIFCREATE: Invalid argument > > and that's it. > > So, what do I call it? I tried rl1 as well, no cookie. > > /andreas If it does not show up in the dmesg(8) output it might not be supported, or the correct driver might not be included in the kernel. What does 'pciconf -lv' say? -- Erik Trulsson ertr1013@student.uu.se