|
楼主 |
发表于 2003-1-3 22:45:53
|
显示全部楼层
我把安装过程都记录下来了
我把安装过程都记录下来了,麻烦你帮我看看。我用的是Intel-536ep-R.tgzr 的包,从INTEL下的。一共有三个安装记录文件,分别记录了make clean , make 536ep, make install
我想我那个内猫应是用COM3即是tty2的,但用KPPP总说调制解调器忙,为了保险,我也试了tty3,tty2但不行。我现在是用别人的全向外猫上网,自己的内猫真不知何时才能在linux 下上网
make clean 文件内容:
[root@localhost Intel-536ep-451-R73]# make clean
cd coredrv; make clean
make[1]: Entering directory `/root/modem/Intel-536ep-451-R73/coredrv'
rm -f *.o *~ core
make[1]: Leaving directory `/root/modem/Intel-536ep-451-R73/coredrv'
cd serialdrv; make clean
make[1]: Entering directory `/root/modem/Intel-536ep-451-R73/serialdrv'
rm -f *.o *~ core
make[1]: Leaving directory `/root/modem/Intel-536ep-451-R73/serialdrv'
rm -f *.o
rm -f *.o
make 536ep文件内容:
[root@localhost Intel-536ep-451-R73]# make 536ep
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 \
"STN_DEF=-DTARGET_SELAH -DTARGET_LINUX -DLINUX" \
536ep;
make[1]: Entering directory `/root/modem/Intel-536ep-451-R73/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
uart.c: In function `UART_dte_to_char':
uart.c:630: warning: operation on `uart_rx_put_index' may be undefined
uart.c: In function `UART_dce_to_char':
uart.c:672: warning: operation on `uart_tx_put_index' may be undefined
uart.c: In function `UART_dce_from_char':
uart.c:710: warning: operation on `uart_tx_get_index' may be undefined
uart.c: In function `UART_dte_from_char':
uart.c:755: warning: operation on `uart_rx_get_index' may be undefined
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/Intel-536ep-451-R73/coredrv'
cp coredrv/536epcore.o .
cd serialdrv; make \
"STN_DEF=-DTARGET_SELAH -DTARGET_LINUX -DLINUX" \
536ep;
make[1]: Entering directory `/root/modem/Intel-536ep-451-R73/serialdrv'
cc -DTARGET_SELAH -DTARGET_LINUX -DLINUX -Wall -O -I /lib/modules/`uname -r`/build/include -I ../inc -c -o clmdrvr.o clmdrvr.c
clmdrvr.c:481:22: warning: multi-line string literals are deprecated
ld -r clmdrvr.o -o 536ep.o
make[1]: Leaving directory `/root/modem/Intel-536ep-451-R73/serialdrv'
cp serialdrv/536ep.o .
make install文件内容:
[root@localhost Intel-536ep-451-R73]# make install
bash 536ep-inst
running kernel 2.4.18-14
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
done
|
|