From owner-freebsd-current@FreeBSD.ORG Mon Nov 5 00:26:20 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 648D316A418 for ; Mon, 5 Nov 2007 00:26:20 +0000 (UTC) (envelope-from Benjamin.Close@clearchain.com) Received: from ipmail01.adl2.internode.on.net (ipmail01.adl2.internode.on.net [203.16.214.140]) by mx1.freebsd.org (Postfix) with ESMTP id C0C9E13C4AA for ; Mon, 5 Nov 2007 00:26:19 +0000 (UTC) (envelope-from Benjamin.Close@clearchain.com) X-IronPort-AV: E=Sophos;i="4.21,369,1188743400"; d="scan'208";a="225740875" Received: from ppp121-45-123-202.lns11.adl6.internode.on.net (HELO mail.clearchain.com) ([121.45.123.202]) by ipmail01.adl2.internode.on.net with ESMTP; 05 Nov 2007 10:32:38 +1030 Received: from wolf.clearchain.com (wcl.ml.unisa.edu.au [130.220.166.5]) (authenticated bits=0) by mail.clearchain.com (8.13.8/8.13.8) with ESMTP id lA502Qvc029923 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 5 Nov 2007 10:32:34 +1030 (CST) (envelope-from Benjamin.Close@clearchain.com) Message-ID: <472E5D94.4080601@clearchain.com> Date: Mon, 05 Nov 2007 10:32:28 +1030 From: Benjamin Close User-Agent: Thunderbird 2.0.0.0 (X11/20070615) MIME-Version: 1.0 To: Rene Ladan References: <469536D5.3010701@gmail.com> <4699DEEC.3080806@clearchain.com> <4699FC0A.40207@gmail.com> <469A09D4.4050005@clearchain.com> <46BA2509.8090002@gmail.com> <46BADF8A.7020504@clearchain.com> <46BB732F.2030300@gmail.com> <46C35674.3030506@gmail.com> <46D6A203.7080002@clearchain.com> <46D883E6.5070607@gmail.com> <46DEA569.8050101@clearchain.com> <46DF1510.80602@gmail.com> <46DF15A4.9010508@gmail.com> <46F67C39.4050109@clearchain.com> <46F6AD16.80503@gmail.com> <472A7CE9.6060900@clearchain.com> <472CDB31.9060306@gmail.com> <472DB1CF.1000007@gmail.com> In-Reply-To: <472DB1CF.1000007@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on pegasus.clearchain.com X-Virus-Status: Clean X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (mail.clearchain.com [192.168.154.1]); Mon, 05 Nov 2007 10:32:35 +1030 (CST) Cc: current@freebsd.org Subject: Re: wpi doesn't associate :( 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: Mon, 05 Nov 2007 00:26:20 -0000 Rene Ladan wrote: > Rene Ladan schreef: > >> Benjamin Close schreef: >> >>> Hi Rene, >>> There's a new version up if you want to give it a go. >>> >>> http://people.freebsd.org/~benjsc/downloads/ >>> >>> >> I tested the new tarball on my laptop but dhclient still refuses to associate (it keeps >> stuck in the DHCPDISCOVER state). I temporarily switched of the MAC address check of the >> router so that any client which knows the WEP password can connect, but that didn't help >> either. >> >> I also got some messages about memory not being properly aligned when loading if_wpi. >> >> > [...] > > I've attached some stuff from /var/log/messages which might be interesting. From what I > understand from these messages, WLAN and Bluetooth (working) reside on the same card. > pciconf and lspci cannot deny nor confirm this. > > Regards, > Rene > Please ignore the memory unaligned issues, the driver will reattempt the allocation upon a failure. It's a temporary work around until I can convince uma to reliably give me a 16k aligned page (or fix it in another way). The driver will fail to load if after multiple attempts it still can't get an aligned page. You are correct, the 3945 chipset provides both bluetooth and 802.11abg support. As for your failed dhcp attempts I'll work with you off list to fix these. Cheers, Benjamin