README.eicon
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:3k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. $Id: README.eicon,v 1.1.4.1 2001/11/20 14:19:33 kai Exp $
  2. (c) 1999,2000 Armin Schindler (mac@melware.de)
  3. (c) 1999,2000 Cytronics & Melware (info@melware.de)
  4. This document describes the eicon driver for the
  5. Eicon active ISDN cards.
  6. It is meant to be used with isdn4linux, an ISDN link-level module for Linux.
  7.     This program is free software; you can redistribute it and/or modify
  8.     it under the terms of the GNU General Public License as published by
  9.     the Free Software Foundation; either version 2 of the License, or
  10.     (at your option) any later version.
  11.     This program is distributed in the hope that it will be useful,
  12.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14.     GNU General Public License for more details.
  15.     You should have received a copy of the GNU General Public License
  16.     along with this program; if not, write to the Free Software
  17.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  18. Supported Cards
  19. ===============
  20. Old ISA type
  21. ------------
  22. - S-Card ISA
  23. - SX-Card ISA
  24. - SXn-Card ISA
  25. - SCOM-Card ISA
  26. - Quadro-Card ISA
  27. - S2M-Card ISA
  28. DIVA Server family
  29. ------------------
  30. - DIVA Server BRI/PCI 2M
  31. - DIVA Server PRI/PCI 2M (9M 23M 30M)
  32. - DIVA Server 4BRI/PCI
  33. supported functions of onboard DSPs:
  34. - analog modem
  35. - fax group 2/3 (Fax Class 2 commands)
  36. - DTMF detection
  37. ISDN D-Channel Protocols
  38. ------------------------
  39. - ETSI (Euro-DSS1) 
  40. - 1TR6 (German ISDN) *not testet*
  41. - other protocols exist for the range of DIVA Server cards,
  42.   but they are not fully testet yet.
  43. You can load the module simply by using the insmod or modprobe function :
  44.   insmod eicon [id=driverid] [membase=<membase>] [irq=<irq>]
  45. The module will automatically probe the PCI-cards. If the id-option
  46. is omitted, the driver will assume 'eicon0' for the first pci card and
  47. increases the digit with each further card. With a given driver-id
  48. the module appends a number starting with '0'.
  49. For ISA-cards you have to specify membase, irq and id. If id or
  50. membase is missing/invalid, the driver will not be loaded except
  51. PCI-cards were found. Additional ISA-cards and irq/membase changes
  52. can be done with the eiconctrl utility.
  53. After loading the module, you have to download the protocol and
  54. dsp-code by using the eiconctrl utility of isdn4k-utils.
  55. Example for loading and starting a BRI card with E-DSS1 Protocol.
  56. eiconctrl [-d DriverId] load etsi
  57. Example for a BRI card with E-DSS1 Protocol with PtP configuration.
  58. eiconctrl [-d DriverId] load etsi -n -t1 -s1
  59. Example for loading and starting a PRI card with E-DSS1 Protocol.
  60. eiconctrl [-d DriverId] load etsi -s2 -n
  61. Details about using the eiconctrl utility are in 'man eiconctrl'
  62. or will be printed by starting eiconctrl without any parameters.
  63. ISDNLOG:
  64. With eicon driver version 1.77 or newer and the eiconctrl utility
  65. of version 1.1 or better, you can use the isdnlog user program
  66. with your DIVA Server BRI card.
  67. Just use "eiconctrl isdnlog on" and the driver will generate
  68. the necessary D-Channel traces for isdnlog.
  69. Thanks to 
  70. Deutsche Mailbox Saar-Lor-Lux GmbH
  71. for sponsoring and testing fax
  72. capabilities with Diva Server cards.
  73. Any reports about bugs, errors and even wishes are welcome.
  74. Have fun !
  75. Armin Schindler
  76. mac@melware.de
  77. http://www.melware.de