everything works well but there is no safe shutdown or battery monitor

There's also a pop with the speaker when the device turns on but I can live with it.
Another note :
Chiz's guide did not work for me with USB audio (I'm on retropie 4.4)
in his guide he tells you to go to here
Code: Select all
pi@retropie:~ $ sudo nano /etc/modprobe.d/alsa-base.conf
Code: Select all
options snd_usb_audio index=0
options snd_bcm2835 index=1
options snd slots=snd-usb-audio,snd-bcm2835
What I had to do to get my usb audio working was to go here
Code: Select all
sudo nano /usr/share/alsa/alsa.conf
Code: Select all
defaults.ctl.card 0 defaults.pcm.card 0
Code: Select all
defaults.ctl.card 1 defaults.pcm.card 1
Code: Select all
alsamixer
I hope you guys enjoy my first build

