PRICES
Audiolinux lxqt 1 year support with image $ 59
Audiolinux headless 1 year support with image $ 59
Audiolinux Raspberry 1 year support with image $ 59
Audiolinux lxqt unlimited time support $ 119
Audiolinux headless unlimited time support $ 119
Audiolinux all versions unlimited time support** $ 219
Audiolinux USB stick/SD card with shipping $ 119
Audiolinux extra year of support $ 30
Audiolinux upgrade to version 2.x/4.x $ 30
Audiolinux additional image*** $ 30
Audiolinux 10 licenses (with discount) -> contact support
** You can download headless, lxqt, Raspberry Pi4
*** If you have one image and you want another.
For example if you already have lxqt and you want headless
AudioLinux
is the first plug & play realtime audio system
based on Archlinux with programmed IRQ and
application realtime priority
Audio
latency at 44.1 kHz < 1 ms depending on hardware
configuration.
Incredibly low processor latency (average 2-6 microseconds on
fairly powerful processors)
Boot time 10/15 s
Full menu system
RTIRQ for automatic IRQ priority assignment
RTAPP for automatic application priority assignment
Compatible audio applications: HQPlayer and HQPlayer
embedded (with CUDA
acceleration, if you install nvidia closed source drivers),
HQPlayer Network Audio Daemon, MPD (with optional upmpdcli UPnP media
renderer), Logitech Media Server + Squeezelite, Jriver Media Center, Roon
(roonserver and roonbridge)
Audiolinux can be configured as headless server
Remote control with Unified Remote
for smartphone.
NoMachine
server included (lxqt version) for remote Desktop control. Now
you can start headless without graphical Desktop and access
audiolinux from smartphone or PC in a virtual Desktop
identical to the default one with NoMachine!
AirPlay support with Shairport-sync (audio only)
From version 1.9.7 you can load the
entire system to RAM as an option. For this you need at least
16GB RAM (8 GB for AudioLinux headless). There is the option to
save the entire system in "ram mode"
Audiolinux lxqt version 4.9.5
Release notes
Audiolinux
Raspberry Pi4 64 bit 2.0.0
AudioLinux scripts and RTapp Copyright P. O. 2014-2018.
AudioLinux image contains proprietary software. It cannot be
copied without removing the corresponding software. AudioLinux
is not a separate Linux distribution but only a customized
Archlinux image for audio. For all legal and copyright issues
please refer to www.archlinux.org The payments reported above
are for support, customization work, proprietary (non-GPL)
software, usb stick, shipping.
-->
Support is complete for installation on USB stick or internal
HD, but if you need help for a dual boot with Windows, because
you are not a linux expert, a further payment of € 30 is
necessary. I need a lot of time, a lot of emails to support a
customer in this case.
If you are a company that is
selling a Streamer/Audio PC and you want a custom version of
AudioLinux please contact us at audiolinux@fastmail.fm
AUDIOLINUX
HEADLESS/LXQT mini GUIDE
* In the last versions Audiolinux has 7 configuration menus and
most of what is reported below can be made directly with menus
--> For general support consult first the wiki at
https://wiki.archlinux.org
--> If
you have installed to internal drive, you should have also
audiolinux on a USB stick, in case of operations that cannot be
made from inside (boot problems, hard disk check, etc.)
PASSWORDS
user, ssh, NoMachine:
audiolinux
sudo, root, samba:
audiolinux0
hqplayerd web interface:
user:
audiolinux
password
audiolinux (or
audiolinux0)
FILE EDITING
* In audiolinux lxqt you can use
pcmanfm-qt file explorer (click on the red icon on the bottom bar
for root editing)
An easy method to work with files for edit, copy etc. is to use
Midnight Commander. Type
mc
for starting it
otherwise you can use nano
nano full-file-path
Example:
nano /etc/fstab
ROOT USER
How to switch to root user:
Type
su
and give the password
audiolinux0
You can return to normal user with
exit
For poweroff and reboot, you can use sudo in a user (not root)
terminal:
sudo poweroff
sudo reboot
RAM MODE
Ramroot option is the last that
should be enabled once your system is fully configured. It is
recommended at least 16GB RAM for lxqt version (8 GB for
AudioLinux headless)
Before enabling ramroot you should edit
as root the file /etc/ramroot.conf For example, if you
have 16000 MB total RAM, you could give 4000 to RAM memory and
12000 to ZRAM
To load the entire system at boot, type (as root)
ramroot -E
To disable ramroot
ramroot -D
--> if you are using Roon, please
take into account that Roon database will take some space, please
be sure that the drive and ram size are enough
When in ram mode you can use the command
ramsave This command
will save the system when in ram mode (otherwise all changes will be
lost)
For system modification and system update we suggest however to
boot in normal mode answering N to ramroot boot prompt. Modifications
to the file /etc/fstab will be saved only in normal mode. For
kernel update you must disable ramroot, see section
UPGRADING THE SYSTEM
REMOTE CONNECTION
* In audiolinux lxqt you can connect to
graphical Desktop with NoMachine, if you install it in Windows,
Linux, smartphone. With NoMachine remote Desktop you can start
headless without graphical Desktop and access AudioLinux in a
virtual Desktop identical to the default one. After your
configuration is finished, you can switch back to headless with a
simple logout.
* From Audiolinux menu 214 new Web Interface at
ipaddress://5001touch screen compatible and with search function.
To install it go to INSTALL menu and select 0 "Install new web
interface 2 (beta)"
You can enable/disable it in EXPERT menu selecting 10 "WEB INTERFACE
2 enable/disable"
Search function is very useful: typing main, audio, system, update
or expert you can see on the left column the options of classic
menu.
You can also connect remotely with a browser at the address
http://ipaddress:8500
You can access audiolinux headless from another computer with ssh:
ssh audiolinux@ip-address
If you want to use a file browser from another pc, you can use the
protocol sftp
sftp://audiolinux@ip-address
--> you can check the ip address for audiolinux with
ip addr show
--> From Windows you can use Putty
--> From Android JuiceSSH
UNIFIED REMOTE
* In audiolinux lxqt you can control your system from your
smartphone or tablet with unified remote. See
https://www.unifiedremote.com/
To enable it, start lxqt configuration, go to Session
settings/Autostart and enable "Unified Remote"
Unified remote is started with the command:
opt/urserver/urserver --daemon
NETWORK
Audiolinuxm has an automatic configuration that will permit to
connect immediately after the first boot
However, for a more stable network configuration, follow the steps
reported below.
---> if you have more than one card, add a second configuration
file in /
etc/systemd/network/
Look for your network name with
networkctl
Example:
[audiolinux@archlinux ~]$ networkctl
1
lo
loopback
carrier unmanaged
2
enp3s0
ether
routable configured
If your network is
enp3s0 (yours will be most probably
different) change as root /
etc/systemd/network/auto.network
from
[Match]
Name=en*
[Network]
DHCP=yes
to
[Match]
Name=enp3s0
[Network]
DHCP=yes
and reboot
DHCP=yes will allow both ipv4 and ipv6
See wiki at
https://wiki.archlinux.org/index.php/systemd-networkd
You can change from DHCP to a static address modifying the file
/etc/systemd/network/auto.network
from
[Match]
Name=en*
[Network]
DHCP=yes
to
[Match]
Name=en*
[Network]
Address=192.168.1.5/24
Gateway=192.168.1.1
DNS=8.8.8.8
--> change Address, Gateway and DNS to your preferred values.
For WiFi, provided that your adapter is recognized by linux,
a simple how-to can be found here
The
relevant wiki section is here:
https://wiki.archlinux.org/index.php/Systemd-networkd#Wireless_adapter
For
wpa-supplicant:
https://wiki.archlinux.org/index.php/WPA_supplicant
AUDIO AND OTHER SERVICES
* In audiolinux lxqt MPD, LMS,
squeezelite and Spotify (spotifyd) are already installed.
In audiolinux headless Roon and HQPlayer embedded are already
installed.
The new Menu is already prepared for MPD, LMS, Squeezelite and
Spotify. For installing these applications, go to the section OTHER
AUDIO APPLICATIONS
With systemctl you can stop, start, restart or enable the services at
boot.
In the commands where there is not "--user" you must switch
to root user (see above)
Examples:
Starting and enabling hqplayerd:
systemctl --user start hqplayerd
systemctl --user enable hqplayerd
Starting and enabling Roon:
systemctl start roonserver
systemctl enable roonserver
Starting and enabling naa:
systemctl --user start networkaudio
systemctl --user enable networkaudio
You can stop or disable, changing start to stop and enable to disable.
If you need to enable samba:
systemctl enable smb
systemctl enable nmb
and reboot
Note: the directories
/home/audiolinux/Downloads and
/home/audiolinux/Music
are already set as samba share
--> For showing enabled systemd services:
systemctl list-unit-files | grep enabled
For user services:
systemctl --user list-unit-files | grep enabled
Note 1: You can add some delay in starting hqplayerd or
networkaudio. For this, go as root to
/usr/lib/systemd/user/networkaudio.service
or
/usr/lib/systemd/user/hqplayerd.service
and take out the # in front of the line
# ExecStartPre=/bin/sleep 30
Default is 30 seconds, you can change this to a different value.
Note 2: When configuring hqplayerd at
http://localhost:8088/auth
or
http://localhost:8088/config please be sure to select Scope
--> user at top left, since audiolinux is using the user directory
/home/audiolinux/.hqplayer/ for configuration files and license
Note 3: If you are using Roonbridge in more than one computer
take into account that:
"RoonBridge generates and writes out a
unique id into its data directory on first run and uses that to
identify itself to RoonServer. Clear out /var/roon on the second
device (or hunt down and delete the RAATServer/Settings/unique_id
file) and it will generate itself a new one next time it starts up."
UPGRADING THE SYSTEM
For updating a single application:
pacman -Sy (update the database)
pacman -S name-of-application
if this application is in AUR database (as HQPlayer, Roon, etc.)
yay -S name-of-application
Example for updating hqplayerd and roon:
yay -S hqplayer-embedded roonserver roonbridge
For updating the system (expert users)
yay -Syu
For system modification and system update you must boot in normal
mode answering N to ramroot boot prompt.
OTHER AUDIO APPLICATIONS
* In audiolinux lxqt mpd, logitechmediaserver, Squeezelite and
Spotify are already installed
In headless last versions you have the option to install these
packages from update menu
Squeezelite + LMS installation:
pamac build logitechmediaserver-git squeezelite-git
Configuration file for squeezelite:
/etc/squeezelite.conf
For listing available devices:
squeezelite -l
The systemd service can be started with
systemctl start squeezelite
MPD and UPnP installation:
pamac build mpd upmpdcli
Configuration file for MPD:
/home/audiolinux/.mpdconf
The systemd service can be started with
systemctl start my-mpd
-> Please note that these commands will install the application and
many dependencies, so audiolinux size will increase and as a
consequence boot time in ram mode.
INSTALLING NEW KERNEL
In the last versions you can update kernel from
audiolinux update menu
Installing new audiolinux realtime kernel.
Go to
https://www.audio-linux.com/ftp/packages/kernel/last//linux-rt-bfq
and download at least
linux-rt-bfq-* and
linux-rt-bfq-headers-*
After install the new kernel with
pacman -U followed by the
names of the packages.
*** If you are running in ram mode, reboot answering N at boot prompt
to boot in normal mode.
-> If you cannot connect to a monitor/keyboard you must disable
ramroot before updating the kernel:
1) DISABLE ramroot with
ramroot -D
2) Reboot
3) Install the new kernel
4) Reboot
5) Eventually re-enable it with
ramroot -E
6) Reboot
REALTIME PRIORITY
For testing:
Type
rttest
For checking realtime status:
rtstatus
Manual realtime priority is controlled by
rtirq and
rtapp.
In standard
/etc/rtirq.conf priority is given to usb xhci
devices:
RTIRQ_NAME_LIST="xhci"
Change
xhci to
snd if you are using an internal audio
card
Suggested realtime configurations:
1) Standard
/etc/rtirq.conf
RTIRQ_PRIO_HIGH=90
RTIRQ_PRIO_DECR=5
/etc/rtapp/rtapp.conf
MAX_PRIORITY="80"
2) Extreme
/etc/rtirq.conf
RTIRQ_PRIO_HIGH=95
RTIRQ_PRIO_DECR=2
/etc/rtapp/rtapp.conf
MAX_PRIORITY="70"
Max possible priority is set system-wide at 98. Higher priorit will
increase the CPU load.
HOW TO INSTALL NVIDIA PROPRIETARY
DRIVERS
* In
audiolinux lxqt you can install all the nvidia packages with
pacman -S nvidia-dkms nvidia-settings nvidia-utils
opencl-nvidia
--> This is necessary for
enabling CUDA acceleration in HQPlayer, if you have a nvidia card.
You can install the nvidia proprietary
drivers with
pacman -Sy
pacman -S nvidia-dkms nvidia-utils opencl-nvidia
After you should add the section "Device" to /etc/X11/xorg.conf.d/xorg.conf
Section "ServerFlags"
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
EndSection
Section "Device"
Identifier "Nvidia
Card"
Driver "nvidia"
VendorName "NVIDIA
Corporation"
Option "NoLogo"
"true"
Option "Coolbits" "4"
EndSection
Optionally you could blacklist the open
source driver "nouveau" creating the file /etc/modprobe.d/blacklist.conf
with the following content:
blacklist nouveau
Latest
news
20/04/2021
Updated
packages for
roonserver,
roonbridge,
hqplayer-embedded,
hqplayer-embedded-rocm,hqplayer-embedded-amd
Now using
sysusers.d and
tmpfiles.d to
add hqplayer
or roon user.
Roon packages
now displaying
build version
20/04/2021
Menu 278
Improved
MUSIC2RAM
script: now
show available
memory and
added music
folders after
adding files
to RAM. Fixed
bug in boot
restore.
Some cleaning
of scripts
16/04/2021
Menu 277
Changed
disc-template
for CD rip
16/04/2021
Menu 276
Added CD rip
option in
Audio menu
(exact audio
copy)
Added Help
option to
REALTIME
MANUAL
ASSIGNMENT
configuration
in Expert menu
14/04/2021
Menu 275
Added UPnP
server
13/04/2021
Menu 274
Since now Long
Term Support
kernel is
5.10.x, added
option for LTS
5.4.x in
kernel update
Menu 273
Fix to Web
Interface 2
not starting
12/04/2021
Audiolinux
lxqt version
4.9.5
and Audiolinux
headless 2.9.5
(see release
notes)
08/04/2021
Audiolinux
menu 272
Updated
script-server
for Web
Interface 2
06/04/2021
Audiolinux
Menu 271 Fix
to pacman
parameters in
some scripts
06/04/2021
Audiolinux
Menu 270 Fix
to Roon
installation
05/04/2021
Audiolinux
Menu 269 Fix
to some
scripts with
wrong pacman
parameter
05/04/2021
Audiolinux
Menu 268 Added
arch4edu
repository for
rocm packages
05/04/2021
New Audiolinux
menu 267 Now
available for
installation 3
versions of
hqplayer-embedded:
1 -
hqplayer-embedded
standard
without rocm
and cuda
(default)
2 -
hqplayer-embedded-rocm
with cuda and
rocm
acceleration
3 -
hqplayer-embedded-amd
optimized for
amd CPU with
cuda and rocm
Note that
versions 2 and
3 will install
more than 2.5
GB of
libraries. The
script will
show your
available free
space on disk.
02/04/2021
Audiolinux
Raspberry menu
202
Added
hqplayerd to
the list with
high priority
applications
in rtapp
02/04/2021
Audiolinux
Raspberry menu
201 Added
option for
hqplayer start
in Web
Interface 2
01/04/2021
Audiolinux
Raspberry64
version 2.0:
1) Audiolinux
OS 64 bit with
custom
realtime
kernel
linux-raspberry4-rt
version
5.10.25-1-rt35
Now you can
use the full
memory of 8GB
versions with
ramroot.
2) Menu 200
with the
possibility to
install
hqplayer-embedded
25/03/2021
New Audiolinux
Raspberry32
version 1.5
This will be
the last 32
bit version.
Next one will
be 64 bit with
the option to
install
HQPlayer!
16/03/2021
Raspberry Menu
112 with fix
to spotify
installation
script in
Update menu.
spotifyd-slim
now
substituted by
spotifyd
11/03/2021
Menu 266 Fix
to forced
update to
ramroot
version
2.0.1-2 After
updating menu,
go to console
and type menu
to apply
changes.
08/03/2021
Menu 265 with
check for
initramfs
compression in
kernel update
01/03/2021
Menu 263-264
with forced
update to
ramroot
version
2.0.1-2
22/02/2021
Menu 262
/etc/mkinitcpio.conf
changed to
default gzip
compression
for
compatibility
with older
kernels
Resize script
should now be
compatible
with NVMe SSD
spotifyd-slim
now
substituted by
spotifyd in
Web Interface
2
IMPORTANT:
since the new
mkinitcpio
package will
use a new
compression
format,
installations
with
linux-rt-lts
kernel will
not boot
if you make a
system update.
If you are
using instead
the last
linux-rt or
linux-rt-bfq-dev
kernels the
system should
boot normally.
Menu 262 will
fix this
problem,
setting the
default
compression to
gzip. After
updating menu,
go to console
and type menu
to apply
changes.
13/02/2021
Menu 261 with
fix to spotify
installation
script in
Update menu. spotifyd-slim
now
substituted by
spotifyd
13/02/2021New
fully updated
Audiolinux
versions
headless 2.9.0
and lxqt 4.9.0
released (see
release notes)
27/01/2021
New menu 260:
Added the
option 4
HQPLAYER copy
default
configuration
to AUDIO menu
Archlinux
package for
HQPlayer
embedded is
now based on
signalyst
buster package
If you want a
package with
rocm libraries
for AMD GPU
acceleration,
please contact
support, but
be aware that
more than
2500MB of
libraries must
be installed
24/01/2021
Menu 258-259
Fix to
HQPlayer
installation
Now Main menu
and option 17
PLAY FROM
RAM load music
to RAM in
AUDIO menu
display the
loaded music
albums
16/01/2021Menu
257 Fix to
Shairport-sync
installation
15/01/2021
Menu 256
1) Changed
linux realtime
kernel
repository
2) NEW!
Audiolinux
repository
with
applications
not available
in Archlinux
or too
difficult or
too long to
compile
3) Last
HQPlayer
embedded
version needs
the
installation
of AMD rocm
libraries and
the total size
will be more
than 2500MB.
The menu
option will
install
version
4.20.1. If you
want to
install 4.20.2
you can do it
on console
with the
command
yay -Sy
hqplayer-embedded
This command
will use the
new Audiolinux
repository,
otherwise the
installation
would take
many hours!
12/01/2021
Raspberry
version 1.4.0
released (see
release notes)
12/01/2021New
Raspberry menu
111:
Updated list
of audio
applications
with high
priority if
running
(rtapp)
Fix to MPD
configuration
script. Now
you should
give the full
path of your
music
directory
Message if the
user start
menu as root
user (You
should not do
that...)
Improved
remote mount
script. Now it
will display
the content of
/etc/fstab and
you can select
the option
"Umount it and
delete the
corresponding
line in
/etc/fstab" if
you have made
a mistake. Fix
to NTFS mount
Added
application
install and
remove in WEB
Interface 2 at
ipaddress:5001
01/01/2020
Menu 255 added
Install/Update/Remove
audio
applications
to Web
Interface 2 at
ipaddress:5001
30/12/2020
Menu 254 with
little fix for
local NTSF
drive mount
(not saved to
/etc/fstab)
28/12/2020
Audiolinux
versions 2.8.0
headless and
4.8.0 lxqt: 1)
Full system
update 2) Now
default kernel
is
linux-rt-lts
(Long Term
Support). You
can always
install the
last kernel in
UPDATE menu.
LTS realtime
kernel is more
stable and
realtime
patches have
been tested a
lot more.
Recommended
for Roon
users. 3)
Added lzo
driver to
initramfs
image (ramroot
needs it) 4)
Menu 253
28/12/2020
Menu 253 with
update to
script-server
(used for Web
Interface 2)
and new
improved mount
scripts
19/12/2020
Audiolinux
Raspberry for
Pi3
discontinued.
Version for
Pi4 is a lot
better for at
least 3
reasons:
1) Realtime
kernel as in
the standard
Audiolinux and
very similar
menus
2) Possibility
of loading all
the system to
RAM (ramroot)
3) Very much
improved
hardware. For
example now
USB is working
correctly
07/12/2020
Fix to WEB
Interface 2
(link to boot
mode script
wrong)
05/12/2020
Menu 250-251
with improved
remote mount
script. Now it
will display
the content of
/etc/fstab and
you can select
the option
"Umount it and
delete the
corresponding
line in
/etc/fstab" if
you have made
a mistake
03/12/2020
Menu 249 with
message if the
user start
menu as root
user (You
should not do
that...)
02/12/2020
Menu 248 with
fix to menu
update script.
Please update
as soon as
possible with
the old
password.
After you will
update with
the new
password
already sent
to
subscribers.
02/12/2020
Menu 247 with
1) Kernel
update script
now show also
last LTS
kernel
version. LTS
kernel set as
default.
Removed
fallback
option at boot
and the
corresponding
fallback
image, since
Audiolinux is
not using
autodetect and
the standard
and fallback
would be
exactly the
same
2) Added
NETWORK
enable/disable
option in
EXPERT menu.
!!! Please be
aware that if
you disable it
all Web
Interfaces
(including
NoMachine in
lxqt) will be
disabled and
you will be
able to access
Audiolinux
only from
keyboard/monitor.
You could
disable
network if you
are playing
only local
files23/11/2020
Menu 246 with
a change in
menu update
script. Please
update as soon
as possible,
since the new
imminent
password
system will
not work with
previous one.
15/11/2020
Fix to MPD
configuration
script. Now
you should
give the full
path of your
music
directory
13/11/2020
Menu 244 with
new kernel
update script.
Now you can
install Linux
realtime
kernel LTS
(long time
support). This
kernel is
recommended
for Roon
users, since
there are some
Roon bugs not
resolved yet
using 5.9.x
11/11/2020
Menu version
243 with
improved PLAY
from RAM
script. With
Web Interface
1 now you can
load to RAM
with file
editor
31/10/2020
Audiolinux new
versions lxqt
4.7.1 and
hedless 2.7.1
with ramroot
fix. You can
fix this
manually on
previous
version this
way:
Edit with root
file editor
the file
/etc/mkinitcpio.conf
so that this
line
MODULES=()
will be
MODULES=(lzo)
After go to
console and
type
sudo
mkinitcpio -P
and reboot
27/10/2020
Audiolinux
lxqt 4.7 is
out!
27/10/2020
Audiolinux
headless 2.7
is out!
27/10/2020
Updated list
of audio
applications
with high
priority if
running
(rtapp) - Fix
to backup
script that
was not
working if
source was a
NVMe SSD
/22/10/2020
Fix to Network
speedlimit
script with
menu 241 (110
on Raspberry)
Added option
to reduce
speed to 10
Mb/s
12/10/2020
New Raspberry
Pi4 version
1.3 Most of
changes
already
introduced for
Audiolinux now
ported to
Raspberry. Now
menu version
is 109
05/10/2020
Menu 240 with
fix to option
14 "BOOT mode
to Extreme,
Extreme2 or
Standard"
17/09/2020
Menu 239
Added
network speed
to STATUS menu
(network
status)
17/09/2020
Menu 238 with
fix for
1 "REALTIME
MANUAL
ASSIGNMENT
configuration"
in EXPERT menu
09/09/2020
In menu 237 an
improved
network script
with:
1 BRIDGE with
DHCP automatic
IP Address
2 BRIDGE with
static IP
Address
3 DHCP
automatic IP
Address
(default)
4 STATIC IP
Address
5 RESTORE
previous
configuration
6 ETHERNET
speed limit
7 Exit"
New options 3
4 without
bridge. Now
you can also
set network
mask
28/08/2020
Menu 236:
second fix to
realtime clock
script. In the
last kernels
max value is
4095. Fixed a
problem in
menu that
could delay
starting if
network is
down
27/08/2020
Menu 235:
little fix to
Realtime clock
script in
Expert menu
26/08/2020
Uploaded
Audiolinux
headless image
2.6.1 since
previous file
was corrupted
25/08/2020
New Audiolinux
versions
headless 2.6.0
and lxqt 4.60
(see release
notes)
24/08/2020
Menu 234:
since the
package spotifyd-bin
is no more
available, it
has been
replaced by spotifyd-slim
Now after
installing
this package
and logitechmediaserver-git
all packages
needed only
for
compilation
are removed,
to save disk
space
16/08/2020
Menus 232-233:
main menu will
try only 2
times to
download new
version number
to avoid too
long waiting
time if
Internet
connection is
down or slow.
Menu update
script will
download menu
file only if
necessary.
14/08/2020
Menu 231 with
fix to update
script. If you
cannot update,
please edit as
root the file
/opt/scripts/update/menu_update.sh
so that read
pass is in
a new line and
update from
Web Interface2
at ipaddress:5001
If you have
already tried
to update,
delete first
some files
this way: sudo
rm -f
/tmp/menu_version
sudo rm -f
/tmp/almenu.tar.gz
14/08/2020
Menu 230 with
simplified
Realtime
Priority
summary on
SHOW
configuration
and some other
minor fixes
10/08/2020
Audiolinux
menu 229 with
1) BOOT option
in system menu
14 "BOOT mode
to Extreme,
Extreme2 or
Standard"
completely
changed using
c-state
script. Now
CPU "sleep"
states can be
changed "on
the fly". With
this and other
options
Audiolinux
will not
depend on
kernel line
(and
bootloader)
since all
configurations
are made
during boot.
It will be
also more
easily
portable to
other
architectures.
2) ISOLATE
CORES option
16 "ISOLATED
CPU CORES
configuration"
completely
changed. Now
you can
isolate and...
de-isolate CPU
cores without
changing
kernel line
and reboot.
The effects
are immediate!
3) 10
"ISOLATED
CORES Assign
core to
application"
in expert menu
also changed
with the new
isolated cores
configuration.
Applications
can use
different
cores and
configured
without
restarting. An
application is
checking the
isolation
status
periodically
and will make
the necessary
changes.
4) Improved 0
"SHOW
configuration"
in main menu
now show also
which
applications
are running in
which core.
5) Added
buffer option
to 9
"SQUEEZELITE
select DAC and
buffer" in
audio menu
6) Now in Web
Interface at
ipaddres:5001
the various
menus are in
different
folders. A lot
more easy to
use!
8) Many other
little changes
and fixes and
a general
cleaning of
scripts
removing
duplicates.
27/07/2020
Updated hqplayer-embedded
and Roonbridge
with support
to aarch64
architecture.
Updated hqplayer-network-audio-daemon
(naa) with
support to
aarch64
and armv7h
24/07/2020
Audiolinux
menu 228 with
little
correction to
system status
script
23/07/2020
Raspberry menu
107 with the
new options as
in the last
Audiolinux
menu 227
23/07/2020
Audiolinux
menu 227
Profile
scripts
updated to the
new options
introduced
with menu 226
23/07/2020
Audiolinux
menu 226 with
the new option
6 "REALTIME
MANUAL
ASSIGNMENT
configuration"
in EXPERT
menu. This is
a great news,
since now you
can set
priority for
IRQ,
APPLICATION
and NETWORK
and see a
summary with 6
"Show
configuration"
in main menu.
Please be
sure that you
are using one
of the latest
kernel.
This script is
available only
on Audiolinux
and is using
proprietary
code.
06/07/2020
Audiolinux
lxqt 4.5.0
with full
system update,
last kernel
linux-rt-5.6.17.10-1
and menu 225
04/07/2020
Raspberry menu
105-106 1)
Fix: in some
cases audio
services not
disabled if
isolated cores
enabled 2)
Profile copied
to Auto when
one of the
standard
profiles
selected 3)
CPU load now
show
instantaneous
load not the
average from
boot 4) Main
menu show also
last menu
available
Audiolinux
menu (you
should install
wget with yay
-Sy wget)5)
Enable/disable
Samba server
in EXPERT menu
now also
start/stop
samba
04/07/2020
Audiolinux
headless 2.5.0
with full
system update,
last kernel
linux-rt-5.6.17.10-1
and menu 223.
Soon
Audiolinux
lxqt version
4.5.0