From owner-freebsd-acpi@FreeBSD.ORG Sat Dec 23 19:27:19 2006 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB09716A47E for ; Sat, 23 Dec 2006 19:27:19 +0000 (UTC) (envelope-from almarrie@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id 4553513C44B for ; Sat, 23 Dec 2006 19:27:19 +0000 (UTC) (envelope-from almarrie@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so2805830uge for ; Sat, 23 Dec 2006 11:27:18 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=f7fI783rTjLN1Hxc/6ZO+dRTm5RYFzBkCHK5kUbfQ/C7vpchjKc+N4r4U66RFQtO7IoN5jP1i7IqD1NW3WcBKHtIS3F0LxJj88XcgvsrJ7TC/OJwpw/o905nimYuELlH+KITXJDELVxNOLhBOUyfLb6ZVRs9rbnMJYzvXE60alE= Received: by 10.67.91.6 with SMTP id t6mr14155446ugl.1166902038140; Sat, 23 Dec 2006 11:27:18 -0800 (PST) Received: by 10.67.27.15 with HTTP; Sat, 23 Dec 2006 11:27:17 -0800 (PST) Message-ID: <499c70c0612231127p7ba4282ewd0b349ca8fe30e98@mail.gmail.com> Date: Sat, 23 Dec 2006 22:27:18 +0300 From: "Abdullah Al-Marrie" To: "Nate Lawson" In-Reply-To: <458D80BE.7010403@root.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <499c70c0612220653r113d90bm4fc860d85e16a305@mail.gmail.com> <200612221802.33439.argentoff@rtelekom.ru> <499c70c0612220829u20459ca1r6233426886e52968@mail.gmail.com> <458D80BE.7010403@root.org> Cc: freebsd-acpi@freebsd.org Subject: Re: (SOLVED) was RE: Acer Aspire 5102 WLMi with Turion 64 X2 FreeBSD 6.2 ACPI problems 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: Sat, 23 Dec 2006 19:27:19 -0000 On 12/23/06, Nate Lawson wrote: > Abdullah Al-Marrie wrote: > > On 12/22/06, Paul Argentoff wrote: > >> On Friday 22 December 2006 17:53, Abdullah Al-Marrie wrote: > >> > >> > Solved, and posted a HOWTO in my Blog, so other users with this wlan > >> > chip would be able to use ndisgen. > >> > >> Did you say 6.2 _booted_ on your BIOS? What bios release? 2.60? > > > > Yes, but don't update to 2.60 now, I'm downgrading right away to 2.40 > > > > Here what happens when I close the lid, or choose to reboot. > > > > > > acpi_lid0: wake_prep disabled wake for \_SB_.LID_ (S5) > > unknown: wake_prep disabled wake for \_SB_.PCI0.PB3_ (S5) > > pcib2: wake_prep disabled wake for \_SB_.PCI0.PB4_ (S5) > > pcib3: wake_prep disabled wake for \_SB_.PCI0.PB5_ (S5) > > uknown: wake_prep disabled wake for \_SB_.PCI0.PB6_ (S5) > > uknown: wake_prep disabled wake for \_SB_.PCI0.PB7_ (S5) > > pcib2: wake_prep disabled wake for \_SB_.PCI0.BB4_ (S5) > > pcib3: wake_prep disabled wake for \_SB_.PCI0.BB5_ (S5) > > ochi0: wake_prep disabled wake for \_SB_.PCI0.OHC1_ (S5) > > ochi1: wake_prep disabled wake for \_SB_.PCI0.OHC2_ (S5) > > uknown: wake_prep disabled wake for \_SB_.PCI0.EHCI (S5) > > uknown: wake_prep disabled wake for \_SB_.PCI0.HDA_ (S5) > > atkbdc0: wake_prep disabled wake for \_SB_.PCI0.LPC0.KBC0_ (S5) > > rl0: wake_prep disabled wake for \_SB_.PCI0.P2P_.ELAN (S5) > > uknown: wake_prep disabled wake for \_SB_.PCI0.AUDO (S5) > > uknown: wake_prep disabled wake for \_SB_.PCI0.MODM (S5) > > > > The Operating system has halted. > > Please press any key to reboot. > > > > That shows a normal "halt" sequence. If it halts when you close the > lid, then check your hw.acpi.lid_switch_state sysctl. It should not be > S5 (power off). Just set it to NONE. > > All this is in the acpi man page. > > -- > Nate > It's set to this by default. # sysctl hw.acpi.lid_switch_state=NONE hw.acpi.lid_switch_state: NONE -> NONE # sysctl hw.acpi hw.acpi.supported_sleep_state: S3 S4 S5 hw.acpi.power_button_state: S5 hw.acpi.sleep_button_state: S3 hw.acpi.lid_switch_state: NONE hw.acpi.standby_state: S1 hw.acpi.suspend_state: S3 hw.acpi.sleep_delay: 1 hw.acpi.s4bios: 0 hw.acpi.verbose: 1 hw.acpi.disable_on_reboot: 0 hw.acpi.handle_reboot: 0 hw.acpi.reset_video: 1 hw.acpi.cpu.cx_supported: C1/0 hw.acpi.cpu.cx_lowest: C1 hw.acpi.cpu.cx_usage: 100.00% hw.acpi.thermal.min_runtime: 0 hw.acpi.thermal.polling_rate: 10 hw.acpi.thermal.user_override: 0 hw.acpi.thermal.tz0.temperature: 37.0C hw.acpi.thermal.tz0.active: -1 hw.acpi.thermal.tz0.passive_cooling: 1 hw.acpi.thermal.tz0.thermal_flags: 0 hw.acpi.thermal.tz0._PSV: 78.0C hw.acpi.thermal.tz0._HOT: -1 hw.acpi.thermal.tz0._CRT: 95.0C hw.acpi.thermal.tz0._ACx: 50.0C -1 -1 -1 -1 -1 -1 -1 -1 -1 hw.acpi.battery.life: 100 hw.acpi.battery.time: -1 hw.acpi.battery.state: 0 hw.acpi.battery.units: 1 hw.acpi.battery.info_expire: 5 hw.acpi.acline: 1 Shall I change any of these values too? -- Regards, -Abdullah Ibn Hamad Al-Marri Arab Portal http://www.WeArab.Net/