From owner-freebsd-questions@FreeBSD.ORG Sun Mar 30 16:30:17 2003 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 2EB2E37B401 for ; Sun, 30 Mar 2003 16:30:17 -0800 (PST) Received: from lakemtao02.cox.net (lakemtao02.cox.net [68.1.17.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4604A43F85 for ; Sun, 30 Mar 2003 16:30:16 -0800 (PST) (envelope-from franklin@jfranklin.net) Received: from jfranklin.net ([68.10.80.12]) by lakemtao02.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP id <20030331003016.TEHM2793.lakemtao02.cox.net@jfranklin.net> for ; Sun, 30 Mar 2003 19:30:16 -0500 Message-ID: <3E878C1C.4010801@jfranklin.net> Date: Sun, 30 Mar 2003 19:30:20 -0500 From: Jody Franklin User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2.1) Gecko/20030326 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Only one of two builtin USB hubs working with 4.x, both work with 5.x 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: Mon, 31 Mar 2003 00:30:20 -0000 I have an IBM NetVista A40i, and with both FreeBSD 4.7, and 4.8 RC I can only use the first of the two builtin USB hubs. While with 5.0 they both work. I went back from 5.0 to 4.x because of the changes in the device driver handling (I use the 4Front sound drivers), and found that the USB ports on the front of my machine stopped working with 4.7, when updating to 4.8 RC they still didn't work. The ones on the back still work fine. This is the relevant dmesg output: uhci0: port 0xd400-0xd41f irq 9 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 uhci1: port 0xd800-0xd81f irq 9 at device 7.3 on pci0 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 Is there anything I can do to make the second one actually work (there is no event triggered with I connect a device to either of the ports for the second hub) or is this a known issue I'll just have to wait for? Jody