From owner-freebsd-acpi@FreeBSD.ORG Mon Feb 7 16:03:03 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 55DE416A4CE for ; Mon, 7 Feb 2005 16:03:03 +0000 (GMT) Received: from wasley.bl.mmtr.or.jp (wasley.bl.mmtr.or.jp [210.228.173.142]) by mx1.FreeBSD.org (Postfix) with SMTP id 475B043D41 for ; Mon, 7 Feb 2005 16:02:58 +0000 (GMT) (envelope-from rushani@bl.mmtr.or.jp) Received: (qmail 5233 invoked from network); 8 Feb 2005 01:02:57 +0900 Received: from unknown (HELO localhost) (202.229.143.141) by wasley.bl.mmtr.or.jp with SMTP; 8 Feb 2005 01:02:57 +0900 Date: Tue, 08 Feb 2005 01:02:48 +0900 (JST) Message-Id: <20050208.010248.63085787.rushani@bl.mmtr.or.jp> To: Juergen.Dankoweit@T-Online.de From: Hideyuki KURASHINA In-Reply-To: <1107783296.4547.17.camel@primergy470.juergendankoweit.net> References: <1107783296.4547.17.camel@primergy470.juergendankoweit.net> X-URL: http://www.rushani.jp/ X-PGP-Public-Key: http://www.rushani.jp/rushani.asc X-PGP-Fingerprint: A052 6F98 6146 6FE3 91E2 DA6B F2FA 2088 439A DC57 X-RC5-72-Stats: http://stats.distributed.net/participant/psummary.php?project_id=8&id=432320 X-Mailer: Mew version 4.2rc3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-acpi@freebsd.org Subject: Re: ACPI-Problems on IBM Thinkpad 600 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: Mon, 07 Feb 2005 16:03:03 -0000 Hi, >>> On Mon, 07 Feb 2005 14:34:56 +0100, Juergen.Dankoweit@t-online.de (Juergen Dankoweit) said: > Hello to the mailling list. > > On my IBM Thinkpad 600 I have problems with ACPI and FreeBSD 5.3 STABLE. > Short list of effects: > (*) acpiconf -s3 suspends the notebook for ever. > Only the power switch wakes up the notebook: the display flashes and > then the notebook hangs. Only pressing the power switch for about one > minute will turn off the Thinkpad. I can't remind where original discussion held (on mobile@ ?), building kernel with options SC_NO_SUSPEND_VTYSWITCH or adding following line into /boot/device.hints hw.syscons.sc_no_suspend_vtswitch=1 may help. See syscons(4) for details. > (*) Closing the display for suspend-to-ram does not work. The notebook > only beeps two times and nothings happens Try # sysctl hw.acpi.lid_switch_state=S3 > (*) Typing + for suspend-to-ram does not work (see the point > before this) > (*) APM works fine on this notebook Other issue I noticed is IRQ uchi0 uses now changed when ACPI enabled. If this is wrong behavior (i.e. APM do the right thing), you can fix up IRQ routing for ACPI by specifying hw.acpi.pci.link.%d.%d.%d.irq="IRQ number" in /boot/loader.conf. See acpi(4) for details. Hope this helps, > I hope I have described the troubles clear enough. > For further questions please feel free to send an email. > > On the following link you can download the files you need for debugging: > http://home.t-online.de/home/Juergen.Dankoweit/tp600.html > > or here (between 18:00 and 21:00 GMT!!!!, because it is my own server) > > http://juergendankoweit.nerdcamp.net/FreeBSD/Notebook/tp600_troubles.html > > I wish you success for solving the problems. -- rushani