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...") |
|||
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