From owner-freebsd-mobile@FreeBSD.ORG Thu Feb 5 11:37:07 2004 Return-Path: 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 8D11A16A4CE for ; Thu, 5 Feb 2004 11:37:07 -0800 (PST) Received: from www.ambrisko.com (adsl-64-174-51-42.dsl.snfc21.pacbell.net [64.174.51.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7B6C43D70 for ; Thu, 5 Feb 2004 11:36:47 -0800 (PST) (envelope-from ambrisko@ambrisko.com) Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.12.9p2/8.12.9) with ESMTP id i15JDEFm030267; Thu, 5 Feb 2004 11:13:14 -0800 (PST) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.12.9p2/8.12.9/Submit) id i15JDEH6030266; Thu, 5 Feb 2004 11:13:14 -0800 (PST) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200402051913.i15JDEH6030266@ambrisko.com> In-Reply-To: <40228125.5090906@gmx.at> To: lars Date: Thu, 5 Feb 2004 11:13:14 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII cc: mobile@freebsd.org Subject: Re: Cisco mini-PCI cards with the latest firmware X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2004 19:37:07 -0000 lars writes: | Dear all, | | My Cisco Aironet MiniPCI card in a Thinkpad R40 doesn't work at all. | When I boot from the 5.2.1 iso it hangs while detecting the card. | | Does this mean it should work now? It it normal to hang for a little bit. Maybe 10s. Now to make it work you need an older version of firmware and the driver in -current or delete the code in /sys/dev/an/if_an.c between the lines that says "HACK". What you could do it remove the card from behind one of the doors on the bottom of your laptop boot and then install FreeBSD including the sources for sys. Then recompile with the above change. Flash the firmware via Window. Then it should work. This assumes that your laptop is okay and not messing up system resources. Doug A.