From owner-freebsd-acpi@FreeBSD.ORG Tue Jul 25 20:17:48 2006 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D6DE16A4DE; Tue, 25 Jul 2006 20:17:48 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47F4643D45; Tue, 25 Jul 2006 20:17:48 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.13.7/8.13.7) with ESMTP id k6PKFu28097466; Tue, 25 Jul 2006 13:15:56 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.7/8.13.7/Submit) id k6PKFupD097465; Tue, 25 Jul 2006 13:15:56 -0700 (PDT) (envelope-from sgk) Date: Tue, 25 Jul 2006 13:15:56 -0700 From: Steve Kargl To: John Baldwin Message-ID: <20060725201556.GA97140@troutmask.apl.washington.edu> References: <20060724215014.GA89464@troutmask.apl.washington.edu> <200607241823.24477.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200607241823.24477.jhb@freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-acpi@freebsd.org Subject: Re: Alienware acpi problem X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jul 2006 20:17:48 -0000 On Mon, Jul 24, 2006 at 06:23:24PM -0400, John Baldwin wrote: > On Monday 24 July 2006 17:50, Steve Kargl wrote: > > ACPI gurus, > > > > My colleague has installed FreeBSD 6.1-table onto his > > Alienware MJ-12 laptop. During the boot process, we > > see > > > > acpi0: [MPSAFE] > > ACPI-0438: *** Error: Looking up [\\_SB_.PCI0.PIB_.LNKH] in namespace, > AE_NOT_FOUND > > SearchNode 0xffffff000091c240 StartNode 0xffffff000091c240 ReturnNode 0 > > ACPI-0438: *** Error: Looking up [\\_SB_.PCI0.LNKH] in namespace, > AE_NOT_FOUND > > SearchNode 0xffffff00009084c0 StartNode 0xffffff00009084c0 ReturnNode 0 > > ACPI-0438: *** Error: Looking up [\\_SB_.PCI0.LNKH] in namespace, > AE_NOT_FOUND > > SearchNode 0xffffff00008eb200 StartNode 0xffffff00008eb200 ReturnNode 0 > > ACPI-0438: *** Error: Looking up [\\_SB_.PCI0.LNKH] in namespace, > AE_NOT_FOUND > > SearchNode 0xffffff0000909d40 StartNode 0xffffff0000909d40 ReturnNode 0 > > Well, that's probably why cardbus is broken. Can you get the output of > acpidump? Specifically I'd be interested in the parts that mention LNKH (as > well as where it actually lives in the device tree). > John, The pattern LNKH appears in multiple places throughout the asl file. Instead of sending seemly random chucks to the list, the entire asl can be found at (uncompressed and gzipped) http://troutmask.apl.washington.edu/~kargl/alienware.asl http://troutmask.apl.washington.edu/~kargl/alienware.asl.gz -- Steve