From owner-freebsd-questions@FreeBSD.ORG Thu Dec 15 00:00:41 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FA881065673 for ; Thu, 15 Dec 2011 00:00:41 +0000 (UTC) (envelope-from freebsd@suiyuan.de) Received: from mail.a4a.de (mail.a4a.de [178.63.189.66]) by mx1.freebsd.org (Postfix) with ESMTP id 0EF118FC12 for ; Thu, 15 Dec 2011 00:00:41 +0000 (UTC) Received: from web.a4a.de ([178.63.189.68]) by mail.a4a.de with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1RayZ5-0007TB-PN for freebsd-questions@freebsd.org; Thu, 15 Dec 2011 00:48:53 +0100 Received: from www-data by web.a4a.de with local (Exim 4.71) (envelope-from ) id 1RayZ4-00040R-8h for freebsd-questions@freebsd.org; Thu, 15 Dec 2011 00:48:46 +0100 To: X-PHP-Originating-Script: 0:func.inc Received: from host-188-174-189-254.customer.m-online.net ([188.174.189.254]) by webmail.a4a.de with HTTP (HTTP/1.1 POST); Thu, 15 Dec 2011 00:48:46 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 15 Dec 2011 00:48:46 +0100 From: Ouyang Xueyu Message-ID: <1713141ab96978d89b2fa4d2ef2a6c76@mail.a4a.de> X-Sender: freebsd@suiyuan.de User-Agent: Roundcube Webmail/0.5.3 X-Spam-Score: -1.9 (-) X-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00, SPF_FAIL, SPF_HELO_PASS autolearn=no version=3.3.1 Subject: acpi problem on dell latitude d830 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Dec 2011 00:00:41 -0000 Hello! I`ve just installed freebsd 8.2 i386 stable on a Dell Latitude D830. I`m using gnome 2 with HAL and DBUS successfully. My notebook is not able to go into sleeping mode, it doesn`t work when I use "acpiconf -s 3" or "acpiconf -s 4". Mode S3 gets it into sleep mode, but it freezes after wake-up with a distorted screen. In mode S4 (suspend-to-disk) it isn`t even able to get into sleeping mode. I want to initiate S4 state by closing the lid. I also want to use the docking station. I would like to use the hot-docking functionality. The docking station has a power switch, which functions properly. It also has an undocking-button, which causes a freeze of the system. The audio-out on the docking-station is also not working. PS/2 keyboard, ethernet and USB on the docking-station is working. My kernel was compiled with acpi_dock. dmesg says: acpi_dock0: on acpi0 acpi_dock0: _DCK failed Xueyu