From owner-freebsd-current@FreeBSD.ORG Fri Nov 4 13:49:07 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 F081316A41F for ; Fri, 4 Nov 2005 13:49:07 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18A3243D48 for ; Fri, 4 Nov 2005 13:49:06 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) by kane.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id jA4Dn4wN020941; Fri, 4 Nov 2005 15:49:05 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id jA4DmuGT002405; Fri, 4 Nov 2005 15:48:56 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id jA4DmusC002404; Fri, 4 Nov 2005 15:48:56 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 4 Nov 2005 15:48:56 +0200 From: Giorgos Keramidas To: mauritz.sundell@freebsd.viem.se Message-ID: <20051104134856.GA2362@flame.pc> References: <20051104111659.96B7437E42@smtp3-1-sn3.vrr.skanova.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051104111659.96B7437E42@smtp3-1-sn3.vrr.skanova.net> X-Mailman-Approved-At: Fri, 04 Nov 2005 13:56:45 +0000 Cc: freebsd-current@freebsd.org Subject: Re: Cannot boot pccard with ACPI enabled on amd64 laptop X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 04 Nov 2005 13:49:08 -0000 On 2005-11-04 12:16, mauritz.sundell@freebsd.viem.se wrote: > I have a wlan-pccard (device pccard0+wi0) that works good in > current without acpi, but with acpi enabled the machine freeze > with the card inserted. > > I have an HP Pavilion zv5000 (laptop) with amd64. > > If I enable acpi and use the builtin wired lan-adapter (device > rl0) everything works good. > > I really want ACPI to work, do anyone have any ideas? Roll back to the sources before the latest ACPI import, as there have been problems with the latest CURRENT and ACPI. A known good timestamp to use for updating is: cvs -qR up -APd -D '2005/11/01 22:00:00 UTC' See if the kernel from that date works fine for you. If it does, watch this list carefully as the ACPI issues are tracked down and solved. - Giorgos