LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 4124|回复: 65

也是PCTEL猫的问题

[复制链接]
发表于 2002-11-6 23:47:54 | 显示全部楼层 |阅读模式
新华海 A900 (和精英的A 900我想是一样的,移动PC)

猫是HSP56 MR 制造商是PCtel, (这是WINDOWS XP里的信息)

00:0.16 Modem:Silicon Integrated Systems [SiS} 56k Winmodem (Smart Link HAMR5600 compatible) (rev a0) (prog-if 00 [Generic])
           Subsystem:Alpha-Top Corp: Unknown device b900
            Flags:bus master,mediun devsel,latency 32,IRQ 10
I/O prots at dc00 [size=256]
I/O prots at d800 [size=128]
            Capabilities: [48] Power Management version 2  
(以上是  控制中心->信息->CI  里的内容)

RedHat 8.0 完全安装

我的猫到底是什么型号的(是移动PC,我又不敢拆开来看芯片)

我曾下载pctel-0.9.3.tar.gz,安装过,不成功,(当时是RH7.3)

我看其它贴子,好象没有成功的先例

我的一个朋友,和我是一样的机型,也是为了这个猫在其它论坛上认识的,结果他把机贱价卖了,很遗憾,其实这个移动PC还是很好用的.

装了8.0 后接触板(鼠标)也能用了,就剩这个猫了,
不搞定它我心里不舒服.

我有信心把它搞定,不过还请诸位大大细细指导.

在此谢过!
 楼主| 发表于 2002-11-6 23:57:14 | 显示全部楼层
我的猫到底是什么型号的,应该用哪个驱动?
发表于 2002-11-7 00:05:27 | 显示全部楼层
 楼主| 发表于 2002-11-7 01:06:06 | 显示全部楼层
windows xp 里我已经装了随机的驱动,我怕提供的信息不真实
linux应该是直接测芯片的,可能更准确
我下载了slmdm-2.6.16_i386.tar.gz
安装还是不成功.
发表于 2002-11-7 08:40:15 | 显示全部楼层
pctel-0.9.4.tar.gz,这个试过了吗?
有什么错误信息?
 楼主| 发表于 2002-11-7 19:25:43 | 显示全部楼层
试过了,
./configure --with-hal=sis
没问题
make
提示信息如下:

Making all in src
make[1]: Entering directory `/tmp/pctel/src'
Making all in module
make[2]: Entering directory `/tmp/pctel/src/module'
rm -f *~ \#* .*~ .\#*
rm -f ptmodule.o
rm -f ptmodule.o
rm -f ../../modules/pctel.o
gcc    -D__KERNEL__ -Werror -Wno-trigraphs -fno-common -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -DMODULE -DMODVERSIONS -DEXPORT_SYMTAB -DHAL_I81X -DAUDIO_ROUTING -DSIS540 -I../../include -I/usr/src/linux/include -include /usr/src/linux/include/linux/modversions.h -DPACKAGE=\"pctel\" -DVERSION=\"0.9.4\"   -c -o ptmodule.o ptmodule.c
ld -r -o ../../modules/pctel.o ptmodule.o ../../lib/control.a ../../lib/vuart.o ../../lib/sis/dsp.a ../../lib/sis/i810hal.a
ld -r -o tmp.o ../../lib/control.a ../../lib/vuart.o ../../lib/sis/dsp.a ../../lib/sis/i810hal.a
make[3]: Entering directory `/tmp/pctel/src/module'
-=- Fixing wrong symbol names: kmalloc, kfree, printk and __udelay. -=-
make[3]: Leaving directory `/tmp/pctel/src/module'
ld -r -o ../../modules/pctel.o ptmodule.o tmp.o
make[3]: Entering directory `/tmp/pctel/src/module'
-=- Fixing .modinfo section -=-
make[3]: Leaving directory `/tmp/pctel/src/module'
make[2]: Leaving directory `/tmp/pctel/src/module'
Making all in ptserial
make[2]: Entering directory `/tmp/pctel/src/ptserial'
rm -f *~ \#* .*~ .\#*
rm -f ptserial.o ptserial.c
rm -f ptserial.o
rm -f ../../modules/ptserial.o
ln -s -f ptserial-2.4.7.c ../../src/ptserial/ptserial.c
make ptserial.o
make[3]: Entering directory `/tmp/pctel/src/ptserial'
gcc    -D__KERNEL__ -Werror -Wno-trigraphs -fno-common -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -DMODULE -DMODVERSIONS -DEXPORT_SYMTAB -DHAL_I81X -DAUDIO_ROUTING -DSIS540 -DBUILD_SYSTEM=\""`uname -s -m -r -p`\"" -DGCC_VERSION=\""`gcc --version`\"" -I../../include -I/usr/src/linux/include -include /usr/src/linux/include/linux/modversions.h -DPACKAGE=\"pctel\" -DVERSION=\"0.9.4\"   -c -o ptserial.o ptserial.c
<command line>:1:13: multi-line string literals are deprecated
make[3]: *** [ptserial.o] Error 1
make[3]: Leaving directory `/tmp/pctel/src/ptserial'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/tmp/pctel/src/ptserial'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/pctel/src'
make: *** [all-recursive] Error 1
编译不成功.
(d4x-20,在7.3下编译成功,在8.0就不行)
是不是gcc的问题?
发表于 2002-11-7 20:27:14 | 显示全部楼层
./configure --with-hal=sis
兄弟,你确认这sis是正确的吗???
就怕在XP下面看的不准,另外有没有把kernel source安装上?
 楼主| 发表于 2002-11-7 20:35:12 | 显示全部楼层
控制中心->信息->CI
显示都是sis
完全安装,装了,我看了,还做了个链接,要不找不到include文件
发表于 2002-11-8 10:54:59 | 显示全部楼层
pctel-0.8.6.tar.gz
请兄弟,试一下这个驱动,看一下怎么样,我也不知道问题出在什么地方。试一下再说。
 楼主| 发表于 2002-11-9 00:12:17 | 显示全部楼层
南北兄,又有新进展:
我下了ftp://ftp.smlink.com/Update/linu ... -2.7.5_debug.tar.gz
安装后猫能找到了,可是
拨号时提示 "没有载波"
如果我拔掉电话线,提示"没有拨号音"
咋办?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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