From owner-freebsd-mobile@FreeBSD.ORG Wed Mar 10 07:15:30 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 C9FEA16A4CE for ; Wed, 10 Mar 2004 07:15:30 -0800 (PST) Received: from macnews.de (webmail.macnews.de [81.92.6.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E97B43D55 for ; Wed, 10 Mar 2004 07:15:30 -0800 (PST) (envelope-from te@macnews.de) Received: from [80.140.63.69] (account pl10697 HELO [192.168.1.42]) by macnews.de (CommuniGate Pro SMTP 4.0.6) with ESMTP id 23803806; Wed, 10 Mar 2004 16:15:28 +0100 From: Tobias Eichert To: orm.hager@sercon.de Date: Wed, 10 Mar 2004 16:15:29 +0100 User-Agent: KMail/1.6.1 References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200403101615.29589.te@macnews.de> cc: freebsd-mobile@freebsd.org Subject: Re: Thinkpad R50 Installation + Wireless 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: Wed, 10 Mar 2004 15:15:30 -0000 On Wednesday 10 March 2004 15:30, orm.hager@sercon.de wrote: > Hello, > I installed 4.9 STABLE successfully. > > Now I felt the wish to use the wireless adapter of this Thinkpad R50 > (this is a Intel Centrino). > > This should be possible with NDIS, and so I tried to install 5.2 (as well > as 5.1 > and 5.2.1) from CDs I already used to install desktop systems. > > I get the boot menu, where I can choose to disable APCI etc.. > Regardless of my choice, after a short while the system crashes into > an automatic reboot. > > With all these versions I get a > "Fatal trap 12: page fault while in kernel mode" when booting from CD. > Looks like cardbus? > "Current process: = 24 (irq 11: cbb0 fwohci*)" > > So I need to circumvent this stage while booting from CD > or > get my wireless running with NDIS on 4.9. > > Any ideas? > > All comments are highly appreciated! > > Thank you, > ---Orm > > Try adding the line 'set hw.pci.allow_unsupported_io_range="1" ' before booting from the installation media. It worked for me (I'm running 5.2.1 on a Thinkpad T40p); in my case it had something to do with the cardbus. Maybe this helps, Tobias