|
|
虽然这块网卡有自带的linux下的驱动,但是是一个tar.gz的包,需要编译,就在make install的时候出现了错误:
“Compile the driver source files and it will generate rhinefet.o, and
copy it to correct driver installation path (The installation directory
is different in different kernel versions. In 2.4.x kernel, the path is
/lib/modules/KERNEL_VERSION/kernel/drivers/net/, and in 2.2.x kernel,
the path is /lib/modules/KERNEL_VERSION/net/, the KERNEL_VERSION (see
above) means the kernel version of your Linux distribution. If you don't
know your kernel version , please run 'uname -r' command in command
line. The kernel version will look like '2.2.16', '2.4.2-2smp' etc.) :
make install”
这是驱动的readme说的,我执行了make install之后,出现了以下字样:
“gcc compile error,could not exec "as" no such file or directory error 2”
望高手指点!谢谢! |
|