说明:此文献给http://www.linuxsir.com/
所有会员,,这是我的安装经过。其中参考了http://www.linuxsir.com/中的相关文档。
玩Linux的时间也不算短了,可是我的猫咪咪一直不能正常工作。 从Windows 2000下看我的猫咪咪的名字叫: Conexant SoftK56 Speakerphone PCI Modem,是个软猫,买的时候说是Rockwell的RS6793芯片的,不过说明书早就没了。
以前我也曾经找过一些linux下的猫的驱动,不过都是内核2.2.x的,我早就装上了 redhat linux 7.X,是2.4的内核,根本就装不上。现在好了, 我在http://www.linuxsir.com/的论坛里面 看到有2.4内核的驱动下载,立刻去搞了一个。回来一装,我的小猫在linux下 高歌了!!
下面是我的安装过程,请看:
下载驱动程序
到http://www.mbsi.ca/cnxtlindrv/hsf/downloads.html去找到 适合自己系统的驱动程序。可以用uname -a来查看自己系统的内核版本 我的
内核版本如下:
[root@localhost modemdriver]# uname -a
Linux localhost.localdomain 2.4.18-3 #1 Thu Apr 18 07:37:53 WDT 2002 i686 unknown
所以我下载的文件是hsflinmodem-5.03.03.L3mbsibeta02072100k2.4.18_3-1rh.i686.rpm
安装驱动程序
用root登录,运行rpm:
[root@localhost modemdriver]# rpm -ivh hsflinmodem-5.03.03.L3mbsibeta02072100k2.4.18_3-1rh.i686.rpm
Preparing... ##################################################
hsflinmodem ##################################################
Linux HSF softmodem drivers, version 5.03.03.L3mbsibeta02072100
Selected PCI VendorID=127A DeviceID=2015
and INF file /etc/hsf/inf/linux_hsf.inf
Configuring modem for country: "CHINA"
You can change this setting later with the command "hsfconfig --country"
Warning: existing HSF modules found under /lib/modules/2.4.18-3/misc/
Pre-built HSF modules that seem compatible with your system were found under
/usr/lib/hsf/modules/binaries/i686/RedHat/linux-2.4.18-3.
Your HSF modem should now be accessible as /dev/ttySHSF0
or through the symbolic link /dev/modem.
驱动就安装好了,并且给猫创建了一个符号连接/dev/modem->/dev/ttySHSF0。 这样你就可以用/dev/modem来指猫。
在网络配置里面配置猫
启动Xwindow(我用的是KDE),控制面板->Network Configuration->Hardware->add, 然后作如下添加:
www.linuxsir.org/photo/conextanthsf/1.gif
添加后如下所示:
www.linuxsir.org/photo/conextanthsf/2.gif
转到Device标签,Add,按照提示添好各项,包括你的上网电话号码、账号密码等等
www.linuxsir.org/photo/conextanthsf/3.gif
填好后如下所示:
www.linuxsir.org/photo/conextanthsf/4.gif
点一下Activate,猫就会拨号,连接后,就可以上网了呀。