Changes

Jump to navigation Jump to search
Created page with "If you have upgraded your kernel when doing a system update with <pre> apt-get update apt-get upgrade </pre> you may need to recompile DHADI. Login as root and <pre> cd /us..."
If you have upgraded your kernel when doing a system update with
<pre>
apt-get update
apt-get upgrade
</pre>

you may need to recompile DHADI. Login as root and
<pre>
cd /usr/src
ls -l
# see the dahdi dir similar to dahdi-linux-complete-2.10.2+2.10.2
# cd into that directory
cd dahdi-linux-complete-2.10.2+2.10.2
make
# if no errors
make install
</pre>
Then reboot
896

edits

Navigation menu