azathoth Jun 23, 2017 #1 On Debian I have USB3 expansion card on my AMD 965 desktop working. On FreeBSD seems stick USB2 speed. Last edited by a moderator: Jun 26, 2017
On Debian I have USB3 expansion card on my AMD 965 desktop working. On FreeBSD seems stick USB2 speed.
aragats Jun 23, 2017 #2 Check whether an XHCI device is detected and the driver is loaded: Code: $ dmesg | grep xhci By the way, how did you measure the USB speed?
Check whether an XHCI device is detected and the driver is loaded: Code: $ dmesg | grep xhci By the way, how did you measure the USB speed?
OP azathoth Jun 27, 2017 Thread Starter #3 aragats said: Check whether an XHCI device is detected and the driver is loaded: Code: $ dmesg | grep xhci By the way, how did you measure the USB speed? Click to expand... watched MB/s in rsync I think once I thought about it not run a proper test of one external drive to another both connected to usb3 ports....
aragats said: Check whether an XHCI device is detected and the driver is loaded: Code: $ dmesg | grep xhci By the way, how did you measure the USB speed? Click to expand... watched MB/s in rsync I think once I thought about it not run a proper test of one external drive to another both connected to usb3 ports....
OP azathoth Jul 14, 2017 Thread Starter #5 # dmesg|grep xhci xhci0: <XHCI (generic) USB 3.0 controller> mem 0xff600000-0xff607fff irq 16 at device 0.0 on pci2 xhci0: 64 bytes context size, 64-bit DMA usbus0 on xhci0 root@kyfho:~ # dmesg | grep -i xhci xhci0: <XHCI (generic) USB 3.0 controller> mem 0xff600000-0xff607fff irq 16 at device 0.0 on pci2 xhci0: 64 bytes context size, 64-bit DMA usbus0 on xhci0 ugen0.1: <0x1b6f XHCI root HUB> at usbus0 uhub3: <0x1b6f XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
# dmesg|grep xhci xhci0: <XHCI (generic) USB 3.0 controller> mem 0xff600000-0xff607fff irq 16 at device 0.0 on pci2 xhci0: 64 bytes context size, 64-bit DMA usbus0 on xhci0 root@kyfho:~ # dmesg | grep -i xhci xhci0: <XHCI (generic) USB 3.0 controller> mem 0xff600000-0xff607fff irq 16 at device 0.0 on pci2 xhci0: 64 bytes context size, 64-bit DMA usbus0 on xhci0 ugen0.1: <0x1b6f XHCI root HUB> at usbus0 uhub3: <0x1b6f XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0