码迷,mamicode.com
首页 > 系统相关 > 详细

vmware ESXi 6.7 识别不到USB 网卡

时间:2019-12-23 17:13:35      阅读:2321      评论:0      收藏:0      [点我收藏+]

标签:result   usb   localhost   nload   网卡   red   virtual   module   software   

亲测有效,记录一下

[root@localhost:/opt/xd] esxcli software vib install -v ./vghetto-ax88179-esxi65.vib -
f
[VibDownloadError]
(‘./vghetto-ax88179-esxi65.vib‘, ‘/tmp/vib_zr9f69cc‘, "unknown url type: ‘./vghetto-ax88179-esxi65.vib‘")
url = ./vghetto-ax88179-esxi65.vib


放到/下
[root@localhost:/opt/xd] esxcli software vib install -v /vghetto-ax88179-esxi65.vib -f
Installation Result
Message: Operation finished successfully.
Reboot Required: false
VIBs Installed: virtuallyGhetto_bootbank_vghetto-ax88179-esxi65_6.0.0-1.0.0
VIBs Removed:
VIBs Skipped:
###################


2.安装
esxcli software vib install -v /vghetto-ax88179-esxi65.vib -f

3.disbale native usb dirver to use this driver
esxcli system module set -m=vmkusb -e=FALSE

4.reboot -d 0

vmware ESXi 6.7 识别不到USB 网卡

标签:result   usb   localhost   nload   网卡   red   virtual   module   software   

原文地址:https://www.cnblogs.com/xia-dong/p/12084435.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!