Hi!
Habe Linux Mandrake 9.2 und mein Modem (Smart Link 56K Voice Modem) wurde nicht automatisch erkannt.
Von der Homepage habe ich mir einen Linuxtreiber fürs Modem runtergeladen. So richtig was anfangen kann ich aber nicht, weil ich linux Neuling bin.
Wer kann mir helfen?
(Die readme- Datei (leider bin ich auch der englischen Sprache nicht mächtig):
Smart Link Ltd.
http://www.smlink.com
Mar 31, 2003
Smart Link Soft Modem for Linux
-------------------------------
Introduction
============
This is Smart Link Soft Modem for Linux version 2.8. It provides
full-featured 56K Voice Fax Modem.
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.
Requirements
============
CPU: Intel Pentium II, Celron. AMD K6, Cyrix 400MHz or higher.
Memory: 64MB (may work also with 32MB).
OS: Linux 2.4.
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.
Installation
============
1. Unpack tar.gz package file:
$ gzip -dc slmodem-2.8.X.tar.gz | tar xf -
2. 'cd' to package directory:
$ cd slmodem-2.8.X
3. Review and edit (if need) 'Makefile'.
Note: You will need linux kernel header files in order to build
the modem driver.
Note: Probably you will need 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. As 'root' user run:
# make install
It will install:
- modem kernel modules slmodem.o (modem core) and hardware specific
kernel modules slamrmo.o, slusb.o into
'/lib/modules/<kernel-version>/misc' directory (standard linux
modules' directory).
- character tty device nodes '/dev/ttySL0-3' with major number 212.
There are possibility to use old version 2.7 style commands:
# make install-amr (, or 'make install-usb' for USB modems)
This will install all as usual and also:
- config modules autoloading (by editing file '/etc/modules.conf')
- create symbolic link '/dev/modem' to first modem device node
'/dev/ttySL0'.
6. Config modem country.
Use AT+GCI=<T.35 country code> command to setup country.
Also you can configure default country by using module parameters
'country'. Add 'options' directive line to file '/etc/modules.conf':
options slmodem country=<MyCountry>
, for example
options slmodem country=USA
, or use module parameter while module loading:
# modprobe slmodem country=<MyCountry>
See file 'country.list' to see list of supported countries and their
codes (the file 'country.list' may be found in package directory).
Note: Command ATI7 shows currently installed country setting.
7. Using the modem.
Installation will create character tty device entries
'/dev/ttySL0' - '/dev/ttySL3' with major number 212.
Use one of them as modem device for your dialing application.
8. Uninstallation.
In package directory just type:
# make uninstall
Getting Started
===============
After successful installation and configuration modules will be loaded on
demand if you are using 'kmod' in linux kernel.
Also you can load modules by hand:
# modprobe slamrmo
if you are using AMR/CNR/PCI modem, or
# modprobe slusb
if you are using SmartUSB56 Modem.
You may want to automate module loading - for this config your
'/etc/modules.conf' and rerun '/sbin/depmod -a'.
For instance you could add line like this: 'options /dev/ttySL0 slamrmo'.
Consult modules.conf man pages.
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
([email protected]).
Feedback
========
Please send any feedbacks to Smart Link. See the Smart Link
web site for contact information (www.smlink.com) or to
[email protected].
mfg albrax
albrax Gast |