您的位置:程序门 -> linux/unix社区 -> 内核及驱动程序研究区



rtl8168网卡驱动怎么安装啊?


[收藏此页] [打印本页]选择字色:背景色:字体:[][][]


rtl8168网卡驱动怎么安装啊?
发表于:2007-01-22 17:53:26 楼主
我安装了两天了,都没有安装好。

我首先从光盘把rtl8168网卡驱动拷贝到linux桌面,然后按照说明:
<normal   install   with   proper   kernel   settings>

    unpack   the   tarball   :
tar   vzxf   rtl8168b_8100e_linuxdrv_vxx.zip

    change   to   the   directory:
cd   rtl8168b_8100e

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

make   clean   modules (as   root   or   with   sudo)
mv   ./src/rtl_ethernet.o   ./srcr/rtl8168b.o   (or   ./src/rtl8100e.o)
make   install
depmod   -a


进行了这些操作,然后重启后网卡还是没有装上啊。

发表于:2007-01-22 20:54:531楼 得分:0
我遇到过.
如果你是rh9的话,先升级内核到2.6,然后再安装就可以了.......
发表于:2007-01-24 11:11:412楼 得分:0
make   clean   modules(as   root   or   with   sudo)
mv   ./src/rtl_ethernet.o   ./srcr/rtl8168b.o   (or   ./src/rtl8100e.o)
make   install

这些是你安装的命令还是。。。

如果不行可能你要先装另一个软件包,module-init-tools  

发表于:2007-12-05 17:31:063楼 得分:0
看看readme一般都能搞定,一般是./configure   make   make   install这个步骤,具体看看readme


快速检索

最新资讯
热门点击