From owner-freebsd-questions@FreeBSD.ORG Sun Apr 2 20:06:34 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E11D416A400 for ; Sun, 2 Apr 2006 20:06:34 +0000 (UTC) (envelope-from robin@reportlab.com) Received: from ptb-relay01.plus.net (ptb-relay01.plus.net [212.159.14.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62D0443D45 for ; Sun, 2 Apr 2006 20:06:34 +0000 (GMT) (envelope-from robin@reportlab.com) Received: from [87.114.17.103] (helo=[192.168.0.3]) by ptb-relay01.plus.net with esmtp (Exim) id 1FQ8qG-0002ZS-RC for freebsd-questions@freebsd.org; Sun, 02 Apr 2006 21:06:33 +0100 Message-ID: <44302ED5.1060106@jessikat.plus.net> Date: Sun, 02 Apr 2006 20:06:45 +0000 From: Robin Becker User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: ACER 1644 acpio errors 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: Sun, 02 Apr 2006 20:06:35 -0000 Hi I'm trying to setup freebsd 6.1 beta on an ACER 1644 laptop. I have managed to get wireless going and by following the recipe at http://www.mguillaud.net/acer1641/ have removed an acpi problem related to boot messages like ACPI-0438: *** Error: Looking up [Z00A] in namespace, AE_NOT_FOUND ACPI-1304: *** Error: Method execution failed [\\_SB_.BAT1._BST] (Node 0xc199f640), AE_NOT_FOUND I used acpidump -t -d to get an asl file which I patched following as in http://lists.freebsd.org/mailman/htdig/freebsd-acpi/2005-November/002193.html However, during boot I still see some problems acpi_bus_number: can't get _ADR acpi_perf0: failed in PERF_STATUS attach I have looked at various versions of the asl/dsl, but don't know enough to figure out what is best. Can anyone advise? dmesg output contains the following lines related to acpi ACPI APIC Table: ACPI-0377: *** Info: Table [SSDT] replaced by host OS ACPI-0377: *** Info: Table [SSDT] replaced by host OS ACPI-0377: *** Info: Table [SSDT] replaced by host OS ACPI: overriding DSDT/SSDT with custom table ACPI-0377: *** Info: Table [DSDT] replaced by host OS acpi0: on motherboard acpi_bus_number: can't get _ADR acpi_bus_number: can't get _ADR acpi_bus_number: can't get _ADR acpi_bus_number: can't get _ADR acpi0: Power Button (fixed) acpi_ec0: port 0x62,0x66 on acpi0 Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 cpu0: on acpi0 acpi_perf0: on cpu0 acpi_perf0: failed in PERF_STATUS attach device_attach: acpi_perf0 attach returned 6 acpi_perf0: on cpu0 acpi_perf0: failed in PERF_STATUS attach device_attach: acpi_perf0 attach returned 6 acpi_throttle0: on cpu0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: irq 17 at device 28.0 on pci0 pci9: on pcib1 pcib2: irq 16 at device 28.1 on pci0 pci10: on pcib2 pcib3: irq 18 at device 28.2 on pci0 pci2: on pcib3 pcib4: at device 30.0 on pci0 pci6: on pcib4 acpi_acad0: on acpi0 battery0: on acpi0 acpi_lid0: on acpi0 acpi_button0: on acpi0 acpi_button1: on acpi0 acpi_tz0: on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 -- Robin Becker