summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2008-09-17 18:00:17 +0000
committerShaun Ruffell <sruffell@digium.com>2008-09-17 18:00:17 +0000
commitfbbd0101eba0ce9fa2a5e23683abf66ef52ea359 (patch)
treeb93af701c62fb1ca8341ada8496593c0c127519d /README
parentbd4840a7f27d8c28d2ae09115d645fe4afd4b381 (diff)
Added a note about installing support for the B410P in the installation
section of the README file. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4921 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'README')
-rw-r--r--README31
1 files changed, 30 insertions, 1 deletions
diff --git a/README b/README
index 79a6f73..ac8728d 100644
--- a/README
+++ b/README
@@ -64,7 +64,7 @@ Note: If using `sudo` to build/install, you may need to add /sbin to your PATH.
make
make install
-Note that you'll need the unilities provided in the package dahdi-tools
+Note that you'll need the utilities provided in the package dahdi-tools
to configure DAHDI devices on your system.
@@ -100,6 +100,35 @@ SUBDIRS_EXTRA:
make MODULES_EXTRA="mod1 mod2" SUBDIRS_EXTRA="subdir1/ subdir1/"
+Installing the B410P drivers
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+With Zaptel it was possible to install mISDN and the B410P driver by
+typing 'make b410p' from the command-line. This is no longer possible
+with DAHDI as part of the changes to make DAHDI friendlier to binary
+packagers. If you would like to install support for the B410P with
+asterisk you will need to install it manually. Please see
+http://www.misdn.org for more information, but the following sequence
+of steps is roughly equivalent to 'make b410p' from previous releases.
+NOTE: At the time this was written, misdn-1.1.8 is not compatible the
+2.6.25 kernel. Please use a kernel version 2.6.25 or earlier.
+
+ wget http://www.misdn.org/downloads/releases/mISDN-1_1_8.tar.gz
+ wget http://www.misdn.org/downloads/releases/mISDNuser-1_1_8.tar.gz
+ tar xfz mISDN-1_1_8.tar.gz
+ tar xfz mISDNuser-1_1_8.tar.gz
+ pushd mISDN-1_1_8
+ make install
+ popd
+ pushd mISDNuser-1_1_8
+ make install
+ /usr/sbin/misdn-init config
+ popd
+
+You will then also want to make sure /etc/init.d/misdn-init is started
+automatically with either 'chkconfig --add misdn-init' or 'update-rc.d
+misdn-init defaults 15 30' depending on your distribution.
+
+
Module Parameters
~~~~~~~~~~~~~~~~~
The kernel modules can be configured through module parameters. Module