Date: Mon, 3 Sep 2012 11:53:48 -0400 From: Derrick Edwards <dantavious313@gmail.com> To: freebsd-usb@freebsd.org Subject: Re: USB 3.0 Issues Message-ID: <201209031153.48984.dantavious313@gmail.com> In-Reply-To: <201209022117.04464.hselasky@c2i.net> References: <201209021248.21905.dantavious313@gmail.com> <201209022117.04464.hselasky@c2i.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday, September 02, 2012 03:17:04 PM Hans Petter Selasky wrote: > On Sunday 02 September 2012 18:48:16 Derrick Edwards wrote: > > When I disable USB 3.0 support in the BIOS, USB functions properly. Any > > ideas on what could be causing this? Please let me know what additional > > information you need. > > Hi, > > I'm afraid I need my hand on your device to figure this out. > > When the device init fails, it means that SET-ADDRESS fails, and without > that we are lost. > > You could try setting this variable in /boot/loader.conf > > hw.usb.xhci.xhci_port_route="0xFFFFFFFF" > hw.usb.xhci.xhci_port_route="0x0" > hw.usb.xhci.xhci_port_route="0x1" > hw.usb.xhci.xhci_port_route="0x2" > hw.usb.xhci.xhci_port_route="0x4" > hw.usb.xhci.xhci_port_route="0x8" > > And so on. > > --HPS Hans, Thanks for the reply. I added your suggestions to /boot/loader.conf and now the enabled USB 3.0 system works 90 percent of the time so far. For example in the below example the USB stick was recongized, then not, the recongized again after multiple inserts and detachs. Sep 3 08:05:45 joker kernel: ugen2.3: <PNY Technologies> at usbus2 (disconnected) Sep 3 08:05:45 joker kernel: umass0: at uhub3, port 4, addr 3 (disconnected) Sep 3 08:05:45 joker kernel: (da0:umass-sim0:0:0:0): lost device - 0 outstanding, 1 refs Sep 3 08:05:45 joker kernel: (da0:umass-sim0:0:(pass3:0:umass-sim0:0:0): removing device entry Sep 3 08:05:45 joker kernel: 0:0): passdevgonecb: devfs entry is gone Sep 3 08:06:12 joker kernel: xhci_do_command: Command timeout! Sep 3 08:06:12 joker kernel: usb_alloc_device: device init 2 failed (USB_ERR_TIMEOUT, ignored) Sep 3 08:06:12 joker kernel: ugen0.2: <Unknown> at usbus0 (disconnected) Sep 3 08:06:12 joker kernel: uhub_reattach_port: could not allocate new device Sep 3 08:06:36 joker kernel: ugen2.3: <PNY Technologies> at usbus2 Sep 3 08:06:36 joker kernel: umass0: <PNY Technologies USB 2.0 FD, class 0/0, rev 2.00/11.00, addr 3> on usbus2 Sep 3 08:06:36 joker kernel: umass0: SCSI over Bulk-Only; quirks = 0x0100 Sep 3 08:06:36 joker kernel: umass0:6:0:-1: Attached to scbus6 Sep 3 08:06:36 joker kernel: da0 at umass-sim0 bus 0 scbus6 target 0 lun 0 Sep 3 08:06:36 joker kernel: da0: <PNY USB 2.0 FD 1100> Removable Direct Access SCSI-4 device Sep 3 08:06:36 joker kernel: da0: 40.000MB/s transfers Sep 3 08:06:36 joker kernel: da0: 3864MB (7913472 512 byte sectors: 255H 63S/T 492C)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209031153.48984.dantavious313>