Bei mir wird ein USB device (Sundtek DVB-S2) welches auf USB 3.0 Port (blau/hinten) steckt unter ESXi 6.5 nicht richtig erkannt bzw. so erkannt als der an USB 2.0 Hub steckt. Unter Link [1] ist auch so was gemeldet jedoch bei ihm im Bios kann man xHCI umstellen, so was habe ich im Bios von Gen8 nicht gefunden. Hat jemand hier Erfahrung damit?
Hier ESXi 6.5 log:
Da ich schlechte performance mit "vmkusb" treiber gehabt habe, habe ich den disabled um xhci nach reboot zu laden, das passt auch und ist im log auch zu sehen:
[1] USB 3.0 devices detected as USB 2 in ESXi 6.0 and 5.5 | Virten.net
Hier ESXi 6.5 log:
Code:
root@esx01:~] lsusb
Bus [COLOR="#000000"][COLOR="#FF0000"]004 [/COLOR][/COLOR]Device 006: ID 2659:1502 Sundtek
Bus 002 Device 004: ID 0424:4030 Standard Microsystems Corp.
Bus 002 Device 003: ID 0424:2660 Standard Microsystems Corp.
Bus 003 Device 002: ID 03f0:7029 Hewlett-Packard
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 005 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus [COLOR="#FF0000"]004 [/COLOR]Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[root@esx01:~]
[root@esx01:~] lsusb -tv
....
Bus# 1
`-Dev# 1 Vendor 0x1d6b Product 0x0002 Linux Foundation 2.0 root hub
`-Dev# 2 Vendor 0x8087 Product 0x0024 Intel Corp. Integrated Rate Matching Hub
`-Dev# 4 Vendor 0x2659 Product 0x1502 Sundtek
Da ich schlechte performance mit "vmkusb" treiber gehabt habe, habe ich den disabled um xhci nach reboot zu laden, das passt auch und ist im log auch zu sehen:
Code:
esxcli system module set -m=vmkusb -e=FALSE
[root@esx01:~] esxcli system module list |grep vmkusb
vmkusb false false
[root@esx01:~]
[root@esx01:~] esxcli system module list |grep ahci
vmw_ahci true true
[root@esx01:~]
[root@esx01:~] esxcli system module list |grep xhci
xhci true true
[root@esx01:~] vmkload_mod -s xhci |grep Version
Version: Version 1.0, Build: 4564106, Interface: 9.2 Built on: Oct 26 2016
[root@esx01:~]
[root@esx01:~] vmkload_mod -s ahci |grep Version
Version: Version 3.0-22vmw, Build: 4564106, Interface: 9.2 Built on: Oct 26 2016
[root@esx01:~]
[1] USB 3.0 devices detected as USB 2 in ESXi 6.0 and 5.5 | Virten.net