Hello, I am trying to install a Billion ISDN on Asterisk<br><br>I have Debian Etch and I installed theese packages:<br><br><pre>apt-get install linux-headers-`uname -r`<br>apt-get install make<br><br>apt-get install ncurses-base ncurses-bin ncurses-term
<br>apt-get install libncurses5 libncurses5-dev<br>apt-get install bison<br>apt-get install openssl<br>apt-get install libssl0.9.8<br>apt-get install libssl-dev<br><br>apt-get install libeditline0 libeditline-dev libedit-dev libedit2 
<br>apt-get install gcc<br>apt-get install zlib1g-dev</pre><br>To install Asterisk with Bristuff I do that:<br><br>in usr/src:<br><br>wget 
<a href="http://212.91.251.199/%7Ejunghanns.net/downloads/bristuff-0.3.0-current.tar.gz" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://212.91.251.199/~junghanns.net/downloads/bristuff-0.3.0-current.tar.gz
</a><br>tar zxvf bristuff-0.3.0-current.tar.gz<br>cd bristuff-0.3.0-PRE-1r
<br>./install.sh<br><br>when it is compilin I have that error:<br><br>******************************<div id="mb_0">**********************
<br>LIBGSM installed.<br>Press &lt;Enter&gt; to continue, or &lt;CTRL&gt; + &lt;C&gt; to abort.<br>****************************************************<br><br>rm -f ztgsm.o *.ko *.mod.c *.mod.o .*o.cmd *~<br>rm -rf .tmp_versions
<br>Link /usr/src/linux-2.6 to your kernel sources first!<br>make: *** [linux26] Error 1<br>Link /usr/src/linux-2.6 to your kernel sources first!<br>make: *** [linux26] Error 1<br>****************************************************
<br>uno/duo/quad GSM PCI driver installed.<br>Press &lt;Enter&gt; to continue, or &lt;CTRL&gt; + &lt;C&gt; to abort.<br>****************************************************<br><br><br>anyone knows why? I think is somethink with kernel sources, but I don&#39;t know where are they.
<br><br>Thanks to all<br></div>