[code]root@volumio:~# apt-get install linux-sound-base
Reading package lists… Done
Building dependency tree
Reading state information… Done
Package linux-sound-base is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
oss4-base
E: Package ‘linux-sound-base’ has no installation candidate[/code]
apt-get install oss4-base
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
ethtool hdparm pm-utils powermgmt-base
Suggested packages:
apmd oss4-modules cpufrequtils radeontool
Recommended packages:
vbetool
The following NEW packages will be installed:
ethtool hdparm oss4-base pm-utils powermgmt-base
0 upgraded, 5 newly installed, 0 to remove and 270 not upgraded.
Need to get 845 kB of archives.
After this operation, 1759 kB of additional disk space will be used.
Do you want to continue [Y/n]?
Correct me if I am wrong, but since Linux version 2.6.x, ALSA is part of the Linux kernel. Volumio 1.55 uses kernel 3.10.80. To update ALSA, you need to update the kernel. See the alsa project wiki pages for details.
What you update in your second post (OSS) is the predecessor to ALSA.