NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Hardware v
« Previous 1 … 131 132 133 134 135 … 263 Next »
Hauppauge WinTV Nova TD

 
  • 0 Vote(s) - 0 Average
Hauppauge WinTV Nova TD
mitchelln
Offline

Junior Member

Posts: 4
Threads: 1
Joined: Apr 2007
#1
2007-04-04, 07:47 AM
Hi there. I have just bought one of the new dual tuner Hauppauge WinTV Nova TD's. The software from Hauppauge is a joke! So I was hunting around for somehting better and found gbpvr. Looks great!
Has anyone got the Nova TD running with it yet or is it unsupported at the moment?
Thanks!
herbs
Offline

Senior Member

Posts: 697
Threads: 23
Joined: Apr 2004
#2
2007-04-04, 08:38 AM
It should work but you need to modify the BDA.ini file in the gbpvr folder. Graphedit or filtercheck should help you get started.
PVR1: GBPVR 1.3.11|Pentium E5200|2GB|Hauppauge nova-t stick|nova-t usb2| tevion dvb-t100|250GB OS + 250GB HDD
PVR2: GBPVR 1.3.11|Sempron 2800+|768Mb|Geforce 5700le|Nebula pci|nova-t 909|nova-t 90002|nova-t stick| 300GB + 80 OS HDD
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#3
2007-04-04, 04:47 PM
herbs Wrote:It should work but you need to modify the BDA.ini file in the gbpvr folder. Graphedit or filtercheck should help you get started.
I'm fairly sure the Hauppauge Nova-DT definition was included in the current release's default bda.ini, so he shouldnt have to do that. The current release should work with it as is.
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,595
Threads: 387
Joined: Dec 2004
#4
2007-04-04, 04:56 PM
sub Wrote:I'm fairly sure the Hauppauge Nova-DT definition was included in the current release's default bda.ini, so he shouldnt have to do that. The current release should work with it as is.
Yep - I can see it in bda.ini.

Cheers,
Brian
mitchelln
Offline

Junior Member

Posts: 4
Threads: 1
Joined: Apr 2007
#5
2007-04-04, 05:50 PM
I have tried the entry suggested but it doesn't work. The config tool says it is unable to start the BDA device I have configured. It then also crashes.
I then tried creating an entry using graphedit and added the following lines:
[Hauppage WinTV Nova TD]
TUNING_TYPE=DVB-T
FILTER_TUNER="Hauppauge WinTV MOD7700 DVB-T Capture (Dev1 Path0) "
FILTER_CAPTURE="Hauppauge WinTV MOD7700 DVB-T Capture (Dev1 Path0) "
PIN_TUNER_IN=Input0
PIN_TUNER_OUT=MPEG2 Transport
PIN_CAPTURE_IN=MPEG2 Transport
PIN_CAPTURE_OUT=MPEG2 Transport

Same result. Is says it is unable to start the device and crashes. Sad
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#6
2007-04-04, 06:00 PM
Can you run FilterCheck then attach the resulting FilterCheck.log: http://forums.gbpvr.com/showpost.php?p=1...ostcount=6
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#7
2007-04-04, 06:01 PM
Also zip and attach the GB-PVR logs and I'll take a look.
mitchelln
Offline

Junior Member

Posts: 4
Threads: 1
Joined: Apr 2007
#8
2007-04-05, 07:14 AM
Thanks very much for your help. I've attached the logs.

sub Wrote:Also zip and attach the GB-PVR logs and I'll take a look.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#9
2007-04-05, 05:16 PM
Can you try:

[Hauppage WinTV Nova TD]
TUNING_TYPE=DVB-T
FILTER_TUNER=Hauppauge WinTV MOD7700 DVB-T Capture (Dev1 Path0)
FILTER_CAPTURE=Hauppauge WinTV MOD7700 DVB-T Capture (Dev1 Path0)
PIN_TUNER_IN=Input0
PIN_TUNER_OUT=MPEG2 Transport
PIN_CAPTURE_IN=MPEG2 Transport
PIN_CAPTURE_OUT=MPEG2 Transport

The filter name looked correct to me, but wasnt being found, so I'm guessing they've removed that extra space that was confusingly at the end of the filtername?
mitchelln
Offline

Junior Member

Posts: 4
Threads: 1
Joined: Apr 2007
#10
2007-04-05, 05:22 PM
Nope, same result I'm afraid Sad Thanks for your perseverence.
Also, here's the trace of the config crash:

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at NativeUtilities.BDARecorder.SubmitTuningRequest(String tuningRequest, Boolean force)
at NativeUtilities.BDARecorder.StartScanTransponder(String transponder, Int32& signalStrength, Int32& signalQuality)
at Config.Plugins.x501d1ffea8b79320.x692a1118e1794d77(Object xdf2e3583f942db7b, EventArgs xc4f45905cb1fc7ba)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Config
Assembly Version: 1.0.2614.27228
Win32 Version: 1.0.2614.27228
CodeBase: file:///C:/Program%20Files/devnz/gbpvr/Config.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
GBPVRBackendCommon
Assembly Version: 1.0.2614.27225
Win32 Version: 1.0.2614.27225
CodeBase: file:///C:/Program%20Files/devnz/gbpvr/GBPVRBackendCommon.DLL
----------------------------------------
GBPVRPublic
Assembly Version: 1.0.2605.24459
Win32 Version: 1.0.2605.24459
CodeBase: file:///C:/Program%20Files/devnz/gbpvr/GBPVRPublic.DLL
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.ServiceProcess
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.ServiceProcess/2.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll
----------------------------------------
System.Data
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Data.SQLite
Assembly Version: 1.0.30.1
Win32 Version: 1.0.30.1
CodeBase: file:///C:/Program%20Files/devnz/gbpvr/System.Data.SQLite.DLL
----------------------------------------
NativeUtilities
Assembly Version: 1.0.2614.26048
Win32 Version:
CodeBase: file:///C:/Program%20Files/devnz/gbpvr/NativeUtilities.DLL
----------------------------------------
msvcm80
Assembly Version: 8.0.50727.163
Win32 Version: 8.00.50727.163
CodeBase: file:///C:/WINDOWS/WinSxS/x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.163_x-ww_681e29fb/msvcm80.dll
----------------------------------------
System.Transactions
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
System.Security
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Security/2.0.0.0__b03f5f7f11d50a3a/System.Security.dll
----------------------------------------
Accessibility
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Web.Services
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Web.Services/2.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll
----------------------------------------
System.Data.SqlXml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Data.SqlXml/2.0.0.0__b77a5c561934e089/System.Data.SqlXml.dll
----------------------------------------
System.Configuration.Install
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration.Install/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.Install.dll
----------------------------------------
Microsoft.VisualC
Assembly Version: 8.0.0.0
Win32 Version: 8.00.50727.42
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualC/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualC.dll
----------------------------------------
System.EnterpriseServices
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Hauppauge quadHD card no channels found (Debian 11) bgowland 11 1,183 2025-04-14, 03:47 PM
Last Post: bgowland
  Upgrade Hauppauge HVR2200 to Hauppauge Quad HD + NPVR Jim_J 1 903 2024-06-14, 05:21 AM
Last Post: sub
  Hauppauge quadHD and cable service tesla1886 2 920 2024-06-12, 02:42 PM
Last Post: tesla1886
Exclamation Hauppauge PVR/USBUIRT sync rtylerpaul 1 795 2024-04-30, 11:55 AM
Last Post: mvallevand
  Hauppauge quadHD problems NumberFive 17 7,632 2023-09-22, 04:09 PM
Last Post: i0zjh02
  Hauppauge WinTV-HVR4000 cbdc23@gmail.com 13 2,379 2023-09-14, 02:49 AM
Last Post: sub
  nextPVR support Hauppauge 01595? RedDawg 8 2,730 2023-06-16, 06:18 PM
Last Post: sub
  Usb dual HD Hauppauge tuner sound? eastavin 12 2,911 2023-03-01, 03:36 AM
Last Post: eastavin
  Replace Hauppauge tuner card with Hauppauge 1682 or HDHomeRun Flex Duo? mountainsoft 0 1,159 2022-10-29, 01:34 AM
Last Post: mountainsoft
  Nova-HD-S2 DVB S2 ,Windows 10 and NEXT PVR ciccio 2 1,624 2021-08-06, 07:25 PM
Last Post: ciccio

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

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

Linear Mode
Threaded Mode