summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-07-08 12:09:59 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-07-08 12:09:59 +0000
commit71ffc9c3404d85792cfa592b94632a9c1f5205d4 (patch)
treeaaf981195963be1e7dd2198212d68eec209c0151 /README
parent4dd9b2c9b3e0a278c96ca7f72611a321ba01a77f (diff)
* README fixes.
* Add makefile target to generate README.html from README with asciidoc. Note: At least for now the ability to generate a nice extra HTML copy of the text README is an extra feature. But the README file is meant to be primarily read as a text file and will still be readable as such till further notice. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2706 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 11 insertions, 11 deletions
diff --git a/README b/README
index 0b3a89c..c82e5d8 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ Zapata Telephony Interface Driver
Asterisk Development Team <asteriskteam@digium.com>
$Revision$, $Date$
-Zaptel is a short for ZAPata Telephony.
+Zaptel is a short for ZAPata TELephony.
Supported Hardware
------------------
@@ -77,15 +77,17 @@ Kernel Source / "Headers"
Kernel Configuration
~~~~~~~~~~~~~~~~~~~~
If you build a custom kernel, note the following configuration items:
+
- CONFIG_CRC_CCITT must be enabled ('y' or 'm'). On 2.6 kernels this can
be selected These can be selected from the "Library Routines" submenu
during kernel configuration via "make menuconfig".
-- ztdummy on i386/amd64 and later kernels (>= 2.6.15) can (and should)
- use the system's RTC (Real Time Clock).
-- Alternatives to that for ztdummy are a UHCI USB controller (USB
- controllers made by Intel or VIA) or a kernel that has HZ=1000
- (default on kernels 2.6.0-2.6.12, optional on newer kernels. Not
- possible on 2.4).
+- If you don't have any zaptel hardware, you need ztdummy.
+ * ztdummy on i386/amd64 and later kernels (>= 2.6.15) can (and should)
+ use the system's RTC (Real Time Clock).
+ * Alternatives to that for ztdummy are a UHCI USB controller (USB
+ controllers made by Intel or VIA) or a kernel that has HZ=1000
+ (default on kernels 2.6.0-2.6.12, optional on newer kernels. Not
+ possible on 2.4).
A Build System
@@ -108,11 +110,9 @@ Extra Libraries
Some libraries are needed for extra utilities that are provided with
Zaptel
-- libusb is needed for building fpgaload, needed for firmware loading of
+- libusb is needed for building fpga_load, needed for firmware loading of
the Xorcom Astribank.
- libnewt is needed to build the optional but useful utility zttool.
-- For building usbfxstest you will need the zapata library. TODO:
- Needed?
Installing the first two on Debian:
@@ -160,7 +160,7 @@ PERLLIBDIR in xpp/utils/Makefile . This can be done by e.g.:
To get usage information on a program, you can also use perldoc
(sometimes provided in a package separate from perl itself). For
-instalnce:
+instance:
perldoc ./xpp/utils/xpp_blink