From owner-freebsd-current@FreeBSD.ORG Wed Aug 5 06:56:48 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69409106564A for ; Wed, 5 Aug 2009 06:56:48 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe11.tele2.se [212.247.155.65]) by mx1.freebsd.org (Postfix) with ESMTP id C8FD38FC20 for ; Wed, 5 Aug 2009 06:56:47 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=ajtgmf5dGocA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=uMceNXMkAAAA:8 a=RCOzOsSLtTBZeMM4rTQA:9 a=LHsHXrFVuVgwP7KKo0cA:7 a=GLj6sqM25zmRR7wyohVwtCweBWMA:4 a=UDsg744uRfX9tDLX:21 a=5qGGSHuuJMdaT2EL:21 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe11.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1119069340; Wed, 05 Aug 2009 08:56:45 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Wed, 5 Aug 2009 08:56:44 +0200 User-Agent: KMail/1.11.4 (FreeBSD/8.0-BETA2; KDE/4.2.4; i386; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200908050856.45748.hselasky@c2i.net> Cc: chris scott Subject: Re: usb pen drive detection - still no joy X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Aug 2009 06:56:48 -0000 On Tuesday 04 August 2009 23:05:48 chris scott wrote: > still no joy getting my corsair voyager detected works fine on laptop > (linux) I posted a month or so ago tried all the suggestions but no go > > I have set hw.usb.ehci.no_hs=1 and the drive detects ok in usb1 mode > but isnt really that usable due to the speed > > > > usb_alloc_device:1588: set address 4 failed (USB_ERR_TIMEOUT, ignored) > usb_alloc_device:1626: getting device descriptor at addr 4 failed, > USB_ERR_TIMEOUT! > usbd_req_re_enumerate:1539: addr=4, set address failed! > (USB_ERR_TIMEOUT, ignored) > usbd_req_re_enumerate:1553: getting device descriptor at addr 4 > failed, USB_ERR_TIMEOUT! > usbd_req_re_enumerate:1539: addr=4, set address failed! > (USB_ERR_TIMEOUT, ignored) > usbd_req_re_enumerate:1553: getting device descriptor at addr 4 > failed, USB_ERR_TIMEOUT! > ugen4.4: <(null)> at usbus4 (disconnected) > uhub_reattach_port:440: could not allocate new device! > (root@X)-(21:59:13)-(~) 0 > $ usbconfig > ugen2.1: at usbus2, cfg=0 md=HOST spd=FULL (12Mbps) > pwr=ON ugen3.1: at usbus3, cfg=0 md=HOST spd=FULL > (12Mbps) pwr=ON ugen4.1: at usbus4, cfg=0 md=HOST > spd=HIGH > (480Mbps) pwr=ON > ugen1.1: at usbus1, cfg=0 md=HOST spd=FULL (12Mbps) > pwr=ON ugen0.1: at usbus0, cfg=0 md=HOST spd=FULL > (12Mbps) pwr=ON ugen4.2: at usbus4, cfg=0 > md=HOST > spd=HIGH (480Mbps) pwr=SAVE > ugen4.3: at usbus4, cfg=0 md=HOST spd=LOW > (1.5Mbps) pwr=ON > (root@X)-(21:59:20)-(~) 0 > $ pciconf -l -v | grep -i -A 4 usb > device = '82801G (ICH7 Family) USB Universal Host Controller' > class = serial bus > subclass = USB > uhci1@pci0:0:29:1: class=0x0c0300 card=0x81791043 chip=0x27c98086 > rev=0x01 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801G (ICH7 Family) USB Universal Host Controller' > class = serial bus > subclass = USB > uhci2@pci0:0:29:2: class=0x0c0300 card=0x81791043 chip=0x27ca8086 > rev=0x01 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801G (ICH7 Family) USB Universal Host Controller' > class = serial bus > subclass = USB > uhci3@pci0:0:29:3: class=0x0c0300 card=0x81791043 chip=0x27cb8086 > rev=0x01 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801G (ICH7 Family) USB Universal Host Controller' > class = serial bus > subclass = USB > ehci0@pci0:0:29:7: class=0x0c0320 card=0x81791043 chip=0x27cc8086 > rev=0x01 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801G (ICH7 Family) USB 2.0 Enhanced Host Controller' > class = serial bus > subclass = USB > pcib3@pci0:0:30:0: class=0x060401 card=0x81791043 chip=0x244e8086 > rev=0xe1 hdr=0x01 > vendor = 'Intel Corporation' > device = '82801 Family (ICH2/3/4/5/6/7/8/9,63xxESB) Hub > Interface to PCI Bridge' > class = bridge > > $ uname -a > FreeBSD carrera.snaffler.net 8.0-BETA2 FreeBSD 8.0-BETA2 #10: Mon Aug > 3 05:16:53 BST 2009 root@X:/usr/obj/usr/src/sys/me amd64 > > Have you tried an external USB HUB. How about another computer and other USB sticks? --HPS