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

相关推荐
sysin.org3 天前
VMware ESXi 6.7U3u macOS Unlocker 集成驱动版更新 OEM BIOS 2.7 支持 Windows Server 2025
windows·macos·esxi·rtl·oem·网卡驱动
sysin.org16 天前
VMware ESXi 7.0U3q macOS Unlocker 集成驱动版更新 OEM BIOS 2.7 支持 Windows Server 2025
windows·macos·esxi·bios·oem·网卡驱动·nvme驱动
我的世界没光1 个月前
PVE开启核显直通
linux·debian·pve·核显直通
sysin.org3 个月前
VMware ESXi 8.0U3 macOS Unlocker & OEM BIOS 集成驱动版,新增 12 款 I219 网卡驱动
macos·bios·unlocker·oem·网卡驱动·i219
菇毒4 个月前
安装台式电脑网卡驱动
运维·windows·电脑·系统·网卡驱动
sysin.org4 个月前
VMware ESXi 8.0U2c macOS Unlocker & OEM BIOS ConnectX-3 网卡定制版 (集成驱动版)
macos·esxi·oem·网卡驱动·connectx-3
sysin.org4 个月前
VMware ESXi 8.0U2c macOS Unlocker & OEM BIOS 集成网卡驱动 Marvell AQC 网卡定制版
macos·esxi·bios·unlocker·oem·网卡驱动·aqc
sysin.org7 个月前
VMware ESXi 8.0U1d macOS Unlocker & OEM BIOS 集成网卡驱动和 NVMe 驱动 (集成驱动版)
macos·esxi·bios·unlocker·oem·网卡驱动·nvme驱动
wjcroom10 个月前
PVE系列-LVM安装MacOS的各个版本
macos·pve