Difference between revisions of "DAHDI Make"

From AllStarLink Wiki
Jump to navigation Jump to search
imported>Wd6awp
(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...")
 
imported>Wd6awp
Line 17: Line 17:
 
</pre>
 
</pre>
 
Then reboot
 
Then reboot
 +
[[Category:How to]]

Revision as of 04:11, 5 February 2018

If you have upgraded your kernel when doing a system update with

apt-get update
apt-get upgrade

you may need to recompile DHADI. Login as root and

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

Then reboot