xjl98116 发表于 2003-6-18 08:49:53

modem,配置问题?

modem,配置问题?
我是按以下方法安装,我的536ep modem。
可我用,系统起动,已经显示,536ep-boot
我在网络设置,里还是检测不到modem.
在KPPP里,选/dev/modem,再查询,就出现无穷的等待,而且键盘失灵,可系统却没有死啊,
选ttyS2和ttys3。显示,modem忙
有什么办法解决啊,还有是不我那里出错了。


# 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 (rev b2)
02:03.0 Communication controller: Intel Corp. 536EP Data Fax Modem
# ls
anaconda-ks.cfg install.log Intel536-460-1-R90 tools
Desktop install.log.syslog Intel536-460-R80 znwb
# cd Intel536-460-1-R90
# make clean
cd coredrv; make clean
make: Entering directory `/root/Intel536-460-1-R90/coredrv'
rm -f *.o *~ core
make: Leaving directory `/root/Intel536-460-1-R90/coredrv'
cd serialdrv; make clean
make: Entering directory `/root/Intel536-460-1-R90/serialdrv'
rm -f *.o *~ core
make: Leaving directory `/root/Intel536-460-1-R90/serialdrv'
rm -f *.o
rm -f *.o
# 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: 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: Leaving directory `/root/Intel536-460-1-R90/coredrv'
cp coredrv/536epcore.o .
cd serialdrv; make \
"PSTN_DEF=-DTARGET_SELAH -DTARGET_LINUX -DLINUX" \
536ep;
make: 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: Leaving directory `/root/Intel536-460-1-R90/serialdrv'
cp serialdrv/536ep.o .
# 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
#

张恨水 发表于 2003-6-18 09:16:19

可能是驱动型号不对,打开机箱看看modem芯片上的内容 

xjl98116 发表于 2003-6-18 14:32:59

我查过了,芯是Intel 536EP
MD5628D-L-C   DSP
MD1724          AFE            44-pin LQFP

xjl98116 发表于 2003-6-19 09:22:25

今天 ,把modem换了个PCI插槽,在tts0和tts1都能查询到,但查询结果可是空的,其它的都一样。不知什么原因。
页: [1]
查看完整版本: modem,配置问题?