diff options
Diffstat (limited to 'extra/pure-alsa-system/README')
-rwxr-xr-x | extra/pure-alsa-system/README | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/extra/pure-alsa-system/README b/extra/pure-alsa-system/README index fe703ee8..dbd7618d 100755 --- a/extra/pure-alsa-system/README +++ b/extra/pure-alsa-system/README @@ -13,7 +13,12 @@ upgradepkg --install-new --terse *.txz # Move the new asound.conf into place: -mv /etc/asound.conf.new /etc/asound.conf +echo "Moving /etc/asound.conf.new to /etc/asound.conf:" +mv --verbose /etc/asound.conf.new /etc/asound.conf + +# Make rc.alsa executable so that volume is properly restored: +echo "Making /etc/rc.d/rc.alsa executable." +chmod 755 /etc/rc.d/rc.alsa # You may need to reboot at this point to make sure there are no running # PulseAudio processes, or any binaries still mapping the PulseAudio libraries. |