继续瞄准小猫问题~~
斑竹,我今天又重新把哪个小猫的驱动(昨天半夜刚下的,Intel-92ham.tgz,我的小猫再提一句,是金浪的5628,intel芯片的)拿来琢磨。(前面的接压缩略过),一开始提示出错,
[root@localhost linux]#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-R80]# make ham
Module precompile check
Current running kernel is: 2.4.18-14
/lib/modules... autoconf.h exists
diff: /boot/vmlinuz.autoconf.h: No such file or directory
autoconf.h matches running kernel
diff: /boot/vmlinuz.version.h: No such file or directory
version.h matches running kernel
cd coredrv; make \
。。。。。
我看中间的信息,似乎只有几个警告的,于是没有管它,继续下一步。
[root@localhost Intel-v92ham-453-R80]# make install
bash haminst
running kernel 2.4.18-14
installing hamregistry, used for persistant storage
installing ham module
installing hamcore module
redhat hamboot rc2.d and rc3.d scripts
starting module and utilities
error loading ham
done
看到这个error loading ham 我就搞不明白了,在ppp里面也检测不到小猫,
于是我狠下心来,进行
导入 hamcore.o模块:
insmod -f hamcore.o
导入 ham.o模块:
insmod -f ham.o
当然也出现了错误,大体上可以理解为不能导入ham 之类的信息。