[dahdi-commits] sruffell: linux/trunk r4921 - /linux/trunk/README
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Wed Sep 17 13:00:17 CDT 2008
Author: sruffell
Date: Wed Sep 17 13:00:17 2008
New Revision: 4921
URL: http://svn.digium.com/view/dahdi?view=rev&rev=4921
Log:
Added a note about installing support for the B410P in the installation
section of the README file.
Modified:
linux/trunk/README
Modified: linux/trunk/README
URL: http://svn.digium.com/view/dahdi/linux/trunk/README?view=diff&rev=4921&r1=4920&r2=4921
==============================================================================
--- linux/trunk/README (original)
+++ linux/trunk/README Wed Sep 17 13:00:17 2008
@@ -64,7 +64,7 @@
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.
@@ -98,6 +98,35 @@
make MODULES_EXTRA="mod1 mod2"
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
More information about the dahdi-commits
mailing list