From owner-freebsd-net@FreeBSD.ORG Wed Mar 9 09:21:19 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E2AD1065679; Wed, 9 Mar 2011 09:21:19 +0000 (UTC) (envelope-from mlmichael70@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id CC54B8FC1A; Wed, 9 Mar 2011 09:21:18 +0000 (UTC) Received: by wyf23 with SMTP id 23so311425wyf.13 for ; Wed, 09 Mar 2011 01:21:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=48bQwsXC61P7NpcFiLFtZsUATx4H+avY1gb0MJai8vY=; b=ZkbSgooF1Xtp8cKM685lasgL5nY3ShYwMhRuQSyCrXQPaUdXGzjQKCsXp6YuCAFeN5 lbC5dI2BOO4GaAnLToIg32wwl751oIzZrEPvLfGAerTtYlZwMA1b9rDQXg375IUUUYQp sQ8uJ33ohrb6tTRN8jybZPrsw37lQrHuTyVAc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=OhxkMJpfrttZtjwxr01R7++3b7naLfKW2qt+6Br5chnMh5Y0God35Ra2fMEfq0c2WW A0yrZBKOuGoi6Fprd9k+eVSCSWvy7t4eXvOs9gaPa5/up8/pvVNXfbbzTJ/06qeX+HbH wqcBkAG5i+Kr8XtfgD+MhBz4AUN5uo+9F54l4= Received: by 10.227.140.159 with SMTP id i31mr5471356wbu.166.1299662053197; Wed, 09 Mar 2011 01:14:13 -0800 (PST) Received: from prime.nonspace (nat79.mia.three.co.uk [217.171.129.79]) by mx.google.com with ESMTPS id y29sm1303195wbd.4.2011.03.09.01.14.11 (version=SSLv3 cipher=OTHER); Wed, 09 Mar 2011 01:14:12 -0800 (PST) Message-ID: <4D7744EF.3030102@gmail.com> Date: Wed, 09 Mar 2011 09:14:23 +0000 From: Michael User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20101215 Thunderbird/3.1.7 MIME-Version: 1.0 To: bschmidt@freebsd.org References: <4D76D138.9010103@gmail.com> <201103091002.39932.bschmidt@freebsd.org> In-Reply-To: <201103091002.39932.bschmidt@freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: dhclient (possibly all networking) not working with some routers and WPA X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2011 09:21:19 -0000 On 09/03/2011 09:02, Bernhard Schmidt wrote: > On Wednesday, March 09, 2011 02:00:40 Michael wrote: >> Hi, >> >> I'm running FreeBSD 8.1-Release with ath0 card. For some unknown reason >> this laptop is not able to get IP address from my access point (DHCP) if >> WPA encryption is enabled. >> >> The tricky part is that it says it is associated but has IP of 0.0.0.0. >> So it looks like encryption part is working and then other communication >> fails. >> >> Everything works fine if I switch the encryption off. >> The same station works fine with other access points. Other operating >> systems works fine on the same station with the same access point. And >> the same access point works fine with other stations. >> In short - it's only FreeBSD that is having problems in this setup. > > Was talking with Adrian about that after remembering the famous > keycache issue. There are some fixes for that in HEAD, can I talk you > into trying HEAD? > Absolutely yes. As I said I am really keen to get it sorted. I have spent quite a lot of money on two different wireless routers (in 6 months time, two different locations) that doesn't work wireless with my FreeBSD laptop - bummer. Is there some image file I can download and install or do I have to compile the whole thing from sources? Michael