pve(Proxmox VE)安装i225v网卡驱动

配置pve源

备份原来的源

复制代码
mv /etc/apt/sources.list /etc/apt/sources.list.bak

打开文件

复制代码
vi /etc/apt/sources.list

将以下内容粘贴进去

复制代码
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm main contrib non-free non-free-firmware
 
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-updates main contrib non-free non-free-firmware
 
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-backports main contrib non-free non-free-firmware
 
deb https://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware

配置软件源

复制代码
vi /etc/apt/sources.list.d/pve-no-subscription.list

将以下内容,粘贴进去:

复制代码
deb https://mirrors.tuna.tsinghua.edu.cn/proxmox/debian/pve bookworm pve-no-subscription

屏蔽企业源

复制代码
vi /etc/apt/sources.list.d/pve-enterprise.list

改为:也就是前面加#

复制代码
#deb https://enterprise.proxmox.com/debian/pve bookworm pve-enterprise

禁用ceph源

复制代码
vi /etc/apt/sources.list.d/ceph.list

改为:也就是前面加#

复制代码
#deb https://enterprise.proxmox.com/debian/ceph-quincy bookworm enterprise

更新源

复制代码
apt update

安装pve-headers

在pve shell执行命令pveversion -v

查看当前内核版本,如

复制代码
proxmox-ve: 8.2.0 (running kernel: 6.8.4-2-pve)

内核版本就是 6.8.4-2-pve

执行命令安装pve-headers

复制代码
apt install pve-headers-6.8.4-2-pve

安装编译网卡驱动的软件及zip解压软件unzip

复制代码
apt install make gcc unzip

下载并安装网卡驱动

驱动地址

下载完成后,传到pve节点上解压

使用unzip命令可进行解压

复制代码
unzip Release_xx.x.x.zip # 请替换为下载的包

进入解压后的APPS/BootUtil/Linux_x64/DRIVER目录

复制代码
cd APPS/BootUtil/Linux_x64/DRIVER

执行命令进行安装驱动

复制代码
chmod +x install && ./install

安装成功,执行reboot重启pve服务器

执行ifup 网口名启动网卡

我的网卡名是enp7s0,所以我是ifup enp7s0

相关推荐
弗里德姆18 天前
DIY主机无网络安装PVE全记录:手机热点+笔记本网络共享实战
服务器·网络·pve
搬砖天才、6 个月前
日常记录-设置新增pve的ct容器
ssh·pve·nas·时区·openvpn·ct容器
自由鬼7 个月前
开源虚拟化管理平台Proxmox VE部署超融合
linux·运维·服务器·开源·虚拟化·pve
Kasen's experience8 个月前
Debian 安装 Nextcloud 使用 MariaDB 数据库 + Caddy + PHP-FPM
debian·mariadb·pve·nextcloud·caddy
Kasen's experience8 个月前
PVE 中 Debian 虚拟机崩溃后,硬盘数据怎么恢复
debian·pve·samba
Kasen's experience9 个月前
PVE 虚拟机安装 Debian 无图形化界面服务器
debian·pve
陌客依天涯9 个月前
Virtualbox7.1.4安装Proxmox
pve·virtualbox·proxmox
鹏大师运维10 个月前
聊聊开源的虚拟化平台--PVE
linux·开源·虚拟化·虚拟机·pve·存储·nfs
DreamLife☼1 年前
PVE纵览-从零开始:了解Proxmox Virtual Environment
开源·虚拟化·虚拟机·pve·all in one
sysin.org1 年前
VMware ESXi 6.7U3u macOS Unlocker 集成驱动版更新 OEM BIOS 2.7 支持 Windows Server 2025
windows·macos·esxi·rtl·oem·网卡驱动