From owner-freebsd-questions@FreeBSD.ORG Tue Mar 3 00:42:45 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 078881065677 for ; Tue, 3 Mar 2009 00:42:45 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id CA97B8FC18 for ; Tue, 3 Mar 2009 00:42:44 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.lan.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id B7195AFC1FE; Mon, 2 Mar 2009 15:42:43 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Mon, 2 Mar 2009 15:42:43 -0900 User-Agent: KMail/1.9.10 References: <526674.23467.qm@web56307.mail.re3.yahoo.com> In-Reply-To: <526674.23467.qm@web56307.mail.re3.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903021542.43422.fbsd.questions@rachie.is-a-geek.net> Cc: "\"Michael A. Alestock\"" Subject: Re: ACPI issue on my Toshiba laptop X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Mar 2009 00:42:45 -0000 On Sunday 01 March 2009 19:25:44 "Michael A. Alestock" wrote: > Hi all, > > As you're already aware, there've been known issues with ACPI running on > some laptops. For instance, mine is a Toshiba Satellite A105-S2051. > When I first installed FreeBSD v6.3 I would get the following error... > > *** ACPI-0370: Error - No installed handler for fixed event *** > > >From here, I wouldn't be able to use my built-in LAN or Atheros 5212 > > wireless because of constant WATCHDOG: DEVICE TIMEOUT error messages. > However, I later found out that by disabling the ACPI by placing two > lines in your /boot/device.hints or /boot/loader.conf files, > > hint.apic.0.disabled="1" > hint.acpi.0.disabled="1" > > you would be able to use both the wireless and LAN without the ACPI > running. This has been the case for me for a while, and everything was > going great until lastnight.... That's the drawback of work-arounds: bugs don't get fixed. Your best bet is to post relevant information [1] to freebsd-acpi list and possibly -mobile with respect to ath. [1] http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/acpi-debug.html -- Mel Problem with today's modular software: they start with the modules and never get to the software part.