From owner-freebsd-questions@FreeBSD.ORG Sun Jan 24 04:45:25 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0B53106566C for ; Sun, 24 Jan 2010 04:45:25 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id 6FA3C8FC12 for ; Sun, 24 Jan 2010 04:45:25 +0000 (UTC) Received: from r55.edvax.de (port-92-195-164-220.dynamic.qsc.de [92.195.164.220]) by mx02.qsc.de (Postfix) with ESMTP id 7E9D51E6C5; Sun, 24 Jan 2010 05:45:22 +0100 (CET) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id o0O4jLFb003289; Sun, 24 Jan 2010 05:45:21 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Sun, 24 Jan 2010 05:45:21 +0100 From: Polytropon To: Programmer In Training Message-Id: <20100124054521.8f69c788.freebsd@edvax.de> In-Reply-To: <4B5BCBF9.2050109@joseph-a-nagy-jr.us> References: <4B5BC60A.5040101@joseph-a-nagy-jr.us> <20100124040551.GA12664@orion.hsd1.pa.comcast.net> <4B5BCBF9.2050109@joseph-a-nagy-jr.us> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Finding Drivers For winWiFi Card X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2010 04:45:25 -0000 On Sat, 23 Jan 2010 22:26:33 -0600, Programmer In Training wrote: > >> [...] > >> set up eth0 (wired NIC, realtek) as that would mean lugging my box > >> halfway across the house into a room with no room in it for me and my > >> [...] > [...] > #ifconfig > rl0: flags=8802 metric 0 mtu 1500 > options=8 > ether 00:40:ca:35:6c:09 > media: ethernet autoselect > status: no carrier > plip0: flags=8810 metric 0 mtu 1500 > lo0: flags=8049 metric 0 mtu 16384 > options=3 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 [I am absolutely sure that > percent sign is correct] > inet6 ::1 prefixlen 128 > inet 127.0.0.1 netmask 0xff000000 > > Should I assume that rl0 is the wireless? I'm not sure what plip0 is and > I know lo0 is my wired nic. You've already given the correct answer: Realtek wired NIC. This the rl driver; "eth" is a Linuxism, in FreeBSD every NIC, wireless or wired, is represented by a device file named after the driver. If you're not sure what something is, try FreeBSD's excellent manpage system. You'll be surprised how much information is in there, in opposite to many Linusi: % whatis lo lo(4) - software loopback network interface The lo0 is NOT your wired NIC. That's this one: % whatis rl rl(4) - RealTek 8129/8139 Fast Ethernet device driver You can access information about nearly everything in FreeBSD via the apropos, whatis and man commands - be it system binaries, library functions, kernel calls, configuration files, maintenance procedures and misc. documentation topics. So THAT's awesome! :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...