From owner-freebsd-mobile@FreeBSD.ORG Mon Jan 7 20:31:42 2008 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90A9216A417 for ; Mon, 7 Jan 2008 20:31:42 +0000 (UTC) (envelope-from xnooby@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.226]) by mx1.freebsd.org (Postfix) with ESMTP id 4159113C468 for ; Mon, 7 Jan 2008 20:31:42 +0000 (UTC) (envelope-from xnooby@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so1592165nzf.13 for ; Mon, 07 Jan 2008 12:31:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=U7qS39IwAUWAsx426k5PQU36Wb1QeLT+gQvg0oHegT4=; b=p2iEWDZjH6M419fFspfejlEOZxuxzGohtTWGxot82gBVHnE7Up3UOvL8leWZW4e9tXEBozEwYagFgXHg7nUsQPMOvNWDjtI/L7YKLgUFfKg7x5EMGdIxuLJf2PPdrxBAsElC+H4wkWOC1Ht5uuUCAKUkgFwafoDJmmmXRUtxOWk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=TOcDFwY6e3YNRgzmuwhAyxUQBc8FgUYcDk7ZY8PjrVG1EZM/PIGANfKbtOoRreJK+B3ThxpTngnUUfUcWRhQqvdDjyfHKXl7OK8ZUDWxUabfwabA4FzESPqelJfAhy1s2u5JkRWXmetV3XZ/8GOkEx9Wps9DKp7dUC0ie+EekK4= Received: by 10.114.127.1 with SMTP id z1mr21023636wac.26.1199736317002; Mon, 07 Jan 2008 12:05:17 -0800 (PST) Received: by 10.114.74.9 with HTTP; Mon, 7 Jan 2008 12:05:16 -0800 (PST) Message-ID: Date: Mon, 7 Jan 2008 15:05:16 -0500 From: "Xn Nooby" To: freebsd-mobile@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Two minute pause at acpi.ko message on old HP laptop with 7.0-RC1 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2008 20:31:42 -0000 I have an old zv5445us HP Pavillion laptop, essentially the zv5000 model, which pauses at the /boot/kernel/acpi.ko message during boot. It hangs there, with a non-spinning ASCII character, for about 2 minutes - then it boots. I tried entering the following commands in to the loader.conf to no avail: set hint.atkbd.0.disabled="1" set hint.acpi.0.disabled="1" I'm currently using FreeBSD 7.0-RC1, but it has the same behavior with FreeBSD 6.3-RC2. The machine seems to work okay after that, though I am having other problems with the screen going blank when I try to configure X. For now, I was just trying to eliminate the 2 minute pause on acpi.ko. Any suggestions?