From owner-freebsd-questions@FreeBSD.ORG Fri Dec 3 01:57:58 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 BC0D416A4CE for ; Fri, 3 Dec 2004 01:57:58 +0000 (GMT) Received: from mhost.nwinfo.net (mhost.nwinfo.net [66.224.98.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64BF243D3F for ; Fri, 3 Dec 2004 01:57:58 +0000 (GMT) (envelope-from shepper@earthlink.net) Received: from mail.nwinfo.net (mail.nwinfo.net [66.224.98.5]) by mhost.nwinfo.net (8.12.8/8.12.8) with ESMTP id iB32WWOm009048 for ; Thu, 2 Dec 2004 18:32:32 -0800 Received: from [10.0.0.241] (66-224-154-219.atgi.net [66.224.154.219]) (authenticated bits=0) by mail.nwinfo.net (8.12.11/8.12.11) with ESMTP id iB31jElg016506 for ; Thu, 2 Dec 2004 17:45:16 -0800 Message-ID: <41AFC81E.4070101@earthlink.net> Date: Thu, 02 Dec 2004 17:57:50 -0800 From: "J. Scott Heppler" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040919 X-Accept-Language: en-us, en, ja MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/594/Fri Nov 19 02:06:44 2004 clamav-milter version 0.80j on mail.nwinfo.net X-Virus-Status: Clean Subject: Long Pause at boot during installation of usb 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: Fri, 03 Dec 2004 01:57:59 -0000 *FreeBSD 5.3 boot pauses at uchi2 * ( post #1 ) I am getting my feet wet with FreeBSD 5.3 and have managed get a working gnome desktop with sound. I am having a problem during boot on an MSI M7VIG Pro D motherboard that uses the Via KM266 chipset. I guess the chipset supports up to 6 usb2.0 ports but my case only had had two front ports. Two of the motherboard usb ports are unconnected. During boot there is a very long pause before it is disables uhub2.. The pertainent parts or dmesg follow: uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xd400-0xd41f irq 21 at device 16.1 on pci0 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0xd800-0xd81f irq 21 at device 16.2 on pci0 uhci2: [GIANT-LOCKED] usb2: on uhci2 usb2: USB revision 1.0 uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered --------------------------------------------------------------- long pause here --------------------------------------------------------------- uhub2: device problem, disabling port 2 pci0: at device 16.3 (no driver attached) isab0: at device 17.0 on pci0 isa0: on isab0 My /boot/loader.conf file is empty. This is the output of my /boot/device.hints file: -------------------------------------------------------------------------- # $FreeBSD: src/sys/i386/conf/GENERIC.hints,v 1.13 2004/04/01 21:48:31 alfred Exp $ hint.fdc.0.at="isa" hint.fdc.0.port="0x3F0" hint.fdc.0.irq="6" hint.fdc.0.drq="2" hint.fd.0.at="fdc0" hint.fd.0.drive="0" hint.fd.1.at="fdc0" hint.fd.1.drive="1" hint.ata.0.at="isa" hint.ata.0.port="0x1F0" hint.ata.0.irq="14" hint.ata.1.at="isa" hint.ata.1.port="0x170" hint.ata.1.irq="15" hint.adv.0.at="isa" hint.adv.0.disabled="1" hint.bt.0.at="isa" hint.bt.0.disabled="1" hint.aha.0.at="isa" hint.aha.0.disabled="1" hint.aic.0.at="isa" hint.aic.0.disabled="1" hint.atkbdc.0.at="isa" hint.atkbdc.0.port="0x060" hint.atkbd.0.at="atkbdc" hint.atkbd.0.irq="1" hint.psm.0.at="atkbdc" hint.psm.0.irq="12" hint.vga.0.at="isa" hint.sc.0.at="isa" hint.sc.0.flags="0x100" hint.vt.0.at="isa" hint.vt.0.disabled="1" hint.apm.0.disabled="1" hint.apm.0.flags="0x20" hint.pcic.0.at="isa" # hint.pcic.0.irq="10" # Default to polling hint.pcic.0.port="0x3e0" _____________________________________________________ I tried selecting option 6 after F1 the bootloader prompt and passing these options 1) OK set hint.uhci.2.disabled=1 OK boot 2) OK set hint.uhub.2.disabled=1 OK boot 3) OK set hint.usb.2.disabled=1 OK boot but still had the same pause. I got some advice at a newbies newsgroup that walked me through this but the thread has become silent. Any ideas/advice appreciated.