From owner-freebsd-mobile@FreeBSD.ORG Thu Dec 13 22:05:44 2007 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C2A316A41A for ; Thu, 13 Dec 2007 22:05:44 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 9F5A913C43E for ; Thu, 13 Dec 2007 22:05:43 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 13 Dec 2007 21:39:02 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO homeKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp043) with SMTP; 13 Dec 2007 22:39:02 +0100 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX1/r4A4pTYHrHGJv+UMP4XhQscEhU6JUcaKqFsTo0i ovFdLQXrPVlFfJ Message-ID: <4761A673.7040009@gmx.de> Date: Thu, 13 Dec 2007 22:38:59 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.9 (X11/20071203) MIME-Version: 1.0 To: Vince References: <472A6708.9030109@clearchain.com> <476152E9.3090707@unsane.co.uk> In-Reply-To: <476152E9.3090707@unsane.co.uk> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-current , Benjamin Close , freebsd-drivers@freebsd.org, freebsd-mobile@freebsd.org Subject: Re: [RFT] Intel 3945abg wireless driver (wpi) X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2007 22:05:44 -0000 Vince wrote: > Benjamin Close wrote: > Thanks for getting this driver going, I'm now using the version in 7.0, > Its working very well for me other than one (reasonably minor) thing, > which is that "ifconfig wpi0 scan" just sits there until I kill it. the > driver works in every other way, associates, works with WEP (havent > tried with WPA.) It will find and associate with a network if I just put > in "ifconfig wpi0 up" or if i use wpa_supplicant. I've had the same problem with ipw0 until my thinkpad burst into flames. A workaround is something like this: # ifconfig wpi0 up && sleep 3 && ifconfig wpi0 list scan On a sidenote, with RELENG_7 WPA finally started working for ipw on my system (which so shortly after the transition burst into flames).