From owner-freebsd-mobile@FreeBSD.ORG Thu Oct 4 14:52:17 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 BE95616A420 for ; Thu, 4 Oct 2007 14:52:17 +0000 (UTC) (envelope-from fbsd.mobile@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 956AB13C461 for ; Thu, 4 Oct 2007 14:52:17 +0000 (UTC) (envelope-from fbsd.mobile@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id A1A781CDEE for ; Thu, 4 Oct 2007 06:52:16 -0800 (AKDT) From: Mel To: freebsd-mobile@freebsd.org Date: Thu, 4 Oct 2007 16:51:10 +0200 User-Agent: KMail/1.9.7 References: <4703B7EF.6030603@gmx.net> <1191486698.1475.40.camel@localhost> In-Reply-To: <1191486698.1475.40.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710041651.12012.fbsd.mobile@rachie.is-a-geek.net> Subject: Re: Intel 3945ABG with ipw driver on CURRENT 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, 04 Oct 2007 14:52:17 -0000 On Thursday 04 October 2007 10:31:38 Tom Evans wrote: > On Wed, 2007-10-03 at 17:55 +0100, Rui Paulo wrote: > > On 10/3/07, Frank Staals wrote: > > > Hey, > > > > > > Last week I finally received my Dell Latitude D630 which is using the > > > Intel 3945ABG chipset for it's wireless connectivity. This should be > > > supported with the ipw driver which is available in CURRENT. > > > Unfortunately my card is not detected when loading the module. > > > > If your card is a 3945ABG, then you need the wpi driver, which is not > > included (yet, I hope) in FreeBSD. > > > > Try here: > > http://www.clearchain.com/wiki/Wpi > > > > Regards. > > This prompted me to give the wpi driver another go. Both the snapshot > 20070923-freebsd-wpi and the version available in perforce fail to load, > due to > link_elf: symbol _mtx_assert undefined > > FreeBSD version is (csup'ed ~1hr before build time) > FreeBSD zoot.mintel.co.uk 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Wed Oct 3 > 11:47:24 BST 2007 root@zoot.mintel.co.uk:/usr/obj/usr/src/sys/ZOOT > i386 Does ZOOT have WITNESS? It loads for me, but locks up machine randomly, sometimes on scan, sometimes on up, sometimes on assigning an IP. It points to the lock set at the end of _init(). Ben knows. -- Mel