Hi,
Want to set esxi 6.5 or 6.7 to HP Elitebook 8570p
Host from both of ESXi ver. recognize HP internal lan port - vmnic0 ne1000
If I have connected on USB 3.0 port CD/DVD unit I can use it (also via VM)
I would like to connect also USB eth.cards, but until now no success and I'm lost.
Have installed
one is StarTech.com usb 3.0 dual gigabit lan**
other is Glaabit usb 3.0 gigabit lan (RTL8153)*
I followed instructions https://www.virtuallyghetto.com/2016/11/usb-3-0-ethernet-adapter-nic-driver-for-esxi-6-5.html
instaled drivers, etc
but no success.
I'm not sure if ESXi support HP Elitebook 8570p USB 3.0, USB eth,...
Please help.
Thanx in adwance.
ji
====================================================================================================================================
lsusb shows:
Bus 003 Device 003: ID 0a5c:21e1 Broadcom Corp. HP Portable SoftSailing
Bus 001 Device 005: ID 0bda:8153 Realtek Semiconductor Corp. RTL8153 Gigabit Ethernet Adapter *
Bus 001 Device 004: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet **
Bus 001 Device 003: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet **
Bus 003 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 002: ID 2109:2811 VIA Labs, Inc. Hub
Bus 003 Device 001: ID 0e0f:8002 VMware, Inc. Root Hub
Bus 002 Device 001: ID 0e0f:8002 VMware, Inc. Root Hub
Bus 001 Device 001: ID 0e0f:8003 VMware, Inc. Root Hub
====================================================================================================================================
vmware -vl
VMware ESXi 6.5.0 build-8294253
VMware ESXi 6.5.0 Update 2
[root@esxi-hp:~] esxcli network nic list
Name PCI Device Driver Admin Status Link Status Speed Duplex MAC Address MTU Description
------ ------------ ------ ------------ ----------- ----- ------ ----------------- ---- ----------------------------------------------------
vmnic0 0000:00:19.0 ne1000 Up Up 1000 Full d4:c9:ef:52:7d:e4 1500 Intel Corporation 82579LM Gigabit Network Connection
====================================================================================================================================
esxcli network nic list | grep -o vmnic[0-9] | while read nic; do esxcli network nic get --nic-name $nic; done
Advertised Auto Negotiation: true
Advertised Link Modes: Auto, 10BaseT/Half, 100BaseT/Half, 10BaseT/Full, 100BaseT/Full, 1000BaseT/Full
Auto Negotiation: false
Cable Type: Twisted Pair
Current Message Level: -1
Driver Info:
Bus Info: 0000:00:19:0
Driver: ne1000
Firmware Version: 0.15-4
Version: 0.8.3
Link Detected: true
Link Status: Up
Name: vmnic0
PHYAddress: 0
Pause Autonegotiate: false
Pause RX: false
Pause TX: false
Supported Ports: TP
Supports Auto Negotiation: true
Supports Pause: false
Supports Wakeon: true
Transceiver:
Virtual Address: 00:50:56:59:d9:c7
Wakeon: MagicPacket(tm)
====================================================================================================================================
[root@esxi-hp:~] esxcli hardware pci list | grep "Device Class: 0x0200" -A20 -B15
0000:00:19.0
Address: 0000:00:19.0
Segment: 0x0000
Bus: 0x00
Slot: 0x19
Function: 0x0
VMkernel Name: vmnic0
Vendor Name: Intel Corporation
Device Name: 82579LM Gigabit Network Connection
Configured Owner: Unknown
Current Owner: VMkernel
Vendor ID: 0x8086
Device ID: 0x1502
SubVendor ID: 0x103c
SubDevice ID: 0x17a7
Device Class: 0x0200
Device Class Name: Ethernet controller
Programming Interface: 0x00
Revision ID: 0x04
Interrupt Line: 0xff
IRQ: 255
Interrupt Vector: 0x32
PCI Pin: 0x00
Spawned Bus: 0x00
Flags: 0x3201
Module ID: 17
Module Name: ne1000
Chassis: 0
Physical Slot: 4294967295
Slot Description:
Passthru Capable: true
Parent Device:
Dependent Device: PCI 0:0:25:0
Reset Method: Power state reset
FPT Sharable: true
====================================================================================================================================
[root@esxi-hp:~] grep -i vmnic /etc/vmware/esx.conf
/device/00000:000:25.0/vmkname = "vmnic0"
/vmkdevmgr/logical/pci#p0000:00:19.0#0/alias = "vmnic0"
/vmkdevmgr/pci/p0000:00:19.0/alias = "vmnic0"
/net/vswitch/child[0000]/teamPolicy/uplinks[0000]/pnic = "vmnic0"
/net/vswitch/child[0000]/portgroup/child[0000]/teamPolicy/uplinks[0000]/pnic = "vmnic0"
/net/vswitch/child[0000]/uplinks/child[0000]/pnic = "vmnic0"
/net/pnic/child[0000]/name = "vmnic0"
/net/vmkernelnic/child[0000]/macFromPnic = "vmnic0"
====================================================================================================================================
[root@esxi-hp:~] esxcli software vib list
Name Version Vendor Acceptance Level Install Date
----------------------------- ------------------------------------ ------- ------------------ ------------
r8152 2.06.0-4 Realtek CommunitySupported 2019-02-02
ata-libata-92 3.00.9.2-16vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
ata-pata-amd 0.3.10-3vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
ata-pata-atiixp 0.4.6-4vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
ata-pata-cmd64x 0.2.5-3vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
ata-pata-hpt3x2n 0.3.4-3vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
ata-pata-pdc2027x 1.0-3vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
ata-pata-serverworks 0.4.3-3vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
ata-pata-sil680 0.4.8-3vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
ata-pata-via 0.3.3-2vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
block-cciss 3.6.14-10vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
bnxtnet 20.6.101.7-11vmw.650.2.50.8294253 VMW VMwareCertified 2019-02-02
brcmfcoe 11.4.1078.0-8vmw.650.2.50.8294253 VMW VMwareCertified 2019-02-02
char-random 1.0-3vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
ehci-ehci-hcd 1.0-4vmw.650.0.14.5146846 VMW VMwareCertified 2019-02-02
elxnet 11.1.91.0-1vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
hid-hid 1.0-3vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
i40en 1.3.1-19vmw.650.2.50.8294253 VMW VMwareCertified 2019-02-02
igbn 0.1.0.0-15vmw.650.1.36.7388607 VMW VMwareCertified 2019-02-02
ima-qla4xxx 2.02.18-1vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
ipmi-ipmi-devintf 39.1-5vmw.650.2.50.8294253 VMW VMwareCertified 2019-02-02
ipmi-ipmi-msghandler 39.1-5vmw.650.2.50.8294253 VMW VMwareCertified 2019-02-02
ipmi-ipmi-si-drv 39.1-4vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
ixgben 1.4.1-12vmw.650.2.50.8294253 VMW VMwareCertified 2019-02-02
lpfc 11.4.33.1-6vmw.650.2.50.8294253 VMW VMwareCertified 2019-02-02
lsi-mr3 7.702.13.00-3vmw.650.2.50.8294253 VMW VMwareCertified 2019-02-02
lsi-msgpt2 20.00.01.00-4vmw.650.2.50.8294253 VMW VMwareCertified 2019-02-02
lsi-msgpt35 03.00.01.00-9vmw.650.2.50.8294253 VMW VMwareCertified 2019-02-02
lsi-msgpt3 16.00.01.00-1vmw.650.2.50.8294253 VMW VMwareCertified 2019-02-02
misc-cnic-register 1.78.75.v60.7-1vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
misc-drivers 6.5.0-2.50.8294253 VMW VMwareCertified 2019-02-02
mtip32xx-native 3.9.5-1vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
ne1000 0.8.3-7vmw.650.2.50.8294253 VMW VMwareCertified 2019-02-02
nenic 1.0.0.2-1vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
net-bnx2 2.2.4f.v60.10-2vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
net-bnx2x 1.78.80.v60.12-1vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
net-cdc-ether 1.0-3vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
net-cnic 1.78.76.v60.13-2vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
net-e1000 8.0.3.1-5vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
net-e1000e 3.2.2.1-2vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
net-enic 2.1.2.38-2vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
net-fcoe 1.0.29.9.3-7vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
net-forcedeth 0.61-2vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
net-igb 5.0.5.1.1-5vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
net-ixgbe 3.7.13.7.14iov-20vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
net-libfcoe-92 1.0.24.9.4-8vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
net-mlx4-core 1.9.7.0-1vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
net-mlx4-en 1.9.7.0-1vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
net-nx-nic 5.0.621-5vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
net-tg3 3.131d.v60.4-2vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
net-usbnet 1.0-3vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
net-vmxnet3 1.1.3.0-3vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
nhpsa 2.0.22-3vmw.650.2.50.8294253 VMW VMwareCertified 2019-02-02
nmlx4-core 3.16.0.0-1vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
nmlx4-en 3.16.0.0-1vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
nmlx4-rdma 3.16.0.0-1vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
nmlx5-core 4.16.0.0-1vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
ntg3 4.1.3.0-1vmw.650.1.36.7388607 VMW VMwareCertified 2019-02-02
nvme 1.2.1.34-1vmw.650.2.50.8294253 VMW VMwareCertified 2019-02-02
nvmxnet3 2.0.0.23-1vmw.650.1.36.7388607 VMW VMwareCertified 2019-02-02
ohci-usb-ohci 1.0-3vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
pvscsi 0.1-1vmw.650.1.26.5969303 VMW VMwareCertified 2019-02-02
qedentv 2.0.6.4-8vmw.650.2.50.8294253 VMW VMwareCertified 2019-02-02
qfle3 1.0.2.7-1vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
qflge 1.1.0.3-1vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
qlnativefc 2.1.50.0-1vmw.650.1.26.5969303 VMW VMwareCertified 2019-02-02
sata-ahci 3.0-26vmw.650.1.26.5969303 VMW VMwareCertified 2019-02-02
sata-ata-piix 2.12-10vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
sata-sata-nv 3.5-4vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
sata-sata-promise 2.12-3vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
sata-sata-sil24 1.1-1vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
sata-sata-sil 2.3-4vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
sata-sata-svw 2.3-3vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
scsi-aacraid 1.1.5.1-9vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
scsi-adp94xx 1.0.8.12-6vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
scsi-aic79xx 3.1-5vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
scsi-bnx2fc 1.78.78.v60.8-1vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
scsi-bnx2i 2.78.76.v60.8-1vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
scsi-fnic 1.5.0.45-3vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
scsi-hpsa 6.0.0.84-1vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
scsi-ips 7.12.05-4vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
scsi-iscsi-linux-92 1.0.0.2-3vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
scsi-libfc-92 1.0.40.9.3-5vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
scsi-megaraid-mbox 2.20.5.1-6vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
scsi-megaraid-sas 6.603.55.00-2vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
scsi-megaraid2 2.00.4-9vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
scsi-mpt2sas 19.00.00.00-1vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
scsi-mptsas 4.23.01.00-10vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
scsi-mptspi 4.23.01.00-10vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
scsi-qla4xxx 5.01.03.2-7vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
shim-iscsi-linux-9-2-1-0 6.5.0-0.0.4564106 VMW VMwareCertified 2019-02-02
shim-iscsi-linux-9-2-2-0 6.5.0-0.0.4564106 VMW VMwareCertified 2019-02-02
shim-libata-9-2-1-0 6.5.0-0.0.4564106 VMW VMwareCertified 2019-02-02
shim-libata-9-2-2-0 6.5.0-0.0.4564106 VMW VMwareCertified 2019-02-02
shim-libfc-9-2-1-0 6.5.0-0.0.4564106 VMW VMwareCertified 2019-02-02
shim-libfc-9-2-2-0 6.5.0-0.0.4564106 VMW VMwareCertified 2019-02-02
shim-libfcoe-9-2-1-0 6.5.0-0.0.4564106 VMW VMwareCertified 2019-02-02
shim-libfcoe-9-2-2-0 6.5.0-0.0.4564106 VMW VMwareCertified 2019-02-02
shim-vmklinux-9-2-1-0 6.5.0-0.0.4564106 VMW VMwareCertified 2019-02-02
shim-vmklinux-9-2-2-0 6.5.0-0.0.4564106 VMW VMwareCertified 2019-02-02
shim-vmklinux-9-2-3-0 6.5.0-0.0.4564106 VMW VMwareCertified 2019-02-02
smartpqi 1.0.1.553-10vmw.650.2.50.8294253 VMW VMwareCertified 2019-02-02
uhci-usb-uhci 1.0-3vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
usb-storage-usb-storage 1.0-3vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
usbcore-usb 1.0-3vmw.650.2.50.8294253 VMW VMwareCertified 2019-02-02
vmkata 0.1-1vmw.650.1.36.7388607 VMW VMwareCertified 2019-02-02
vmkplexer-vmkplexer 6.5.0-0.0.4564106 VMW VMwareCertified 2019-02-02
vmkusb 0.1-1vmw.650.2.50.8294253 VMW VMwareCertified 2019-02-02
vmw-ahci 1.1.1-1vmw.650.2.50.8294253 VMW VMwareCertified 2019-02-02
xhci-xhci 1.0-3vmw.650.0.0.4564106 VMW VMwareCertified 2019-02-02
cpu-microcode 6.5.0-1.41.7967591 VMware VMwareCertified 2019-02-02
emulex-esx-elxnetcli 11.1.28.0-0.0.4564106 VMware VMwareCertified 2019-02-02
esx-base 6.5.0-2.50.8294253 VMware VMwareCertified 2019-02-02
esx-dvfilter-generic-fastpath 6.5.0-1.36.7388607 VMware VMwareCertified 2019-02-02
esx-tboot 6.5.0-2.50.8294253 VMware VMwareCertified 2019-02-02
esx-ui 1.27.1-7909286 VMware VMwareCertified 2019-02-02
esx-xserver 6.5.0-2.50.8294253 VMware VMwareCertified 2019-02-02
lsu-hp-hpsa-plugin 2.0.0-6vmw.650.2.50.8294253 VMware VMwareCertified 2019-02-02
lsu-lsi-lsi-mr3-plugin 1.0.0-10vmw.650.1.26.5969303 VMware VMwareCertified 2019-02-02
lsu-lsi-lsi-msgpt3-plugin 1.0.0-7vmw.650.1.26.5969303 VMware VMwareCertified 2019-02-02
lsu-lsi-megaraid-sas-plugin 1.0.0-8vmw.650.1.26.5969303 VMware VMwareCertified 2019-02-02
lsu-lsi-mpt2sas-plugin 2.0.0-6vmw.650.1.26.5969303 VMware VMwareCertified 2019-02-02
native-misc-drivers 6.5.0-0.0.4564106 VMware VMwareCertified 2019-02-02
rste 2.0.2.0088-4vmw.650.0.0.4564106 VMware VMwareCertified 2019-02-02
vmware-esx-esxcli-nvme-plugin 1.2.0.32-2.50.8294253 VMware VMwareCertified 2019-02-02
vsan 6.5.0-2.50.8064065 VMware VMwareCertified 2019-02-02
vsanhealth 6.5.0-2.50.8143339 VMware VMwareCertified 2019-02-02
tools-light 6.5.0-1.47.8285314 VMware VMwareCertified 2019-02-02
====================================================================================================================================
[root@esxi-hp:~] vmware -vl
VMware ESXi 6.5.0 Update 2
VMware ESXi 6.5.0 build-8294253
VMware ESXi 6.5.0 Update 2
====================================================================================================================================
[root@esxi-hp:~] esxcli network nic list
[root@esxi-hp:~] VMware ESXi 6.5.0 build-8294253
-sh: VMware: not found
[root@esxi-hp:~] VMware ESXi 6.5.0 Update 2
-sh: VMware: not found
[root@esxi-hp:~] [root@esxi-hp:~] esxcli network nic list
-sh: [root@esxi-hp:~]: not found
[root@esxi-hp:~] Name PCI Device Driver Admin Status Link Status Speed Duplex MAC Address MTU Description
-sh: Name: not found
[root@esxi-hp:~] ------ ------------ ------ ------------ ----------- ----- ------ ----------------- ---- --------------------------------
--------------------
-sh: ------: not found
[root@esxi-hp:~] vmnic0 0000:00:19.0 ne1000 Up Up 1000 Full d4:c9:ef:52:7d:e4 1500 Intel Corporation 82579LM Gigabi
t Network Connection
-sh: vmnic0: not found