I have a quick question. I have problems hearing the 'ringing' when calling manually. I'm trying to setup bristuff, but I keep getting error after error.
For those who are reading and need the info., you need to download kernel sources by doing:
#zypper install kernel-default-devel
After that I get another error that linux/autoconf.h: No such file or directory:
"In file included from /root/bristuff-0.4.0-RC3d/zaptel-1.4.12.1/kernel/zaptel.h:39:0,
from /root/bristuff-0.4.0-RC3d/zaptel-1.4.12.1/kernel/pciradio.c:56:
/root/bristuff-0.4.0-RC3d/zaptel-1.4.12.1/kernel/zconfig.h:26:28: fatal error: linux/autoconf.h: No such file or directory"
I narrowed it down that this happens when I try do make <and whatever, or none, options> in the zaptel folder. I've done a locate and I have found that I have this:
#:~/bristuff-0.4.0-RC3d/zaptel # locate autoconf.h
/usr/src/linux-2.6.34.10-0.6-obj/x86_64/default/include/generated/autoconf.h
At this point I have no idea where to go.... Any ideas...? I thought of doing a 'ln -s', but I do not know where this 'linux/autoconf' is....