LinuxSir.cn,穿越时空的Linuxsir!

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

Atom 330 使用CentOS5.2 发现8111C网卡不能使用

[复制链接]
发表于 2009-2-22 21:10:12 | 显示全部楼层 |阅读模式
Intel 的官方帮助文件是这样写的

<Linux device driver for Realtek Ethernet controllers>

        This is the Linux device driver released for RealTek RTL8168B/8111B, RTL8168C/8111C, RTL8168CP/8111CP, RTL8168D/8111D Gigabit Ethernet controllers with PCI-Express interface.

<Requirements>

        - Kernel source tree (supported Linux kernel 2.6.x and 2.4.x)
        - For linux kernel 2.4.x, this driver supports 2.4.20 and latter.
        - Compiler/binutils for kernel compilation

<Quick install with proper kernel settings>
        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 r8168-8.aaa.bb.tar.bz2

        Change to the directory:
                # cd r8168-8.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
                # insmod ./src/r8168.ko (or r8168.o in linux kernel 2.4.x)

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

                # lsmod | grep r8168
                # ifconfig -a

        If there is a device name, ethX, shown on the monitor, the linux
        driver is loaded. Then, you can use the following command to activate
        the ethX.

                # ifconfig ethX up

                ,where X=0,1,2,...

一下省去若干段落……
 楼主| 发表于 2009-2-22 21:12:52 | 显示全部楼层
我在
# make clean modules (as root or with sudo)
# make install
# depmod -a
# insmod ./src/r8168.ko (or r8168.o in linux kernel 2.4.x)
insmod 之后提示说,无效的kernel文件

我的内核版本为2.6.18-92.1.22.el5xen
回复 支持 反对

使用道具 举报

发表于 2009-4-28 06:59:09 | 显示全部楼层
别用XEN的内和。。。 8211BL
、8111都可过
回复 支持 反对

使用道具 举报

发表于 2009-4-28 08:41:31 | 显示全部楼层
换5.3看看?
回复 支持 反对

使用道具 举报

发表于 2009-5-16 04:07:53 | 显示全部楼层
接上来,  正犹豫要不要安装RHEL5.3版本, 如果能用此网卡(RTL8168C/8111C PCI-E GIGABYTE NETWORK)上网, 认得驱动. 我就安装了..

请安装过的人说下
回复 支持 反对

使用道具 举报

发表于 2009-5-26 18:58:52 | 显示全部楼层
经过确认 ,  5.3确实支持这块千兆网卡, 5.2不支持, 需要手动设置
回复 支持 反对

使用道具 举报

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

本版积分规则

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