Monday, December 3, 2007

Re: [asterisk-users] MeetMe Conference on Asterisk-1.4.13

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@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@xorcom.com
+972-50-7952406 mailto:tzafrir.cohen@xorcom.com
http://www.xorcom.com

iax:guest@local.xorcom.com/tzafrir

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:

http://lists.digium.com/mailman/listinfo/asterisk-users

No comments: