12-05-2018, 11:04 PM
The symptoms suggest the Allo DSP files which are necessary for the Subwoofer modes are not installed.
These files cannot be bundled in a Linux distribution because of license restrictions. They have to be downloaded and installed by end user.
Below is the procedure from moOde Build Recipe
These files cannot be bundled in a Linux distribution because of license restrictions. They have to be downloaded and installed by end user.
Below is the procedure from moOde Build Recipe
Code:
////////////////////////////////////////////////////////////////
//
// COMPONENT 9 - Allo Piano 2.1 Firmware
//
////////////////////////////////////////////////////////////////
cd ~
wget https://github.com/allocom/piano-firmware/archive/master.zip
sudo unzip master.zip
sudo rm ./master.zip
sudo cp -r ./piano-firmware-master/lib/firmware/allo /lib/firmware
sudo rm -rf ./piano-firmware-master