[asterisk-users] MeetMe Conference on Asterisk-1.4.13

Tzafrir Cohen tzafrir.cohen at xorcom.com
Mon Dec 3 06:50:38 CST 2007


On Mon, Dec 03, 2007 at 08:34:40PM +0800, GNUbie wrote:
> Hello Tzafrir,
> 
> On Dec 3, 2007 7:24 PM, Tzafrir Cohen <tzafrir.cohen at xorcom.com> wrote:
> 
> >
> > You need to modprobe it. Or insmod zaptel first.
> 
> 
> # modprobe ztdummy
> FATAL: Module ztdummy not found.
> 
> # modprobe zaptel
> FATAL: Module zaptel not found.
> 
> # insmod /lib/modules/2.6.18-5-xen-amd64/misc/zaptel.ko
> zaptel: Unknown symbol crc_ccitt_table

You're missing crc_ccitt . Again, modprobe should have detected it.

> insmod: error inserting '/lib/modules/2.6.18-5-xen-amd64/misc/zaptel.ko': -1
> Unknown symbol in module
> 
> Still with no luck.  =(
> 
> Any other advice?
> 

What is the output of:

uname -r
ls /boot/System.map-`uname -r`
modinfo ztdummy
depmod
modinfo ztdummy


Any change?

Hmm.. let's look at the postinst script there:

In a slightly later version I built for a different kernel version I see:

#!/bin/sh
set -e
# Automatically added by dh_installmodules
if [ "$1" = "configure" ]; then
        if [ -e /boot/System.map-2.6.22.6boole1 ]; then
                depmod -a -F /boot/System.map-2.6.22.6boole1 2.6.22.6boole1 || true
        fi
fi
# End automatically added section

-- 
               Tzafrir Cohen
icq#16849755              jabber:tzafrir.cohen at xorcom.com
+972-50-7952406           mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com  iax:guest at local.xorcom.com/tzafrir



More information about the asterisk-users mailing list