Hello,
I have a new model B raspberry pi running Raspbian “wheezy”. It works just fine with HDMI. When I attempted to use the analog video output with an old konka tv, the LEDs displayed normally but no image was displayed. I was able to connect to it through ssh and control it through the cli, so I believe it is booting perfectly fine.
I was able to connect the video output for an old play station 2 and that displayed, so I don't believe there is anything wrong with the tv. I also tried av input with the tv that it works with for HDMI and it said there was no signal. The cable was working with a dvd player before so I don't think it's a cable issue. One thing I did notice was that the old tv seemed to produce a lot of static charge when I first turned it on, so perhaps the analog output on the pi was fried but everything else was left working?
Is there anything I should do to troubleshoot this and/or verify whether or not the analog video is working?
-
- Posts: 5
- Joined: Sun Apr 14, 2013 2:31 am
Re: RCA Video not working
Did you have HDMI cable connected to your rpi when you tried RCA video?
In that case it won't work.
Unplug HDMI and reboot.
In that case it won't work.
Unplug HDMI and reboot.
-
- Posts: 5
- Joined: Sun Apr 14, 2013 2:31 am
Re: RCA Video not working
Nothing was plugged into the HDMI port
Re: RCA Video not working
Have you checked the settings in the /boot/config.txt file?
The Elinux site has a lot of information about all the possible settings in that file.
You have settings that force the video output as hdmi. The composite won't work if those are set.
The Elinux site has a lot of information about all the possible settings in that file.
You have settings that force the video output as hdmi. The composite won't work if those are set.
Re: RCA Video not working
What is the analogue TV display standard in your part of the world, and in particular on the TVs you are trying to use? Is this compatible with the setting of
in the /boot/config.txt file?sdtv_mode
How To Ask Questions The Smart Way: http://www.catb.org/~esr/faqs/smart-questions.html
How to Report Bugs Effectively: http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
How to Report Bugs Effectively: http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
-
- Posts: 5
- Joined: Sun Apr 14, 2013 2:31 am
Re: RCA Video not working
Ok works now, I went into /boot/config.txt and found I had not re-commented hdmi_force_hotplug=1 so I commented it out and rca displays now.
Thank you everyone for your help.
Thank you everyone for your help.
-
- Posts: 2
- Joined: Sun Mar 23, 2014 3:26 am
Re: RCA Video not working
i am a bit confused, i too am having the same problem, and im new to this, where can i find the /boot/config.txt ?
- FTrevorGowen
- Forum Moderator
- Posts: 7252
- Joined: Mon Mar 04, 2013 6:12 pm
- Location: Bristol, U.K.
Re: RCA Video not working
Are you using NOOBS rather than a raw image install (of Raspbian)? (config.txt resides in different places for each method)DEATHSKULL37 wrote:i am a bit confused, i too am having the same problem, and im new to this, where can i find the /boot/config.txt ?
Getting NOOBS to work with composite video is somewhat tricky since NOOBS gives HDMI "priority" unless specifically told not to:
http://www.cpmspectrepi.webspace.virgin ... ellow.html
Trev.
Testing Bookworm on a Pi5 and a P4B but running Bullseye or Buster on other (older) Pi's and the P400 I often post from. See: https://www.cpmspectrepi.uk/raspberry_pi/raspiidx.htm for notes & screenshots etc.