NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 82 83 84 85 86 … 1231 Next »
Consistent problem with tuner device #2

 
  • 0 Vote(s) - 0 Average
Consistent problem with tuner device #2
Innocence
Offline

Junior Member

Posts: 31
Threads: 3
Joined: Dec 2008
#1
2009-03-30, 06:45 AM
I've put two "Cinergy C" DVB-C PCI tuners in the PC, and configured them in GBPVR as device 1 and 2. The tuner I configure with device numer 1 works perfectly. The second returns "no channels found" when doing a scan.

Both tuners work fine with the native TV software. I've tried switching the PCI cards pyhsically, I've tried removing and re-adding the cards in the config file, but I always end up the same way with device #2 not working (no matter which of the cards I choose as device #1). If I give both devices #1 both work, just not simultaneous of course.

I tried using device numbers above 2 but this results in an error message from GBPVR saying it couldn't find the device and at the same time I get a .NET 2.0 Just-In-Time crash dialogue.

I've searched the forum, Wiki and web but it seems I'm the only one experiencing this problem Sad

I've read through the GBPVR logs but I'm still too novice to use them properly. One of the logs said it couldn't find the filter for the "Cinergy C HD PCI digital tuner" (IIRC) when doing a channel scan, but I'm unsure what to do to fix this?
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#2
2009-03-30, 07:51 AM
you should zip and attach your config and config-native logs.

also, run filtercheck and attach that log as well. sometimes when attempting to run two tuners of the same type you need to make a custom entry in your bda.ini, which will be apparent with the filtercheck output in hand.

(sub is the one to answer this probably, I'm just saving him the trouble of telling you to run filtercheck and asking for the logs)
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
Innocence
Offline

Junior Member

Posts: 31
Threads: 3
Joined: Dec 2008
#3
2009-03-30, 09:20 AM (This post was last modified: 2009-03-30, 09:40 AM by Innocence.)
Thanks - didn't know about filtercheck. I'll look into it and attach the logs if I get stuck again Smile
johnsonx42 Wrote:sometimes when attempting to run two tuners of the same type you need to make a custom entry in your bda.ini, which will be apparent with the filtercheck output in hand
Nice Smile Is there a list with valid entries to the bda.ini and what they do?

EDIT: I just found some more instructions on http://gbpvr.com/pmwiki/pmwiki.php/Hardw...ction=view. Seems I need GraphEdit to verify these filternames Smile
Innocence
Offline

Junior Member

Posts: 31
Threads: 3
Joined: Dec 2008
#4
2009-03-30, 02:37 PM
I ran filtercheck but the names seem to check up with the ones used in bda.ini.

I then entered config, did a scan of the frequencies on both cards. Logs attached.

I wish I knew what to look for in the logs Sad
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#5
2009-03-30, 03:38 PM
I think you would need to duplicate the entry for your tuner in bda.ini and give each a different name... something like this
Code:
[Cinergy C PCI]
TUNING_TYPE=DVB-C
FILTER_TUNER=Cinergy C PCI Digital Tuner
FILTER_CAPTURE=Cinergy C PCI Digital Capture
PIN_TUNER_IN=Input0
PIN_TUNER_OUT=MPEG2 Transport
PIN_CAPTURE_IN=MPEG2 Transport
PIN_CAPTURE_OUT=MPEG2 Transport

[Cinergy C PCI #2]
TUNING_TYPE=DVB-C
FILTER_TUNER=Cinergy C PCI Digital Tuner
FILTER_CAPTURE=Cinergy C PCI Digital Capture
PIN_TUNER_IN=Input0
PIN_TUNER_OUT=MPEG2 Transport
PIN_CAPTURE_IN=MPEG2 Transport
PIN_CAPTURE_OUT=MPEG2 Transport
Then use the first one for your first tuner and the second one for your other tuner. I think you might need to make them both device#1
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#6
2009-03-30, 04:19 PM
I don't think ACTCMS's idea will be it - duplicating the bda.ini entry like that will only work if there is a difference in the FILTER_TUNER and FILTER_CAPTURE names, but your filtercheck log says both instances of the tuner have the same name. In theory doing what you already did (defining the capture device twice and using Device #2 for the second one) is supposed to work.

I think we'll need sub's attention on this one.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#7
2009-03-30, 05:25 PM
You only need the one entry in bda.ini, and create two capture sources, one as device #1, the other as device #2.

Zip and attach the logs showing a scan on device #1, then on device #2 and I'll take a look. The log you attached earlier only showed scanning device #1.
Innocence
Offline

Junior Member

Posts: 31
Threads: 3
Joined: Dec 2008
#8
2009-03-30, 05:47 PM
Thanks Smile

I deleted the two log files, opened Config, did a rescan of Device 2 and exited Config. Attached log ScanOfDevice2NotWorking.zip

I then deleted the two config files again and did the same with Device 1. Attached log ScanOfDevice1WorkingFine.zip

Really hope there's a solution to this conflict
Innocence
Offline

Junior Member

Posts: 31
Threads: 3
Joined: Dec 2008
#9
2009-04-01, 05:46 AM
Any progress on this one yet?
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#10
2009-04-01, 07:13 AM
I see differences in the two logs, but I don't know enough about it to know what the differences mean. It seems like both scans find and lock a channel, but I'm not sure.

If I were in this situation I might try copying the bda/scan-1.cache file to bda/scan-2.cache. That should give the second tuner the same scan results as the first tuner. If the scan itself is the only problem, that might get you going.

Otherwise sub will have to guide you further.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  ATI Wonder USB device not detected fl!pper 1 3,556 2018-02-06, 01:46 AM
Last Post: sub
  Multiple tuners - do you set and EPG for each or just on one tuner? ram4x4nut 1 5,145 2013-07-23, 07:01 AM
Last Post: Lao Pan
  Composite channel configuration problem. seymoria 6 4,576 2012-01-15, 10:15 PM
Last Post: seymoria
  Difficulty adding DigitalNow Quad DVB-T tuner csy 14 7,960 2011-07-30, 07:47 AM
Last Post: ToughRowToHoe
  Recording problem with Hauppauge Nova-S USB2 ... softfoot 4 3,375 2011-06-27, 02:06 AM
Last Post: sub
  Problem with GB-PVR - Cannot Watch Channels and Administrator Problem Greg Smith 10 4,426 2011-05-22, 05:09 PM
Last Post: sub
  Problem with switch to DST next 4 2,300 2011-03-29, 08:42 PM
Last Post: darag2358
  Order of tuner use for live tv and recording shaunpatrick77 1 1,729 2011-02-19, 10:49 AM
Last Post: martint123
  Huge database (+27GB) - is it a problem? pme 7 2,985 2011-01-24, 12:37 AM
Last Post: gEd
  MCE 2005 IR Blaster problem persim 6 3,431 2010-12-29, 01:28 AM
Last Post: persim

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode