Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › HDMI no sound Bug : need help ! › Reply To: HDMI no sound Bug : need help !
You did save the file after the change?
Sounds dumb but I did edit mine in the past with sudo nano, but forgot to save with ctrl-x I thought.
I found an old tutorial on my computer. From what I remember I did try this in the past on a spare sd card just to test, and from there things worked out well. Maybe you can try this aswell, just to be sure where to begin searching the base of the problem.
Maybe not, but I’ll post it anyway, hope it can help you a bit too.
[Code]
Instuctions for others who may be experiencing the same issue with a TV and the Raspberry Pi:
1. Install a fresh image
2. start-up the Raspberry Pi and let it set itself up (normal set-up)
3. After you have gone through normal set-up:
a. Log-in as a normal user (debian image: pi)
b. Type the command: “sudo nano /boot/config.txt ”
c. Press enter
d. Type in: “hdmi_drive=2 ” [exactly as it is here]
e. Then press crtl + o
f. Press Enter
g. then press crtl + x
4. Restart using the command: ” sudo shutdown -r now ”
[/code]