From owner-freebsd-mobile@FreeBSD.ORG Mon May 12 21:28:08 2008 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 004FB1065674 for ; Mon, 12 May 2008 21:28:07 +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 C8BED8FC15 for ; Mon, 12 May 2008 21:28:07 +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 AA2F41CDB6; Mon, 12 May 2008 13:28:06 -0800 (AKDT) From: Mel To: freebsd-mobile@freebsd.org Date: Mon, 12 May 2008 23:28:04 +0200 User-Agent: KMail/1.9.7 References: <1774610886.20250.1210624386743.JavaMail.apache@mail54.abv.bg> In-Reply-To: <1774610886.20250.1210624386743.JavaMail.apache@mail54.abv.bg> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805122328.04663.fbsd.mobile@rachie.is-a-geek.net> Cc: Mario Pavlov Subject: Re: bge and wpi do not function on aspire 5920 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: Mon, 12 May 2008 21:28:08 -0000 On Monday 12 May 2008 22:33:06 Mario Pavlov wrote: > Hi list, > I've just bought ACER ASPIRE 5920 notebook and I've installed > FreeBSD-7.0-AMD64 right the way and I've noticed that neither the LAN card > nor the WLAN card work > I'm not 100% sure what the LAN card is but it should of the BroadCom > NetLink family however I get the following in the boot messages > > bge0: irq > 17 at device 0.0 on pci8 bge0: 0x10000 bytes of rid 0x10 res 3 failed (0, > 0xffffffffffffffff). bge0: couldn't map memory > device_attach: bge0 attach returned 6 > > after I saw that I've tried the WLAN by kldload if_wpi and I got this: > > wpi0: irq19 at device 0.0 on pci6 > wpi0: 0x1000 bytes of rid 0x10 res 3 failed (0, 0xffffffffffffffff). > wpi0: could not allocate memory resource > device_attach: wpi0 attach returned 6 I think the core of your problems start here and degrade from then on: > acpi_ec0: port 0x62,0x66 on acpi0 > acpi_ec0: warning: EC done before starting event wait ... > acpi_ec0: wait timed out (response), forcing polled mode http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/acpi-debug.html would be recommended reading. -- Mel