From owner-freebsd-acpi@FreeBSD.ORG Wed Apr 9 20:49:46 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 29E6F106564A for ; Wed, 9 Apr 2008 20:49:46 +0000 (UTC) (envelope-from mpieuchot@nolizard.org) Received: from 42.mail-out.ovh.net (42.mail-out.ovh.net [213.251.189.42]) by mx1.freebsd.org (Postfix) with SMTP id 97A328FC13 for ; Wed, 9 Apr 2008 20:49:45 +0000 (UTC) (envelope-from mpieuchot@nolizard.org) Received: (qmail 30387 invoked by uid 503); 9 Apr 2008 20:23:05 -0000 Received: from gw2.ovh.net (HELO mail186.ha.ovh.net) (213.251.189.202) by 42.mail-out.ovh.net with SMTP; 9 Apr 2008 20:23:05 -0000 Received: from b0.ovh.net (HELO queue-out) (213.186.33.50) by b0.ovh.net with SMTP; 9 Apr 2008 20:22:34 -0000 Received: from unknown (HELO ?192.168.0.13?) (mpieuchot@nolizard.org@201.78.222.12) by ns0.ovh.net with SMTP; 9 Apr 2008 20:22:28 -0000 From: Martin Pieuchot To: freebsd-acpi@FreeBSD.org Content-Type: text/plain; charset=UTF-8 Date: Wed, 09 Apr 2008 17:18:26 -0300 Message-Id: <1207772306.988.18.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.22.0 FreeBSD GNOME Team Port Content-Transfer-Encoding: 8bit X-Ovh-Remote: 201.78.222.12 () X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: DONE|H 0.5/N X-Ovh-Tracer-Id: 2713700251671234550 Cc: Subject: ACPI on Sony VAIO VGN-SZ5MN 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: Wed, 09 Apr 2008 20:49:46 -0000 Hello, I am currently using a FreeBSD/i386 7.0-STABLE on a Sony Vaio VGN-SZ5MN. I have some trouble with ACPI which are : * I cannot boot the system when the module "acpi.ko" is not load. The last msg is : > PNP0c02 : adding fixed memory32 range ... > pnpbios: handle 24 device ID PNP0c02 * I cannot standby the computer (reboot works). When I try a "halt -p" the system shutdown as usual but after displaying "Powering off the computer using ACPI" the display turns black but stay on power and I must unplugged the cable and the battery to switch off my laptop. * I have also tried an "acpiconf -s3" but without surprise it freezes the system. I am also using NetBSD and Linux on the same laptop without those problems (I don't know for suspend/resume). I have followed the "Using and Debugging FreeBSD ACPI",so you can find : My dmesg: http://www.nolizard.org/acpi-freebsd/dmesg-with-acpi.txt The "sysctl hw.acpi": http://www.nolizard.org/acpi-freebsd/hw.acpi.output The ASL (which compile without error): http://www.nolizard.org/acpi-freebsd/aer-VGN-SZ5MN.asl Here is the output of my kldstat: Id Refs Address Size Name 1 10 0xc0400000 4e1d3c kernel 2 1 0xc08e2000 14314 snd_hda.ko 3 2 0xc08f7000 495fc sound.ko 4 1 0xc0941000 672b4 acpi.ko 5 1 0xc5540000 21000 linux.ko 6 1 0xc55aa000 e000 fuse.ko I have also tried to set "hint.apic.0.disabled="1"" without any success. Many thanks in advance, Martin