From owner-freebsd-questions@FreeBSD.ORG Sun Jan 6 17:12:13 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3996116A417 for ; Sun, 6 Jan 2008 17:12:13 +0000 (UTC) (envelope-from xnooby@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by mx1.freebsd.org (Postfix) with ESMTP id 1E0E113C43E for ; Sun, 6 Jan 2008 17:12:12 +0000 (UTC) (envelope-from xnooby@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so12435921waf.3 for ; Sun, 06 Jan 2008 09:12:12 -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=duewLOpII4tQERuVS3peOZb0ZDDoh3UdmYXPT9MqKQ2UU71fspUlBn21S2tFvkH3T8/K2/5qGdGLh6JxA5NNcEAnM+ABB9S2cFlRGKWtglDzUS+S/kGM3tIDemx74BuYHSynS7GRagsW54btq9c7McGe3go7LzIhpEEOWHr/0NM= 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=aOjeYH3h6hoMpyM+Npwyq9sl0d/3633atxzTzTIW4haz3fmhoZadZ0+NvJu5GXjDCQFEAm9f65W+8TMV6oiXVGrxzlZHZQtTqQAZL++huwNzz6Uo9Kjt9IIY+zVarCWc3jwo+vLc5XCE8S9Fk2GNqkgP5muJ77lUXKN2MLr4Nl8= Received: by 10.115.76.1 with SMTP id d1mr20981391wal.108.1199639532638; Sun, 06 Jan 2008 09:12:12 -0800 (PST) Received: by 10.114.74.9 with HTTP; Sun, 6 Jan 2008 09:12:12 -0800 (PST) Message-ID: Date: Sun, 6 Jan 2008 12:12:12 -0500 From: "Xn Nooby" To: freebsd-questions@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-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2008 17:12:13 -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?