From owner-freebsd-acpi@FreeBSD.ORG Tue Jan 11 21:55:35 2005 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A16E16A510 for ; Tue, 11 Jan 2005 21:55:35 +0000 (GMT) Received: from wrzx35.rz.uni-wuerzburg.de (wrzx35.rz.uni-wuerzburg.de [132.187.3.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 852BA43D1D for ; Tue, 11 Jan 2005 21:55:34 +0000 (GMT) (envelope-from q@uni.de) Received: from wrzx34.rz.uni-wuerzburg.de (wrzx34.rz.uni-wuerzburg.de [132.187.3.34]) by wrzx35.rz.uni-wuerzburg.de (Postfix) with ESMTP id 3A37EE0E01; Tue, 11 Jan 2005 22:55:33 +0100 (CET) Received: from virusscan (localhost [127.0.0.1]) by wrzx34.rz.uni-wuerzburg.de (Postfix) with ESMTP id 1FF9958EC3; Tue, 11 Jan 2005 22:55:33 +0100 (CET) Received: from wrzx28.rz.uni-wuerzburg.de (wrzx28.rz.uni-wuerzburg.de [132.187.3.28]) by wrzx34.rz.uni-wuerzburg.de (Postfix) with ESMTP id E7FD258EAD; Tue, 11 Jan 2005 22:55:32 +0100 (CET) Received: from coyote.q.local (wwsx14.win-screen.uni-wuerzburg.de [132.187.253.14]) by wrzx28.rz.uni-wuerzburg.de (Postfix) with ESMTP id 6D003D8399; Tue, 11 Jan 2005 22:55:32 +0100 (CET) Received: from roadrunner.q.local (roadrunner.q.local [192.168.0.148]) by coyote.q.local (8.13.1/8.13.1) with ESMTP id j0BLtWEt033143; Tue, 11 Jan 2005 22:55:32 +0100 (CET) (envelope-from q@uni.de) Received: from roadrunner.q.local (localhost [127.0.0.1]) by roadrunner.q.local (8.13.1/8.13.1) with ESMTP id j0BLtVwQ008923; Tue, 11 Jan 2005 22:55:31 +0100 (CET) (envelope-from q@uni.de) Received: (from q@localhost) by roadrunner.q.local (8.13.1/8.13.1/Submit) id j0BLtVHH008922; Tue, 11 Jan 2005 22:55:31 +0100 (CET) (envelope-from q@uni.de) Date: Tue, 11 Jan 2005 22:55:31 +0100 From: Ulrich Spoerlein To: Florian Huebner Message-ID: <20050111215531.GA849@galgenberg.net> References: <200501021735.j02HZWAs017587@sana.init-main.com> <41E35EB6.8040306@root.org> <20050111095729.GB813@galgenberg.net> <200501111302.12876.florian@love2party.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uAKRQypu60I7Lcqm" Content-Disposition: inline In-Reply-To: <200501111302.12876.florian@love2party.net> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new (Rechenzentrum Universitaet Wuerzburg) cc: freebsd-acpi@freebsd.org Subject: Re: Again about Dell Inspiron 8x00 X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jan 2005 21:55:35 -0000 --uAKRQypu60I7Lcqm Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, 11.01.2005 at 13:02:12 +0100, Florian Huebner wrote: > Hey folks! >=20 > I'm heavily using my Dell 8k6 with freebsd releng_5 only. At the moment I= 'm=20 > not that in to ACPI stuff, but I played around a bit and was really=20 > dissattisfied with some issues:=20 > First of all the thermal zones can't be configured as I would like to. It= 's=20 > possible to give values to the _ACx syscons, but they won't affect anythi= ng=20 > for it's not possible to toggle the active switch. This has the effect th= at=20 > my fan turns on at about 38=B0C (way to early for a centrino) and - this = is=20 > worst - never stops. I'm not sure about acpi in this case. I often read a= bout > erroneous aml tables, dumped mine but couldn't read anything out of it. My fan's high setting kicks in at 70C and stays high, until the temperature drops to 40C. It doesn't ever enter 'low' in FreeBSD. But I didn't set any thermal flags, they don't seem to work that well. Yours however are seriously broken, which BIOS version are you running on? First of all, when the fan is spinning, tz0.active is still -1 and second: this laptop should have two thermal zones (CPU and GPU) as reported under Windows. > S3 doesn't work here, too. At the moment it doesn't change anything at al= l if=20 > I close the display (and by doing so press the switch). But it did before= =2E=20 > There were some problems with bringing back my XDesktop, but at least it = did=20 > something. Is it possible to toggle this behaviour by syscon or anything= =20 > related? devd(8) is your friend. Make sure to load acpi_video via loader.conf, then put this into /etc/devd.conf notify 10 { match "system" "ACPI"; match "subsystem" "Lid"; action "/sbin/sysctl hw.acpi.video.lcd0.active=3D$notify"; }; If you want to enter S1 on lid-close, set hw.acpi.lid_switch_state or use devd. > I was told about a windows tool, I8KFANGUI (http://www.diefer.de/i8kfan/)= ,=20 > which sounded to me like it was interesting to port or at least to look a= t.=20 > But on the page it's said that the tool was allready ported to *BSD by Da= mir=20 > Lampa, the provided link is dead. I got a copy when the link was still up, coming via PM. I just now tested the program the first time. Core dump :( > Where to start? I would like to put some time and code into that, but so = far=20 > didn't really get a got starting point ...=20 Try this one, would be a killer to have a working acpi_dell sometime in the not too distant future. Ulrich Spoerlein --=20 PGP Key ID: F0DB9F44 Encrypted mail welcome! Fingerprint: F1CE D062 0CA9 ADE3 349B 2FE8 980A C6B5 F0DB 9F44 Ok, which part of "Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn." didn't you understand? --uAKRQypu60I7Lcqm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFB5EtTmArGtfDbn0QRArC5AJ4oKQR6mDCA6CzzuAuEj5KfA1vjXQCeOWgp Id3Q70V/speW5yTvr7G2GoI= =FVis -----END PGP SIGNATURE----- --uAKRQypu60I7Lcqm--