SageTV Community  

Go Back   SageTV Community > SageTV International User Forums > SageTV United Kingdom
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV United Kingdom SageTV and SageTV Recorder Users from the UK - This forum is for you to post about specific issues using SageTV software in the UK.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 09-11-2010, 11:27 AM
Slingshot72's Avatar
Slingshot72 Slingshot72 is offline
Sage User
 
Join Date: Mar 2008
Posts: 21
ScanChannelsBDA for SageTV

ScanChannelsBDA for SageTV is designed to help when updating Freeview channel frequency details. I, like many other UK SageTV users, used the original ScanChannelsBDA-UK to get channel details every time the Freeview lineup changed. It worked but had its problems - you had to search the log files for specific channel information, had to perform at least two scans at different times of the day to get the full lineup details, not to mention the error prone copying/pasting of the details into your current .frq files. About a year ago I got a new tuner card and ScanChannels 2.6.0 failed to work with it. I found a site hosting the 2.7.0 version (http://www.quantexzone.com/downloads.htm - it unfortunately no longer hosts ScanChannelsBDA) and typically, that didn't work either. There was however, a link to the 2.6.0 source code so I downloaded it, fixed a few bugs and got things working again on my server. Once it was working I added some new features and released version 2.6.1 with the source code on the SageTV forums. Now (at long last) ive got round to updating the code again with a few extras.

This version of ScanChannelsBDA has been altered to fix some issues and add a few other SageTV specific features. Mainly:

* It dumps the details of all the discovered channels into the ScanChannelsBDA.log file in the same format as you find in the SageTV .frq files. You can now copy and paste the entire table into the .frq. file.
* It records details of channels that aren't currently broadcasting e.g. BBC3/BBC4. You no longer have to scan at different times of the day to get a complete channel listing.
* The output can optionally be sorted by LCN (channel number) order. This is the same order the the Freeview tuner on your digital TV will use.
* There is now an option to record radio station channel details.

NOTE: Just updating the entries in the .frq file will not configure the the channels in Sage. The .frq file just tells Sage the technical details on how to control the tuner. You still need to configure a lineup in Sage either from a channel scan or from the XMLTV lineup tools like Stephane's or Nielm's. There are guides on how to setup XMLTV in the forums should you need help with this (e.g. http://forums.sagetv.com/forums/showthread.php?t=9340)


Version History:

2.6.3
* Fixed a crash that would happen when processing broadcast channel information with some blank entries.
* Fixed a few code warnings and generally tidied up the code base.

2.6.2
* Changed main screen layout & added a section for controlling SageTV related options.
* Added option to turn on/off use of exact frequencies in the SageTV output (default: off).
* Added option to include radio stations in the SageTV output (default: on).
* Added sorting option to store channel list in either "LCN order" or "Scan order" i.e. the order they were found in (default: LCN).
* Fixed an issue in the old ScanChannelsBDA code that prevented the correct decoding of the channel numbers.
* Experimental - added option to store channels with identical LCN's (channel numbers) in the Freeview duplicate channel area of the EPG. Freeview tuners will store any channels with duplicate channel numbers at channel 800+ in the EPG. Only the channel with the strongest signal gets to stay at its specified LCN.
* Added more information to the tuning details dumped to the ScanChannelsBDA.log fine. It now includes more details about each channel found and also reports the assigned channel number to the frequency being scanned (i.e. 21 - 69).

2.6.1
* It now finds TV channels whether or not they are currently transmitting (so you no longer need to do 2 or more scans at different times to get all the channel details)
* It dumps all the discovered channels into the ScanChannelsBDA.log file in the same format as you find in the SageTV .frq files. These are put into LCN order. NOTE: In case its important, this exe records the actual frequency that the channel was discovered on and not the publicised frequency (i.e. the bit where ScanChannelsBDA does the +-166khz, this version records frq:578166000 instead of frq:578000000). Its not had any detrimental effect on my servers tuning but YMMV.

Files

Heres the executable and source code (usual caveats about run at own risk etc. apply). Hopefully this is going to save people some time in the future when the channel ordering changes again / new channels get added. BTW - Before messing around with the .frq files always ensure you have backed up!! Before I make _any_ change to my SageTV server I always shut down the SageTV service and make a complete copy of the \Program Files\SageTV folder - it only takes a couple of minutes and you can easily go back to the original setup if anything goes wrong.

NOTE: if you wish to build the software you will need a copy of the Windows SDK. I use the Windows Software Development Kit (SDK) Update for Windows Vista version (be sure to install & build the examples as they contain some important classes used by this code)
Attached Files
File Type: zip ScanChannelsBDA-UK + Sage 2.6.3.zip (313.8 KB, 1791 views)

Last edited by Slingshot72; 05-08-2011 at 05:33 AM. Reason: Version 2.6.3 released
Reply With Quote
  #2  
Old 09-12-2010, 05:05 AM
mevans mevans is offline
Sage Advanced User
 
Join Date: Jan 2010
Location: London
Posts: 85
Great work!

Yesterday, i was just doing a session of updating Sage etc, and wondered if there was an update to you app.

I'll give it a go...
__________________
Server: ASUS P7P55D, Core i5 750 2.66GHz, 4GB RAM, Antec Three Hundred, 1x TBS 6284 PCI-E DVB-T2 Quad (OTA HD 'Freeview'), 2x HD Homerun dual tuners (OTA SD 'Freeview'), WHS OS installed on Seagate 250GB SATAII, Recording to 9TB Storage Pool (64k clusters)
SageTV version: 7.1.9
HDHomerun's plugged into mobo NIC via giga switch
2nd NIC to home network
Program Guide: DigiGuide Birtles Grabber XMLTV Importer for SageTV
Clients: Two HD200, One HD300, Client on PC, Placeshifter on PC
Reply With Quote
  #3  
Old 09-12-2010, 09:50 AM
Bacon2002 Bacon2002 is offline
Sage Aficionado
 
Join Date: Jan 2008
Location: London
Posts: 267
Slingshot72,

Sounds great, I give it a go too.

Thanks,

David
Reply With Quote
  #4  
Old 09-12-2010, 10:48 AM
perf perf is offline
Sage Advanced User
 
Join Date: Oct 2004
Location: Stockholm, Sweden
Posts: 120
Is this UK-specific, or should it work with any DVB-T setup?

Would it even work for DVB-C?

/Per
Reply With Quote
  #5  
Old 09-12-2010, 12:52 PM
Slingshot72's Avatar
Slingshot72 Slingshot72 is offline
Sage User
 
Join Date: Mar 2008
Posts: 21
There are options i there to scan frequencies for other countries (Australia, Europe & Taiwan). I havent touched the original ScanChannelsBDA code for those regions so I would expect the main reporting to work like it used to - as for the extra detailed reports for SageTV I have no idea - sorry.

ScanChannelsBDA was only ever developed for use with DVB-T tuners.
Reply With Quote
  #6  
Old 11-21-2010, 07:07 AM
chrissfoot chrissfoot is offline
New Member
 
Join Date: Nov 2010
Location: Aylesbury
Posts: 3
I'm just trying the trial of save v7 and am getting freeview channels ordered badly, hence my appearance in this thread! I was wondering if someone could help me a little:

I'm sorry if i'm being a bit newbie here but how exactly can I get sage to use my shiny new frq files from the results of this scan? I have tried removing the tuners and re-adding them but I get the old badly ordered channels. I've tried re-scanning the channels but I get... the old badly ordered channels!

Any tips would be great!

Thanks

Chris
Reply With Quote
  #7  
Old 11-21-2010, 02:55 PM
starfire starfire is offline
Sage Expert
 
Join Date: Mar 2008
Location: England, UK
Posts: 505
In Sage channel manager try "Clear All Remapped Channels" and then delete the tuners, it may help.

You can also re-order the channels within the channel manager.

Most UK users use an XMLTV setup, for an example see this
__________________
2 X HD300, 2 X HD100 & KVM unRAID Host with SageTV Docker using TBS 6285 Quad DVB-T2 & TBS 6984 Quad DVB-S2 Tuners
Reply With Quote
  #8  
Old 11-22-2010, 12:08 PM
chrissfoot chrissfoot is offline
New Member
 
Join Date: Nov 2010
Location: Aylesbury
Posts: 3
Hmm, that doesn't seem to make any difference. Nothing I do seems to change the guide order. Lots of other media center programs can get this right, why not sage?

I'm not happy to go down the xmltv route when the epg information is provided within the dvb-t signal itself and sage can obviously use it quite happily! It seems that with xmltv I will either have to pay extra for the importer or manually download guide updates! Plus it seems that no one xmltv source has all of the channel info (RT seems to be missing BBC Three for starters!).

I'm starting to remember why I stuck with media center last time I tried sage! Seems that sage won't be getting a new customer in me!
Reply With Quote
  #9  
Old 11-22-2010, 12:40 PM
starfire starfire is offline
Sage Expert
 
Join Date: Mar 2008
Location: England, UK
Posts: 505
Sage doesn't present channels in LCN order, if your not happy with that then re-order as I said.

Or don't bother with it.
__________________
2 X HD300, 2 X HD100 & KVM unRAID Host with SageTV Docker using TBS 6285 Quad DVB-T2 & TBS 6984 Quad DVB-S2 Tuners
Reply With Quote
  #10  
Old 11-22-2010, 01:31 PM
chrissfoot chrissfoot is offline
New Member
 
Join Date: Nov 2010
Location: Aylesbury
Posts: 3
I have now tried reordering the first few channels in the channel manager and it seems to be ok, however, there are other problems, one of which is that it doesn't seem to be able to work out first run/rerun from the dvb epg. I appreciate that this is not the thread for this though! I guess that the devs don't care enough about the UK market to make this work well over here!

Thanks for your help anyway.
Reply With Quote
  #11  
Old 11-30-2010, 06:41 AM
rhinoman's Avatar
rhinoman rhinoman is offline
Sage Advanced User
 
Join Date: Sep 2010
Location: UK
Posts: 78
Any ideas why ScanBDA has picked up more than one BBC1, ITV1, CH4, 5 and a few others, there are two entry's each with different frequency's, which should I use?
Reply With Quote
  #12  
Old 11-30-2010, 10:27 AM
starfire starfire is offline
Sage Expert
 
Join Date: Mar 2008
Location: England, UK
Posts: 505
I'm guessing you can receive from multiple transmitters at your location hence the duplicates, you could check the channel strengths in Sage and choose the best one's I guess.
__________________
2 X HD300, 2 X HD100 & KVM unRAID Host with SageTV Docker using TBS 6285 Quad DVB-T2 & TBS 6984 Quad DVB-S2 Tuners
Reply With Quote
  #13  
Old 02-10-2011, 07:18 AM
jamesdisco's Avatar
jamesdisco jamesdisco is offline
Sage Advanced User
 
Join Date: Jul 2008
Location: N Yorks, UK
Posts: 234
does anyone have this working on WHS, i just get an error log saying it cant find any bda drivers, its finding all the tuners and some ive uninstalled like the homerun.
__________________
Server: Win 10 64bit Core i3 8GB 20TB, TBS6985, TBS6984, Sage 9.
Clients: 5 x HD300, 2 x HD200, Placeshifter.
Reply With Quote
  #14  
Old 02-10-2011, 08:22 AM
rhinoman's Avatar
rhinoman rhinoman is offline
Sage Advanced User
 
Join Date: Sep 2010
Location: UK
Posts: 78
Worked fine for me on WHS, doesn't work for me on Win7.64 though.
Reply With Quote
  #15  
Old 03-14-2011, 05:39 PM
pschweig pschweig is offline
Sage Advanced User
 
Join Date: May 2004
Location: Watford, United Kingdom
Posts: 160
Is there any way to configure the program to only scan for certain frequencies?

When I run this for all UK frequencies it scans all the frequencies I need successfully but then falls over when scanning one of the later frequencies and doesn't give me the sage .frq file formatted output.

Here are the last few lines of the log

thanks
Paul

# 746000kHz
# Channel 55
# signal locked = Y present = Y strength = 3950 quality = 100
Timeout getting table (pid=0000, tid=00)
Timeout getting table (pid=0010, tid=40)
Timeout getting table (pid=0011, tid=42)


============================================================================

Frequency (Scanned) = 746000kHz
__________________
Server
Sage 9||Silverstone GD09||Intel Core i5 6400||8GB DDR4||Intel integrated graphics||250GB SSD System disk||2TB recording disk||2TB media disk||1 TBS 6205 DVB-t2 quad tunrer||Schedules Direct EPG
Reply With Quote
  #16  
Old 03-14-2011, 07:25 PM
pschweig pschweig is offline
Sage Advanced User
 
Join Date: May 2004
Location: Watford, United Kingdom
Posts: 160
got round the crashing with a driver update so now have a fully formatted .frq file

cheers
__________________
Server
Sage 9||Silverstone GD09||Intel Core i5 6400||8GB DDR4||Intel integrated graphics||250GB SSD System disk||2TB recording disk||2TB media disk||1 TBS 6205 DVB-t2 quad tunrer||Schedules Direct EPG
Reply With Quote
  #17  
Old 05-02-2011, 03:26 AM
michaeldjcox michaeldjcox is offline
Sage Fanatic
 
Join Date: Nov 2006
Location: Ipswich, Suffolk, United Kingdom
Posts: 829
This is a great program that has saves me everytime they reallocate frequencies or add/remove channels.

I cannot get it to work now.

It scans a few frequencies and then crashes.

I am using Win 7 64 bit and Terratec Cinergy 2400i DT.

Last lines in the log and crash info below.

Can any one help please?

Michael

Code:
# 498000kHz
# Channel 24
# signal locked = N present = N strength = 100000 quality = 0
# signal locked = N present = N strength = 100000 quality = 0
# signal locked = N present = N strength = 100000 quality = 0
# signal locked = N present = N strength = 100000 quality = 0
# signal locked = N present = N strength = 100000 quality = 0
# signal locked = N present = N strength = 100000 quality = 0
# signal locked = N present = N strength = 100000 quality = 0
# signal locked = N present = N strength = 100000 quality = 0
# signal locked = N present = N strength = 100000 quality = 0
# signal locked = N present = N strength = 100000 quality = 0
# trying +166kHz
# signal locked = N present = N strength = 17450 quality = 20
Timeout getting table (pid=0000, tid=00)
Timeout getting table (pid=0010, tid=40)
Timeout getting table (pid=0011, tid=42)


============================================================================

Frequency (Scanned) = 498166kHz
Crash dump info:

Code:
Problem signature:
  Problem Event Name:	APPCRASH
  Application Name:	ScanChannelsBDA_UK 2.6.2 Sage.exe
  Application Version:	2.6.0.0
  Application Timestamp:	4c8b6aac
  Fault Module Name:	ScanChannelsBDA_UK 2.6.2 Sage.exe
  Fault Module Version:	2.6.0.0
  Fault Module Timestamp:	4c8b6aac
  Exception Code:	c0000005
  Exception Offset:	00019117
  OS Version:	6.1.7600.2.0.0.256.1
  Locale ID:	2057
  Additional Information 1:	a703
  Additional Information 2:	a703402e559caceec8e102eb45384f52
  Additional Information 3:	fee8
  Additional Information 4:	fee88c1c205b399c36a8f587341cff8d

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt
__________________
Web Feed Encoder developer
SageTV Catchup developer
Reply With Quote
  #18  
Old 05-05-2011, 03:17 PM
michaeldjcox michaeldjcox is offline
Sage Fanatic
 
Join Date: Nov 2006
Location: Ipswich, Suffolk, United Kingdom
Posts: 829
Not sure how or why....

.. but its working now.

Michael
__________________
Web Feed Encoder developer
SageTV Catchup developer
Reply With Quote
  #19  
Old 05-08-2011, 05:32 AM
Slingshot72's Avatar
Slingshot72 Slingshot72 is offline
Sage User
 
Join Date: Mar 2008
Posts: 21
Ive had a chance to take a look at the crash Michael was having. Looks like some of the information that is broadcast with the channel details can be blank/empty and some of the code was expecting some data. This would also explain why the issue seems to fix itself when nothing changed on the Sage machines (its just the details broadcast in the channel information that has changed). See the first post for the new files.

2.6.3
* Fixed a crash that would happen when processing broadcast channel information with some blank entries.
* Fixed a few code warnings and generally tidied up the code base.
Reply With Quote
  #20  
Old 05-13-2011, 02:51 AM
jamesdisco's Avatar
jamesdisco jamesdisco is offline
Sage Advanced User
 
Join Date: Jul 2008
Location: N Yorks, UK
Posts: 234
Hi Slingshot any chance you could look at the log file file im getting and see whats wrong. It can see all my tuners and even one that i removed(hdhomerun) and the satellite ones(stargate). It just says that there are no bda tuners to be found.

Code:
-----------------------
ScanChannelsBDA starting
Fri May 13 09:43:59 2011

Build - v2.6.3.0
Checking for new BDA DVB-T Cards
  Tuner - 7162 BDA DVBT Tuner (00000000)
    @device:pnp:\\?\pci#ven_1131&dev_7162&subsys_010011bd&rev_00#4&e693e19&0&0008#{71985f48-1ca1-11d3-9cc8-00c04f7971e0}\{3ff44ee5-8547-402a-94f3-d447f4d70000}
      Finding Demod and Capture filters
        Trying - 7162 BDA Digital Capture DVBT
          @device:pnp:\\?\pci#ven_1131&dev_7162&subsys_010011bd&rev_00#4&e693e19&0&0008#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{5bb3dbd0-9e1e-424c-9281-6b5e71090000}
            SUCCESS
        Checking for Capture filter
          Trying - 7162 BDA Digital Capture DVBT
            @device:pnp:\\?\pci#ven_1131&dev_7162&subsys_010011bd&rev_00#4&e693e19&0&0008#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{5bb3dbd0-9e1e-424c-9281-6b5e71090001}
          Trying - Pinnacle RoyalTS Capture
            @device:pnp:\\?\pci#ven_11bd&dev_0040&subsys_004411bd&rev_00#4&210641d0&0&10f0#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{512f0c08-bc54-4126-b133-793b310da8c0}
          Trying - Pinnacle Stargate Capture
            @device:pnp:\\?\pci#ven_11bd&dev_0040&subsys_004511bd&rev_00#4&210641d0&0&00f0#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{bd55881a-369f-4eb7-adc4-cf6e8d13aca4}
          Trying - Pinnacle RoyalTS Capture
            @device:pnp:\\?\pci#ven_11bd&dev_0041&subsys_004411bd&rev_00#4&210641d0&0&11f0#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{512f0c08-bc54-4126-b133-793b310da8c0}
          Trying - Pinnacle Stargate Capture
            @device:pnp:\\?\pci#ven_11bd&dev_0041&subsys_004511bd&rev_00#4&210641d0&0&01f0#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{bd55881a-369f-4eb7-adc4-cf6e8d13aca4}
          Trying - BDA Slip De-Framer
            @device:pnp:\\?\root#system#0000#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{03884cb6-e89a-4deb-b69e-8dc621686e6a}&global
          Trying - BDA MPE Filter
            @device:pnp:\\?\root#system#0000#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{8e60217d-a2ee-47f8-b0c5-0f44c55f66dc}&global
          Trying - 
            @device:pnp:\\?\usb#vid_1b80&pid_e409#5&868e399&0&6#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{cacacefd-1b5f-49f4-af24-0ce559cc1e6d}
              Could Not Create Filter: 
      Finished Finding Demod and Capture filters
  Tuner - 7162 BDA DVBT Tuner (00000000)
    @device:pnp:\\?\pci#ven_1131&dev_7162&subsys_010011bd&rev_00#4&e693e19&0&0008#{71985f48-1ca1-11d3-9cc8-00c04f7971e0}\{3ff44ee5-8547-402a-94f3-d447f4d70001}
      Finding Demod and Capture filters
        Trying - 7162 BDA Digital Capture DVBT
          @device:pnp:\\?\pci#ven_1131&dev_7162&subsys_010011bd&rev_00#4&e693e19&0&0008#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{5bb3dbd0-9e1e-424c-9281-6b5e71090000}
        Trying - 7162 BDA Digital Capture DVBT
          @device:pnp:\\?\pci#ven_1131&dev_7162&subsys_010011bd&rev_00#4&e693e19&0&0008#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{5bb3dbd0-9e1e-424c-9281-6b5e71090001}
            SUCCESS
        Checking for Capture filter
          Trying - 7162 BDA Digital Capture DVBT
            @device:pnp:\\?\pci#ven_1131&dev_7162&subsys_010011bd&rev_00#4&e693e19&0&0008#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{5bb3dbd0-9e1e-424c-9281-6b5e71090000}
          Trying - Pinnacle RoyalTS Capture
            @device:pnp:\\?\pci#ven_11bd&dev_0040&subsys_004411bd&rev_00#4&210641d0&0&10f0#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{512f0c08-bc54-4126-b133-793b310da8c0}
          Trying - Pinnacle Stargate Capture
            @device:pnp:\\?\pci#ven_11bd&dev_0040&subsys_004511bd&rev_00#4&210641d0&0&00f0#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{bd55881a-369f-4eb7-adc4-cf6e8d13aca4}
          Trying - Pinnacle RoyalTS Capture
            @device:pnp:\\?\pci#ven_11bd&dev_0041&subsys_004411bd&rev_00#4&210641d0&0&11f0#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{512f0c08-bc54-4126-b133-793b310da8c0}
          Trying - Pinnacle Stargate Capture
            @device:pnp:\\?\pci#ven_11bd&dev_0041&subsys_004511bd&rev_00#4&210641d0&0&01f0#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{bd55881a-369f-4eb7-adc4-cf6e8d13aca4}
          Trying - BDA Slip De-Framer
            @device:pnp:\\?\root#system#0000#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{03884cb6-e89a-4deb-b69e-8dc621686e6a}&global
          Trying - BDA MPE Filter
            @device:pnp:\\?\root#system#0000#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{8e60217d-a2ee-47f8-b0c5-0f44c55f66dc}&global
          Trying - 
            @device:pnp:\\?\usb#vid_1b80&pid_e409#5&868e399&0&6#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{cacacefd-1b5f-49f4-af24-0ce559cc1e6d}
              Could Not Create Filter: 
      Finished Finding Demod and Capture filters
  Tuner - Pinnacle RoyalTS Tuner (00000000)
    @device:pnp:\\?\pci#ven_11bd&dev_0040&subsys_004411bd&rev_00#4&210641d0&0&10f0#{71985f48-1ca1-11d3-9cc8-00c04f7971e0}\{760eeb7b-132d-4d0d-917c-fb150a26169a}
      Finding Demod and Capture filters
        Trying - 7162 BDA Digital Capture DVBT
          @device:pnp:\\?\pci#ven_1131&dev_7162&subsys_010011bd&rev_00#4&e693e19&0&0008#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{5bb3dbd0-9e1e-424c-9281-6b5e71090000}
        Trying - 7162 BDA Digital Capture DVBT
          @device:pnp:\\?\pci#ven_1131&dev_7162&subsys_010011bd&rev_00#4&e693e19&0&0008#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{5bb3dbd0-9e1e-424c-9281-6b5e71090001}
        Trying - Pinnacle RoyalTS Capture
          @device:pnp:\\?\pci#ven_11bd&dev_0040&subsys_004411bd&rev_00#4&210641d0&0&10f0#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{512f0c08-bc54-4126-b133-793b310da8c0}
            SUCCESS
        Checking for Capture filter
          Trying - 7162 BDA Digital Capture DVBT
            @device:pnp:\\?\pci#ven_1131&dev_7162&subsys_010011bd&rev_00#4&e693e19&0&0008#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{5bb3dbd0-9e1e-424c-9281-6b5e71090000}
          Trying - 7162 BDA Digital Capture DVBT
            @device:pnp:\\?\pci#ven_1131&dev_7162&subsys_010011bd&rev_00#4&e693e19&0&0008#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{5bb3dbd0-9e1e-424c-9281-6b5e71090001}
          Trying - Pinnacle Stargate Capture
            @device:pnp:\\?\pci#ven_11bd&dev_0040&subsys_004511bd&rev_00#4&210641d0&0&00f0#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{bd55881a-369f-4eb7-adc4-cf6e8d13aca4}
          Trying - Pinnacle RoyalTS Capture
            @device:pnp:\\?\pci#ven_11bd&dev_0041&subsys_004411bd&rev_00#4&210641d0&0&11f0#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{512f0c08-bc54-4126-b133-793b310da8c0}
          Trying - Pinnacle Stargate Capture
            @device:pnp:\\?\pci#ven_11bd&dev_0041&subsys_004511bd&rev_00#4&210641d0&0&01f0#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{bd55881a-369f-4eb7-adc4-cf6e8d13aca4}
          Trying - BDA Slip De-Framer
            @device:pnp:\\?\root#system#0000#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{03884cb6-e89a-4deb-b69e-8dc621686e6a}&global
          Trying - BDA MPE Filter
            @device:pnp:\\?\root#system#0000#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{8e60217d-a2ee-47f8-b0c5-0f44c55f66dc}&global
          Trying - 
            @device:pnp:\\?\usb#vid_1b80&pid_e409#5&868e399&0&6#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{cacacefd-1b5f-49f4-af24-0ce559cc1e6d}
              Could Not Create Filter: 
      Finished Finding Demod and Capture filters
  Tuner - Pinnacle Stargate Tuner (00000000)
    @device:pnp:\\?\pci#ven_11bd&dev_0040&subsys_004511bd&rev_00#4&210641d0&0&00f0#{71985f48-1ca1-11d3-9cc8-00c04f7971e0}\{3337a69e-1c6e-4797-8955-65caeb31e593}
      Finding Demod and Capture filters
      Finished Finding Demod and Capture filters
  Tuner - Pinnacle RoyalTS Tuner (00000000)
    @device:pnp:\\?\pci#ven_11bd&dev_0041&subsys_004411bd&rev_00#4&210641d0&0&11f0#{71985f48-1ca1-11d3-9cc8-00c04f7971e0}\{760eeb7b-132d-4d0d-917c-fb150a26169a}
      Finding Demod and Capture filters
        Trying - 7162 BDA Digital Capture DVBT
          @device:pnp:\\?\pci#ven_1131&dev_7162&subsys_010011bd&rev_00#4&e693e19&0&0008#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{5bb3dbd0-9e1e-424c-9281-6b5e71090000}
        Trying - 7162 BDA Digital Capture DVBT
          @device:pnp:\\?\pci#ven_1131&dev_7162&subsys_010011bd&rev_00#4&e693e19&0&0008#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{5bb3dbd0-9e1e-424c-9281-6b5e71090001}
        Trying - Pinnacle RoyalTS Capture
          @device:pnp:\\?\pci#ven_11bd&dev_0040&subsys_004411bd&rev_00#4&210641d0&0&10f0#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{512f0c08-bc54-4126-b133-793b310da8c0}
        Trying - Pinnacle Stargate Capture
          @device:pnp:\\?\pci#ven_11bd&dev_0040&subsys_004511bd&rev_00#4&210641d0&0&00f0#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{bd55881a-369f-4eb7-adc4-cf6e8d13aca4}
        Trying - Pinnacle RoyalTS Capture
          @device:pnp:\\?\pci#ven_11bd&dev_0041&subsys_004411bd&rev_00#4&210641d0&0&11f0#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{512f0c08-bc54-4126-b133-793b310da8c0}
            SUCCESS
        Checking for Capture filter
          Trying - 7162 BDA Digital Capture DVBT
            @device:pnp:\\?\pci#ven_1131&dev_7162&subsys_010011bd&rev_00#4&e693e19&0&0008#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{5bb3dbd0-9e1e-424c-9281-6b5e71090000}
          Trying - 7162 BDA Digital Capture DVBT
            @device:pnp:\\?\pci#ven_1131&dev_7162&subsys_010011bd&rev_00#4&e693e19&0&0008#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{5bb3dbd0-9e1e-424c-9281-6b5e71090001}
          Trying - Pinnacle RoyalTS Capture
            @device:pnp:\\?\pci#ven_11bd&dev_0040&subsys_004411bd&rev_00#4&210641d0&0&10f0#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{512f0c08-bc54-4126-b133-793b310da8c0}
          Trying - Pinnacle Stargate Capture
            @device:pnp:\\?\pci#ven_11bd&dev_0040&subsys_004511bd&rev_00#4&210641d0&0&00f0#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{bd55881a-369f-4eb7-adc4-cf6e8d13aca4}
          Trying - Pinnacle Stargate Capture
            @device:pnp:\\?\pci#ven_11bd&dev_0041&subsys_004511bd&rev_00#4&210641d0&0&01f0#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{bd55881a-369f-4eb7-adc4-cf6e8d13aca4}
          Trying - BDA Slip De-Framer
            @device:pnp:\\?\root#system#0000#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{03884cb6-e89a-4deb-b69e-8dc621686e6a}&global
          Trying - BDA MPE Filter
            @device:pnp:\\?\root#system#0000#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{8e60217d-a2ee-47f8-b0c5-0f44c55f66dc}&global
          Trying - 
            @device:pnp:\\?\usb#vid_1b80&pid_e409#5&868e399&0&6#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{cacacefd-1b5f-49f4-af24-0ce559cc1e6d}
              Could Not Create Filter: 
      Finished Finding Demod and Capture filters
  Tuner - Pinnacle Stargate Tuner (00000000)
    @device:pnp:\\?\pci#ven_11bd&dev_0041&subsys_004511bd&rev_00#4&210641d0&0&01f0#{71985f48-1ca1-11d3-9cc8-00c04f7971e0}\{3337a69e-1c6e-4797-8955-65caeb31e593}
      Finding Demod and Capture filters
      Finished Finding Demod and Capture filters
  Tuner - IT9135 BDA Filter (00000000)
    @device:pnp:\\?\usb#vid_1b80&pid_e409#5&868e399&0&6#{71985f48-1ca1-11d3-9cc8-00c04f7971e0}\{cacacefd-1b5f-49f4-af24-0ce559cc1e6d}
      Finding Demod and Capture filters
        Trying - 7162 BDA Digital Capture DVBT
          @device:pnp:\\?\pci#ven_1131&dev_7162&subsys_010011bd&rev_00#4&e693e19&0&0008#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{5bb3dbd0-9e1e-424c-9281-6b5e71090000}
        Trying - 7162 BDA Digital Capture DVBT
          @device:pnp:\\?\pci#ven_1131&dev_7162&subsys_010011bd&rev_00#4&e693e19&0&0008#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{5bb3dbd0-9e1e-424c-9281-6b5e71090001}
        Trying - Pinnacle RoyalTS Capture
          @device:pnp:\\?\pci#ven_11bd&dev_0040&subsys_004411bd&rev_00#4&210641d0&0&10f0#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{512f0c08-bc54-4126-b133-793b310da8c0}
        Trying - Pinnacle Stargate Capture
          @device:pnp:\\?\pci#ven_11bd&dev_0040&subsys_004511bd&rev_00#4&210641d0&0&00f0#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{bd55881a-369f-4eb7-adc4-cf6e8d13aca4}
        Trying - Pinnacle RoyalTS Capture
          @device:pnp:\\?\pci#ven_11bd&dev_0041&subsys_004411bd&rev_00#4&210641d0&0&11f0#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{512f0c08-bc54-4126-b133-793b310da8c0}
        Trying - Pinnacle Stargate Capture
          @device:pnp:\\?\pci#ven_11bd&dev_0041&subsys_004511bd&rev_00#4&210641d0&0&01f0#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{bd55881a-369f-4eb7-adc4-cf6e8d13aca4}
        Trying - BDA Slip De-Framer
          @device:pnp:\\?\root#system#0000#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{03884cb6-e89a-4deb-b69e-8dc621686e6a}&global
        Trying - BDA MPE Filter
          @device:pnp:\\?\root#system#0000#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{8e60217d-a2ee-47f8-b0c5-0f44c55f66dc}&global
        Trying - 
          @device:pnp:\\?\usb#vid_1b80&pid_e409#5&868e399&0&6#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{cacacefd-1b5f-49f4-af24-0ce559cc1e6d}
            Could Not Create Filter: 
      Finished Finding Demod and Capture filters
  Tuner - IT9135 BDA Filter (00000000)
    @device:pnp:\\?\usb#vid_1b80&pid_e409#5&868e399&0&6#{71985f48-1ca1-11d3-9cc8-00c04f7971e0}\{cacacefd-1b5f-49f4-af24-0ce559cc1e6e}
      Finding Demod and Capture filters
        Trying - 7162 BDA Digital Capture DVBT
          @device:pnp:\\?\pci#ven_1131&dev_7162&subsys_010011bd&rev_00#4&e693e19&0&0008#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{5bb3dbd0-9e1e-424c-9281-6b5e71090000}
        Trying - 7162 BDA Digital Capture DVBT
          @device:pnp:\\?\pci#ven_1131&dev_7162&subsys_010011bd&rev_00#4&e693e19&0&0008#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{5bb3dbd0-9e1e-424c-9281-6b5e71090001}
        Trying - Pinnacle RoyalTS Capture
          @device:pnp:\\?\pci#ven_11bd&dev_0040&subsys_004411bd&rev_00#4&210641d0&0&10f0#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{512f0c08-bc54-4126-b133-793b310da8c0}
        Trying - Pinnacle Stargate Capture
          @device:pnp:\\?\pci#ven_11bd&dev_0040&subsys_004511bd&rev_00#4&210641d0&0&00f0#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{bd55881a-369f-4eb7-adc4-cf6e8d13aca4}
        Trying - Pinnacle RoyalTS Capture
          @device:pnp:\\?\pci#ven_11bd&dev_0041&subsys_004411bd&rev_00#4&210641d0&0&11f0#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{512f0c08-bc54-4126-b133-793b310da8c0}
        Trying - Pinnacle Stargate Capture
          @device:pnp:\\?\pci#ven_11bd&dev_0041&subsys_004511bd&rev_00#4&210641d0&0&01f0#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{bd55881a-369f-4eb7-adc4-cf6e8d13aca4}
        Trying - BDA Slip De-Framer
          @device:pnp:\\?\root#system#0000#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{03884cb6-e89a-4deb-b69e-8dc621686e6a}&global
        Trying - BDA MPE Filter
          @device:pnp:\\?\root#system#0000#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{8e60217d-a2ee-47f8-b0c5-0f44c55f66dc}&global
        Trying - 
          @device:pnp:\\?\usb#vid_1b80&pid_e409#5&868e399&0&6#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{cacacefd-1b5f-49f4-af24-0ce559cc1e6d}
            Could Not Create Filter: 
      Finished Finding Demod and Capture filters
  Tuner - Silicondust HDHomeRun Tuner 1210AD5B-0 (00000000)
    @device:sw:{71985F48-1CA1-11D3-9CC8-00C04F7971E0}\Silicondust HDHomeRun Tuner 1210AD5B-0
      Finding Demod and Capture filters
      Could Not Create Filter: Silicondust HDHomeRun Tuner 1210AD5B-0
      Finished Finding Demod and Capture filters
  Tuner - Silicondust HDHomeRun Tuner 1210AD5B-1 (00000000)
    @device:sw:{71985F48-1CA1-11D3-9CC8-00C04F7971E0}\Silicondust HDHomeRun Tuner 1210AD5B-1
      Finding Demod and Capture filters
      Could Not Create Filter: Silicondust HDHomeRun Tuner 1210AD5B-1
      Finished Finding Demod and Capture filters
  No cards found

Could not find any BDA devices. Check that drivers are installed and that the TV tuner is connected to your PC.
__________________
Server: Win 10 64bit Core i3 8GB 20TB, TBS6985, TBS6984, Sage 9.
Clients: 5 x HD300, 2 x HD200, Placeshifter.

Last edited by jamesdisco; 05-13-2011 at 02:55 AM.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
unable to tune bbc4 - scanchannelsbda "scan timed out" pschweig SageTV United Kingdom 6 10-23-2006 03:42 AM


All times are GMT -6. The time now is 06:57 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.