From owner-freebsd-acpi@FreeBSD.ORG Wed Dec 10 06:51:22 2008 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E609106564A for ; Wed, 10 Dec 2008 06:51:22 +0000 (UTC) (envelope-from unga888@yahoo.com) Received: from web57005.mail.re3.yahoo.com (web57005.mail.re3.yahoo.com [66.196.97.109]) by mx1.freebsd.org (Postfix) with SMTP id D48918FC14 for ; Wed, 10 Dec 2008 06:51:21 +0000 (UTC) (envelope-from unga888@yahoo.com) Received: (qmail 33201 invoked by uid 60001); 10 Dec 2008 06:51:21 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Message-ID; b=Okz7j8pYGeA4PLGx7/WFtosih+Sc1TqdMZHuYT0pGoGfpJkVW+kq+JKYIlMIkdVf0PrWKsWh1zSgMKF5KRFStadC8eHILRwiBFQxCK2TbqMhhsKI4aOUhX0FLpSHhFM2GfZ9WTsQhS3n5SxvpifXpg/Ap/3gs7LVfudbMgyBTvc=; X-YMail-OSG: sNlVQZsVM1lPahhb8FsFQGNYiRoEE228MfCxBFHl4caTdbvydbIVW.139HWyQmrxtjSk3VudIgxGGYN082wleUAwZVthK.j7ita3XExW6CAW_Bu7DRoevNcqadKDa3cbVjRRBh3MLdQPtnVyWwCJQl66CTkkn0pZdfkO.wEULEN1EDqZnEn65PD96czPNXNvydyOE7ZwR_cxEqsq8htOoXpbRwnk Received: from [220.255.7.132] by web57005.mail.re3.yahoo.com via HTTP; Tue, 09 Dec 2008 22:51:20 PST X-Mailer: YahooMailWebService/0.7.260.1 Date: Tue, 9 Dec 2008 22:51:20 -0800 (PST) From: Unga To: Nate Lawson In-Reply-To: <493EA50B.6000001@root.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <11893.33156.qm@web57005.mail.re3.yahoo.com> Cc: peterjeremy@optushome.com.au, freebsd-acpi@freebsd.org Subject: Re: shutdown does not power down X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: unga888@yahoo.com List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Dec 2008 06:51:22 -0000 --- On Wed, 12/10/08, Nate Lawson wrote: > Are you sure devfs is not just hiding it since it > wasn't used yet? > devfs unhide or touch /dev/acpi would probably reveal it. > 1) touch /dev/acpi Operation not supported 2) devfs unhide I did following but still /dev/acpi does not appear: /etc/devfs.rules [acpirules=10] add path acpi unhide /etc/rc.conf devfs_system_ruleset="acpirules" --- On Wed, 12/10/08, Peter Jeremy wrote: > Are you sure ACPI is attaching? Not sure. but sysctl -a | grep acpi shows lot of acpi info sysctl hw.acpi sysctl: unknown oid 'hw.acpi' > Does kldstat report 'acpi.ko'? Yes > Do you have an 'acpi0' device in your > /var/run/dmesg.boot (and > not have any ACPI-related errors in the probe messages)? No acpi0. No acpi word in the log. > Do you have a hw.acpi sysctl tree? > No. Best regards Unga