Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
This board is now closed. The Blackhole image ended in 2020.
The board will remain available in Read Only Mode, so all the posts from the last 15+ years are not lost.
We thank you for being part of the community for the last 15+ years.
You can join the OpenBh board if you have not already done so at www.openbh.net.
Keep getting this message: Your post's content was found in Akismet database and was marked as Spam so you are not allowed to post it here. If you believe this was not correct, please reply or use the contact form
Trying to find info on what options the the VU DUO2 has for LNB. Looking for a DP or DishPro option for North American sats.
Keep getting this message: Your post's content was found in Akismet database and was marked as Spam so you are not allowed to post it here. If you believe this was not correct, please reply or use the contact form
Trying to find info on what options the the VU DUO2 has for LNB. Looking for a DP or DishPro option for North American sats.
DP or DishPro lnbs are band stacked lnbs. The only receivers that have this as a lnb option that I know of were designed specifically for the reception of , or the theft of Dishnet or Bell services.
The Duo2 does not have the option for a DP or DishPro lnbs but they can be made to work a bit by scanning only one polarity instead of both polarities.
/* Dishpro bandstacking HACK */
if (lnb_param.m_lof_threshold == 1000)
{
if (!(sat.polarisation & eDVBFrontendParametersSatellite::Polarisation_Vertical))
{
band |= 1;
}
band |= 2; /* voltage always 18V for Dishpro */
}
else
{
if ( sat.frequency > lnb_param.m_lof_threshold )
band |= 1;
if (!(sat.polarisation & eDVBFrontendParametersSatellite::Polarisation_Vertical))
band |= 2;
}
Thank you very much for the information. This receiver looks amazing and I can't seem to find anyone in the US using it. We get bad receivers. I use FTA receivers for many purposes and was curious to see what capabilities this has for options. There are in the clear channels on Dishnet and Bell services that can be watched. This is a big investment for me and I really am trying to get as much info as I can so I don't have a door stop. I can only figure there must be a reason no one is using them here, but can't figure it out. So again, thank you very much for helping answer my questions.
I realize there are fta channels on both providers, and sometimes other channels will be open for a bit.
I live near Atlanta, Ga. and have been using a 4 tuner Duo2 since the last quarter of 2013. Some other people also have Duo2 receivers in the U.S. I do not regret buying it, but it would be very nice if atsc capability would be added to it
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.