From owner-freebsd-mobile Sun Jul 14 14:18: 0 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF9A537B400 for ; Sun, 14 Jul 2002 14:17:56 -0700 (PDT) Received: from ip134-053-211-055.s211.muohio.edu (ip134-053-131-078.s131.muohio.edu [134.53.131.78]) by mx1.FreeBSD.org (Postfix) with SMTP id DC60743E31 for ; Sun, 14 Jul 2002 14:17:55 -0700 (PDT) (envelope-from w@muc.muohio.edu) Received: (qmail 52750 invoked by uid 1000); 14 Jul 2002 21:17:50 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 14 Jul 2002 21:17:50 -0000 Date: Sun, 14 Jul 2002 17:17:50 -0400 (EDT) From: Tony Chang X-X-Sender: w@ip134-053-131-078.s131.muohio.edu To: freebsd-mobile@freebsd.org Subject: usb controllers In-Reply-To: <20020710184136.U15934-100000@precipice.4gh.net> Message-ID: <20020714165022.A52661-100000@ip134-053-131-078.s131.muohio.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, I have three USB controllers on my laptop, one on the left side of the system, one on the right, and one for the base station which has two usb ports when I dock. I think the USB controller for the base station is causing problems on my system and I was wondering if I could disable just that USB controller while leaving the other two running. When I compile USB into the kernel, I get error messages saying: "usb0: host controller halted" about once every two seconds. If I don't compile USB into the kernel and instead let usbd automatically load the kernel module, I get no error messages and my USB mouse works without any problems on the two USB ports on the laptop. However, it doesn't register when I plug it into the USB ports on the media base. From dmesg: uhci0: port 0x8c80-0x8c9f irq 10 at device 29.0 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0x8ca0-0x8cbf irq 11 at device 29.1 on pci0 usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0x8cc0-0x8cdf irq 11 at device 29.2 on pci0 uhci2: (New UHCI DeviceId=0x24878086) usb2: on uhci2 usb2: USB revision 1.0 uhub2: (0x24878086) UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered Any ideas on how to selectively tell the system to start a usb controller but not to start another? Thanks, Tony ---------- http://www.aypwip.org "I'm always content. I am what I am, no matter how I got that way." --Human from Xenocide by Orson Scott Card To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message