From owner-freebsd-stable Wed Dec 5 1: 1:44 2001 Delivered-To: freebsd-stable@freebsd.org Received: from gate.consol.de (gate.consol.de [194.221.87.10]) by hub.freebsd.org (Postfix) with ESMTP id 4DE2737B416; Wed, 5 Dec 2001 01:01:34 -0800 (PST) Received: from msgsrv.bb.consol.de (imap.consol.de [10.250.0.100]) by gate.consol.de (8.11.6/8.11.6) with ESMTP id fB591Xb49868; Wed, 5 Dec 2001 10:01:33 +0100 (CET) (envelope-from Thorsten.Greiner@consol.de) Received: from bonn.rtg.consol.de (vscanner.bb.consol.de [10.250.0.120]) by msgsrv.bb.consol.de (8.8.8/8.8.8) with ESMTP id KAA10549; Wed, 5 Dec 2001 10:01:28 +0100 Received: from there by bonn.rtg.consol.de (8.8.8+Sun/SMI-SVR4) id LAA21436; Wed, 5 Dec 2001 11:02:00 +0100 (MET) Message-Id: <200112051002.LAA21436@bonn.rtg.consol.de> Content-Type: text/plain; charset="iso-8859-1" From: Thorsten Greiner Organization: ConSol* GmbH To: freebsd-mobile@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: USB Problems Date: Wed, 5 Dec 2001 09:57:42 +0100 X-Mailer: KMail [version 1.3] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Since I got no response to my first posting, I will try again with a more detailed description. I'm trying to get USB working on my ASUS L7300 laptop. I am running 4.4-STABLE, my kernel config looks like this (USB part only): # USB support device uhci # UHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard #device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse options UHCI_DEBUG options USB_DEBUG options UGEN_DEBUG options UHID_DEBUG options UHUB_DEBUG options UKBD_DEBUG options ULPT_DEBUG options UMASS_DEBUG options UMS_DEBUG Here are some bits and pieces from the messages: Dec 5 09:44:40 tybalt /kernel: uhci0: port 0x1c00-0x1c1f irq 11 at device 7.2 on pci0 Dec 5 09:44:40 tybalt /kernel: uhci_run: setting run=0 Dec 5 09:44:40 tybalt /kernel: uhci_run: done cmd=0x80 sts=0x20 Dec 5 09:44:40 tybalt /kernel: uhci_run: setting run=1 Dec 5 09:44:40 tybalt /kernel: uhci_run: done cmd=0x81 sts=0x0 Dec 5 09:44:40 tybalt /kernel: usb0: on uhci0 Dec 5 09:44:40 tybalt /kernel: usb0: USB revision 1.0 Dec 5 09:44:40 tybalt /kernel: uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Dec 5 09:44:40 tybalt /kernel: uhub0: 2 ports with 2 removable, self powered So the USB controller is recognized and shows up in the usbdevs output. Now I start usbd manually and connect my Logitech Mini Wheel Mouse. This happens: Dec 5 09:45:40 tybalt /kernel: uhci_timeout: ii=0xc0cbcb00 Dec 5 09:45:51 tybalt last message repeated 2 times Dec 5 09:45:51 tybalt /kernel: usbd_new_device: addr=2, getting first desc failed Dec 5 09:45:51 tybalt /kernel: uhub_explore: usb_new_device failed, error=TIMEOUT Dec 5 09:45:51 tybalt /kernel: uhub0: device problem, disabling port 1 I have tried the same thing with the usb debug level raised to 10, but this produces a lot of output - don't want to spam everybody with this. Any ideas whats going wrong here? Thanks -Thorsten To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message