similar to: Problem compiling ztdummy on centos 4, 2.6 kernel

Displaying 20 results from an estimated 4000 matches similar to: "Problem compiling ztdummy on centos 4, 2.6 kernel"

2006 Mar 06
1
Extension 's' in Realtime
Hi All, I was able to insert some extensions in Mysql DB and use them successfully. In Mysql extensions table the priority column is of type tinyint and when I give 's' value for it, it is not accepting that value as it takes only tinyints. Please tell how can I make that column accept values like t,s,i and make it work with asterisk in realtime without any problem? If I change the type
2005 Oct 13
2
ztdummy build problems
Hi all, Trying to build ztdummy on an old redhat 7.3 box running kernel 2.4.20-43.7.legacysmp. Yes, I have the kernel sources installed. Yes, I set them up with make oldconfig; make dep. The build error is: make ztdummy gcc -I/usr/src/linux-2.4/include -O6 -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB -I/usr/src/linux/drivers/net -Wall -I. -Wstrict-prototypes -fomit-frame-pointer -I/usr/src/
2003 Oct 22
2
modprobe ztdummy failed
Hello- I've been trying to scour both * and linux user group archives for a solution to this particular problem, but I am just plan stuck. I got the latest zaptel sources from cvs, uncommented ztdummy.o in Makefile, ran make; make install then, did depmod -a. All is well up until now. When i do modprobe ztdummy, i get this error: dv@sidetrack:/usr/local/src/zaptel# depmod -a
2004 Sep 18
2
Timing source on SMP system
I need a timing device for the DL360G2 for conferencing and meetme. For a timing device I have 2 X100P cards but neither will work in my DL360G2. The system will not even boot with either card in the system. Other PCI cards seems to work fine. I called Digium support and was told that there must be a conflict between the card and my Compaq DL360G2. I then moved on to ztdummy. I'm sure the
2005 Jan 20
1
Re: zaptel on 2.6.10 kernel - debian.
Hi Guys, Gals. Ok, so I have latest CVS sources on a debian box, 2.6.10-1-386 kernel kernel headers isntalled in the right plauce and all that stuff .. but whatever I try .. same results, I only need to get ztdummy working for a conference .. but I always end up stuffed :( heres the compile: robin@debian:~/zaptel$ make linux26 cc -I. -O4 -g -Wall -DBUILDING_TONEZONE
2008 Dec 11
4
paging and shadow paging in xen: trying to implement split memory
Hi all, I''ve been reading through the code regarding paging --> spending a lot of time in mm/*.*, as well as some of the other parts up a level or two, but I''m still unclear as to some key things. Here''s what I think I know: I think I know how a domain''s shadow page table is first allocated E.G. the hash_table is xmalloc''ed and when it is
2004 Sep 19
2
Timing source on SMP system - Disable RTC for zaprtc
Does anyone know where to disable rtc support on redhat 9.0 using make menuconfig? I thought I disabled it but still got the following error when trying to make zaprtc: zaprtc.c:109: storage size of `rtc_irq_timer' isn't known zaprtc.c:719: storage size of `rtc_fops' isn't known zaprtc.c:107: warning: `DECLARE_WAIT_QUEUE_HEAD' declared `static' but never defined make: ***
2003 Nov 25
1
Want to get rid of Tormenta error message
Hi there, my * has no Zaptel or Tormenta hardware at all, also no ztdummy. However dmesg is full of Zapata Telephony Interface Registered on major 196 No ISA tormenta card found at d0000 Zapata Telephony Interface Unloaded and /var/log/messages shows tons of this: Nov 25 21:28:28 localhost kernel: Zapata Telephony Interface Registered on major 196 Nov 25 21:28:28 localhost kernel: No ISA
2006 Dec 28
0
Compiling Zaptel 1.4.0 on SuSE 10.0
Folks, I have been trying to install Zaptel 1.4.0 on my SuSE 10.0 box with kernel 2.6.13-15.12. I have installed the kernel sources and run "make cloneconfig" and "make prepare". I have run ./configure but make linux26 is failing with the following error: hawk:/tmp/zaptel-1.4.0 # make linux26 make[1]: Entering directory `/tmp/zaptel-1.4.0/menuselect' make[2]: Entering
2006 Mar 06
2
Problem getting two x200p cards working on 1.2.4
Hi, I using asterisk 1.2.4 on a CentOS with Linux 2.6.9-22.0.2.ELsmp kernel. I've two x100p cards connected, only one card is reconigzed by asterisk. 02:01.0 Communication controller: Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface 02:02.0 Ethernet controller: Davicom Semiconductor, Inc. 21x4x DEC-Tulip compatible 10/100 Ethernet (rev 31) 02:03.0 Communication controller: Tiger Jet
2006 Oct 20
2
modprobe Ztdummy is not working
Hi, I've install zaptel and I don't have a Digium card installed in the machine. So I want to install ztdummy to have Music On Hold working. I've follow these instruction http://www.voip-info.org/wiki-Asterisk+timer+ztdummy and at the point "modprobe ztdummy" it's failing. I'm getting these messages: root@dubic:~# modprobe ztdummy FATAL: Error inserting ztdummy
2004 Sep 17
1
ZAPTEL Compile Problem?
Has anyone received this message while attempting to do a MAKE INSTALL on ZAPTEL depmod: *** Unresolved symbols in /lib/modules/2.4.26-gentoo-r9/misc/ztdummy.o I am not running DEVFS so that's not the issue. Zaptel drivers/modules all load, but ztdummy won't /lib/modules/2.4.26-gentoo-r9/misc/ztdummy.o: /lib/modules/2.4.26-gentoo-r9/misc/ztdummy.o: unresolved
2006 Feb 08
1
ztdummy on gentoo 2005.1
Hi i followed this instructions for installing ztdummy on a 2.6 kernel (taken from http://www.voip-info.org/wiki/index.php?page=Asterisk+timer+ztdummy ) cd /usr/src/zaptel * READ /usr/src/zaptel/README.udev and follow the steps * check modules on: /etc/sysconfig/zaptel> if you have no digium hardware comment out all modeules except ztdummy. - make linux26 - make install -
2005 Feb 14
2
ztdummy on Gentoo 2.6.10 Box
Hi Everyone, I read through the list on the issues with the ztdummy driver which I need for MeetMe, but I seem to have come across a problem that I cannot seem to find an answer for. I am running Gentoo 2.6.10 on an Intel box. I have read the the wiki entries on the ztdummy and followed the instructions as they relate to the 2.6 kernel. Everything compiled great, but a modprobe ztdummy
2005 Aug 30
2
unresolved symbol when loading ztdummy
Hi! When I try to load the ztdummy driver via "insmod ztdummy", I get the following errors: /lib/modules/2.4.26/misc/ztdummy.o: unresolved symbol zt_unregister /lib/modules/2.4.26/misc/ztdummy.o: unresolved symbol zt_transmit /lib/modules/2.4.26/misc/ztdummy.o: unresolved symbol zt_receive /lib/modules/2.4.26/misc/ztdummy.o: unresolved symbol zt_register I'm using zaptel-1.0.8 and
2006 Feb 20
3
Fwd: Asterisk on Solaris 10 (AMD Opteron, Sun Fire X2100)
Hello all, I really appreciate the replies I've gotten about this so far (especially the support for wanting to run it on Solaris!). The core issue seems to have been missed, though -- is there any way to run a complete Asterisk solution on Solaris 10 (including music-on-hold and conferencing)? This probably comes down to a few issues: - Is ztdummy (a component of Zaptel) *really*
2005 Feb 28
1
I can't load modules (ztdummy, wcfxo.o)
Hi to everybody, seems that I cannot load the zaptel modules: ztdummy says the following: [root@Hayabusa misc]# modprobe ztdummy /lib/modules/2.4.22/misc/ztdummy.o: unresolved symbol zt_unregister /lib/modules/2.4.22/misc/ztdummy.o: unresolved symbol zt_transmit /lib/modules/2.4.22/misc/ztdummy.o: unresolved symbol zt_receive /lib/modules/2.4.22/misc/ztdummy.o: unresolved symbol zt_register
2007 Apr 19
3
ztdummy does not load properly at server startup
Hi I run asterisk 1.4.2 with zaptel 1.4.1. Zaptel is only needed for the ztdummy driver to get the Meetme() application to work. I don't have any specific hardware. And it does work nicely. When I reboot the machine however I have to manually load the driver like this: [root@vink ~]# modprobe ztdummy Notice: Configuration file is /etc/zaptel.conf line 0: Unable to open master device
2008 Oct 24
1
Problems with zaptel/ztdummy/asterisk.
Hi, I've managed to build the zaptel modules including ztdummy; ztdummy is installing fine in the modules list and the relevant device structures are present. lsmod | grep ztdummy gives:- ztdummy 5160 0 zaptel 186916 1 ztdummy rtc 12372 1 ztdummy Where I'm stuck is I am now at a loss as to how to configure my /etc/zaptel.conf and
2004 Jul 06
2
ztdummy running, but moh & meetme don't work
Any thoughts on the following? I am running asterisk from CVS (downloaded yesterday's version, just to be sure) on a test system with no digium cards in it, so I have installed ztdummy (see logs and screenshots below) as a timing source. When I call the music on hold extension from a Sipura Sip connected analog phone, I hear nothing and start getting Warning[98310]: chan_sip.c:674