Apr 29, 2019

Can confirm the "TeckNet USB Network Adapter" from Amazon works well with this driver.
Installed on a HP ProDesk G1, running ESXi 6.7.0 (Build 8169922) as a home lab with no problems.

https://www.amazon.co.uk/gp/product/B003EDY97A

Apr 24, 2019

Intel NUC7i7BNH trying the Startech Dual-NIC USB-C. The driver installed but the adapter is not being recognized. Config is below - what else can I provide to try and troubleshoot?

[root@ASUAG1:~] vmware -vl
VMware ESXi 6.7.0 build-13006603
VMware ESXi 6.7.0 Update 2
[root@ASUAG1:~] chkconfig usbarbitrator --list
usbarbitrator on
[root@ASUAG1:~] lsusb
Bus 001 Device 004: ID 1bcf:0007 Sunplus Innovation Technology Inc. Optical Mouse
Bus 001 Device 003: ID 413c:2110 Dell Computer Corp.
Bus 001 Device 002: ID 413c:1010 Dell Computer Corp.
Bus 001 Device 001: ID 0e0f:8003 VMware, Inc. Root Hub
[root@ASUAG1:~] localcli system module list | grep usb
vmkusb_nic_fling true true
[root@ASUAG1:~] esxcli network nic list
Name PCI Device Driver Admin Status Link Status Speed Duplex MAC Address MTU Description
------ ------------ ------ ------------ ----------- ----- ------ ----------------- ---- ------------------------------------------------
vmnic0 0000:00:1f.6 ne1000 Up Up 1000 Full f4:4d:30:6f:8b:45 1500 Intel Corporation Ethernet Connection (4) I219-V

Apr 15, 2019

I'm using multiple dual-Gb NICs on a pile of NUC8i5BEH (and have tried NUC5i7RYH as well).
I'm using v1.0 of your Fling on vSphere 6.7u2, everything patched up to date.
(I've even reinstalled the NUC8s from scratch, which hasn't made any change)

If I use the Startech dual-Gb AX88179 NICs, everything works.
If I use the Vantec dual-Gb RTL NICs, I can't get any packets through them. But "esxcfg-nics -l" lists vusb0-vusb5 just as expected, and I can assign them to vmks and so on.

One possible give-away is that when I use the AX88179 NICs, they all report the CDP response from my Cisco SG300 and SG350 switches. With the RTL NICs connected to the same switches, they all say that CDP "is not available on this physical network adapter".

From doing a vmkping through an RTL NIC, the switch doesn't receive any unicast packets at all. Do the vmkping through an AX88179 NIC, the switch receives the unicast packet and the ping response is received by the ESXi host as you would expect.

And yes, I have checked that I'm not just getting the ports swapped over by mistake, and I've tried multiple NICs, multiple patch leads, multiple switch ports, multiple switches. I'm using simple vSwitches, not attempting vDS. :-)

Any ideas?

Thanks!
Jules.

May 06, 2019

Hi JulesFM ,

Were you able to get the Startech nic's to persist and function after reboot? Anything special outside of what is in the instructions to get that to work?

Apr 23, 2019

Try forcing the switch port to 1000/Full instead of auto negotiating. I'm using a Realtek based USB NIC and I'm able to ping in both directions using a vmkernel port pinned to the NIC

Apr 02, 2019

I am trying to use the vusb0 port as an uplink in a distributed vswitch in 6.7U1. I changed the script to include the following line to map the vusb0 NIC to the dvswitch. (esxcfg-vswitch -P vusb0 -V 8 DSwitch0). However, I am having difficulty with the syntax to add the dvportgroups. Can someone assist?