Package for Dahdi kernel drivers for Allstar... Running "makepkg" as a non root user will create a Dahdi package for Arch Linux. This package contains the Allstar patch (thanks to Jim Duuuude) to allow dahdi to work with Allstar. It works for Arch ARM on Odroid X,X2,X3,U,U2....
It will download the dahdi source code if required... After package install a reboot will be required.
Detailed procedure, assuming you have arch linux already running...
-
Install development enviroment while logged in as root e.g pacman -S base-devel
-
Install Linux headers and other dependencies e.g pacman -S linux-headers-odroid alsa-lib alsa-oss
-
Install Git e.g pacman -S git
-
Create a normal user (test is the username) e.g useradd -m test
-
Switch to this user e.g su - test
-
Download this package e.g git clone https://github.com/anthcp/dahdi-linux-allstar-pi.git
-
Change directory to the git directory e.g cd dahdi-linux-allstar-pi
-
Run the makepkg command e.g makepkg
-
On successfull completeion of makepkg, type exit, cd to /home/test/dahdi-linux-allstar-pi and run pacman --force -U dahdi-allstar-2.9.1.1-1-armv7h.pkg.tar.xz
Will update as needed.
Anthony, VK2ACP