Add a new command

This commit is contained in:
James Skemp 2022-04-17 09:56:23 -05:00
parent 16d9be928e
commit 9c6c953f98
1 changed files with 5 additions and 0 deletions

View File

@ -89,6 +89,11 @@ See https://elinux.org/RPi_HardwareHistory#Board_Revision_History for more infor
cat /proc/cpuinfo
```
## OS Information
```bash
cat /etc/os-release
```
## RetroPie audio issues
1. Make sure the correct audio output device is selected in the RetroPie configuration.
2. `sudo nano /boot/config.txt` and uncomment `#hdmi_drive=2`. <kbd>ctrl+o</kbd>, <kbd>enter</kbd>, <kbd>ctrl+x</kbd>, `sudo reboot`.