From owner-freebsd-questions@FreeBSD.ORG Mon Jul 7 11:11:23 2008 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 F31DE1065681 for ; Mon, 7 Jul 2008 11:11:23 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id C1AD28FC1D for ; Mon, 7 Jul 2008 11:11:23 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 107431CD18; Mon, 7 Jul 2008 03:11:22 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Mon, 7 Jul 2008 12:56:12 +0200 User-Agent: KMail/1.9.7 References: <3b93bd110807061803j147d984m32c9951410661f2f@mail.gmail.com> In-Reply-To: <3b93bd110807061803j147d984m32c9951410661f2f@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807071256.12503.fbsd.questions@rachie.is-a-geek.net> Cc: "Diego F. Arias R." Subject: Re: Trouble with Intel WIFI ipw2200 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: Mon, 07 Jul 2008 11:11:24 -0000 On Monday 07 July 2008 03:03:48 Diego F. Arias R. wrote: > i have installed freebsd on my laptop but i have a weird problem. I > can assosiate with my AP(AccessPoint) using my WEp key but dont works. > If i try to use DHCP or set a IP address dont works but if i put > tcpdump i can see a few packets. If i try with a keyless network it > works. > > > yatusabes# uname -a > FreeBSD yatusabes 7.0-RELEASE-p2 FreeBSD 7.0-RELEASE-p2 #0: Wed Jun 18 > 07:33:20 UTC 2008 > root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 > > yatusabes# ifconfig iwi0 > iwi0: flags=8843 metric 0 mtu 1500 > ether 00:13:ce:e8:e8:f4 > inet 192.168.122.1 netmask 0xffffff00 broadcast 192.168.122.255 > media: IEEE 802.11 Wireless Ethernet autoselect > status: associated > ssid "Dark Princess" channel 1 (2412 Mhz 11g) bssid > 00:1b:11:9b:19:7c authmode OPEN privacy ON deftxkey 1 wepkey 1:104-bit > bmiss 10 scanvalid 60 bgscan bgscanintvl 300 bgscanidle 250 roam:rssi11g 7 > roam:rate11g 5 protmode CTS > > > yatusabes# ifconfig iwi0 ssid "Dark Princess" wepkey thekey weptxkey 1 up This is up and working. So define 'not working'. Other then your IP being .1 in /24 network, which is generally used for the router, I don't see anything wrong. If the key wasn't accepted, it wouldn't be associated. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.