From owner-freebsd-mobile@FreeBSD.ORG Mon May 23 05:12:45 2005 Return-Path: X-Original-To: freebsd-mobile@freebsd.org 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 9042E16A42C for ; Mon, 23 May 2005 05:12:45 +0000 (GMT) (envelope-from lr101fc@yahoo.co.uk) Received: from smtp003.mail.ukl.yahoo.com (smtp003.mail.ukl.yahoo.com [217.12.11.34]) by mx1.FreeBSD.org (Postfix) with SMTP id F180143D48 for ; Mon, 23 May 2005 05:12:44 +0000 (GMT) (envelope-from lr101fc@yahoo.co.uk) Received: from unknown (HELO ?192.168.1.102?) (lr101fc@81.134.71.247 with plain) by smtp003.mail.ukl.yahoo.com with SMTP; 23 May 2005 05:12:43 -0000 Message-ID: <4290A089.1000701@yahoo.co.uk> Date: Sun, 22 May 2005 16:08:57 +0100 From: Hanno Krusken Organization: LR101FC.net User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: ACPI link \\_SB_.LNKD has invalid initial irq 5, ignoring X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lr101fc@yahoo.co.uk List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2005 05:12:45 -0000 FreeBSD-5.4-RELEASE-p1 Laptop iTronix-IX260 like HP NR3000 all other ACPI functions are working OK, need the "right settings" to shut down, with out rebooting, starting up in XP and suspend from there. in "/var/run/dmesg.boot" I get a odd entry at the end of the ACPI probe: > Timecounter "i8254" frequency 1193182 Hz quality 0 > CPU: Mobile Intel(R) Celeron(R) CPU 1.80GHz (1794.19-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0xf27 Stepping = 7 > Features=0xbfebf9ff > real memory = 1073676288 (1023 MB) > avail memory = 1041764352 (993 MB) > Pentium 4 TCC support enabled, current performance 528% > acpi0: on motherboard > acpi0: Power Button (fixed) > acpi_ec0: port 0x66,0x62 on acpi0 > Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 > acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 > cpu0: on acpi0 > acpi_throttle0: on cpu0 > acpi_button0: on acpi0 > pcib0: port 0xcf8-0xcff on acpi0 > ACPI link \\_SB_.LNKD has invalid initial irq 5, ignoring ##### <-- error, may ATI Radeon ??? > pci0: on pcib0 > agp0: mem 0xe0000000-0xe3ffffff at device 0.0 on pci0 > pcib1: at device 1.0 on pci0 > pci1: on pcib1 > drm0: port 0xa800-0xa8ff mem 0xdfdf0000-0xdfdfffff,0xd0000000-0xd7ffffff irq 5 at device 0.0 on pci1 > info: [drm] AGP at 0xe0000000 64MB > info: [drm] Initialized radeon 1.11.0 20020828 on minor 0 may related or not, there is one more error. ACPI and AMP enabled in custom kernel, get the message after: # shutdown -p now ACPI-1304 *** error: method execution FAILED [\_PTS] (node 0xc2338ae0), AE_AML_NO_RETURN_VALUE Acpi_EnterSleepStatePrep failed - AE_AML_NO_RETURNE_VALUE the operating system has halted. please press any key to reboot And I can't press the power button ! other wise, if I only type: # halt the system is going down and I can press the "power off button" and every thing is fine. ####### thanks for any help, Hanno