Code: Select all
su
apt-get remove alsa-base
apt-get install gcc automake binutils DKMS libgtk2.0-dev oss-compat linux-headers-3.6.11-antix.1-486-smp
exit
Download the latest GPL licensed *.tar.bz2 archive from
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.4front-tech.com/developer/sources/stable/gpl/"
linktext was:"http://www.4front-tech.com/developer/so ... table/gpl/"
====================================
. Extract it, navigate into its folder and then:
Code: Select all
mkdir ./BUILD
cd ./BUILD
../configure
make
su -c 'make install'
To have sound in applications which use OpenAL edit the file alsoft.conf below etc/openal. A line"drivers=oss" must be added.
After a succesful installation of OSS, the commands soundon, soundoff will be available for the root user. And via the osstest command the sound can be tested. If (ALSA) sounddrivers were already loaded before OSS installation, then a restart might be required.