Difference between revisions of "DAHDI Make"
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...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
cd /usr/src | cd /usr/src | ||
ls -l | ls -l | ||
− | # see the dahdi dir similar to dahdi-linux-complete- | + | # see the dahdi dir similar to dahdi-linux-complete-xxxxxx |
# cd into that directory | # cd into that directory | ||
− | cd dahdi-linux-complete- | + | cd dahdi-linux-complete-xxxxxxxx |
make | make | ||
# if no errors | # if no errors | ||
Line 17: | Line 17: | ||
</pre> | </pre> | ||
Then reboot | Then reboot | ||
+ | [[Category:How to]] |
Latest revision as of 04:13, 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-xxxxxx # cd into that directory cd dahdi-linux-complete-xxxxxxxx make # if no errors make install
Then reboot