jance 于 2007-07-11 18:24:32发表:
[root@tt RTL8168B_8100E]# ls build.sh Makefile readme RTL8168B_8100E_v1.00_051013.tgz src [root@tt RTL8168B_8100E]# mv ./src/rtl_ethernet.c ./src/RTL8168B.o [root@tt RTL8168B_8100E]# make install make -C src/ install make[1]: Entering directory `/LinuxDrivers/lan/rtl8168/Default/RTL8168B_8100E/src' install -m 644 -c r8100.o /lib/modules/2.4.20-8smp/kernel/drivers/net/ install: stat‘r8100.o’失败: 没有那个文件或目录 make[1]: *** [install] Error 1 make[1]: Leaving directory `/LinuxDrivers/lan/rtl8168/Default/RTL8168B_8100E/src' make: *** [install] Error 2
jance 于 2007-07-11 17:01:24发表:
mv ./src/rtl_ethernet.o ./srcr/RTL8168B.o (or ./src/RTL8100E.o) 这一句命令是做什么的??
Modegle 于 2007-07-10 12:19:49发表:
我首先从光盘把RTL8168网卡驱动拷贝到Linux桌面,然后按照说明: 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
whelysee 于 2007-07-10 11:37:34发表:
硬件更新太快,所以要时常注意内核的更新。 当然,你也可以研究一下驱动的安装。
Fedoraai 于 2007-07-10 11:28:12发表:
找你附带的光盘看看有无安装说明,正常情况下都有的。 以后争取安装最新内核的LINUX,以便支持到更多的硬件
jance 于 2007-07-11 18:24:32发表:
[root@tt RTL8168B_8100E]# ls
build.sh Makefile readme RTL8168B_8100E_v1.00_051013.tgz src
[root@tt RTL8168B_8100E]# mv ./src/rtl_ethernet.c ./src/RTL8168B.o
[root@tt RTL8168B_8100E]# make install
make -C src/ install
make[1]: Entering directory `/LinuxDrivers/lan/rtl8168/Default/RTL8168B_8100E/src'
install -m 644 -c r8100.o /lib/modules/2.4.20-8smp/kernel/drivers/net/
install: stat‘r8100.o’失败: 没有那个文件或目录
make[1]: *** [install] Error 1
make[1]: Leaving directory `/LinuxDrivers/lan/rtl8168/Default/RTL8168B_8100E/src'
make: *** [install] Error 2
jance 于 2007-07-11 17:01:24发表:
mv ./src/rtl_ethernet.o ./srcr/RTL8168B.o (or ./src/RTL8100E.o)
这一句命令是做什么的??
Modegle 于 2007-07-10 12:19:49发表:
我首先从光盘把RTL8168网卡驱动拷贝到Linux桌面,然后按照说明:
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
whelysee 于 2007-07-10 11:37:34发表:
硬件更新太快,所以要时常注意内核的更新。
当然,你也可以研究一下驱动的安装。
Fedoraai 于 2007-07-10 11:28:12发表:
找你附带的光盘看看有无安装说明,正常情况下都有的。
以后争取安装最新内核的LINUX,以便支持到更多的硬件