Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › HDMI no sound Bug : need help !
- This topic has 16 replies, 8 voices, and was last updated 9 years, 7 months ago by fondlebus.
-
AuthorPosts
-
03/04/2015 at 11:30 #90114sengui79Participant
hello retropie friends !
i’ve got a problem with the hdmi.
i am on a RASP pi b+ and on some tv there is no sound.the power supply is a good one (with 2000mA) and the HDMI is the same for all tested TV.
on my tvs (samsung and Panasonic) and my computer (iiama) i’ve got the sound by HDMI but when i try on (for exemple) a sony bravia, LG no sound HDMI.
I try all the modifications on the TV but no results (for in formation the raspberry audio output works)…
Please HELP ME !!!!!!
03/04/2015 at 12:17 #90117InsecureSpikeParticipant03/04/2015 at 12:30 #90118sengui79ParticipantThanks @insecurespike i’ll try this solution !!!
i hope to find a solution beacuse i don’t understand why that’s work on sone TV but not for All tv ….. /(
i’ll give you a feedback tomorrow !
03/04/2015 at 16:05 #90131richardpiParticipantThat should work. With my computer’s monitor with HDMI all worked immediately also, with pi b and b+.
When connecting to my Samsung HD tv, and the pi b everything was finetoo. With the pi b+ there also wasn’t any sound. Setting hdmi_drive=2 solved the issue immediately.
Some HDMI equipment interpretates the incoming signals a bit different than others. This setting solves the issue probably right away.
03/05/2015 at 17:55 #90246InsecureSpikeParticipantworked perfect for me too!
Sent from my iPhone using Tapatalk
03/05/2015 at 19:09 #90255sengui79ParticipantPfuuuu. Tested but doesnt work with a lg and sony tv …. i dont understand ….
03/05/2015 at 20:55 #90284labelwhoreParticipantWorks on my end on a Sony Bravia and a visio.
03/05/2015 at 20:59 #90285sengui79ParticipantOn your bravia you add the hdmi_drive=2 line ? Because i dont saw any differences :(
Other ideas ?03/05/2015 at 21:57 #90300InsecureSpikeParticipant03/05/2015 at 22:05 #90302richardpiParticipantYou 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]
03/05/2015 at 22:27 #90304labelwhoreParticipant[quote=90285]On your bravia you add the hdmi_drive=2 line ? Because i dont saw any differences
Other ideas ?[/quote]
Yep, I have that line in my config.txt. Actually, I seem to remember that config.txt had that line already, I just uncommented it.03/28/2015 at 06:07 #92932slipzeroParticipanthdmi_force_edid_audio=1
worked for me
03/28/2015 at 11:01 #92940pattaboyParticipantI had the same issue. ended up doing this.
RETROPIE BOOT CONFIG
sudo nano /boot/config.txt
uncomment hdmi drive 204/02/2015 at 00:23 #93426postman87ParticipantHi all,
I’m having this same exact problem with retropie 3.0 beta.
I tried this solution but somewhere in the config.txt there allready is a line that says hdmi_drive=2 . I’m not sure what I’m doing wrong here, so help would be appreciated. My config.txt looks like this. I did not edit anything, it came like this after installing 3.0 beta.___________________________________________________________________________
# uncomment if you get no picture on HDMI for a default “safe” mode
#hdmi_safe=1# uncomment this if your display
has a black border of unused pixels visible
# and your display can output without overscan
#disable_overscan=1#
uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative ifthere is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16# uncomment to force
a console size. By default it will be display’s size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720# uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1# uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=1#
uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4# uncomment for composite PAL
#sdtv_mode=2# for more options see
http://elinux.org/RPi_config.txt
gpu_mem_256=128
gpu_mem_512=256
gpu_mem_1024=256overscan_scale=1
_____________________________________________________________________
thanks in advance!
04/02/2015 at 00:40 #93431InsecureSpikeParticipanthey just edit the file by deleting/u commenting the # in front of hdmi_drive=2 then save exit and reboot
04/02/2015 at 00:42 #93432postman87ParticipantOk nevermind my noobishnes… Forgot to uncomment. works perfectly now!
04/29/2015 at 03:06 #96408fondlebusParticipantSo after letting the Raspberry Pi sit with no power for about 5 mins or more, i plugged everything back in and it booted fine with sound. Anytime i did a Sudo Reboot or a sudo shotdown -h now…the next time i turned it on, the picture seemed zoomed in, and no audio came out.
Make sure you go to the config and set HDMI as your primary, take all options off of auto. But unplugging and walking away for a bit, fixed my issue. It would break again when i left emulation station or tried to go back in anytime within 10mins of there being power. Its lame.
-
AuthorPosts
- The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.