|
看了所有的帖子,找到一点方法,不知道对不对,还是没有成功,有请大神帮分析
1,安装HEADER
apt update && apt install pve-headers-$(uname -r)
2,解压9009文件,SSH上传到TMP目录
3,执行命令
root@pve:~# apt update && apt upgrade -y && apt install dkms pve-headers && dpkg -i --force-overwrite /tmp/realtek-r8125-dkms_9.009.00-1_amd64.deb
Hit:1 http://ftp.debian.org/debian bullseye InRelease
Hit:2 http://security.debian.org bullseye-security InRelease
Hit:3 http://ftp.debian.org/debian bullseye-updates InRelease
Err:4 https://enterprise.proxmox.com/debian/pve bullseye InRelease
401 Unauthorized [IP: 51.79.159.216 443]
Reading package lists... Done
E: Failed to fetch https://enterprise.proxmox.com/d ... /bullseye/InRelease 401 Unauthorized [IP: 51.79.159.216 443]
E: The repository 'https://enterprise.proxmox.com/debian/pve bullseye InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
root@pve:~#
4,检查驱动装好了没有
ethtool -i enp3s0
root@pve:~# ethtool -i enp3s0
Cannot get driver information: No such device
root@pve:~#
最后还是不行,不知道哪里出了问题!!!
|
|