by johnbanks » 08 Aug 2014, 14:51
I've got 0.3 ALPHA running on my RPi/Wolfson and streaming via wireless from my NAS. This is what I did ....
Firstly, go to Menu > Settings and switch to the Wolfson kernel then Apply Settings and Reboot.
But here's no sound at this point until a Wolfson script is run ...
Saman’s (forum member) Wolfson version for 0.2 BETA has a directory /root/use_case_scripts so doing the same for 0.3 ALPHA ...
Using puTTY, create this directory and copy into it the file Playback_to_Lineout.sh
Now create a cron job to run this script at boot up ...
Do export EDITOR=nano
Do crontab –e and insert the following line then save & exit
@reboot ./root/use_case_scripts/Playback_to_Lineout.sh
Do systemctl enable cronie.service
Do systemctl unmask cronie.service
Do systemctl start cronie.service
Now do crontab –l to check that the cron job(s) is there
Now do systemctl status cronie to check that cronie is running
Power down properly via RuneAudio.
Fire up again ... it works ... no need to run the script via puTTy
Hope this helps