From owner-freebsd-questions@FreeBSD.ORG Wed May 31 02:52:09 2006 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 E614B16A4A9 for ; Wed, 31 May 2006 02:52:09 +0000 (UTC) (envelope-from v.velox@vvelox.net) Received: from mail07.powweb.com (mail07.powweb.com [66.152.97.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADF5543D4C for ; Wed, 31 May 2006 02:52:09 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from vixen42.vulpes (24-119-225-24.cpe.cableone.net [24.119.225.24]) by mail07.powweb.com (Postfix) with ESMTP id 7F44A14D9DC; Tue, 30 May 2006 19:52:08 -0700 (PDT) Date: Tue, 30 May 2006 21:53:22 -0500 From: Vulpes Velox To: josh@clearwired.com Message-ID: <20060530215322.6af8b241@vixen42.vulpes> In-Reply-To: <1149010058.23661.22.camel@c-68-35-27-129.hsd1.nm.comcast.net> References: <1149010058.23661.22.camel@c-68-35-27-129.hsd1.nm.comcast.net> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.17; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: intel pro wireless 2200bg support 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: Wed, 31 May 2006 02:52:10 -0000 On Tue, 30 May 2006 17:27:38 +0000 Josh Stephenson wrote: > I'm trying to get my toshiba laptop's wireless connection > configured on freebsd 6.0 stable. It's got an intel pro wireless > 2200bg card. I'm trying to connect to a dhcp wireless network with > 64 bit wep. Here's what I've done: > > I installed iwi-firmware-2.4_2.tbz as a package > > me@myputer$ dmesg | grep iwi > iwi0: mem 0xb8006000-0xb8006fff irq > 22 at device 2.0 on pci6 > iwi0: Ethernet address: > > me@myputer$ kldload wlan_wep > me@myputer$ iwicontrol -i iwi0 -d /boot/firmware -m bss > me@myputer$ ifconfig iwi0 10.1.10.109 netmask 255.255.255.0 ssid > wepmode on wepkey > iwi0: fatal errorme@myputer$ > iwi0: device configuration failed You are not telling it which weptxkey to you. Put 'weptxkey 1' in there and it should work. > if I do 'ifconfig iwi0', i get: > ---snip-- > inet 10.1.10.109 netmask 0xffffff00 broadcast 10.1.10.255 > ether > media: IEEE 802.11 Wireless Ethernet autoselect > status: no carrier > ssid channel 1 > authmode OPEN privacy ON deftxkey UNDEF wepkey 1:104-bit txpowmax > 100 protmode CTS You may also want to checking out the iwiNG driver as well. Check the freebsd net mailing list for more info on that.