QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 559|回复: 3

modem,配置问题?

[复制链接]
发表于 2003-6-18 08:49:53 | 显示全部楼层 |阅读模式
modem,配置问题?
我是按以下方法安装,我的536ep modem。
可我用,系统起动,已经显示,536ep-boot
我在网络设置,里还是检测不到modem.
在KPPP里,选/dev/modem,再查询,就出现无穷的等待,而且键盘失灵,可系统却没有死啊,
选ttyS2和ttys3。显示,modem忙
有什么办法解决啊,还有是不我那里出错了。


[root@localhost root]# lspci
00:00.0 Host bridge: Intel Corp. 82815 815 Chipset Host Bridge and Memory Controller Hub (rev 04)
00:01.0 PCI bridge: Intel Corp. 82815 815 Chipset AGP Bridge (rev 04)
00:1e.0 PCI bridge: Intel Corp. 82801BA/CA/DB PCI Bridge (rev 05)
00:1f.0 ISA bridge: Intel Corp. 82801BA ISA Bridge (LPC) (rev 05)
00:1f.1 IDE interface: Intel Corp. 82801BA IDE U100 (rev 05)
00:1f.2 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #1) (rev 05)
00:1f.3 SMBus: Intel Corp. 82801BA/BAM SMBus (rev 05)
00:1f.4 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #2) (rev 05)
00:1f.5 Multimedia audio controller: Intel Corp. 82801BA/BAM AC'97 Audio (rev 05)
01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev b2)
02:03.0 Communication controller: Intel Corp. 536EP Data Fax Modem
[root@localhost root]# ls
anaconda-ks.cfg install.log Intel536-460-1-R90 tools
Desktop install.log.syslog Intel536-460-R80 znwb
[root@localhost root]# cd Intel536-460-1-R90
[root@localhost Intel536-460-1-R90]# make clean
cd coredrv; make clean
make[1]: Entering directory `/root/Intel536-460-1-R90/coredrv'
rm -f *.o *~ core
make[1]: Leaving directory `/root/Intel536-460-1-R90/coredrv'
cd serialdrv; make clean
make[1]: Entering directory `/root/Intel536-460-1-R90/serialdrv'
rm -f *.o *~ core
make[1]: Leaving directory `/root/Intel536-460-1-R90/serialdrv'
rm -f *.o
rm -f *.o
[root@localhost Intel536-460-1-R90]# make 536ep
Module precompile check
Current running kernel is: 2.4.20-8
/lib/modules... autoconf.h exists
diff: /boot/vmlinuz.autoconf.h: 没有那个文件或目录
autoconf.h matches running kernel
diff: /boot/vmlinuz.version.h: 没有那个文件或目录
version.h matches running kernel
cd coredrv; make \
"PSTN_DEF=-DTARGET_SELAH -DTARGET_LINUX -DLINUX" \
536ep;
make[1]: Entering directory `/root/Intel536-460-1-R90/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/Intel536-460-1-R90/coredrv'
cp coredrv/536epcore.o .
cd serialdrv; make \
"PSTN_DEF=-DTARGET_SELAH -DTARGET_LINUX -DLINUX" \
536ep;
make[1]: Entering directory `/root/Intel536-460-1-R90/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/Intel536-460-1-R90/serialdrv'
cp serialdrv/536ep.o .
[root@localhost Intel536-460-1-R90]# make install
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
done
[root@localhost Intel536-460-1-R90]#
发表于 2003-6-18 09:16:19 | 显示全部楼层
可能是驱动型号不对,打开机箱看看modem芯片上的内容 
回复

使用道具 举报

 楼主| 发表于 2003-6-18 14:32:59 | 显示全部楼层
我查过了,芯是Intel 536EP
MD5628D-L-C     DSP
MD1724          AFE              44-pin LQFP
回复

使用道具 举报

 楼主| 发表于 2003-6-19 09:22:25 | 显示全部楼层
今天 ,把modem换了个PCI插槽,在tts0和tts1都能查询到,但查询结果可是空的,其它的都一样。不知什么原因。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-5 11:39 , Processed in 0.050304 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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