From 564e1f2a5bd9245600ccf321960bc85607c88555 Mon Sep 17 00:00:00 2001 From: Dugan Chen Date: Wed, 12 Mar 2014 07:16:23 +0700 Subject: audio/oss: Moved from System category. Signed-off-by: Willy Sudiarto Raharjo --- system/oss/README.SLACKWARE | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 system/oss/README.SLACKWARE (limited to 'system/oss/README.SLACKWARE') diff --git a/system/oss/README.SLACKWARE b/system/oss/README.SLACKWARE deleted file mode 100644 index 25c8e37d49..0000000000 --- a/system/oss/README.SLACKWARE +++ /dev/null @@ -1,24 +0,0 @@ -README.SLACKWARE for oss - -After installing the package, do the following: - -1. Blacklist the alsa modules for your sound card. - The output of "lsmod | grep snd" should give you a list of which modules - will need to be blacklisted. - -2. Make /etc/rc.d/rc.alsa non-executable: chmod 0644 /etc/rc.d/rc.alsa - -3. Make /etc/rc.d/rc.oss executable: chmod 0755 /etc/rc.d/rc.oss - -4. Add this snippet to /etc/rc.d/rc.local: - - if [ -x /etc/rc.d/rc.oss ]; then - /etc/rc.d/rc.oss start - fi - -5. Reboot. - -6. Test sound to ensure that it works - use "osstest" for this. - -7. Configure applications to use OSS instead of ALSA; typically, this will - involve setting the "Sound Command" or some such to use "ossplay" -- cgit v1.2.3