LinuxSir.cn,穿越时空的Linuxsir!

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

MD5628D-L-B的猫如何安装?

[复制链接]
发表于 2002-7-26 17:54:22 | 显示全部楼层 |阅读模式
我的猫是实达箭鱼I型,芯片型号为MD5628D-L-B,
我在INTEL网站上下载了for RedHat 7.2的driver,我用的
是redhat 7.3,现在我已经不知道该怎么办好,
请各位大侠将详细的步骤回复我,不甚感激!orange-red
发表于 2002-7-26 18:03:04 | 显示全部楼层
兄弟,麻烦你先把REDAME和INSTALL发上来,共同研究一下吧
多谢!!
发表于 2002-7-26 19:31:26 | 显示全部楼层
名称:Intel-v92ham-440-S73.tgz.sig
URL:ftp://download.intel.com/design/ ... ham-440-S73.tgz.sig
大小: 0KB
完成时间:Sun Apr 14 12:49:12 2002
引用页:
注释:


Intel? V.92 modem chipset driver for Linux* Signature File

Intel-V.92ham-440-S73.tgz contains the Intel? V.92 modem chipset driver for Linux (PCI) version 4.40 plus sampled compiled binaries for Suse 7.3.This driver supports Linux versions 2.4.X kernels (up to 2.4.12). This driver is not compatible with kernel version 2.2.X.

File Name/Size:
Intel-v92ham-440-S73.tgz.sig
66 bytes
Download From:
U.S. FTP Server (Download within North America)
Mirror FTP Sites (Download from international areas)
U.S. Web Server (Available for byte serving)  

------------------------------------------------------------------
readme.txt

ReadMe file for the
Intel?MD563X-HaM V.92 chipset Linux driver

contents:
1.  License
2.  Release Notes
3.  Installation
4.  File Descriptions
5.  International Users
6.  Beta Tester appreciation
7.  Security issues
8.  Compilation issues
    a. Instructions for Debian Users
    b. Kernel Source
9.  What is the Hamregistry?
10. what's v92 and v44?
11. The Hamregistry tool (for persistance)
12. Known Bugs/Issues
13. Comments, ideas, problems, fixes

-------------------------------------------------------------------------------
1. LICENSE

IMPORTANT - read the file "LICENSE.txt" for the INTEL SOFTWARE LICENSE
AGREEMENT BEFORE COPYING, INSTALLING OR USING.


also note:
The serial driver open source code located in the directory "serialdrv"
is work covered under the GNU GENERAL PUBLIC LICENSE (GPL).
The "serialdrv" directory has the GPL in the file "GPL.txt".

-------------------------------------------------------------------------------
2. Release Notes

      This release supports 2.4.x kernels.

      This release is not compatible to 2.2.x kernels, please use
      the 333-5 Linux HaM driver.

      The HaM corecode binary was compiled with gcc version 2.96

      v92 support added:  modem on hold AT command set,
      PCM upstream, v44, and quick connect are implemented.                         

      Linux Compatability tests are performed on the latest or previous
      versions of the following distributions: Mandrake, RedHat, and SuSE

-------------------------------------------------------------------------------
3.  INSTALLATION

Prerequisites:
   1. root access
   2. bash shell to run install scripts
   3. a HaM modem
   4. KERNEL SOURCE HEADERS FOR THE KERNEL YOU ARE RUNNING
      (found on your distribution's CD)

6 steps to install
   1. login as ROOT
   2. extract the archive into a directory with "tar -zxvf <archivename>.tgz"
   3. cd into the directory it created.
   4. Type: make clean
   5. Type: make all
   6. Type: make install



The installation script has been designed for the following distributions
release versions

   mandrake-release
   SuSE-release
   redhat-release
   debian_version (including Corel)
   slackware-version
   conectiva-version
   bluepoint-release
   Unknown distributions install modules and utilities but
   will not install boot scripts!.

Please examine the haminst script if you have a different distribution.

The driver is split in two.  A ham serial driver and core driver.
The core driver must be loaded first since the serial driver depends on it.
The serial driver registers itself as character device
   major number 240, minor number 1.
The serial driver takes one argument right now, which is a number to
   override the default major number if you need to.


ATTENTION:  if the driver compiles but the script just wont work for you.
   Here are the bare minimum steps to get your modem to work.

   0.  log in as root.
   1.  insmod -f hamcore.o
   2.  insmod -f ham.o
   2a. you can start "hamregistry" at this point if you wish.
   3.  rm /dev/ham
   4.  mknod /dev/ham c 240 1   (note "240" is the default, if it does not
       work see what /proc/devices says ham's major number is)
   5.  ln -s /dev/ham /dev/modem
   6.  start a comm application like minicom and use the modem.
   7.  see section 3 (International Users) for info on setting the correct
       country settings.


-------------------------------------------------------------------------------
4.  FILE DESCRIPTIONS

haminst installation script to install HaM modules and supporting files


files copied to /lib/modules/(kernel-version)/misc
   hamcore.o        driver core code module
   ham.o                pseudo serial driver for HaM, depends on hamcore.o

files copied to  /etc/rc.d/...  (path differes per distribution)
   hamboot                boot scrip to start and stop HaM modules

files copied to /usr/sbin
   hamregistry        hamregistry is the "registry" like tool that the modem uses to
   get and store persistant data such as county info and profile strings.

files copied to /etc
   hamregistry.bin        file that stores the initial persistant data for modem.


-------------------------------------------------------------------------------
5.  INTERNATIONAL USERS

hamregistry will store the last country setting you
set in the modem.

in minicom (or equivalent comm application)
the commmand to change country setting is "AT+GCI="
the command takes a t.35 country code in hexadecimal.
below is a list of currently supported t.35 country codes.
you can also put this "AT" command in the init string of
the comm application you are using.

if you are a CTR-21 country I think you should be able to
choose a CTR-21 country on the list and be ok.  but
that's no guarantee.
The same goes for countries that are "USA" compatable.
(this table also exist in the source file wwh_dflt.c that
ships with the hamcore driver)



http://www.linmodems.org
        and
http://linmodems.technion.ac.il
发表于 2002-7-26 21:16:25 | 显示全部楼层

终于成功了。。。。哈。。。。

我现在把那个猫的情况说一下,我下载的驱动是intel-v92ham-r.tgz这一个,试了多个,终于把它试成功了。哈。。。说实在的,我也有ADSL,前几天为了解决弟兄们的问题才弄来一只。具体安装如下。
1.以root登入
2下载驱动intel-v92ham-r.tgz
3.解压缩
#tar zxvf intel-v92ham-r.tgz
4.进入目录
#Intel-v92ham-448-R72
5.运行如下命令
#make clean
#make ham
#make install
5.设置kppp[K菜单]-》[internet]->[kppp拔号工具]
1]点设置
2]帐号-》[新的]-》[对话设置]-》
在[连接名字]中填入[我的连接],别的也可以;
在[电话号码]中添入,你上网的号码,如8163.不要填家里电话号码,是上网的电话,如163,8163,你在WIN下怎么设置这个号码,在LINUX下也一样。
在[DNS]中,可以设置你本地的DNS,如果不知道,可以打电话问电信。也可以用下面,不过上网会慢点。
202.101.103.54
202.96.168.68
202.96.134.133
注:不要动其它的选项。。。。。

然后就开始拔号,当然如果有密码,还得填上密码等,有些地方上网用8163是不需要密码的,哈。。那就不要填了,否则还是上不去。。

最后,就能听到猫叫了。。。。。。OK!
发表于 2002-7-27 22:35:04 | 显示全部楼层
MD5628D-L-B的驱动好象在RH7。3下无法编译。
要选在其它发行版上编译。
如果有谁编译成功,请把方法说一说。
发表于 2002-7-27 22:37:34 | 显示全部楼层
我编译成功了,就是上面我说的步聚。。。。
不能有make all
要用
make ham
发表于 2002-7-27 22:41:55 | 显示全部楼层
我也是make ham,不过还是出错。
 楼主| 发表于 2002-7-28 22:09:06 | 显示全部楼层
不好意思我实在太菜,按照北南南北兄的方法还是没编成功.谁有更好的方法,请告诉一下,谢谢!
 楼主| 发表于 2002-7-28 22:12:53 | 显示全部楼层
顺便说一下,我的kernel 版本是2.4.18-3
发表于 2002-7-28 22:25:12 | 显示全部楼层

我想modem的驱动与内核是有很大关系的。

北南兄:你的安装环境是什么?内核是什么版本的?
nick-1099:多参照北南兄的安装环境,安装过程,我想既然北南兄能安装成功的话,那我想你也应该能!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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