Import of historical mISDN CVS tree
Go to file
Andreas Eversberg 13b0b86b8c corrected wrong generation of alaw tables. thanx Alex.
Modified Files:
  Tag: mqueue
	mISDN/drivers/isdn/hardware/mISDN/dsp_audio.c
2006-04-12 11:50:51 +00:00
drivers/isdn corrected wrong generation of alaw tables. thanx Alex. 2006-04-12 11:50:51 +00:00
include/linux Work on the LOOP device. Still untested... 2006-01-03 21:48:19 +00:00
Makefile added more cards to the configuration 2006-02-21 11:05:57 +00:00
Makefile.module change name and path 2003-07-21 12:07:51 +00:00
Makefile.standalone change name and path 2003-07-21 12:07:51 +00:00
README.misdn-init * fixed minor debugging issue in dsp_cancel.c (too much output over serial 2005-12-16 12:02:20 +00:00
Rules.make.ext new 2001-11-19 14:26:00 +00:00
add.config add memory resource debug 2003-11-21 22:57:08 +00:00
km_mISDN.spec next version 2004-01-27 13:56:37 +00:00
misdn-init added the possibility to disable CRC-4 Multiframe mode, use double frame mode instead. Some PBX use double frame Mode instead of CRC-4. It is bit 23 in the protocol parameter for hfcmulti. Also extended the misdn-init script to handle this new parameter 2006-02-22 18:00:34 +00:00
std2kern display kernel version 2005-12-08 18:52:00 +00:00
stddiff changed KERNELDIR to real current installed sources path 2005-12-02 15:45:05 +00:00

README.misdn-init

misdn-init: init-script to auto-configure and load the mISDN kernel drivers
===========================================================================

This script makes it easy to configure and activate mISDN compatible 
adapter cards. It scans an eyecandy config file named misdn-init.conf
for your card and port settings, then it loads the driver modules properly.
The misdn-init.conf can also be autogenerated by the misdn-init script.

---------------------------------------------------------------------------
Usage: /etc/init.d/misdn-init start|stop|restart|config|scan|help

  --start      scan /etc/misdn-init.conf and load the mISDN drivers
  --stop       unload the mISDN drivers
  --restart    see stop, then start
  --config     scan your PCI bus for mISDN compatible hardware and generate
               a /etc/misdn-init.conf
  --scan       scan your PCI bus for mISDN compatible hardware and print
               the results to the console
  --help       print the usage info
---------------------------------------------------------------------------


* Here is a quick overview on how to use misdn-init:

1) Get and install misdn-init:
   $ wget http://www.beronet.com/downloads/chan_misdn/stable/chan_misdn.tar.gz
   $ tar zxf chan_misdn.tar.gz
   $ (as root) cp chan_misdn/misdn-init /etc/init.d/misdn-init
   
2) Let misdn-init scan your PCI bus for mISDN compatible hardware and write
   the results into /etc/misdn-init.conf:
   $ (as root) /etc/init.d/misdn-init config
 
3) (optional) Edit /etc/misdn-init.conf and set everything the way you want it.
   This file is heavily commented, hence it should be self-explaining.

4) (optional, but recommended) Add misdn-init to your run level.
   This is distribution dependend. Here an example for a debian system:
   ATTENTION: If you have services in your runlevels that depend
              on mISDN, make sure that misdn-init starts before, and
              stops after them (this is done by changing the values
              that are set to 60 in this example, more info: read the 
              manpage for update-rc.d).
   $ (as root) update-rc.d misdn-init start 60 2 3 4 5 . stop 60 0 1 6 .

5) Run the following to start mISDN:
   $ (as root) /etc/init.d/misdn-init start



---------------------------------------------------------------------------
* Report Bugs:
If you experience any bugs or have a feature request, please visit:
www.isdn4linux.de/mantis