Where to get a timer for meetme?

Hi!

AFAIK you need a timer when you want to use meetme. But regarding this I have a problem:
[ul]
[li]I have no Digium cards installed (I use HFC-ISDN with the bristuff-patch)[/li]
[li]I have got USB-OHCI, not USB-UHCI[/li]
[li]Asterisk@Home (which I use) uses kernel 2.4. ztdummy needs either USB-UHCI or kernel 2.6[/li]
[li]Using zaprtc the rtc mustn’t be embedded in the kernel - but it is [/li]
[li]I cannot recompile the kernel, I get a strange error[/li]
[li]Using realzap should be much more to complicated[/li][/ul]
The failiure when trying to compile the kernel is:

In file included from /usr/src/linux-2.4.21-32.EL/include/linux/fs.h:19, from /usr/src/linux-2.4.21-32.EL/include/linux/capability.h:17, from /usr/src/linux-2.4.21-32.EL/include/linux/binfmts.h:4, from /usr/src/linux-2.4.21-32.EL/include/linux/sched.h:10, from /usr/src/linux-2.4.21-32.EL/include/linux/mm.h:22, from /usr/src/linux-2.4.21-32.EL/include/linux/slab.h:14, from /usr/src/linux-2.4.21-32.EL/include/linux/proc_fs.h:5, from cpufreq.c:24: /usr/src/linux-2.4.21-32.EL/include/linux/dcache.h: In function `dget': /usr/src/linux-2.4.21-32.EL/include/linux/dcache.h:254: warning: implicit declaration of function `__out_of_line_bug_R8b0fd3c5' cpufreq.c: In function `cpufreq_parse_policy': cpufreq.c:111: warning: implicit declaration of function `sscanf_R859204af' cpufreq.c: In function `cpufreq_proc_read': cpufreq.c:225: warning: implicit declaration of function `sprintf_R1d26aa98' cpufreq.c: In function `cpufreq_proc_init': cpufreq.c:327: warning: implicit declaration of function `printk_R1b7d4074' cpufreq.c: In function `cpufreq_restore': cpufreq.c:1109: warning: implicit declaration of function `panic_R01075bf0' make[1]: *** [cpufreq.o] Error 1 make[1]: Leaving directory `/usr/src/linux-2.4.21-32.EL/kernel' make: *** [_mod_kernel] Error 2 [root@asterisk linux]#
So what can I do? Does a X100P-clone include the needed timer? Is it possible to use this card only as a timer device together with my ISDN cards?

Is there anything else I could to to enable meetme?

Thx!

Try to have a look at asteriskpr.blogspot.com/2005/09/ … 73316.html
it may be helpull…
C.

In the kernel directory do “make distclean”. Then try to build the kernel again.