DAHDI Make: Difference between revisions

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..."
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Warning|user-guide/updates/#note-on-dahdi}}
https://allstarlink.github.io/user-guide/install/
If you have upgraded your kernel when doing a system update with  
If you have upgraded your kernel when doing a system update with  
<pre>
<pre>
Line 9: Line 13:
cd /usr/src
cd /usr/src
ls -l
ls -l
# see the dahdi dir similar to dahdi-linux-complete-2.10.2+2.10.2
# see the dahdi dir similar to dahdi-linux-complete-xxxxxx
# cd into that directory
# cd into that directory
cd dahdi-linux-complete-2.10.2+2.10.2
cd dahdi-linux-complete-xxxxxxxx
make
make
# if no errors
# if no errors
Line 17: Line 21:
</pre>
</pre>
Then reboot
Then reboot
[[Category:How to]]

Latest revision as of 21:26, 29 June 2024

Legacy Version - This page is about a legacy version of AllStarLink. See https://allstarlink.github.io/user-guide/updates/#note-on-dahdi

https://allstarlink.github.io/user-guide/install/

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