LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 974|回复: 8

求助“RLT8169在redhat下安装”

[复制链接]
发表于 2005-6-8 18:11:21 | 显示全部楼层 |阅读模式
这是readme.txt
8169.c -- RTL8169 Linux driver version 0.0.6

1. This driver supports Realtek RTL8169 Gigabit Ethernet Adapter in linux kernel 2.4.x.

2. Installation steps:
   (1)The object code can be obtained by compiling 8169.c using the associated 'Makefile'.
   (2)Move the object code 8169.o to the directory /lib/modules/2.4.2/kernel/drivers/net.
   (3)Type command "insmod 8169"
   (4)Type command "dmesg", then some information about the driver will be printed.

3. The media can be forced to one of the 5 modes as follows.
        Cmd: "insmod 8169 media = SET_MEDIA"
        Ex:  "insmod 8169 media = 0x04" will force PHY to operate in 100Mpbs Half-duplex.
       
         SET_MEDIA can be:
                _10_Half        = 0x01
                _10_Full        = 0x02
                _100_Half        = 0x04
                _100_Full        = 0x08
                _1000_Full        = 0x10
  
4. Support TBI mode without any modification.

这怎么安装呀。。。请高手指点。。。
 楼主| 发表于 2005-6-8 19:31:55 | 显示全部楼层
有人知道吗?我用make命令好像出现了错误。。。
回复 支持 反对

使用道具 举报

发表于 2005-6-8 21:11:15 | 显示全部楼层
你是REDHAT什么版本,一般不要安装的系统会认的!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-6-8 21:13:33 | 显示全部楼层
redhat9.0的。。。
回复 支持 反对

使用道具 举报

发表于 2005-6-8 21:48:52 | 显示全部楼层
9.0也太老了吧……不过我觉得内核应该是直接支持的……
回复 支持 反对

使用道具 举报

发表于 2005-6-8 22:00:41 | 显示全部楼层
如果真是 8139的,肯定是支持的。。

看一下 /etc/modules.conf,看有没有 eth0的行。如果没有就加

alias eth0 8139too

然后

/etc/init.d/netwok start

或者 ifconfig eth0 up

设置IP
netconfig

如果不能激活,说明网卡芯片不是8139的。。
请查看芯片组

#lspci -v

要把这个输出帖上来。。

兄弟要学会提问,请看一下置顶的帖子,都写好了。好象没有人看。郁闷。。。。。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-6-9 07:56:26 | 显示全部楼层
对不起大家。。。我把8169写成8139了。。。是8169。。。
回复 支持 反对

使用道具 举报

发表于 2005-6-9 09:32:24 | 显示全部楼层
#lspci -v

要把这个输出帖上来
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-6-9 10:04:26 | 显示全部楼层
可能要等到晚上了。。。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表