PDA

View Full Version : New tuner for dm8000



NoMaD
27-10-2009, 02:09 AM
Dream Multi Media (DMM) comes with new tuners for the DM 8000. The old (current) are no longer made. When it will take place is unknown. The new tuners will have Blind Scan, a feature which most users will not be so important.

These new tuners, BCM4506 (internal tuner) and BCM4505 (DVB-S2 tuner plug), so will cope Blind Scan. With the current software will not function directly as possible.
"Ghost", one of the DMM developers, has told - once he has some time before - it will fit into the software.

Most will wonder: what is Blind Scan ....

Blind Scan is a special channel-search function for satellite receivers and DVB-T receivers.

Since 2003 there have been recipients of the Blind Scan function on the market. It is possible the entire frequentiespecturm of a satellite to search without specifying's frequency, symbol rate and no other settings.

In satellite intended for direct reception, such as Astra, the search is performed by using a Transponder table (NIT). This NIT is the administrator at several satellite transponders available. Some satellite operators is known to cause these network tables, or insufficient maintenance. A Blind Scan function will result in such cases. For satellites such as Astra and Eutelsat will barely function some advantage.

There are also channels that are new and not included in the NIT and not be found. Because all possible frequencies and symbol rates can be searched to find a very long time.

Blind Scan is sometimes called Smart Scan


Dream Multi Media (DMM) komt met nieuwe tuners voor de DM 8000. De oude (huidige) worden niet meer gemaakt. Wanneer e.e.a. plaats zal vinden is nog niet bekend. De nieuwe tuners zullen beschikken over BlindScan, een feature die voor de meeste gebruikers niet zo belangrijk zal zijn.

Deze nieuwe tuners, BCM4506 (interne tuner) en BCM4505 (insteek DVB-S2 tuner), zullen dus BlindScan aankunnen. Met de huidige software zal deze functie niet direct mogelijk zijn.
"Ghost", een van de DMM ontwikkelaars, heeft verteld dat - zodra hij wat tijd daarvoor heeft - hij het zal inbouwen in de software.

De meesten zullen zich afvragen: wat is nu BlindScan....

BlindScan is een speciale zender-zoekfunktie voor satellietontvangers en DVB-T ontvangers.

Sinds 2003 zijn er reeds ontvangers met de BlindScan funktie op de markt. Hiermee is het mogelijk het complete frequentiespecturm van een satelliet te doorzoeken zonder opgave van frequentie's, symbolrate en zonder andere voorinstellingen.

Bij satellieten die bestemd zijn voor directe ontvangst, zoals bijvoorbeeld Astra, wordt het doorzoeken nu uitgevoerd met behulp van een Transpondertabel (NIT). Deze NIT wordt door de satellietbeheerder op meerdere transponders beschikbaar gesteld. Van sommige satellietbeheerders is het bekend dat zij deze netwerktabellen niet of onvoldoende onderhouden. Een BlindScan funktie brengt in zo'n geval uitkomst. Voor satellieten zoals Astra en Eutelsat zal zo'n funktie nauwelijks voordeel bieden.

Er zijn nu ook zenders die nieuw zijn en niet in de NIT zijn opgenomen en dus niet worden gevonden. Doordat alle mogelijke frequentie's en symbolrates worden doorzocht kan het zoeken erg lang duren.

BlindScan wordt soms ook wel SmartScan genoemd



dreambox-dvb-modules.bb: update dm8000 drivers (add support for broadcom 4505/4506 tuner)

http://git.opendreambox.org/?p=ghost/opendreambox-1.5.git;a=commit;h=6dc3bf31f06dba 21b243fe0cdd58ab523db3b929


BCM4506 (internal tuner) or BCM4505 (DVB-S2 tuner plug)

The "older tuners" are those BCM 4501


BCM4501
http://www.broadcom.com/products/Satellite/HDTV-****-Video,-Graphics,-and-Receiver-Products/BCM4501


NEW TUNER
BCM4506
http://www.broadcom.com/products/Satellite/HDTV-****-Video,-Graphics,-and-Receiver-Products/BCM4506

BCM4505
http://www.broadcom.com/products/Satellite/HDTV-****-Video,-Graphics,-and-Receiver-Products/BCM4505

oldfart
27-10-2009, 08:58 PM
No mention on Dreambox website of addon DVB-S2 tuners, nor their forum! The text above is Dutch, not German, so I wonder if these tuners are legit DM ? There has been speculation about 'other tuners' working on a DM8k - but DM say there are problems with current draw.

NoMaD
28-10-2009, 02:24 AM
Hello mate


I precise that the first post was found on two forums Holland and is not mine post ( it's just C/P)


opendreambox.org = DreamMultimedia sources and developpers

:sifone:


Thu, 10 Sep 2009
From enigma2.git

frontend.cpp: 4505 and 4506 use the same snrdb calculation

http://git.opendreambox.org/?p=enigma2.git;a=commit;h=3e1cb30 08ad22a23a1c9d0edff53346e2fc5d46d

----------------------------------

sec.cpp: more bcm4506 support

http://git.opendreambox.org/?p=enigma2.git;a=commit;h=a8cf5de ce7609bebd3ee9d971e7edb0699c5c65a

- if (!strcmp(it->m_frontend->getDescription(), "BCM4501 (internal)") && !it->m_frontend->getData(eDVBFrontend::LINKED_PREV _PTR, tmp) && tmp != -1)
+ char c;
+ if (sscanf(it->m_frontend->getDescription(), "BCM450%c (internal)", &c) == 1 && !it->m_frontend->getData(eDVBFrontend::LINKED_PREV _PTR, tmp) && tmp != -1)


- if (!strcmp(p1->m_frontend->getDescription(), p2->m_frontend->getDescription()) && !strcmp(p1->m_frontend->getDescription(), "BCM4501 (internal)"))
+ if (!strcmp(p1->m_frontend->getDescription(), p2->m_frontend->getDescription()) && sscanf(p1->m_frontend->getDescription(), "BCM450%c (internal)", &c) == 1)


----------------------------------
Thu, 10 Sep 2009
From ghost/opendreambox-1.5.git

dreambox-dvb-modules.bb: update dm8000 drivers (add support for broadcom 4505/4506 tuner)

http://git.opendreambox.org/?p=ghost/opendreambox-1.5.git;a=commit;h=6dc3bf31f06dba 21b243fe0cdd58ab523db3b929

----------------------------------
Thu, 10 Sep 2009
From ghost/opendreambox-1.5.git

enigma2.bb: another srcdate push (for 4506 support)
http://git.opendreambox.org/?p=ghost/opendreambox-1.5.git;a=commit;h=73b660d24ab67e 273c7e9f4dc3742fcd8ddc6880