TBS DVB-S2 Quad tuner TV Card, PCIe x1 (6984) (1 Viewer)

raintree_county

Portal Member
August 5, 2011
9
6
Home Country
China China
Hi,

For TBS5980 USB DVB-S2 CI Box, the USB devices initiation method must be used.
On OnInit() function you may find the following method that is used to get m_pKsCtrl variable .

//Get the interface
//USB Devive init ALL use it 5980 QBOXS QBOXS2 5922 QBOX3
if((DeviceType==3)||(DeviceType==4)||like 5921 QBOXS2 and son)
{
m_pKsCtrl = NULL;
if(!ll_init && m_pTunerDevice != NULL)
{
hr = m_pTunerDevice->QueryInterface(__uuidof( m_pKsCtrl ),
reinterpret_cast< void** >( &m_pKsCtrl ) );
if (FAILED(hr))
{
ll_init = 1;
MessageBox("m_pTunerDevice QueryInterface Failed","error",MB_OK);
m_pKsCtrl = NULL;
return FALSE;
}
}
}

If by mistake you used the PCI/PCIe devices initiation method, you just can't get DiSEqC work with "QBOX" method.

//PCI or PCI-E initDeviceType = 6921,8921,6920,8920,
if((DeviceType==1)||(DeviceType==2)||(DeviceType==5))
{
m_pKsCtrl = NULL;
m_pTunerPin=NULL;
m_pTunerPin = FindPinOnFilter(m_pTunerDevice, "Input0");
if(!ll_init && m_pTunerPin != NULL)
{
hr = m_pTunerPin->QueryInterface(IID_IKsPropertySet,
reinterpret_cast<void**>(&m_pKsCtrl));
if (FAILED(hr))
{
ll_init = 1;
MessageBox("m_pTunerDevice QueryInterface Failed","error",MB_OK);
m_pKsCtrl = NULL;
return FALSE;
}
}
}

Thanks!
 

mm1352000

Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,577
    8,224
    Home Country
    New Zealand New Zealand
    An update for anybody reading in the future...
    I've just posted a patch -->here<-- that should greatly improve our support for new TBS products.

    mm
    :)
     

    Users who are viewing this thread

    Similar threads

    It's getting weirder..... If I remove all the IP cards in the TVServer setup and then add them back I can scan the M3u and tune the stations but if I rescan it on the same card it just keeps updating the 1 channel. My brain is melting.........
    It's getting weirder..... If I remove all the IP cards in the TVServer setup and then add them back I can scan the M3u and tune the...
    Having great fun with this still. I have a fairly good PC setup, Ryzen 5 8500g, Msi Pro 650M-P with 32GB of RAM with a TBS 6281 and...
    Replies
    2
    Views
    125
    I've setup my HDHomeRun in MP1 as (4) IPTV cards rather than Atsc. I can see the (4) Atsc cards, but just have them disabled. I did it this way so I didn't have to edit the channel names every time tested a new TV-server install. Anyway, it works. I don't know if this would get you past the BDA driver issue. I'll provide more...
    I've setup my HDHomeRun in MP1 as (4) IPTV cards rather than Atsc. I can see the (4) Atsc cards, but just have them disabled. I...
    I am brand new to MediaPortal. I have installed MP 2.4.1 on Windows 10. It is a fresh install and fully up to date. I have an...
    Replies
    19
    Views
    3K
    When I tested MP 2.5 some months ago using TVE3.5, I found that "scan for channels" failed to find any channels when I selected a DVB-T2 tuner (a TBS 6284) :(, but succeeded when I used a DVB-T tuner (a Pinnacle 2000i) :). Obviously the Pinnacle found only those channels broadcast in DVB-T MUXes (in the UK we have both DVB-T MUXes and...
    When I tested MP 2.5 some months ago using TVE3.5, I found that "scan for channels" failed to find any channels when I selected a...
    Hi all Running 1.7.1.0 TV Server as part of a full upgrade to MP2 2.5 setup After some problems with retuning (solved -...
    Replies
    3
    Views
    715
    It took a while but loading the three updates and waiting, (I wandered off doing other things), while the Win 7 searched for updates eventually brought about 170 available updates. I picked the latest, largest and Cumulative ones and everything burst into action enough to re-install MediaPortal 1.33 which is running very well. I let...
    It took a while but loading the three updates and waiting, (I wandered off doing other things), while the Win 7 searched for...
    Hi Running MP1 - 1.39 for long while, no issues. 10th April [same time as 2024-KB5037036 Cumulative Update for .NET Framework...
    Replies
    11
    Views
    2K
    MP1 MP2 PiP audio problem DE
    @Brownard the user @Nordfinn reminded me in the MP2.5 release thead, that he still has this issue. I could not reproduce it as mentioned above, but could confirm the issue on his PC. Have you ever face the problem yet?
    @Brownard the user @Nordfinn reminded me in the MP2.5 release thead, that he still has this issue. I could not reproduce it as...
    Still trying to solve this: I get no audio from the second picture in PiP mode. Log files of my attempting to do so are attached...
    Replies
    2
    Views
    2K
    Top Bottom