我的MODEM芯片是MD5628D-L-A,根据公社里的《成功驱动网达IDVM-CD56内猫(5628芯片)》,我在公社下载了Intel-v92ham-453.tgz,(会不会错了?文章里提到的是Intel-v92ham-451.tgz),试着装了一下,make clean,make ham,make install,但是却有下面的出错信息,请问这是怎么回事?
===============================
[root@localhost Intel-v92ham-453]# make clean
cd coredrv; make clean
make[1]: Entering directory `/tmp/Intel-v92ham-453/coredrv'
rm -f *.o *~ core
make[1]: Leaving directory `/tmp/Intel-v92ham-453/coredrv'
cd serialdrv; make clean
make[1]: Entering directory `/tmp/Intel-v92ham-453/serialdrv'
rm -f *.o *~ core
make[1]: Leaving directory `/tmp/Intel-v92ham-453/serialdrv'
rm -f *.o
rm -f *.o
=====================================
[root@localhost Intel-v92ham-453]# 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: *** [check] Error 1
======================================
[root@localhost Intel-v92ham-453]# 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.
这是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.
[quote:d759fa4cb2="Ivn"]这是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.