用root用户登录到PVE的SSH状态下,敲以下命令 : 1、PVE安装git命令和相关的依赖 apt-get update apt-get -y install git 2、下载驱动包及安装驱动脚本 git clone https://github.com/tubaxiaosiji/RTL8125-Driver-for-Proxmox-VE.git 3、切换到驱动目录 cd ./RTL8125-Driver-for-Proxmox-VE 4、给安装驱动脚本赋予运行权限 chmod a+x rtl8125_inst…