Import of historical mISDN CVS tree
Go to file
Chrisian Richter 6f9233157a fixed some ETSI violations regarding L2 and L3. We now are fully L2 and L3 compliant (with chan_misdn-0.3.1-rc8) 2006-05-29 16:46:10 +00:00
drivers/isdn fixed some ETSI violations regarding L2 and L3. We now are fully L2 and L3 compliant (with chan_misdn-0.3.1-rc8) 2006-05-29 16:46:10 +00:00
include/linux make central control a global function 2006-03-23 10:05:16 +00:00
Makefile added a litle queue for conference ids in the dsp. It creates the conference when the hardware is ready for sure.. before it was more luck if we had a hardware or software conference. Also added modules.d support for gentoo 2006-05-23 08:10:59 +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 we detect the cards now in the order like we find it in the pci space, thats what hfcmulti also does, so we have less confusion about order with multiple different cards 2006-05-16 13:02:05 +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