Import of historical mISDN CVS tree
Go to file
Chrisian Richter 4b08981a7e added installing of mISDNif.h in the /usr/include/linux/ directory to allow userspace apps to compile for mISDN. can be specified by the -p parameter (inspired by jolly) 2007-03-06 20:51:51 +00:00
config added README.mISDN which explains a bit the new xmls style config 2007-02-13 11:50:39 +00:00
drivers/isdn fixed typo + added new subminor, preparation for new release.. 2007-03-02 18:14:19 +00:00
include/linux added the config.h fix for kernels>=2.6.19 2007-02-13 10:43:46 +00:00
Makefile added KVERS variable to make it possible to compile against a different than the just running kernel (thx. Igor Neves) 2007-03-05 23:22:01 +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 moved misdn-init from /etc/init.d to /usr/sbin, added checks for bc / modprobe / ... in misdn-init 2006-07-28 12:12:55 +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 moved misdn-init from /etc/init.d to /usr/sbin, added checks for bc / modprobe / ... in misdn-init 2006-07-28 12:12:55 +00:00
misdn-init added timer mechanism to misdn-init file 2007-01-24 16:45:12 +00:00
std2kern added installing of mISDNif.h in the /usr/include/linux/ directory to allow userspace apps to compile for mISDN. can be specified by the -p parameter (inspired by jolly) 2007-03-06 20:51:51 +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: /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-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 /usr/sbin/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) /usr/sbin/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) /usr/sbin/misdn-init start



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