LinuxSir.cn,穿越时空的Linuxsir!

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

PC Pctel(smartlink)软猫

[复制链接]
发表于 2003-4-21 23:38:54 | 显示全部楼层 |阅读模式
激动ing,兴奋ing........
我从去年六月分买了这台移动pc就一直在折腾这个瘟猫,
今天瘟猫终于听话了.
随机的驱动盘里windows驱动是Pctel,
而linux认出的是smartlink
下载了slmdm-2.7.10.tar.gz
解压后:
make
make install-amr
设置kppp
连接,OK了.

操作系统是RedHat 8.0

接下来的工作是:
下载RedHat 9.0;
安装需要的软件;
给OpengOffice 增加各种字体,

然后就可以远离windows了.

在此要感谢诸linux论坛的诸位版主及兄弟姐妹的无私奉献,
特别是linuxsir的北南南北兄,
谢谢你们让我学到的很多很多.
发表于 2003-4-22 14:11:52 | 显示全部楼层
哈。。。原来是smartlink的猫,真没有想到!!!
发表于 2003-5-2 18:15:01 | 显示全部楼层
我真是笨啊  居然找不出我猫的是什么芯片
在rea hat linux7。3中没能把我的猫给识别出来(没装驱动)
因为是笔记本所以 不能直接查看芯片  不过有这样一些数据不知是否有
Hardware ID PCI/VEN_1039&DEV_7013&SUBSYS_100114FF&REV_A0
也就查到了这些而已  也是smartlink的猫

问题是我是新手

想通过热心的版主一步一步让我实现对它的正常驱动
首先第一步我想问的是:
我提供的是不是他的芯片资料。
我去过他的官方网站下载过 slmdm-2.7.14.tar
http://www.smlink.com/download/
发表于 2003-5-2 18:40:17 | 显示全部楼层
不要急,咱们必须解决的是知道猫的芯片,用下面的命令:
#lspci
用纸记下来,帖上来就行。有目标就比较好解决
发表于 2003-5-2 19:02:11 | 显示全部楼层
SIS 56k winmodem Smart Link HAMR5600 compatibale (rev a0)
发表于 2003-5-2 19:04:21 | 显示全部楼层
发表于 2003-5-2 19:11:28 | 显示全部楼层
根据我的 具体情况 我 该 选那一个驱动呢? 英语实在是不行
发表于 2003-5-2 19:24:01 | 显示全部楼层
发表于 2003-5-2 19:33:10 | 显示全部楼层
slmdm-2.7.14是不是更新呢?
发表于 2003-5-2 19:49:49 | 显示全部楼层
Installation
============

1. Unpack tar.gz package file:

        $ gzip -dc slmdm-2.X.X.tar.gz | tar xf -

2. 'cd' to package directory:

        $ cd slmdm-2.X.X

3. Review and edit (if need) 'Makefile'.

   Note: Probably you will want to correct in Makefile path to your
         local linux kernel header files:

                 KERNEL_INCLUDES=/path/to/linux/include

         Another way is to pass command line the parameter while
         running 'make':

                 $ make KERNEL_INCLUDES=/path/to/linux/include ...

4. Run 'make' command to compile package:

        $ make

5. Install.

   If you are going to use AMR/CNR/PCI modem type (as superuser):

        # make install-amr

   , or

        # make install-usb

   if you are going to use USB modem.

   It will install:
   - modem kernel modules slmdm.o (modem core), slfax.o (fax)
     into '/lib/modules/<kernel-version>/misc' directory
     (standard linux modules' directory).
   - hardware specific kernel module slamrmo.o (for AMR/CNR/PCI) or
     slusb.o (for USB) into '/lib/modules/<kernel-version>/misc'
     directory (standard linux modules' directory).
   - country settings data file 'country.dat' into directory '/etc'.

   Also it will:
   - create character tty device entry '/dev/ttySL0' with major
     number 212 and symbolic link 'dev/modem'.
   - config you '/etc/modules.conf' file in order to provide
     possibility for loading the modem modules into kernel on demand
     automatically by kmod, when you are going to use them.

   Note: currently you cannot use both AMR/CNR/PCI and USB Modems.

6. Config modem country.

   You can configure your current country by using module parameters
   'country' or 'country_code'.
   Add 'options' directive line to file '/etc/modules.conf':

        options slmdm country=<MyCountry>

   , for example

        options slmdm country=USA

   , or use module parameter while module loading:

        # modprobe slmdm country=<MyCountry>

   Use 'slver -c' to see list of all supported countries and their
   codes (utility 'slver' may be found in package directory).

   Note: Command ATI7 shows installed country setting.

7. Using the modem.

   Installation will automatically create character tty device entry
   '/dev/ttySL0' with major number 212 and symbolic link '/dev/modem'.
   Use one of them as modem device for your dialing application.

8. Uninstallation.

   In package directory just type:

        # make uninstall

帮忙浓缩一下 谢了
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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