kiteretro / Circuit-Sword

GNU General Public License v3.0
134 stars 27 forks source link

[Issue] No sound on boot up #51

Closed janitress closed 6 years ago

janitress commented 6 years ago

The latest Circuit-Sword image (retropie-4.4-rpi2_rpi3-wifi_CSO_CM3_20180603-154410.zip) has the sound disabled by default on boot up (splashscreen).

To fix this this simply edit this script /opt/retropie/supplementary/splashscreen/asplashscreen.sh and change the line:

omxplayer -o both -b --layer 10000 "$line"

to omxplayer -o alsa -b --layer 10000 "$line"

(the change is 'both' to 'alsa')

kiteretro commented 6 years ago

I made a push this morning to fix this :) looks like they moved the asplashscreen file in 4.4. Here's my commit: https://github.com/kiteretro/Circuit-Sword/commit/d859e67a172e9f0668eed781f9e87b877eb2c812 and you can apply it by running the sudo ./update.sh

janitress commented 6 years ago

great! seems to work now.