LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: wjb7917

我有一张内猫Ambient MD5628-L-C.,不知如何装,请教!

[复制链接]
发表于 2003-1-3 15:18:42 | 显示全部楼层
多谢理解。。。

可能是mozilla的问题,要把mozilla重新升级,用flash5的插件。另外看一下日志文件,或者把/tmp目录里的所有的东西都删除。

http://www.linuxsir.cn/forum.php?mod=viewthread&tid=10026
 楼主| 发表于 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
发表于 2003-1-3 23:12:46 | 显示全部楼层
http://linmodems.technion.ac.il/ ... l-536ep-453-R80.tgz
驱动不对。
试一下这个??
 楼主| 发表于 2003-1-4 10:58:24 | 显示全部楼层

那旧的那个驱动是否要卸?

那旧的那个驱动是否要卸?若要,如何做?谢谢!
 楼主| 发表于 2003-1-4 20:27:53 | 显示全部楼层

也不行啊,安装过程的信息如下:

[root@localhost Intel-536ep-453-R80]# make clean
cd coredrv; make clean
make[1]: Entering directory `/root/modem/Intel-536ep-453-R80/coredrv'
rm -f *.o *~ core
make[1]: Leaving directory `/root/modem/Intel-536ep-453-R80/coredrv'
cd serialdrv;  make clean
make[1]: Entering directory `/root/modem/Intel-536ep-453-R80/serialdrv'
rm -f *.o *~ core
make[1]: Leaving directory `/root/modem/Intel-536ep-453-R80/serialdrv'
rm -f *.o
rm -f *.o
[root@localhost Intel-536ep-453-R80]# 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-453-R80/coredrv'
cc -DTARGET_SELAH -DTARGET_LINUX -DLINUX -Wall -O -I /lib/modules/`uname -r`/bui                                            ld/include -I../inc    -c -o coredrv.o coredrv.c
cc -DTARGET_SELAH -DTARGET_LINUX -DLINUX -Wall -O -I /lib/modules/`uname -r`/bui                                            ld/include -I../inc    -c -o clmmain.o clmmain.c
cc -DTARGET_SELAH -DTARGET_LINUX -DLINUX -Wall -O -I /lib/modules/`uname -r`/bui                                            ld/include -I../inc    -c -o rts.o rts.c
cc -DTARGET_SELAH -DTARGET_LINUX -DLINUX -Wall -O -I /lib/modules/`uname -r`/bui                                            ld/include -I../inc    -c -o task.o task.c
cc -DTARGET_SELAH -DTARGET_LINUX -DLINUX -Wall -O -I /lib/modules/`uname -r`/bui                                            ld/include -I../inc    -c -o uart.o uart.c
cc -DTARGET_SELAH -DTARGET_LINUX -DLINUX -Wall -O -I /lib/modules/`uname -r`/bui                                            ld/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 536epc                                            ore.o
make[1]: Leaving directory `/root/modem/Intel-536ep-453-R80/coredrv'
cp coredrv/536epcore.o .
cd serialdrv; make \
       "STN_DEF=-DTARGET_SELAH -DTARGET_LINUX -DLINUX" \
       536ep;
make[1]: Entering directory `/root/modem/Intel-536ep-453-R80/serialdrv'
cc -DTARGET_SELAH -DTARGET_LINUX -DLINUX -Wall -O -I /lib/modules/`uname -r`/bui                                            ld/include -I ../inc    -c -o clmdrvr.o clmdrvr.c
ld -r clmdrvr.o -o 536ep.o
make[1]: Leaving directory `/root/modem/Intel-536ep-453-R80/serialdrv'
cp serialdrv/536ep.o .
[root@localhost Intel-536ep-453-R80]# 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
[root@localhost Intel-536ep-453-R80]#
 楼主| 发表于 2003-1-4 20:32:02 | 显示全部楼层

有点烦

不知是不是我太笨,这个猫总装不上去。还有一点,在message这个文件里我看到536ep的那一行是“成功”。有没什么好办法啊
发表于 2003-1-5 13:32:44 | 显示全部楼层
不知是不是我太笨,这个猫总装不上去。还有一点,在message这个文件里我看到536ep的那一行是“成功”。有没什么好办法啊

是不是能用kppp拔号了成功了?
 楼主| 发表于 2003-1-6 09:18:57 | 显示全部楼层

不是,KPPP总说忙

不是,KPPP总说MODEM忙
发表于 2003-1-6 14:51:43 | 显示全部楼层
kppp拨号是很不错的。你看看你的kppp设置有没有问题?
 楼主| 发表于 2003-1-7 14:12:36 | 显示全部楼层

谁能帮我啊!!!!!!

谁能帮我啊!!!!!!MY GOD!!!!!!!!!!!!!!!!!!!!!!!!!!!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表