From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 21:02:20 2004 Return-Path: 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 CF56E16A4CE for ; Mon, 29 Nov 2004 21:02:20 +0000 (GMT) Received: from smtp1.utdallas.edu (smtp1.utdallas.edu [129.110.10.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 998E843D60 for ; Mon, 29 Nov 2004 21:02:20 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from utd49554 (utd49554.utdallas.edu [129.110.3.85]) by smtp1.utdallas.edu (Postfix) with ESMTP id 45D143890BD; Mon, 29 Nov 2004 15:02:20 -0600 (CST) Date: Mon, 29 Nov 2004 15:02:20 -0600 From: Paul Schmehl To: Brian Barto , freebsd-questions@freebsd.org Message-ID: <298628DD311BB1996756A890@utd49554.utdallas.edu> In-Reply-To: <1DE489A0-4240-11D9-9FF7-000A95886E00@comcast.net> References: <1DE489A0-4240-11D9-9FF7-000A95886E00@comcast.net> X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: wireless driver for dell latitude d505? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Paul Schmehl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:02:20 -0000 --On Monday, November 29, 2004 02:51:53 PM -0500 Brian Barto wrote: > Hi all, I have a dell latitude c505 laptop that has a build-in wireless > nic, but when I loaded freebsd 5.3 it did not detect it. I'm guess i have > to load a driver via kldload but I have no idea what driver it could be. > Anyone know off hand? Dell's website isn't any help. > I'm pretty sure all the Dell built-ins are Orinoco cards. man wi(4) should be the right one. It lists the Dell Truemobile card. If your wireless network uses wep, you need to issue a command similar to this: ifconfig wi0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \ wepmode on wepkey 0x8736639624 Or, in /etc/rc.conf, use something like this: ifconfig_wi0="inet 192.168.0.20 netmask 0xfffff00 ssid my_net\ wepmode on wepkey 0x8736639624" If you're using dhcp for ip/mask assignment, then something like this: ifconfig_wi0="inet ssid my_net wepmode on wepkey 0x8736639624" Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer The University of Texas at Dallas AVIEN Founding Member http://www.utdallas.edu