Manuel,
This is from my Wiki page on running Asterisk on Debian/GNU Linux.
Build and Install Zaptel
Zaptel provides support for Digium hardware. The following steps can be followed to build and install Zaptel.
1. Create symbolic links to the new kernel's source files by issuing the following commands at a console window's command line:
cd /usr/src
ln -s /usr/src/kernel-source-2.4.20 linux
ln -s /usr/src/kernel-source-2.4.20 linux-2.4
2. Build and install Zaptel by issuing the following commands at a console window's command line:
cd /usr/src/zaptel
make clean; make install
I'm pretty sure that will solve your problem. My Wiki page has been stagnant for a while, because I've been dealing with the rather steep Asterisk learning curve, but I've got a ton of notes on paper that I'll be adding to the page once I hit my next documentation stage.
Matthew Roth http://www.voip-info.org/tiki-index.php?page=Running%20Asterisk%20on%20Debian
Manuel Casal wrote:
...snip...
depmod: *** Unresolved symbols in /lib/modules/2.4.20-686/misc/ztd-eth.o
[ `id -u` = 0 ] && /sbin/depmod -a || :
depmod: *** Unresolved symbols in /lib/modules/2.4.20-686/misc/ztd-eth.o
[ -f /etc/zaptel.conf ] || install -D -m 644 zaptel.conf.sample /etc/zaptel.conf
I have previously made the make oldconfig and the make dep ...
I'm using debian with 2.4.20 kernel...
any ideas..? thanks
_______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
_______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users