From b69ddb55925849eca8e1f25b21466a029fb35e00 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Mon, 31 Oct 2005 22:28:11 +0000 Subject: add documentation about kernel compilation requiring CRC-CCITT support (issue #5236) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@802 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README b/README index 6d72658..a97f2fe 100755 --- a/README +++ b/README @@ -54,6 +54,18 @@ under more flexible terms can be readily obtained through Digium, Inc. at reasonable cost. +Brief F.A.Q +=========== + +Q. Zaptel compiled with no errors but when I try to modprobe zaptel I +receive "FATAL: Error insering zaptel (/lib/modules/2.6.x.x/misc/zaptel.ko): +Unknown symol in module or unknown parameter (see dmesg) + +A. You need to recompile your kernel with CONFIG_CRC_CCITT=y or +CONFIG_CRC_CCITT=m. To do this, run 'make menuconfig' and change it under +'Library Routines -> CRC-CCIT functions'. If you compiled it as a module, +load it, otherwise reboot. + How do I report bugs or contribute? =================================== Please report bug and patches to the Asterisk.org bug tracker at -- cgit v1.2.3