From owner-freebsd-usb@FreeBSD.ORG Thu Dec 20 13:04:22 2007 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FC7016A419 for ; Thu, 20 Dec 2007 13:04:22 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from vjofn.tucs-beachin-obx-house.com (vjofn-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::5e5]) by mx1.freebsd.org (Postfix) with ESMTP id DE61213C461 for ; Thu, 20 Dec 2007 13:04:21 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from himinbjorg.tucs-beachin-obx-house.com ([208.45.246.58]) (authenticated bits=0) by vjofn.tucs-beachin-obx-house.com (8.12.9/8.12.9) with ESMTP id lBKD4KgB041291 for ; Thu, 20 Dec 2007 08:04:21 -0500 (EST) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1]) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6) with ESMTP id lBKD4LD3045115 for ; Thu, 20 Dec 2007 08:04:21 -0500 (EST) (envelope-from ml@t-b-o-h.net) Received: (from tbohml@localhost) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6/Submit) id lBKD4Lak045114 for freebsd-usb@freebsd.org; Thu, 20 Dec 2007 08:04:21 -0500 (EST) (envelope-from tbohml) From: "Tuc at T-B-O-H.NET" Message-Id: <200712201304.lBKD4Lak045114@himinbjorg.tucs-beachin-obx-house.com> To: freebsd-usb@freebsd.org Date: Thu, 20 Dec 2007 08:04:21 -0500 (EST) X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: device problem (SET_ADDR_FAILED), disabling port 1 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2007 13:04:22 -0000 Hi, FreeBSD himinbjorg.tucs-beachin-obx-house.com 5.5-STABLE FreeBSD 5.5-STABLE #9: Tue Jan 23 23:44:47 EST 2007 root@himinbjorg.tucs-beachin-obx-house.com:/usr/obj/usr/src/sys/HIMINBJORG53 i386 I'm trying to plug in a Lexar Media USB 2.0 Multi-Card Reader that I've been using for the last few years, but all of a sudden I'm getting this message : Dec 20 07:55:29 himinbjorg kernel: uhub1: device problem (SET_ADDR_FAILED), disabling port 1 Dec 20 07:58:54 himinbjorg kernel: uhub0: device problem (SET_ADDR_FAILED), disabling port 1 (Once in each of the 2 ports I have on my Dell Inspiron 8200). himinbjorg# usbdevs -v Controller /dev/usb0: addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00 port 1 powered port 2 powered Controller /dev/usb1: addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00 port 1 powered port 2 powered himinbjorg# usbdevs -d addr 1: UHCI root hub, Intel uhub0 addr 1: UHCI root hub, Intel uhub1 >From dmesg.boot : uhci0: port 0xbf80-0xbf9f irq 11 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 0xbf20-0xbf3f irq 11 at device 29.2 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 What isn't happening properly? Thanks, Tuc