I finally found some time to change
my tutorial to use version 8.0.
The changes to the tutorial were:
- alsa has to be configured differently now, it now uses alsa-utils instead of alsa-config. And the directory /var/lib/alsa has to be created and made persistent by hand.
- restoring the alsa settings (alsactl restore) is now done with a for-loop and a sleep, otherwise it could have been called before alsa was started.
- the default soundcard is now default on, i've described how to turn it off in case you use a different soundcard.
Everything is working fine now.
Thank you for your work, Béla.