From owner-freebsd-stable@FreeBSD.ORG Tue Dec 20 13:36:24 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E14F16A420 for ; Tue, 20 Dec 2005 13:36:24 +0000 (GMT) (envelope-from paul.lkw@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id E37B543D7F for ; Tue, 20 Dec 2005 13:36:17 +0000 (GMT) (envelope-from paul.lkw@gmail.com) Received: by wproxy.gmail.com with SMTP id i34so1463305wra for ; Tue, 20 Dec 2005 05:36:17 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=qK5jltbm/QcS1qdSlppW2pNX4iYeHhoKw4PvXtYv2/023V2rExQQ06qPUKFpVDzUndq3aTU25Xt8OJJRgYOOAlruqQ0d3rt44BpHos6ABGV1jQoowl9USgFKfhNxw2+xNM8sTDrK+f4Ir/P/3wxBs8li40YvY+TtalJCIDs09hc= Received: by 10.65.249.15 with SMTP id b15mr4240332qbs; Tue, 20 Dec 2005 05:36:16 -0800 (PST) Received: by 10.65.113.13 with HTTP; Tue, 20 Dec 2005 05:36:16 -0800 (PST) Message-ID: Date: Tue, 20 Dec 2005 21:36:16 +0800 From: "Paul.LKW" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ACPI not work X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 13:36:24 -0000 Hello All: I have a problem about ACPI not work with the following error from the message log Dec 21 20:22:24 amd-64 kernel: ioapic0: Assuming intbase of 0 Dec 21 20:22:24 amd-64 kernel: ioapic0 irqs 0-23 on motherboard Dec 21 20:22:24 amd-64 kernel: ACPI-0397: *** Error: NsSearchAndEnter: Bad character in ACPI Name: 43005350 Dec 21 20:22:24 amd-64 kernel: ACPI-0381: *** Error: Looking up [0x43005350= ] (NON-ASCII) Dec 21 20:22:24 amd-64 kernel: in namespace, AE_BAD_CHARACTER Dec 21 20:22:24 amd-64 kernel: ACPI-0204: *** Error: AcpiLoadTables: Could not load namespace: AE_BAD_CHARACTER Dec 21 20:22:24 amd-64 kernel: ACPI-0213: *** Error: AcpiLoadTables: Could not load tables: AE_BAD_CHARACTER Dec 21 20:22:24 amd-64 kernel: ACPI: table load failed: AE_BAD_CHARACTER Any idea to fix it. THX.