我要上网~~~~~~~~

我要上网~~~~~~~~

我装的rh不能上网~!!说检测不到调制解调器!@
我用的是TP-Link ip5600 data fax PCI Modem(2000下设备管理器里的)
他自带了驱动~~有linux的!但是装不了~~
有没有那位兄弟能帮我一下啊?就给我说说下载网址就行了哈!
谢谢!
linux 的驱动你怎么装的?
什么驱动?
显卡还是其他的哦?
我装完linux9.0系统后就什么也没装了!
显卡是nvidid gf2 mx400的!使用的是1024*768的分辨率!
我把刷新率由原来的30-70改为30-80了!但是玩那个有点象《雷电》的那个游戏时
速度暴慢~~~怎么回事哦?????(我想可能是没装驱动!)但是这个自带的驱动
也装不了~!(nVIDIA Linux 1.0-1512.zip 解开后里面文件一大堆 文件
              里面基本上都是.rpm文件格式的!有两个是.tar.gz的!光名字名字就分
         了两类!
            一:NVIDIA_GLX-*.*.*-*.*.........
                 二:NVIDIA_keme-*.*.*-*.*........
               看不懂~~我就一个一个的试了一遍~~晕死!!!error!
          就没装了!我算是遇到了!!连个说~~~明~~~都没有!)

声卡嘛~~我是ac97的!也没装驱动~~没有!不过有声音!还可以放mp3嘿嘿~!
              但是我用kde就放不了了~~那个xmms的插件在kde下面装不了!

调制解调器~!!里面有两个文件~一个是pdf格式的说明文件!
                另一个是slmdm-2.06-2i.src.rpm(是rh7.0 ver1.1的!)
就这些了~~谢谢!
loading........
那个调制解调器的rpm 包你可以
rpmbuild simdm-2.06-2i.src.rpm
如果没有错误, 应该生成一个 rpm  包.
//
或者
rpm -ivh simdm-2.06-2i.src.rpm
安装后到 /usr/src/redhat 目录下 编译安装.
//
版本低的问题是否可以从厂家的网站上找到驱动?
或者
到 google 上找找 simdm modem driver linux
装完后需要重起吗?
只有支持8.0的~~ :-(
在9.0下面能用吗?
谢谢!
你有 kppp 吗?
用它找一下你的 modem 看能否检测到?
有~~我试过了~~找不到~
你下了这个吗?
ftp://ftp.smlink.com/linux/unsupported/
slmodem-2.9.5.tar.gz          518 KB          2004年01月12日          18:36:00
//
cat README
Smart Link Ltd.
http://www.smlink.com
Sep 30, 2003


Smart Link Soft Modem for Linux
-------------------------------


Introduction
============

This is Smart Link Soft Modem for Linux version 2.9. It provides
full-featured 56K Voice Fax Modem.
This is implemented as generic application (slmodemd) and set of
hardware specific kernel-space drivers (slamr, slusb).


Features
========

Modem: V.92, V.90, V.34, V.32bis, V.23, V.22, V.21, Bell 103/212.
Flow control: V.42, MNP 2-4.
Compression: V.44, V.42bis, MNP5.
Fax: Class 1.
Voice: ADPCM voice compression, Digital Answering Machine.
Multiple modems are supported.


Supported Hardware
==================

HAMR5600 based AMR/CNR/MDC/ACR modem cards on the following Southbridge
chips:
- Intel ICH0,ICH2, ICH3, ICH4
- Via 686A, 686B, 8231, 8233
- SiS 630
- ALI 1535.
SmartPCI56/561/562/563 based PCI modem cards.
SmartUSB56 based USB modem.



Requirements
============

CPU: Intel Pentium II, Celron. AMD K6, Cyrix 500MHz or higher.
Memory: 64MB.

OS: Linux 2.4. You need the kernel header files at least (or full kernel
               source tree) installed and configured.
    Linux 2.6. You need the full kernel source tree installed and configured.

Note: Most Linux Distributions have 'ready to use' kernel source package -
      be sure that this is installed.


Installation
============

1. Unpack tar.gz package file:

        $ gzip -dc slmodem-2.9.X.tar.gz | tar xf -

2. 'cd' to package directory:

        $ cd slmodem-2.9.X

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

   In many cases you will need to correct path to your local kernel
   source tree:

        KERNEL_DIR=/path/to/linux

   Default KERNEL_DIR is '/lib/modules/<kerne-version>/build'. Many Linux
   Distributions use directory '/usr/src/linux-<version>' also.

   Note: If you are using Linux kernel 2.4, only header files should be
         available for build in $(KERNEL_DIR)/include

   Another way to pass right value KERNEL_DIR is to use command line
   parameter while running 'make':

        $ make KERNEL_DIR=/path/to/linux ...

4. Run 'make' command to compile package:

        $ make

5. Install. As 'root' user run:

        # make install

   It will install:

   - application 'slmodemd' under '/usr/sbin' directory

   - hardware specific drivers (kernel modules) 'slamr' and 'slusb'
     under conventional kernel modules directory

   - character device nodes '/dev/slamr0-3' with major number 212
     (for pci modems) and '/dev/slusb0-3' with major number 213
     (for usb modems).

   - config modules for autoloading (by editing file '/etc/modules.conf')
     (only with 2.4 kernels)

6. Config modem country.

   Use AT+GCI=<T.35 country code> command to setup country.

   Also you can setup default modem country by passing command line
   parameter '--country=MY_COUNTRY' to program 'slmodemd'
   (also see 'slmodemd --help').

   Note: Command ATI7 shows currently installed country setting.

8. Uninstallation.

   In package directory just type:

        # make uninstall


Getting Started
===============

After successful installation and configuration:

1. Load modem driver.

   Load your modem hardware specific kernel module:

        # modprobe slamr

   if you are using AMR/CNR/PCI modem, or

        # modprobe slusb

   if you are using SmartUSB56 Modem.

   Note: this will be done automatically when modules were
         configured for 'loading on demand'

   Note: this is safe to load both 'alamr' and 'slusb' modules.

2. Run soft modem application.

       # /usr/sbin/slmodemd [options] <device_name>

   Where device name is appropriate device node for your modem
   (look at output of 'dmesg' command).
   Run '/usr/sbin/slmodemd --help' for details.

   Examples:

       # /usr/sbin/slmodemd --country=USA /dev/slamr0

   , or for SmartUSB56 Modems:

       # /usr/sbin/slmodemd --country=ITALY /dev/slusb0

3. Using the modem.

   When 'slmodemd' is running this creates PTY (pseudo-terminal) to
   emulate modem port device, also this creates symbolic link
   like '/dev/ttySL0' (shown at startup).

   Config your application to use this link '/dev/ttySL0' (or PTY node
   itself) as modem port.

   Note: Some application want 'to know' that they are working with
         pseudo-terminal and may require additional configurations.

   Known application notes:

   - 'wvdial' requires option 'Carrier Check = no' in config file


ALSA mode (2.6 kernel only)
=========

Notes: ALSA mode is preliminary implementing and almost untested.
       Only ICH based AC97 modems are currently supported.
       Kernel patch was generated with 2.6.0-test11 (hopefully may works with
       other 2.6 versions).

1. Apply patch 'patches/alsa-linux-2.6.0.patch' to your kernel source:

      $ cd <kernel-source-dir>
      $ patch -p1 < /path/to/where/slmodem-2.9.x/patches/alsa-linux-2.6.0.patch

2. Configure your kernel and enable ALSA and ICH based modem support
   ( 'Device Drivers' -> 'Sound' -> 'Advanced Linux Sound Architecture' ->
     'PCI devices' -> 'Intel i8x0/MX440; AMD768/8111 modems' ) .

3. Build and install kernel and modules as usual (make , make modules_install, etc.).
   ICH modem driver modem module name is 'snd-intel8x0m' (if was configured as module).

4. Build application 'slmodemd' with ALSA support. For this in slmodem-2.9.x dir:

      $ cd modem
      $ make SUPPORT_ALSA=1

   This will build 'slmodemd' with ALSA support. If compilation is failed review   Makefile (near ALSA_SUPPORT condition) and define right library and/or CFLAGS
5. Use option '--alsa' when running 'slmodemd' and ALSA conventional device name   ('hw:0' or 'hw:1' for instance). If modem support in the kernel was enabled as
   module module 'snd-intel8x0m' should be loaded.
   When using ALSA modem driver you don't need to load other modules ('slamr').


Troubleshooting
===============

If you get an error message during installation/configuration or loading
the modules try to see it in FAQ file.

Please report the problem to your modem provider or to us
(linux-support@smlink.com).


Feedback
========

Please send any feedbacks to Smart Link. See the Smart Link
web site for contact information (www.smlink.com) or to
linux-support@smlink.com.
有啊~~现在还在我的硬盘里呢!
说明也是这个啊!!但还知道怎么回事,装不了!!提示好像有错误!
你等一下!我去把错误找到!!!