From owner-freebsd-mobile@FreeBSD.ORG Wed Feb 21 05:12:56 2007 Return-Path: X-Original-To: mobile@freebsd.org Delivered-To: freebsd-mobile@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E56C16BA00 for ; Wed, 21 Feb 2007 05:12:56 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 64A0913C46B for ; Wed, 21 Feb 2007 05:12:56 +0000 (UTC) (envelope-from sam@errno.com) Received: from [10.0.0.178] ([10.0.0.178]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id l1L5CKfa057328 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 20 Feb 2007 21:12:22 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <45DBD4B4.1010103@errno.com> Date: Tue, 20 Feb 2007 21:12:20 -0800 From: Sam Leffler Organization: Errno Consulting User-Agent: Thunderbird 1.5.0.9 (Macintosh/20061207) MIME-Version: 1.0 To: Kevin Oberman References: <20070221050158.9E31D45070@ptavv.es.net> In-Reply-To: <20070221050158.9E31D45070@ptavv.es.net> X-Enigmail-Version: 0.94.2.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Nik Clayton , hartzell@alerce.com, Dan Langille , mobile@freebsd.org Subject: Re: Laptop recommendations for 6.x 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: Wed, 21 Feb 2007 05:12:56 -0000 Kevin Oberman wrote: >> Dan Langille writes: >> > On 20 Feb 2007 at 11:11, Kevin Oberman wrote: >> > >> > > > Date: Tue, 20 Feb 2007 10:15:12 +0000 >> > > > From: Nik Clayton >> > >> > > > * No WiFi >> > > >> > > Get a cheap Atheros mini-PCI card. It is supported on the T42 BIOS and >> > > works well on FreeBSD. Much cheaper then a new laptop. >> > >> > Nik: I bought one of those, direct from IBM. It hss worked >> > flawlessly on my T41. >> > >> >> Does the T42 bios support *any* Atheros card, or just the ones that >> IBM sells? > > Probably just those they sold, but they did not modify them in any way, so any of the same models that they used will work. Mine is: > "AR5212 Atheros AR5212 802.11abg wireless" IBM programs their own pci device id in the cards they sell. It's well-known how to do this yourself for any Atheros card. Then you just pass the true device id into the hal and everything will work fine. Someone was talking about adding support to hints to enable this sort of "aliasing" outside the driver. Sam