共计 2131 个字符,预计需要花费 6 分钟才能阅读完成。
问题
-
-
为什么要升级网卡驱动?
9.007.01 版本的驱动,不太兼容,网卡不定时断开,必须重启主机才行。
经测试最新版本 9.011.00-10 比较稳定。 -
网卡驱动下载链接?
-
步骤
-
查看网卡驱动程序信息
[root@Myy:~] esxcli software vib list Name Version Vendor Acceptance Level Install Date ----------------------------- ------------------------------------- -------- ------------------ ------------ net-r8125 9.007.01-1 Realtek CommunitySupported 2023-04-29
-
查看网卡驱动程序信息
[root@Myy:~] esxcli software vib list Name Version Vendor Acceptance Level Install Date ----------------------------- ------------------------------------- -------- ------------------ ------------ net-r8125 9.007.01-1 Realtek CommunitySupported 2023-04-29
-
查看网卡驱动程序信息
[root@Myy:~] esxcli network nic get -n vmnic0 Advertised Auto Negotiation: true Advertised Link Modes: 10BaseT/Half, 10BaseT/Full, 100BaseT/Half, 100BaseT/Full, 1000BaseT/Full, 2500BaseX/Full Auto Negotiation: true Cable Type: Twisted Pair Current Message Level: 51 Driver Info: Bus Info: 0000:07:00.0 Driver: r8125 Firmware Version: Version: 9.007.01-NAPI Link Detected: false Link Status: Down Name: vmnic0 PHYAddress: 0 Pause Autonegotiate: true Pause RX: true Pause TX: true Supported Ports: TP Supports Auto Negotiation: true Supports Pause: true Supports Wakeon: true Transceiver: internal Virtual Address: 00:50:56:51:9b:5e Wakeon: MagicPacket(tm) 9.007.01-1 Realtek CommunitySupported 2023-04-29
-
下载驱动
https://github.com/mcr-ksh/r8125-esxi
- 下载最新版本驱动:9.011.00-10
- 上传 驱动版本 9.011.00-10 在 ESXI 任意文件夹,例如我就直接根目录随便建了个文件夹叫 networkup
-
设置允许第三方安装级别
[root@Myy:~] esxcli software acceptance set --level=CommunitySupported Host acceptance level changed to 'CommunitySupported'.
-
安装驱动
[root@Myy:~] esxcli software vib install -v /networkup/net-r8125-9.011.00-10.vib Installation Result Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective. Reboot Required: true VIBs Installed: Realtek_bootbank_net-r8125_9.011.00-10 VIBs Removed: Realtek_bootbank_net-r8125_9.007.01-1 VIBs Skipped:
-
重启 Esxi
reboot
-
检查是否安装成功
[root@Myy:~] esxcli network nic get -n vmnic0 Advertised Auto Negotiation: true Advertised Link Modes: 10BaseT/Half, 10BaseT/Full, 100BaseT/Half, 100BaseT/Full, 1000BaseT/Full, 2500BaseX/Full Auto Negotiation: true Cable Type: Twisted Pair Current Message Level: 51 Driver Info: Bus Info: 0000:07:00.0 Driver: r8125 Firmware Version: Version: 9.011.00
正文完