Implementation Guide for Winmodem and Linux configuration (2)
Source: Internet
Author: User
Article title: Winmodem and Linux Configuration Implementation Guide (2 ). Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
If this is helpful, the following is an excerpt from my/etc/isapnp. conf file (I am already in the file ).
# Vender Id GVC5005, Serial Number 256, checksum 0xE2.
# Version 1.0, Vendor version 0.1
# ANSI string --> LT Win Modem <--
##
# Logical device id HSM0140
# Device support I/O range check register
#
# Configure the GVC5005/256 card
(CONFIGURE GVC5005/256 (LD 0
# I/O Base address 0x03f8, with a range of 8
(IO 0 (SIZE 8) (BASE 0x03f8 ))
# IRQ 4
(INT 0 (IRQ 4 (MODE + E )))
# DMA 5
(DMA 0 (CHANNEL 5 ))
# DMA 7
(DMA 1 (CHANNEL 7 ))
# I/O Base Address 2 0x0100, range 8
(IO 1 (SIZE 8) (BASE 0x0100 ))
# Card name
(NAME "GVC5005/256 [0] {LT Win Modem }")
# Activate
(Act y)
# End configuration
))
####### The parameters for my other ISA devices ##############
# Returns all cards to the "Wait for Key" state
(WAITFORKEY)
3. install the cat driver
You do not need to fully read this section. you only need to match the part of your cat. Currently, I only use
(Lucent) and open-source drivers to describe how to install the LT cat. If you have already compiled or used any other
The driver, whether it is a closed-source or open-source program, should give it to me (my email address is alexandre12
@ Mageos.com), and then I can put it in this section.
3.1 LT brand maging cat (from Lucent technology Lucent)
Link URL: http://www.linmodems.org/linux568.zip
Author: Lucent Technologies
Copyright agreement: Non-GPL
Supported range: ISA/PCI cat using the Lucent chip, which belongs to the Mars series
Features: modular kernel and serial port simulation. Support for PPP, Fax, and Voice
Latest version (as far as I know): 5.68
Related Documents: README
System requirements: RedHat kernel loaded by modules with version no less than 2.2.12
Usage: decompress the package (run 'Unzip linux568.zip '), and then run./ltinst.
Problem:
'Insmod: ltmodem: Unresolved symbol (s) ***** ': You have not a kernel matching wi
Th ltmodem. Get the 2.2.12 kernel from ftp.kernel.org, compile and install it
'Warning: kernel version mismatch... ": It is simply because ou have not the 2.2.
12-20 kernel. It's only a warning, and it doesn't make the modem failing
'Ltmodem: init_module: device or resource busy ':
The cat you installed is not a lt cat or compatible cat
If your cat is using the ISA interface, it may be because it has not been configured using isapnp.
If your cat uses the PCI interface, it may be because no PCI support is configured in the kernel.
3.2 LTMODEM program (open-source driver)
Link URL: http://www.close-u-net.com
By Richard Close and Pavel Machek
Copyright agreement: GPL
Supported range: ISA/PCI cat using the Lucent chip, which belongs to the Mars series
Features: user-space drivers; support for Voice calls )? PPP (V9
0)
Latest version (as far as I know): 0.9.2
Related Documents: README
System requirements: gcc compiler, automake
Usage:
PCI: make; make install-then use the 'ltmodem 'program to communicate with the cat
ISA: (please read the README. ISA instruction file) mv Makefile. PCI; mv Makefile. ISA Make
File? Edit config. h and change the current value of the cat (I/O Address, DMA, IRQ). make; make in
Stall-then use the 'ltmodem 'program to communicate with the cat.
4. end...
4.1 copyright agreement, copyright
Copyright (C) 2000 Alexander re J.
This program is free software; you can redistribute it and/or modify
It under the terms of the GNU General Public License as published
The Free Software Foundation; either version 2 of the License, or
(At your option) any later version.
This program is distributed in the hope that it will be useful,
But without any warranty; without even the implied warranty
MERCHANTABILITY or fitness for a particle PURPOSE. See
GNU General Public License for more details.
You shoshould have your ed a copy of the GNU General Public License
Along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
4.2 Contact Information
If you have any suggestions for this document, please give me some generous paper: alexandre12@mageos.com.
If you have any comments or suggestions on the translation of this article, please also make some generous to the Chinese translation translator (linuxrat@gnuchina.o
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.