|
|
发表于 2007-6-20 11:42:56
|
显示全部楼层
自己编译吧,没有rpm包。
自己编译也很方便啊,参照README
<Quick install with proper kernel settings>
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
不需要修改内核,只是编译一个module;需要先安装kernel-devel,这总知道吧? |
|