Skip to content

mvpwar/RTL8125-Driver-for-Proxmox-VE5-6-and-debian9-10

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

    一键为Proxmox VE 5/6 添加RTL 8125 2.G网卡驱动,少走点弯路。。。一块由89 RMB TP-link 2.5G 网卡引发的血案。。。       

注意[Notice]:

Get superuser permission 【请使用root用户编译】
Add no subcript source 【添加非订阅用户源】
NOT recommended for production use 【不建议生产环境中使用】
PVE pve-no-subscription repository provided by proxmox.com 【非订阅用户软件仓库由proxmox.com提供】
Support Proxmox VE 5.0-6.0 (include 6.2.x) 【支持PVE 5.0-6.0 系统,包括6.2.x 】
r8125-9.003.05.tar.bz2 provided by Realtek.com 【r8125-9.003.05.tar.bz2由Realtek官网提供】

root@hostname# 这个是命令提示符, "#" 井号后面的才是SHELL命令

1.食用方法如下 [Usage] :

2.安装git和它的依赖组件 [Install git and dependent packages]

root@hostname# apt-get update     
root@hostname# apt-get -y install git

3.克隆我的仓库 [Clone my .git]

root@hostname# git clone https://github.com/tubaxiaosiji/RTL8125-Driver-for-Proxmox-VE.git  

4.切换到目录 [Change dir]

root@hostname# cd ./RTL8125-Driver-for-Proxmox-VE  

5.赋予运行权限 [Chmod]

root@hostname# chmod a+x rtl8125_install.sh  

6.运行脚本 [Run script in shell]

root@hostname# bash rtl8125_install.sh  

7.等待一会 [Wait for a minutes]...

8.检查模块是否已安装加载 [Check kernel module is exist it]

root@hostname# lsmod | grep 'r8125'   	
出现 r8125字样即安装成功   [If show 'r8125' that is OK!]

9.如果出现 modprobe: ERROR: could not insert r8125: Invalid argument,请重启系统再运行一遍脚本即可。

[If show modprobe: ERROR: could not insert r8125: Invalid argument appears, please restart the system and run the script again.]

About

RTL8125 Driver for Proxmox virtual environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%