DAHDI installing problem

Now trying to find something like your Howto for Debian, not Feodora. Internet said it’s rather helpful not to install yum on debian.

ran after apt-get update:

root@$HOSTNAME:/usr/src# apt-cache search kernel-devel-3.16.0-4-amd64
root@$HOSTNAME:/usr/src#

so - kernel-devel packages for the currently running kernel (therefore booted) version - found with uname -a seems not to exist.

In the debian forums theres a similar post from a user trying to install software which requires devel-packages - Install kernel-devel - Debian User Forums
there it’s advised to install “module-assistant” and run “m-a prepare”. That’s a kernel developer toolkit as far as I see.
That’s seems to be in no way associated with the sources make wants to have when trying to compile dahdi.

After executing m-a prepare

this seems to be a partially successfull build. I’ll try to install and look if it works in our testing.
Thanks for the useful help.