首页 > 系统 > Linux > 正文

linux下RTL8139D网卡的安装方法

2024-08-28 00:05:56
字体:
来源:转载
供稿:网友

1,解压
tar -zxvf xxx.tar.gz
到当前目录
cd xxx
2,编译
make
生成8139too.o
3,
cp  8139too.o  lib/modules/2.4.20-8/kernel/drivers/net
4,安装
insmod 8139too
启用
ifconfig eth0 up
5,查看挂载情况
lsmod
查看安装上网卡的别名,比如我的为:8139too
6,修改别名
cd /etc
vi modules.conf
看最后一行,如果别名不是8139too的,一定要更改,这样开机才能自动挂载。
保存退出
7,重起网卡
ifdown eth0
ifup   eth0
或者init 6

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表