Today, AllStarLink is releasing an updated asl3 package directly to the main production package stream. This package contains the fix for the stuttering/choppy audio experienced on Raspberry Pis after kernel 6.6.62 and x86_64 systems after kernel 6.1.0-28. Discussion on this issue’s root cause can be found here.
If you applied one of the hotfixes, you must take additional action!! Please note the following below for each platform:
Debian 12 Systems on x86_64/amd64
Perform a normal upgrade with:
sudo apt update && apt upgrade -y
The system should receive the package asl3_3.7.0-10
. After this package is installed, run the following commands:
sudo systemctl start asl3-boot-oneshot
sleep 10
sudo apt update && apt upgrade -y
This should unhold the kernel packages the hotfix manipulated and install the latest Linux kernel. Reboot your system to use the latest kernel and the fix.
Raspberry Pi Systems
Perform a normal upgrade with:
sudo apt update && apt upgrade -y
The system should receive the package asl3_3.7.0-10
. After this package is installed, run the following commands:
sudo systemctl start asl3-boot-oneshot
sleep 10
sudo apt install --reinstall linux-image-rpi-v8 linux-image-rpi-2712 \
linux-headers-rpi-2712 linux-headers-rpi-v8
This should unhold the kernel packages the hotfix manipulated and install the
lated Linux kernel. Reboot your system to use the latest kernel and the fix.
Questions or problems should be discussed here.