请大家帮忙看看错误信息,谢谢了!
我的MODEM芯片是MD5628D-L-A,根据公社里的《成功驱动网达IDVM-CD56内猫(5628芯片)》,我在公社下载了Intel-v92ham-453.tgz,(会不会错了?文章里提到的是Intel-v92ham-451.tgz),试着装了一下,make clean,make ham,make install,但是却有下面的出错信息,请问这是怎么回事?===============================
# make clean
cd coredrv; make clean
make: Entering directory `/tmp/Intel-v92ham-453/coredrv'
rm -f *.o *~ core
make: Leaving directory `/tmp/Intel-v92ham-453/coredrv'
cd serialdrv;make clean
make: Entering directory `/tmp/Intel-v92ham-453/serialdrv'
rm -f *.o *~ core
make: Leaving directory `/tmp/Intel-v92ham-453/serialdrv'
rm -f *.o
rm -f *.o
=====================================
# make ham
Module precompile check
Current running kernel is: 2.4.18-14
/lib/modules... autoconf.h does not exist
please install kernel source
make: *** Error 1
======================================
# make install
bash haminst
running kernel 2.4.18-14
installing hamregistry, used for persistant storage
installing ham module
install: cannot stat `ham.o': No such file or directory
installing hamcore module
install: cannot stat `hamcore.o': No such file or directory
redhat hamboot rc2.d and rc3.d scripts
starting module and utilities
error loading hamcore
done
这是readme的一部分,麻烦看一下:
8. Compile issues
a. this driver will now compile with the this path:
/lib/modules/<kernel version>/build/include
the 2.4.4+ kernels says to copy the /boot/vmlinuz.version.h
over to the kernel build path.I have the makefile do this
if this file exists.You must install the kernel source
code anyways.It should be on your distribution's CD. "please install kernel source" :-) "please install kernel source" :-)
怎样INSTALL?我是比较菜 要你安装 kernel 原代码吗?
少一个autoconf.h 文件 up 还没有解决吗? 还没有解决吗?
是呀,你能说详细点吗? 安装了 内核原代码了吗?
rpm -ivh kernel-*-.rpm 这是readme的一部分,麻烦看一下:
8. Compile issues
a. this driver will now compile with the this path:
/lib/modules/<kernel version>/build/include
the 2.4.4+ kernels says to copy the /boot/vmlinuz.version.h
over to the kernel build path. I have the makefile do this
if this file exists. You must install the kernel source
code anyways. It should be on your distribution's CD.
要有安装光盘的话,就从光盘上安装。否则就从网上下。
rpm -ivh kernel-*-source.rpm 大家安装软件就应该先看相关文档,这样还能提高英语水平.
这个问题已经被Ivn说的很清楚!差一个autoconf.h的文件. 这是readme的一部分,麻烦看一下:
8. Compile issues
a. this driver will now compile with the this path:
/lib/modules/<kernel version>/build/include
the 2.4.4+ kernels says to copy the /boot/vmlinuz.version.h
over to the kernel build path. I have the makefile do this
if this file exists. You must install the kernel source
code anyways. It should be on your distribution's CD.
要有安装光盘的话,就从光盘上安装。否则就从网上下。
rpm -ivh kernel-*-source.rpm
成功了,非常感谢!!!
页:
[1]