From owner-freebsd-current Tue Feb 4 12:28:12 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6859F37B401 for ; Tue, 4 Feb 2003 12:28:11 -0800 (PST) Received: from ns3.safety.net (ns3.safety.net [216.40.201.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF61B43F79 for ; Tue, 4 Feb 2003 12:28:10 -0800 (PST) (envelope-from cbiffle@safety.net) Received: from localhost (rs.rackshack.net.safety.net [216.40.201.32]) by ns3.safety.net (8.10.2/8.10.2) with ESMTP id h14KS9O26978 for ; Tue, 4 Feb 2003 13:28:09 -0700 From: "Cliff L. Biffle" To: freebsd-current@freebsd.org Subject: APM and ACPI fail on Toshiba Satellite Date: Tue, 4 Feb 2003 13:29:56 -0700 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302041329.56016.cbiffle@safety.net> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've stumbled across a Satellite 1605CDS that I'm trying to beat into shape. ACPI fails as follows: acpi0: on motherboard ACPI-0483: *** Error: GPE0 block (GPE 0 to 15) overlaps the GPE1 block (GPE 0 to 15) acpi0: could not enable ACPI: AE_BAD_VALUE device_probe_and_attach: acpi0 attach returned 6 I sort of expected ACPI to fail after watching everyone else, but the killer here is that APM doesn't seem to work either once ACPI is disabled. Its error messages are less interesting. When compiled into the kernel, there are no error messages, but the /dev/apm device doesn't appear. I then attempted to enable alpm, the power management device for the Aladdin-V chipset, which responded as follows: alpm0: at device 17.0 on pci0 alpm0: Could not allocate Bus space device_probe_and_attach: alpm attach returned 6 APM works great under Knoppix, so I don't think it's a hardware issue. Help! -Cliff L. Biffle To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message