I got a USB3 HD case and want to use it with a backup disk for my FreeBSD 10.2-RELEASE machine, which got USB2 ports only.
When I attach the USB3 HD on to a USB2 port of the running machine, I see the following messages:
In effect, the HD is not recognized. The same computer has been set up for dual boot with Windows 7, and under Windows 7 the USB3 HD case works well on the very same USB2 port. The same case works well as well on a USB2 port of a MacBook Pro mid 2010 running OS X 10.11. The most funny thing is, that said FreeBSD machine can be booted form a FreeBSD 10.2 boot disk in the USB3 case connected to said USB2 port, but the boot process stops once the USB device driver tries and fails to enumerate the HD, throwing out above error messages.
Question, is there any chance to get this USB3 HD case working with FreeBSD, or should I go and get another one?
When I attach the USB3 HD on to a USB2 port of the running machine, I see the following messages:
Code:
Mar 23 17:36:19 server kernel: usb_alloc_device: set address 2 failed (USB_ERR_IOERROR, ignored)
Mar 23 17:36:19 server kernel: usbd_setup_device_desc: getting device descriptor at addr 2 failed, USB_ERR_IOERROR
Mar 23 17:36:19 server kernel: usbd_req_re_enumerate: addr=2, set address failed! (USB_ERR_IOERROR, ignored)
Mar 23 17:36:19 server kernel: usbd_setup_device_desc: getting device descriptor at addr 2 failed, USB_ERR_IOERROR
Mar 23 17:36:21 server kernel: usbd_req_re_enumerate: addr=2, set address failed! (USB_ERR_IOERROR, ignored)
Mar 23 17:36:21 server kernel: usbd_setup_device_desc: getting device descriptor at addr 2 failed, USB_ERR_IOERROR
Mar 23 17:36:22 server kernel: usbd_req_re_enumerate: addr=2, set address failed! (USB_ERR_IOERROR, ignored)
Mar 23 17:36:22 server kernel: usbd_setup_device_desc: getting device descriptor at addr 2 failed, USB_ERR_IOERROR
Mar 23 17:36:23 server kernel: usbd_req_re_enumerate: addr=2, set address failed! (USB_ERR_IOERROR, ignored)
Mar 23 17:36:23 server kernel: usbd_setup_device_desc: getting device descriptor at addr 2 failed, USB_ERR_IOERROR
Mar 23 17:36:23 server kernel: ugen1.2: <Unknown> at usbus1 (disconnected)
Mar 23 17:36:23 server kernel: uhub_reattach_port: could not allocate new device
Question, is there any chance to get this USB3 HD case working with FreeBSD, or should I go and get another one?