Import of historical mISDN CVS tree
Go to file
Chrisian Richter 958a2e6ae1 * added winsize 7 for E1
* added real_bc to the l3 process for correct CC_RESTART handling in E1
* reworked the MT_RESTART_ACKNOWLEDGE to support EXTCID
* Major of mISDNif.h is now 4 (comprehension req)
* Makefile checks now for the Major of mISDNif.h to report backwards
  incompatibility

WE ARE NOW FULLY L2/L3 COMPLIANT FOR S2M AND S0 !!!
2006-06-01 11:02:10 +00:00
drivers/isdn * added winsize 7 for E1 2006-06-01 11:02:10 +00:00
include/linux * added winsize 7 for E1 2006-06-01 11:02:10 +00:00
Makefile * added winsize 7 for E1 2006-06-01 11:02:10 +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 - move branch mqueue to HEAD 2006-03-06 12:58:31 +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.modprobe.d fixed some litle issues with the modprobe.d stuff. Also we're automatically creating the configuration now if it's not there and if we're called from the hotplug stuff 2006-05-09 07:11:37 +00:00
misdn-init * added winsize 7 for E1 2006-06-01 11:02:10 +00:00
std2kern - make mqueue branch HEAD 2006-03-06 12:52:08 +00:00
stddiff - make mqueue branch HEAD 2006-03-06 12:52:08 +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