3. Select correct sound card by pressing F6 and selecting '0 Snow-I2S-MAX98095'
4. Arrow right until you see four items starting with Left Speaker Mixer, and press M on all four channels to un-mute them.
5. Arrow right some more until you find four more starting with Right Speaker Mixer and un-mute them as well.
6. Arrow all the way back left to the Speaker channel and raise the volume a little. Keep it low (<50ish),sincealsawillletyougetdangerouslyhighforthesespeakers.
Alternatively, the following commands can be issued per channel to amixer. Requires alsa-utils as well.
```
amixer -c 0 set 'Right Speaker Mixer Right DAC1' unmute
amixer -c 0 set 'Right Speaker Mixer Mono DAC3' unmute
amixer -c 0 set 'Right Speaker Mixer Mono DAC2' unmute
amixer -c 0 set 'Right Speaker Mixer Left DAC1' unmute
amixer -c 0 set 'Left Speaker Mixer Right DAC1' unmute
amixer -c 0 set 'Left Speaker Mixer Mono DAC3' unmute
amixer -c 0 set 'Left Speaker Mixer Mono DAC2' unmute
amixer -c 0 set 'Left Speaker Mixer Left DAC1' unmute
To allow all users to modify the backlight control at */sys/class/backlight/backlight/brightness*, create and edit the file */etc/tmpfiles.d/brightness.conf* with these contents: