[zaptel-commits] tzafrir: branch 1.2 r2311 - /branches/1.2/README

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Thu Mar 15 22:45:55 MST 2007


Author: tzafrir
Date: Fri Mar 16 00:45:55 2007
New Revision: 2311

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2311
Log:
Update the README:
* Update modules list
* Add a basic list of utilities.
* Clarify the location of the kernel source tree.

Modified:
    branches/1.2/README

Modified: branches/1.2/README
URL: http://svn.digium.com/view/zaptel/branches/1.2/README?view=diff&rev=2311&r1=2310&r2=2311
==============================================================================
--- branches/1.2/README (original)
+++ branches/1.2/README Fri Mar 16 00:45:55 2007
@@ -17,8 +17,13 @@
 Here is a list of what module to use with what hardware
 
 Module Name	Hardware
+===========     ========
+pciradio        PCI Radio Card Zaptel
+
 tor2		T400P - Quad Span T1 Card
 		E400P - Quad Span E1 Card
+
+torisa		Old Tormenta1 ISA Card
 
 wct4xxp		TE405P - Quad Span T1/E1 Card (5v version)
 		TE410P - Quad Span T1/E1 Card (3.3v version)
@@ -31,15 +36,36 @@
 wcfxo		X100P - Single port FXO interface
 		X101P - Single port FXO interface 
 
-wctdm or	TDM400P - Modular FXS/FXO interface (1-4 ports)
-wcfxs
+wctdm   	TDM400P - Modular FXS/FXO interface (1-4 ports)
 
-wcusb or	S100U - Single port FXS USB Interface
-wcfxsusb	
+wctdm24xxp      TDM800P -  Modular FXS/FXO interface (up to 8 ports)
+                TDM2400P - Modular FXS/FXO interface (up to 24 ports)
 
-torisa		Old Tormenta1 ISA Card
+wcusb   	S100U - Single port FXS USB Interface
 
-ztdummy		UHCI USB Zaptel Timing Only Interface
+xpp             the Astribank USB channel bank
+
+ztd-eth         TDM-over-ethernet
+
+ztd-loc         Dynamic local spans
+
+ztdummy		Zaptel Timing Only Interface
+
+
+The module "zaptel" is required by all others. "ztdynamic" is required by 
+ztd-eth and by ztd-loc.
+
+Helper Utilities
+================
+This directory includes many helper utilities. Some of them are more 
+useful for debugging. The more useful ones of them:
+
+ztcfg       Configure zaptel spans / channels.
+zttool      Watch and monitor zaptel spans (also: cat /proc/zaptel/* ).
+ztmonitor   Monitor (visually or to the speaker) or record a zaptel channel.
+zttest      Test the zaptel timing source.
+fxotune     Tune some characteristics of the FXO chip to reduce generated echo.
+torisatool  A tool to configure the old torisa cards. Others don't need it.
 
 
 What is the license for the zaptel driver?
@@ -66,6 +92,20 @@
 'Library Routines -> CRC-CCIT functions'. If you compiled it as a module,
 load it, otherwise reboot.
 
+Q. Do I need to set up the symbolic link /usr/src/linux ?
+A. That depends.
+
+* On Debian Sarge: apt-get install kernel-headers-`uname -r`
+* On Ubuntu and newer Debian: apt-get install linux-headers-`uname -r`
+* On Redhat, Fedora, Centos: install the package  'kernel-devel' or 
+  'kernel-smp-devel' (depending on your kernel versions).
+* If you have just installed a kernel.org kernel from source, chances
+  are also that things will Just Work[tm].
+
+This is because the build process checks for /lib/modules/`uname -r`/build
+before /usr/src/linux . This linux will also be valid if you installed a 
+non-ancient kernel from source, and haven't reconfigured the source tree.
+
 How do I report bugs or contribute?
 ===================================
 Please report bug and patches to the Asterisk.org bug tracker at



More information about the zaptel-commits mailing list