ARCHIVED FORUM -- March 2012 to February 2022READ ONLY FORUM
This is the second Archived Forum which was active between 1st March 2012 and 23rd February 2022
Hi Brimbay and welcome to beoworld.
Which version of the BV7 do you have? An earlier one with DVI connection or a later one with HDMI ports? (It would be easiest if you could tell us the 'type' number on the back of the TV if possible).
How are you connecting the RPi to the BV7? HDMI or composite video?
Kind Regards,
Martin
Hi, I think I had the same problem, but it can be solved easily. The issue is the hdmi /dvi handshake that both the rpi and the bv are looking for. If the rpi does not get response from the tv, it falls back to the analogue output. If the bv does not get an image on the digital input, it also disables it (I think). Anyway, there is an easy way to check the working of the rpi: also connect the video output to one of the slots on bv40. If that works, hdmi handshake is in fact your problem at hand. The solution is to add 1 or two lines to the boot/config/advanced settings file, depending on the software on your rpi. What are you running? My experience is with raspbmc, but that does not exist for your rpi model I think. You can google for your operating system + hdmi_force_hotplug=1, and you will find where to put this line. If you cannot solve the problem let me know, I have spend hours on setting everything up and I am happy to pass the knowledge on!
Beosound 5 Encore + Beosystem 5500 + S45.2; BV7-40 MKV + BL7.1 + BL14.4+ AppleTV4; various link rooms with MCL2 A or MCL2 A/V + RL60.2 / CX100 / CX50 & Cona / IWS2000; BG4000; Beosystem 1200 + BV1600.
Hi, I think I had the same problem, but it can be solved easily. The issue is the hdmi /dvi handshake that both the rpi and the bv are looking for. If the rpi does not get response from the tv, it falls back to the analogue output. If the bv does not get an image on the digital input, it also disables it (I think). Anyway, there is an easy way to check the working of the rpi: also connect the video output to one of the slots on bv40. If that works, hdmi handshake is in fact your problem at hand. The solution is to add 1 line to the boot/settings/Configuration file, depending on the operating system you are running. So if you google your OS name, and hdmi_force_hotplug=1 you should find the solution. If you need more help, let me know, I have spend so much time setting everything up that I would like to share my insights :)
@ moderators: on the iPad there is no notification if a post is send for review, (because it blocks popups?), so I thought the post was gone, and partly typed a new one. I am not able to edit a post on iPad, so cannot delete the post, or the content...
MJBeo: @ moderators: on the iPad there is no notification if a post is send for review, (because it blocks popups?), so I thought the post was gone, and partly typed a new one. I am not able to edit a post on iPad, so cannot delete the post, or the content...
I'm painfully aware of that problem, but unfortunately I don't think we can do anything about it (at least cost effectively). Moderating is equally painful on an iPad so I generally just approve everything from the queue if it looks all right - checking whether the same or similar post has already gone through is just too difficult and time consuming.
--mika
Appreciate what the moderators are doing - they are doing their best :-)
I post a lot, but it does not really happen that often, that a posting 'disappears' - imo!
However, when writing a longer post, I have made it a habit - before pushing the button - to copy, what I wrote.....just in case.
MM
There is a tv - and there is a BV
Millemissen:Appreciate what the moderators are doing - they are doing their best :-)
brimbay:'ve replaced the standard lines in config.txt
Can you first tell me what OS you are running on the pi? Because it makes googleing your problem a lot easier ;-). And every system is different, e.g. I had to create an advancedsettings.xml file with the content that you describe.
Starting with the default config.txt (the one supplied with openelec) please edit the line:
# hdmi_force_hotplug=1
to instead show:
hdmi_force_hotplug=1
(ie remove the # from this line)
then also add a new line with the following:
hvs_priority=0xf3fc
Save the file, and boot the RPi again. This will resolve two potential problems, HDMI detection and an HDMI dropout issue that can also result in blank screens. Please don't change any other line in config.txt at this stage as multiple changes can make problems more difficult to diagnose.
Please let us know the outcome once you've tried this.
Martin.
brimbay:Hi Martin, I''ve followed your instructions, but there is still no image on my tvscreen. It stay black.What to do next? Thanks in advance. Kind Regards Bert
Hi Bert,
That's rather strange, I've just tried out exactly the same setup with my BV7-40 mk3 by installing openelec 5.0.8 on a spare SD card and making the config changed I suggested and it is working fine for me.
Do you have any other television you can connect the Raspberry Pi to (using the same HDMI cable)? This would help to rule out either a fault with the RPi or a fault with the HDMI cable.
Also, do you have a set to box or DVD/Blueray player you can try connecting to the BV7 using the same port and cable to see if you can achieve a picture with a different device?
Finally, let me know the 'type' number printed on the label on the back of the BV7, and maybe take a photo of the AV3 connection config screen on the BV7 so we can confirm the input is configured properly.
Kind regards,
Bert,
I sent a reply with some more suggestions but it has gone for moderation (but should appear soon).
In the meantime I had another thought - are you sure you are using the right openelec image for your RPi 2 model B? You must use the 'RPi2' image, eg:
OpenELEC-RPi2-arm-5.0.8 (and not OpenELEC-RPi-arm-5.0.8)
That's excellent news, we should now be able to get this set up on it's own input so you don't need to swap between the Apple TV and the RPi, especially as we know the RPi is now working correctly.
Given it is now working using the Apple TV input (and presumably the same cable you use with the Apple TV) there are two possible reasons why it did not work on AV3 - either the HDMI cable you were using before is faulty, or AV3 was not correctly configured on the BV7.
Press MENU, then select CONFIG and press GO, then select AV3 and press GO.
On this screen:
Set SOURCE to whichever button on the remote you want to correspond to the Raspberry Pi.
you can set NAME to Rasp.Pi or similar if you wish (this is optional).
set HDMI to A, B, C, or D - corresponding to whichever HDMI port you will be connecting the raspberry Pi to.
set SOUND INPUT to HDMI
press GO to save the configuration, and then EXIT to leave the menu.
Now (with the TV turned off) connect the Raspberry Pi to the HDMI port you chose above, press the button for whichever SOURCE you chose, and see if it works as expected.
Please let me know how you get on.