2008-04-03, 06:03 AM
I am attempting to setup my Leadtek Winfast DTV Dongle with GB-PVR to receive NZ Freeview in Kapiti.
Firstly a bug in C:\Program Files\Devnz\GBPVR\BDA\DVB-T\0166.ini. The correct channels for Kapiti Freeview are 45, 53, 57 (ini file had 45, 53, 47)
Correct file:
Secondly a error in C:\Program Files\Devnz\GBPVR\bda.ini. There was an eror in the entry for WinFast DTV Dongle DIB7700 as only the tuner filter has the trailing space.
Correct section:
But despite these the config program still cannot find any channels.
The tuner is working as the blue LED lights up on the dongle during the scan, and signal and quality info is displayed by the tuning program. But it is not finding any info in the DVB tables.
Here are my log files:
FilterCheck.log:
Note the trailing spaces for the DTV dongle filters (only for tuner).
Config.exe.log:
This reveals another bug - only a small portion of the log is being dumped to the hard drive! It gets cut off at VERBO
The other log files for GBPVRRecordingService.exe do this as well.
Any help on this would be welcome.
BTY DVBViewer works a treat and MediaPortal doesn't find the device (desptie me editing its XML files).
Firstly a bug in C:\Program Files\Devnz\GBPVR\BDA\DVB-T\0166.ini. The correct channels for Kapiti Freeview are 45, 53, 57 (ini file had 45, 53, 47)
Correct file:
Code:
[TERTYPE]
1=New Zealand
2=Kapiti (Ngarara)
[DVB]
;Position = Channelname,Frequency(KHz),Inversion(0,1),0,Bandwidth (7MHz=1, 8MHz=2)
0=3
1=C45,666000,0,0,8
2=C53,730000,0,0,8
3=C57,762000,0,0,8
Secondly a error in C:\Program Files\Devnz\GBPVR\bda.ini. There was an eror in the entry for WinFast DTV Dongle DIB7700 as only the tuner filter has the trailing space.
Correct section:
Code:
[WinFast DTV Dongle DIB7700]
TUNING_TYPE=DVB-T
FILTER_TUNER='WinFast DTV Dongle DIB7700 (Dev1 Path0) '
FILTER_CAPTURE='WinFast DTV Dongle DIB7700 (Dev1 Path0)'
PIN_TUNER_IN=Input0
PIN_TUNER_OUT=MPEG2 Transport
PIN_CAPTURE_IN=MPEG2 Transport
PIN_CAPTURE_OUT=MPEG2 Transport
But despite these the config program still cannot find any channels.
The tuner is working as the blue LED lights up on the dongle during the scan, and signal and quality info is displayed by the tuning program. But it is not finding any info in the DVB tables.
Here are my log files:
FilterCheck.log:
Code:
17:38:17.136 INFO Log started
17:38:17.136 INFO Filter Check v1.0
17:38:17.136 INFO
17:38:17.136 INFO
17:38:17.136 INFO Checking AM_KSCATEGORY_CAPTURE filters
17:38:17.167 INFO found: Integrated Camera
17:38:17.182 INFO - (output) Capture
17:38:17.182 INFO - (output) Still
17:38:17.182 INFO
17:38:17.182 INFO
17:38:17.182 INFO
17:38:17.182 INFO Checking AM_KSCATEGORY_ENCODER filters
17:38:17.182 INFO
17:38:17.182 INFO
17:38:17.182 INFO Checking AM_KSCATEGORY_CROSSBAR filters
17:38:17.182 INFO
17:38:17.182 INFO
17:38:17.182 INFO Checking AM_KSCATEGORY_TVTUNER filters
17:38:17.182 INFO
17:38:17.182 INFO
17:38:17.182 INFO Checking AM_KSCATEGORY_TVAUDIO filters
17:38:17.182 INFO
17:38:17.182 INFO
17:38:17.182 INFO Checking AM_KSCATEGORY_VBICODEC filters
17:38:17.182 INFO
17:38:17.182 INFO
17:38:17.182 INFO Checking KSCATEGORY_BDA_NETWORK_TUNER filters
17:38:17.182 INFO found: WinFast DTV Dongle DIB7700 (Dev1 Path0)
17:38:17.182 INFO - (input) Input0
17:38:17.182 INFO - (output) MPEG2 Transport
17:38:17.182 INFO
17:38:17.182 INFO
17:38:17.182 INFO
17:38:17.182 INFO Checking KSCATEGORY_BDA_RECEIVER_COMPONENT filters
17:38:17.198 INFO found: WinFast DTV Dongle DIB7700 (Dev1 Path0)
17:38:17.198 INFO - (input) MPEG2 Transport
17:38:17.198 INFO - (output) MPEG2 Transport
17:38:17.198 INFO
Note the trailing spaces for the DTV dongle filters (only for tuner).
Config.exe.log:
Code:
2008-04-03 18:28:01.093 VERBOSE [1] installDirectory is C:\Program Files\Devnz\GBPVR\
2008-04-03 18:28:01.093 VERBOSE [1] configurationFile is config.xml
2008-04-03 18:28:01.093 VERBOSE [1] getValue() loading new key/value into cache: /settings/DatabaseConnectionString
2008-04-03 18:28:01.093 VERBOSE [1] getValue: /settings/DatabaseConnectionString : Data Source=".\gbpvr.db3";Version=3;New=True;
2008-04-03 18:28:01.093 VERBOSE [1] getValue() loading new key/value into cache: /settings/DatabaseIdentityQuery
2008-04-03 18:28:01.093 VERBOSE [1] getValue: /settings/DatabaseIdentityQuery : select last_insert_rowid()
2008-04-03 18:28:01.093 VERBOSE [1] databaseConnectionString is Data Source="C:\Program Files\Devnz\GBPVR\gbpvr.db3";Version=3;New=True;
2008-04-03 18:28:01.093 VERBOSE [1] getValue() loading new key/value into cache: /settings/DatabaseProviderFactory
2008-04-03 18:28:01.093 VERBOSE [1] getValue: /settings/DatabaseProviderFactory : System.Data.SQLite.SQLiteFactory
2008-04-03 18:28:01.093 VERBO
This reveals another bug - only a small portion of the log is being dumped to the hard drive! It gets cut off at VERBO
The other log files for GBPVRRecordingService.exe do this as well.
Any help on this would be welcome.
BTY DVBViewer works a treat and MediaPortal doesn't find the device (desptie me editing its XML files).