From owner-freebsd-mobile@FreeBSD.ORG Mon Dec 15 03:01:36 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 054DC16A4CE for ; Mon, 15 Dec 2003 03:01:36 -0800 (PST) Received: from Cantor.suse.de (ns.suse.de [195.135.220.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C4A243D46 for ; Mon, 15 Dec 2003 03:01:31 -0800 (PST) (envelope-from markusv@suse.de) Received: from Hermes.suse.de (Hermes.suse.de [195.135.221.8]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by Cantor.suse.de (Postfix) with ESMTP id 3FC3F18F8788 for ; Mon, 15 Dec 2003 12:01:30 +0100 (CET) Received: by imap-dhs.suse.de (Postfix, from userid 65534) id CB4CB37E5E7; Mon, 15 Dec 2003 12:01:29 +0100 (CET) Message-ID: <3FDD9486.2030205@suse.de> Date: Mon, 15 Dec 2003 12:01:26 +0100 From: Markus Vaeth User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020903 X-Accept-Language: de, en-us, en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org X-Enigmail-Version: 0.63.3.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: acpi on fujitsu-siemens X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 11:01:36 -0000 hi, I have a fujitsu AMILO, SUSE LINUX 9.0 and installed ACPI. try this: in file /boot/grub/menu.lst add the following items: (I have GRUB as my bootloader, the exact directory may differ) apm=off acpi=on if you don't want acpi on your pci's, type also: pci=noacpi then you should control /var/log/boot.msg; the daemon acpid should be running. also there should be the directory /proc/acpi/... If it's not there, try installing the component in YaST => Runlevel-Editor. So it should work. But be warned: 1. Read the obstacles of ACPI documentation carefully, esp. "SUSPEND" etc. 2. In battery mode there isn't a proper warning from ACPI when battery is low (although ACPI recognizes the current low capacity). I work on that issue myself. by the way, you can always control ACPI by starting, in a shell: acpiw or gtkacpiw (grahical frontend) regards, markus