From owner-freebsd-questions Thu Dec 26 15:44:13 2002 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 0D19E37B401 for ; Thu, 26 Dec 2002 15:44:12 -0800 (PST) Received: from smtp.comcast.net (smtp.comcast.net [24.153.64.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D42A43EE6 for ; Thu, 26 Dec 2002 15:44:11 -0800 (PST) (envelope-from adamk@voicenet.com) Received: from sorrow.ashke.com (pcp103897pcs.glstrt01.nj.comcast.net [68.45.109.175]) by mtaout05.icomcast.net (iPlanet Messaging Server 5.2 HotFix 1.07 (built Nov 25 2002)) with ESMTP id <0H7R0097C39MR9@mtaout05.icomcast.net> for freebsd-questions@freebsd.org; Thu, 26 Dec 2002 18:44:11 -0500 (EST) Date: Thu, 26 Dec 2002 18:44:12 -0500 (EST) From: Adam K Kirchhoff Subject: VIA USB support problem... X-X-Sender: adamk@sorrow.ashke.com To: freebsd-questions@freebsd.org Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm having a difficult time getting any USB devices to work under -CURRENT with a VIA UHCI controller. uhci0: port 0xd400-0xd41f irq 5 at device 7.2 on pci0 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 uhub0: port error, restarting port 1 uhub0: port error, giving up port 1 ums0: Logitech USB Receiver, rev 1.10/15.00, addr 2, iclass 3/1 ums0: 7 buttons and Z dir. uhub0: port error, restarting port 2 uhub0: port error, giving up port 2 uhub1: Texas Instruments TUSB2046 hub, class 9/0, rev 1.10/1.25, addr 3 uhub1: 4 ports with 4 removable, self powered ugen0: Logitech product 0xc207, rev 1.00/1.04, addr 4 ugen0: setting configuration index 0 failed device_probe_and_attach: ugen0 attach returned 6 uhci1: port 0xd800-0xd81f irq 5 at device 7.3 on pci0 usb1: on uhci1 usb1: 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 uhub2: port error, restarting port 1 uhub2: port error, giving up port 1 uhub2: port error, restarting port 2 uhub2: port error, giving up port 2 The above is from dmesg... As you can see, it detects the UHCI controller, and sees the various devices (Logitech joystick: ugen0, Logitech mouse: ums0) but they're completely unusable. I'm *assuming* it has something to do with the "port error" messages, but I'm not sure how to fix this. So, I guess the real question is, where should I be asking about this? Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message