From owner-freebsd-mobile@FreeBSD.ORG Tue Sep 5 10:03:00 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D68E16A4DA for ; Tue, 5 Sep 2006 10:03:00 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (unsane.co.uk [62.140.220.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FD4043D46 for ; Tue, 5 Sep 2006 10:02:59 +0000 (GMT) (envelope-from jhary@unsane.co.uk) Received: from [192.168.10.217] (150.117-84-212.staticip.namesco.net [212.84.117.150]) (authenticated bits=0) by unsane.co.uk (8.13.7/8.13.3) with ESMTP id k85A307c061876 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 5 Sep 2006 11:03:01 +0100 (BST) (envelope-from jhary@unsane.co.uk) Message-ID: <44FD4B48.9050108@unsane.co.uk> Date: Tue, 05 Sep 2006 11:02:48 +0100 From: Vince User-Agent: Thunderbird 1.5.0.5 (X11/20060811) MIME-Version: 1.0 To: Luca Morettoni References: <44FD4114.5060005@morettoni.net> In-Reply-To: <44FD4114.5060005@morettoni.net> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: freebsd-mobile@freebsd.org Subject: Re: iwi and (another?) Intel3945ABG 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: Tue, 05 Sep 2006 10:03:00 -0000 Luca Morettoni wrote: > Hi, I have an Intel Centrino Duo laptop (HP-Compaq NX7400). The wifi > card is a "Intel PRO/Wireless 3945ABG", I have see that pciconf return > 0x4222 but into if_iwi.c this number is missing. Someone know if the > firmare (and the other parts of iwi code) works fine by addind this new > number? > > Excuse me for the bad english! Sorry but the 3945ABG is not supported by the iwi driver. Damien Bergamini was working on a driver for this chipset but has stopped developing for freebsd after falling out with some of the other developers[1] The last Freebsd status report[2] said that support is planned but nothing more than that. No one seems to have got this going with ndiswrapper either unfortunately. I have the driver Damien started somewhere if you want to try it (it works for some people not for others, for me it works, but sends lots of output to console and only gets 6Mbps.) Vince [1] http://kerneltrap.org/node/6497 [2] http://www.freebsd.org/news/status/report-apr-2006-jun-2006.html