From owner-freebsd-current@FreeBSD.ORG Tue Oct 18 20:05:24 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EE4E16A464 for ; Tue, 18 Oct 2005 20:05:24 +0000 (GMT) (envelope-from joe@getsomewhere.net) Received: from mail1.quietroad.net (mail.quietroad.net [69.8.149.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62E5543D55 for ; Tue, 18 Oct 2005 20:05:17 +0000 (GMT) (envelope-from joe@getsomewhere.net) Received: from localhost (unknown [127.0.0.1]) by mail1.quietroad.net (Postfix) with ESMTP id 3907D6127 for ; Tue, 18 Oct 2005 15:05:17 -0500 (CDT) Received: from mail1.quietroad.net ([127.0.0.1]) by localhost (mail1.quietroad.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 47578-08 for ; Tue, 18 Oct 2005 15:05:10 -0500 (CDT) Received: from [70.217.29.182] (182.sub-70-217-29.myvzw.com [70.217.29.182]) by mail1.quietroad.net (Postfix) with ESMTP id 4D5706157 for ; Tue, 18 Oct 2005 15:05:07 -0500 (CDT) Message-ID: <43555572.6030503@getsomewhere.net> Date: Tue, 18 Oct 2005 15:05:06 -0500 From: Joe Love User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <20051018120041.CCAF216A421@hub.freebsd.org> <43550987.6070105@gmx.de> In-Reply-To: <43550987.6070105@gmx.de> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at quietroad.net Subject: Re: cannot get IP when auth with wpa_supplicant + ath0 driver (Joe Love) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2005 20:05:24 -0000 Jochen Gensch wrote: >>The problem I'm having is that after the connection is established (it >>seems to authenticate just fine), I cannot get a response to any dhcp >>requests. >> >> > >I can confirm this behavior. Even though I'm using a Netgear 624 with >WPA-PSK, my connection seems to come up fine, but breaks down after a >few seconds and I get similar debugging output. The strangest thing is, >I have used a D-Link DWL-AG650 (which uses the same chipset) before, and >that one worked pretty fine. Maybe this is a 108 Mbit problem? > >Jochen >_______________________________________________ >freebsd-current@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-current >To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > > I've had similar issues with a linksys wpc11, which uses the wi driver. There may be further issues with that card which prevent it being a valid argument for this issue. The network I'm connecting to also does not support 108mbit; it only supports 802.11b & g. The reason for the particular card was that I could pick one up easily, that was listed in the freebsd hardware support list. I can also confirm that this card & that wpa_supplicant file do work fine under windows XP (I dual boot). Sam Leffer suggested I provide some further information - a 802.11 dump and ifconfig status - and I will make that available briefly. Thanks for confirming that I'm not alone here. -Joe