mISDN/config
Nadi Sarrar 9d76bbabf0 don't load hfcmulti if no hfcmulti cards configured 2007-03-28 11:04:33 +00:00
..
Makefile initial commit of the new xml way for card configuration and module loading. 2006-12-14 12:51:41 +00:00
README.mISDN added README.mISDN which explains a bit the new xmls style config 2007-02-13 11:50:39 +00:00
mISDN don't load hfcmulti if no hfcmulti cards configured 2007-03-28 11:04:33 +00:00
mISDN.conf initial commit of the new xml way for card configuration and module loading. 2006-12-14 12:51:41 +00:00
mISDN.conf.bnx.xsl initial commit of the new xml way for card configuration and module loading. 2006-12-14 12:51:41 +00:00
mISDN.conf.hfcmulti.xsl new timer=(yes|no) parameter for hfcmulti 2007-01-25 13:58:27 +00:00
mISDN.conf.inc.xsl new timer=(yes|no) parameter for hfcmulti 2007-01-25 13:58:27 +00:00
mISDN.conf.mISDN_dsp.xsl initial commit of the new xml way for card configuration and module loading. 2006-12-14 12:51:41 +00:00
mISDN.conf.singlepci.xsl combined singleport pci cards into one xsl stylesheet 2006-12-14 15:10:59 +00:00
mISDN.conf.xsl user,group,mode of /dev/mISDN can now be configured in /etc/mISDN.conf 2006-12-15 10:42:49 +00:00

README.mISDN

'mISDN': 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.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 script.


---------------------------------------------------------------------------
Requirements:

The 'mISDN' script requires you to install the tool 'xsltproc'. To install 
xsltproc on debian, just type: 

   $ apt-get install xsltproc (as root)

On other distros the package name might be libxmtools or likewise.

---------------------------------------------------------------------------
Usage: /usr/sbin/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.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:

1) Get and install mISDN:
   $ wget http://www.misdn.org/downloads/mISDN.tar.gz
   $ tar xzf mISDN.tar.gz
   $ cd mISDN*
   $ make install

   
2) Let mISDN scan your PCI bus for mISDN compatible hardware and write
   the results into /etc/mISDN.conf:
   $ (as root) mISDN config
 
3) (optional) Edit /etc/mISDN.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' 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' 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 start 60 2 3 4 5 . stop 60 0 1 6 .

5) Run the following to start mISDN:
   $ (as root) mISDN start

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