From owner-freebsd-current@FreeBSD.ORG Sat Oct 25 16:01:35 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17B5116A4ED for ; Sat, 25 Oct 2003 16:01:35 -0700 (PDT) Received: from smtp1.home.se (smtp1.home.se [213.214.194.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EAB543F3F for ; Sat, 25 Oct 2003 16:01:34 -0700 (PDT) (envelope-from r3tex@home.se) Received: from MadHatter.olf.sgsnet.se r3tex@home.se [193.11.246.84] Novell NetWare; Sun, 26 Oct 2003 00:59:32 +0200 Date: Sun, 26 Oct 2003 01:01:27 +0200 From: Robert Luciani To: freebsd-current@freebsd.org Message-Id: <20031026010127.09ff91cf.r3tex@home.se> X-Mailer: Sylpheed version 0.9.7 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Thinkpad x31 freezes after lid close X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Oct 2003 23:01:35 -0000 I'm having a problem on my IBM Thinkpad X31. The laptop lid, when shut freezes everything. The same thing goes for the standby and power buttons. Even pressing the little flashligt button freezes everything. Standby and Hibernate don't work in the least bit. I can't shut down properly. I solved this in NetBSD by adding: options APM_NO_IDLE # Don't call BIOS CPU idle function this solved all my problems and i just choose not to put the laptop in standby. is there an equivalent in FreeBSD? when adding device apm in the kernel no apm devices are dicovered. I'd like to use the ACPI but it seems harder to achieve this function. any ideas?