Difference between revisions of "Downloads"

From AllStarLink Wiki
Jump to navigation Jump to search
 
(19 intermediate revisions by the same user not shown)
Line 25: Line 25:
 
[[ASL Beta Documentation]]
 
[[ASL Beta Documentation]]
  
=== Install from Beta Apt Repository ===
+
=== Install from ASL Repository ===
As an alternative to installing the ASL image, you can install Debian 10 or 11 yourself and then add the beta apt repo. This is the recommended procedure to install on a VM where a .iso cannot be uploaded. The DAHDI package can be finicky with newer kernels and this won't if the Linux headers don't match the Linux kernel.  
+
As an alternative to installing the ASL image, you can install Debian 10 (11 and 12 soon, I hope) yourself and then add the ASL repo. This is the recommended procedure to install on a VM where a .iso cannot be uploaded. The DAHDI package can be finicky with newer kernels and this won't work if the Linux headers don't match the Linux kernel.  
  
==== Automatically install the repo ====
+
==== Install the ASL Repository ====
 +
As root (or with sudo) run the following commands to install the ASL repo. Overwrite the keyring file if prompted.
 
<pre>
 
<pre>
 +
apt update
 +
apt install curl gpg
 +
 
cd /tmp
 
cd /tmp
 
wget http://apt.allstarlink.org/repos/asl_builds/install-allstarlink-repository
 
wget http://apt.allstarlink.org/repos/asl_builds/install-allstarlink-repository
Line 35: Line 39:
 
./install-allstarlink-repository
 
./install-allstarlink-repository
 
</pre>
 
</pre>
 
==== Or Manually add the repo ====
 
Add a file /etc/apt/sources.list.d/allstar.list and the following contents:
 
deb http://apt.allstarlink.org/repos/asl_builds buster main
 
  
 
==== Install ASL ====
 
==== Install ASL ====
Install the ASL repo as shown above. Then run the following commands (as root):
+
Next as root (or with sudo) run the following commands to install ASL.
 
   
 
   
apt update
 
 
  apt -y install linux-headers-$(uname -r)
 
  apt -y install linux-headers-$(uname -r)
 
  apt -y install asl-asterisk
 
  apt -y install asl-asterisk
 
  apt -y install allstar-helpers
 
  apt -y install allstar-helpers
  apt -y install asl-dahdi
+
  apt -y install asl-dahdi-linux
 
  apt -y install asl-update-node-list
 
  apt -y install asl-update-node-list
  
=== Beta Bug Reports ===
+
If you are installing on a Raspberry Pi add:
 +
apt -y install asl-raspberrypi-kernel
 +
apt -y install asl-raspberrypi-kernel-headers
 +
 
 +
=== Bug Reports ===
  
Have a problem with the new beta? Submit a bug/issue report here:
+
Have a problem with the new ASL? Submit a bug/issue report here:
  
 
https://github.com/AllStarLink/ASL-Live-Build/issues
 
https://github.com/AllStarLink/ASL-Live-Build/issues

Latest revision as of 16:52, 5 September 2023

Note: The ASL 1.01 installer is a Network installer and still uses the dvswitch.org site to download the .deb install files.

ASL Beta Images

The distribution has been updated to Debian 10 (buster) to allow users to use the latest apt packages, kernels, and boot on a Raspberry Pi 2, 3, or 4. The core Asterisk AllStarLink version has also been updated to 2.0.0-beta, and has several updates and fixes. Beta images should only be used by advanced users. Use at your own risk.

ASL 2 Beta Changelog

Have fun!

Beta Download

These are the same files but without html page in front of them:

  • ASL Images Beta AllStarLink BETA Images Repository
  • Pi2-3-4 BETA AllStarLink image for the Raspberry Pi 2, 3, or 4

Beta Documentation

ASL Beta Documentation

Install from ASL Repository

As an alternative to installing the ASL image, you can install Debian 10 (11 and 12 soon, I hope) yourself and then add the ASL repo. This is the recommended procedure to install on a VM where a .iso cannot be uploaded. The DAHDI package can be finicky with newer kernels and this won't work if the Linux headers don't match the Linux kernel.

Install the ASL Repository

As root (or with sudo) run the following commands to install the ASL repo. Overwrite the keyring file if prompted.

apt update
apt install curl gpg

cd /tmp
wget http://apt.allstarlink.org/repos/asl_builds/install-allstarlink-repository
chmod +x install-allstarlink-repository
./install-allstarlink-repository

Install ASL

Next as root (or with sudo) run the following commands to install ASL.

apt -y install linux-headers-$(uname -r)
apt -y install asl-asterisk
apt -y install allstar-helpers
apt -y install asl-dahdi-linux
apt -y install asl-update-node-list

If you are installing on a Raspberry Pi add:

apt -y install asl-raspberrypi-kernel
apt -y install asl-raspberrypi-kernel-headers

Bug Reports

Have a problem with the new ASL? Submit a bug/issue report here:

https://github.com/AllStarLink/ASL-Live-Build/issues