From 12492f4e23629dd09ef53c9e90939b8254116a6f Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Wed, 10 Aug 2011 15:31:22 +0000 Subject: [PATCH] README.Astribank: HWEC and build instructions Signed-off-by: Tzafrir Cohen git-svn-id: http://svn.astersk.org/svn/dahdi/tools/trunk@10104 17933a7a-c749-41c5-a318-cba88f637d49 --- xpp/README.Astribank | 47 +++++++++++++++++++++++++++++--------------- 1 file changed, 31 insertions(+), 16 deletions(-) diff --git a/xpp/README.Astribank b/xpp/README.Astribank index 62e0d8a..7f61886 100644 --- a/xpp/README.Astribank +++ b/xpp/README.Astribank @@ -43,27 +43,42 @@ an FXO module of two ports. Building and Installation ------------------------- -Apart from the standard DAHDI build requirements, you also need libusb -development headers to build the fpga_load firmware loader. This is -typically the package libusb-dev on Debian (and derivatives like Ubuntu) -or libusb-devel on RedHat (and derivatives like CentOS/Trixbox). +Apart from the standard DAHDI build requirements, you also need: -Patch for BRI -~~~~~~~~~~~~~ -(As of DAHDI 2.2 this patch is no longer needed. Furthermore, it does -not apply. The same directory has a newer patch that applies. This -section is kept in the document for the time being for the benefit of -those with older versions) +* *libusb development headers* to build the fpga_load firmware loader. + This is typically the package libusb-dev on Debian (and derivatives + like Ubuntu) or libusb-devel on RedHat (and derivatives like + CentOS/Trixbox). +* *Echo Canceller Module firmware*: If you have an Astribank with an + echo canceller module, see the following section. -In order for the BRI module (xpd_bri.ko) to build, you still need an -external patch: +Follow the build instructions of DAHDI-linux and DAHDI-tools. But +Basically, in dahdi-linux run: -http://updates.xorcom.com/astribank/bristuff/dahdi_bri_dchan.diff[] + make + make install # as root -You need to apply it to the dahdi-linux tarball before building: +And later in dahdi-tools: - wget http://updates.xorcom.com/astribank/bristuff/dahdi_bri_dchan.diff - patch -p1