Hi ! What is the easiest esyest way for implementation of ztdummy on a Debian (testing) system? Thore -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050424/10ef2275/attachment.htm
- having the kernel sources or kernel headers installed - uncommenting ztdummy in zaptel's Makefile - make / make install :) assuming you have an uhci chip on your main board and kernel 2.4x With kernel 2.6 make a make linux26 and things are more easy regards Manuel -----Urspr?ngliche Nachricht----- Von: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Im Auftrag von Thore Gesendet: Sonntag, 24. April 2005 13:15 An: ASTERIKS Betreff: [Asterisk-Users] ztdummy and Debian Hi ! What is the easiest esyest way for implementation of ztdummy on a Debian (testing) system? Thore -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050424/85f626d2/attachment.htm
Hi, This is how I got ztdummy on debian sarge: $ apt-get install kernel-headers-2.6.8-2-386 dpatch kernel-package zaptel zaptel-source $ cd /usr/src $ ln -s kernel-headers-2.6.8-2-386/ linux $ cd linux $ make-kpkg modules_image $ dpkg -i ../zaptel-modules-2.6.8-2-386_1.0.7-3+10.00.Custom_i386.deb Selecting previously deselected package zaptel-modules-2.6.8-2-386. (Reading database ... 51551 files and directories currently installed.) Unpacking zaptel-modules-2.6.8-2-386 (from .../zaptel-modules-2.6.8-2-386_1.0.7-3+10.00.Custom_i386.deb) ... Setting up zaptel-modules-2.6.8-2-386 (1.0.7-3+10.00.Custom) ... $ depmod -a $ modprobe ztdummy $ dmesg look at this (Les plus / Kit Zaptel) http://terminaux.levinux.org/wakka.php?wiki=LaTelephonie bye, samuel> Hi ! > What is the easiest esyest way for implementation of ztdummy on a Debian > (testing) system? > > Thore > _______________________________________________ > 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-usersSamuel T. Cossette 1.418.8o2.784o
Hi ! I this working with kernel 2.4? Thore ----- Original Message ----- From: "Samuel T. Cossette" <digium@muel.org> To: "Thore" <thore@usmail.no>; "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Sent: Sunday, April 24, 2005 1:45 PM Subject: Re: [Asterisk-Users] ztdummy and Debian> Hi, > > This is how I got ztdummy on debian sarge: > > $ apt-get install kernel-headers-2.6.8-2-386 dpatch kernel-package zaptel > zaptel-source > $ cd /usr/src > $ ln -s kernel-headers-2.6.8-2-386/ linux > $ cd linux > $ make-kpkg modules_image > > $ dpkg -i ../zaptel-modules-2.6.8-2-386_1.0.7-3+10.00.Custom_i386.deb > Selecting previously deselected package zaptel-modules-2.6.8-2-386. > (Reading database ... 51551 files and directories currently installed.) > Unpacking zaptel-modules-2.6.8-2-386 (from > .../zaptel-modules-2.6.8-2-386_1.0.7-3+10.00.Custom_i386.deb) ... > Setting up zaptel-modules-2.6.8-2-386 (1.0.7-3+10.00.Custom) ... > $ depmod -a > $ modprobe ztdummy > $ dmesg > > look at this (Les plus / Kit Zaptel) > http://terminaux.levinux.org/wakka.php?wiki=LaTelephonie > > bye, > > samuel > > >> Hi ! >> What is the easiest esyest way for implementation of ztdummy on a Debian >> (testing) system? >> >> Thore >> _______________________________________________ >> 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 > > > Samuel T. Cossette > 1.418.8o2.784o > > >
Of course! The trick are the kernel headers but they must of course fit onto the installed kernel. The problem is: For the zaptel stuff you need more then the downloaded stuff. You need the kernel sources or headers. Manny> -----Urspr?ngliche Nachricht----- > Von: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] Im Auftrag von Thore > Gesendet: Sonntag, 24. April 2005 14:53 > An: ASTERIKS > Betreff: Re: [Asterisk-Users] ztdummy and Debian > > > Hi ! > > I this working with kernel 2.4? > > Thore > ----- Original Message ----- > From: "Samuel T. Cossette" <digium@muel.org> > To: "Thore" <thore@usmail.no>; "Asterisk Users Mailing List - > Non-Commercial > Discussion" <asterisk-users@lists.digium.com> > Sent: Sunday, April 24, 2005 1:45 PM > Subject: Re: [Asterisk-Users] ztdummy and Debian > > > > Hi, > > > > This is how I got ztdummy on debian sarge: > > > > $ apt-get install kernel-headers-2.6.8-2-386 dpatch kernel-package > > zaptel zaptel-source $ cd /usr/src > > $ ln -s kernel-headers-2.6.8-2-386/ linux > > $ cd linux > > $ make-kpkg modules_image > > > > $ dpkg -i > ../zaptel-modules-2.6.8-2-386_1.0.7-3+10.00.Custom_i386.deb > > Selecting previously deselected package zaptel-modules-2.6.8-2-386. > > (Reading database ... 51551 files and directories currently > > installed.) Unpacking zaptel-modules-2.6.8-2-386 (from > > .../zaptel-modules-2.6.8-2-386_1.0.7-3+10.00.Custom_i386.deb) ... > > Setting up zaptel-modules-2.6.8-2-386 (1.0.7-3+10.00.Custom) ... $ > > depmod -a $ modprobe ztdummy > > $ dmesg > > > > look at this (Les plus / Kit Zaptel) > > http://terminaux.levinux.org/wakka.php?wiki=LaTelephonie > > > > bye, > > > > samuel > >
On Sun, Apr 24, 2005 at 01:15:06PM +0200, Thore wrote:> Hi ! > What is the easiest esyest way for implementation of ztdummy on a Debian (testing) system? > > ThoreOn testing/unstable you basically: apt-get install module-assistant m-a a-i zaptel to build a zaptel package for your kernel. You need its kernel-headers package installed. If you're sane and avoid building as root: As root: apt-get install zaptel-source module-asistant As user: m-a build -u . -t build zaptel A zaptel-modules-....deb package will be generated in the same directory which you can install as root. And some binary packages for the sarges: http://tzafrir.org.il/rapid/ -- Tzafrir Cohen | tzafrir@jbr.cohens.org.il | VIM is http://tzafrir.org.il | | a Mutt's tzafrir@cohens.org.il | | best ICQ# 16849755 | | friend