linux 5.5安装万兆网卡驱动,redhat linux as 4或者5网卡驱动的安装

1.确认内核的版本:

似乎是需要安装以下所有的内核包,如果没有可以到安装光盘上去找

kernel-xen-devel-2.6.18-8.el5

kernel-2.6.18-8.el5

kernel-xen-2.6.18-8.el5

kernel-headers-2.6.18-8.el5

2.下载正确的网卡linux驱动程序,并查看readme来安装,我的流程是:

Check whether the built-in driver, r8169.ko (or r8169.o for kernel 2.4.x), is installed.

# lsmod | grep r8169

If it is installed, please remove it.

# rmmod r8169

note: If the built-in driver cannot removed by rmmod, please edit /etc/modprobe.conf and comment 'alias eth0 r8169'. Then, remmove it again or reboot your computer.

Unpack the tarball :

# tar vjxf r8101-1.aaa.bb.tar.bz2

Change to the directory:

# cd r8101-1.aaa.bb

If you are running the target kernel, then you should be able to do :

# make clean modules (as root or with sudo)

# make install

# depmod -a

# modprobe r8101

You can check whether the driver is loaded by using following commands.

# lsmod | grep r8101

# ifconfig -a

3.在网络设备中添加已经出现的那个驱动即可。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值