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 … 583 584 585 586 587 … 1231 Next »
DVB-S EPG not working w/ Haupauge Nova-S

 
  • 0 Vote(s) - 0 Average
DVB-S EPG not working w/ Haupauge Nova-S
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#31
2007-03-02, 07:03 PM
Both of you try temporarily creating the following registry setting:

HKEY_LOCAL_MACHINE\Software\Devnz\LogPsiProcessing=2 (DWORD)

The do an Update EPG in the config app. The zip and attach the config.exe.log, config.exe-native.log and c:\psi.log. After this, delete that registry setting - it generates huge files otherwise.
newyankee
Offline

Member

Posts: 184
Threads: 25
Joined: Nov 2005
#32
2007-03-02, 07:49 PM
Logs are attached. The psi.log grows and then falls back to 0 during the process. I have tried to catch three of various sizes during the process.

Hope they are of any use.
Guido
swissueli
Offline

Member

Posts: 67
Threads: 8
Joined: Jan 2005
#33
2007-03-02, 08:44 PM
Sub, as I said before with the new switch everything is working fine for me. But just incase here are the requested files.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#34
2007-03-03, 04:21 AM
These are probably the hardest types of bugs resolve, and not being situated in front of the machine makes it even harder. For these types of problems I'd typically need a lot of info to work out what is happening.

From the few details I've got here so far, I suspect your both seeing different problems. I'm wondering whether we should have two threads for these, so we dont confuse issues between the two?

newyankee, given your indication that it seems to work after view a channel makes me think your problem is tuning related. Wheras swissueli is sounding like a parsing problem to me.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#35
2007-03-03, 04:30 AM
So you know the general procedure, when GB-PVR is doing the DVB EPG update, it works its way through each of the transponders, tuning to that transponder, waiting for 60 seconds or so to give the parser a chance to parse any EPG records that go by. It then returns a big XML string of those listings, which is saved to c:\dvbepg.xml if <SaveDvbEpgXML> is set to in config.xml. These listings are then processed and saved in the database, before beginning the process again with the next transponder.

One of the things that makes it hard to debug from my end is that these files are overwritten for each transponder.

To help me get to the bottom of it, we might need to narrow the scope to on transponder temporarily, allowing me to get a good set of log files. To do this, you'd be best to backup your database (gbpvr.db3), then delete the database file, start the config app and create a new capture source, but only map channels from one transponder. Then do the update EPG, saving the config.exe.log, config.exe-native.log, c:\psi.log and c:\dvbepg.xml. Also let me know whether this resulted in any listings.

A lot of work I know, but this is really the sort of things I need to do to work through the problem.
newyankee
Offline

Member

Posts: 184
Threads: 25
Joined: Nov 2005
#36
2007-03-03, 08:28 AM
I did as suggested

Quote:start the config app and create a new capture source, but only map channels from one transponder. Then do the update EPG, saving the config.exe.log, config.exe-native.log, c:\psi.log and c:\dvbepg.xml. Also let me know whether this resulted in any listings.

Not too much work, if it helps in the end.

1) New capture source with a single transponder
2) Update EPG -> Works - generates large psi.log, and an xmltv file and listings, logs are here (attachment upload failed)
3) Restart machine -> Config -> Empty EPG -> Update EPG -> Tiny psi-log, no xmltv file, no listings, logs are attached.
4) Tune to the first channel of the single transponder in config -> then update EPG -> same as 2)

It seems the tuner is not properly initialized.

Guido
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#37
2007-03-03, 04:55 PM
Quote:It seems the tuner is not properly initialized.
There is no initialization that needs to be done, but it does indeed look like your device is ignoring some of the tuning requests submitted. I'm not sure why.

Can you apply the attached patch, add <BDASubmitTuningRequestTwiceOnDVBEPG>true</BDASubmitTuningRequestTwiceOnDVBEPG> to config.xml, then repeat step 3 above?
newyankee
Offline

Member

Posts: 184
Threads: 25
Joined: Nov 2005
#38
2007-03-03, 09:46 PM
The patch together with the config edit works.
I get reliable EPG updates on all transponders. I will observe automatic updates for 2 days and report again.

Still, there is a second problem with the tv guide.
Opening the tv guide after starting gbpvr takes 3 minutes and 30 seconds. Both on the pc or mvp. Moving left or right in the guide is almost impossible, I have to hold the button or press repeatedly.

99.12 with blue skin or mce2 - regardless. I have created a new gbpvr.db3 from scratch (new capture sources, fresh epg, current size is 37 mb)

Logs are attached.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#39
2007-03-03, 11:35 PM
Quote:Still, there is a second problem with the tv guide.
Opening the tv guide after starting gbpvr takes 3 minutes and 30 seconds. Both on the pc or mvp. Moving left or right in the guide is almost impossible, I have to hold the button or press repeatedly.
Approximately how many channels and days of listings have you got? I'm guessing a lot?

Zip and email your gbpvr.db3 file to me at support@devnz.com and I'll take a look, and try to speed it up.
newyankee
Offline

Member

Posts: 184
Threads: 25
Joined: Nov 2005
#40
2007-03-04, 06:26 AM (This post was last modified: 2007-03-04, 12:35 PM by newyankee.)
Hm, that is essential information.

41 channels, 7 days of EPG.
Moving left and right works fine on the XMLTV channels' EPG but not for the DVB-EPG channels.

The behaviour is new since 99.12. This post sounds very similar.

I have e-mailed you a download link for the gbpvr.db3

Thanks!
Guido
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (5): « Previous 1 2 3 4 5 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  What is BDA driver? (nova-t) ?? j196186 2 2,182 2024-03-07, 09:16 AM
Last Post: itsmeagain
  BDA drivers for NOVA-S ??? softfoot 6 5,122 2012-02-29, 02:23 AM
Last Post: johnsonx42
  Web Scheduling Not Working hasso 1 1,891 2011-06-28, 10:48 AM
Last Post: hasso
  Recording problem with Hauppauge Nova-S USB2 ... softfoot 4 3,456 2011-06-27, 02:06 AM
Last Post: sub
  Can't get GBPVR working w/ WinTV-PVR150 RandyH 21 8,819 2011-06-22, 05:35 PM
Last Post: adrian_vg@yahoo.com
  Two Nova-T USB tuners NumberFive 11 5,052 2011-01-26, 12:26 AM
Last Post: mrcheapo
  Windows 7 and Working DVD Menu Navigation imilne 8 4,437 2011-01-04, 02:23 PM
Last Post: imilne
  Webgrab no longer working, no EPG! mc2xml? ericbiermann 3 2,798 2010-12-23, 09:04 AM
Last Post: ericbiermann
  Automatic Transcoding Not Working taz 3 2,292 2010-11-22, 09:01 AM
Last Post: goelectric
  Hauppauge 1600 analog stopped working stoenjes 2 2,014 2010-11-16, 11:09 PM
Last Post: ryanmc

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

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

Linear Mode
Threaded Mode