From owner-freebsd-questions@FreeBSD.ORG Thu Dec 23 04:25:23 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D40C16A4CE for ; Thu, 23 Dec 2004 04:25:23 +0000 (GMT) Received: from www.gotbrains.org (www2.gotbrains.org [206.180.149.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8AFB43D3F for ; Thu, 23 Dec 2004 04:25:22 +0000 (GMT) (envelope-from clists@gotbrains.org) Received: from igor.gotbrains.org (eagle.spinneret.com [206.180.139.69]) by www.gotbrains.org (Postfix) with SMTP id 702FA211C for ; Wed, 22 Dec 2004 22:25:22 -0600 (CST) Date: Wed, 22 Dec 2004 22:25:22 -0600 From: "Stephen P. Cravey" To: questions@freebsd.org Message-Id: <20041222222522.4d2c85e0.clists@gotbrains.org> X-Mailer: Sylpheed version 1.0.0rc (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: acpi problems on boot with new usb device. 5.3-R X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Dec 2004 04:25:23 -0000 I just got a new usb 8-in-1 media reader and when it is plugged into my motherboard, my boot cycle hangs at: npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard Normally, a: acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 would come next, however it's completely hung. I can plug the device into my motherboard after boot (once i've booted without it) and it seems to work fine until I need to reboot and then it hangs again. 'camcontrol devilist' shows 4 lines for it: at scbus1 target 0 lun 0 (da0,pass0) at scbus1 target 0 lun 1 (da1,pass1) at scbus1 target 0 lun 2 (da2,pass2) at scbus1 target 0 lun 3 (da3,pass3) 'acpidump -t -d' gives me : "acpidump: RSDT entry 2 (sig OEMB) is corrupt" among an otherwise normal looking dump. I have a ASUS p4p800 deluxe motherboard running 5.3-RELEASE-p2 my usb controller dmesg lines look like: Intel 82801EB (ICH5) USB controller USB-A What other debugging steps do I need to perform for this? -Stephen