from Intel ftp
Intel536-460.tar
cd coredrv; make clean
make[1]: Entering directory `/root/modem/Intel536-460/coredrv'
rm -f *.o *~ core
make[1]: Leaving directory `/root/modem/Intel536-460/coredrv'
cd serialdrv; make clean
make[1]: Entering directory `/root/modem/Intel536-460/serialdrv'
rm -f *.o *~ core
make[1]: Leaving directory `/root/modem/Intel536-460/serialdrv'
rm -f *.o
rm -f *.o
Module precompile check
What's the matter with the error???
Current running kernel is: 2.4.20-8
/lib/modules... autoconf.h exists
diff: /boot/vmlinuz.autoconf.h:
娌℃湁閭d釜鏂囦欢%
autoconf.h matches running kernel
diff: /boot/vmlinuz.version.h:
娌℃湁閭d釜鏂囦欢%
version.h matches running kernel
cd coredrv; make \
"PSTN_DEF=-DTARGET_SELAH -DTARGET_LINUX -DLINUX" \
536ep;
make[1]: Entering directory `/root/modem/Intel536-460/coredrv'
cc -DTARGET_SELAH -DTARGET_LINUX -DLINUX -Wall -O -I
/lib/modules/`uname -r`/build/include -I../inc -c -o coredrv.o
coredrv.c
cc -DTARGET_SELAH -DTARGET_LINUX -DLINUX -Wall -O -I
/lib/modules/`uname -r`/build/include -I../inc -c -o clmmain.o
clmmain.c
cc -DTARGET_SELAH -DTARGET_LINUX -DLINUX -Wall -O -I
/lib/modules/`uname -r`/build/include -I../inc -c -o rts.o rts.c
cc -DTARGET_SELAH -DTARGET_LINUX -DLINUX -Wall -O -I
/lib/modules/`uname -r`/build/include -I../inc -c -o task.o task.c
cc -DTARGET_SELAH -DTARGET_LINUX -DLINUX -Wall -O -I
/lib/modules/`uname -r`/build/include -I../inc -c -o uart.o uart.c
cc -DTARGET_SELAH -DTARGET_LINUX -DLINUX -Wall -O -I
/lib/modules/`uname -r`/build/include -I../inc -c -o wwh_dflt.o
wwh_dflt.c
ld -r coredrv.o clmmain.o rts.o task.o uart.o wwh_dflt.o 536epcore.lib
-o 536epcore.o
make[1]: Leaving directory `/root/modem/Intel536-460/coredrv'
cp coredrv/536epcore.o .
cd serialdrv; make \
"PSTN_DEF=-DTARGET_SELAH -DTARGET_LINUX -DLINUX" \
536ep;
make[1]: Entering directory `/root/modem/Intel536-460/serialdrv'
cc -DTARGET_SELAH -DTARGET_LINUX -DLINUX -Wall -O -I
/lib/modules/`uname -r`/build/include -I ../inc -c -o softserial.o
softserial.c
cc -DTARGET_SELAH -DTARGET_LINUX -DLINUX -Wall -O -I
/lib/modules/`uname -r`/build/include -I ../inc -c -o
softserial_io.o softserial_io.c
cc -DTARGET_SELAH -DTARGET_LINUX -DLINUX -Wall -O -I
/lib/modules/`uname -r`/build/include -I ../inc -c -o
softserial_ioctl.o softserial_ioctl.c
ld -r softserial.o softserial_io.o softserial_ioctl.o -o 536ep.o
make[1]: Leaving directory `/root/modem/Intel536-460/serialdrv'
cp serialdrv/536ep.o .
bash 536ep-inst
running kernel 2.4.20-8
installing hamregistry, used for persistant storage
installing 536ep module
installing 536ep core module
redhat hamboot rc2.d and rc3.d scripts
starting module and utilities
error loading 536epcore
done
Thanks