Help - Search - Members - Calendar
Full Version: USB-Ter BDA Drivers for VP Anyone???? Pleeeasseeee
DVB Owners Discussion Forum - dvbowners.com > Technical & Development Forums > BDA Driver Development
SiUK
Hi all, please can any one help!? as you see from the post i need VisionPlus Magic Box to work with MSC2005, i have seen all the comments about the BDA drivers, but i have not seen any that would work with the USB versions, Twinhan said "yes it is compatable" with MSC2005 but i believe i dont have the right drivers as it doesnt work

Any help would be great,
Cheers
Si smile.gif
JoeyBloggs
Well if it is supported ~ Then you should presumably be using the TwinHan 1.2.x BDA drivers. Have a search here for a link to them, if they are not on the manufacturer's website.
SiUK
QUOTE (JoeyBloggs @ Jan 6 2005, 12:16 AM)
Well if it is supported ~ Then you should presumably be using the TwinHan 1.2.x BDA drivers. Have a search here for a link to them, if they are not on the manufacturer's website.
*


Dont think it is supported in the driver, reading the config file, it says its PCI, can any of this be changed to be used with a USB device, must me a guru that can help, pleasseeee.

BDA driver Install Information File For Win2000, WinXP, MCE
;
; V1.2.0.1 2004/10/27 00:00:00
;
; Copyright © 2004-2006 Twinhan technology Co.
;
;

[Version]
signature = "$CHICAGO$"
Class = Media
ClassGUID = {4d36e96c-e325-11ce-bfc1-08002be10318}
Provider = %TWINHAN%
LayoutFile = Layout.inf
DriverVer = 10/27/2004
CatalogFile = THBDA.cat

[DestinationDirs]
THBDA.CopyDrivers = 10,System32\Drivers

[Manufacturer]
%MfgName% = TWINHAN

[ControlFlags]
ExcludeFromSelect = *
ExcludeFromSelect.NT = *

[TWINHAN]
"Twinhan DVB BDA Tuner Driver(MCE Europe)" = THBDA.Device,PCI\VEN_109E&DEV_036E&SUBSYS_00011822
"Twinhan DVB BDA Capture Driver(MCE Europe)" = THBDA.Device,PCI\VEN_109E&DEV_0878&SUBSYS_00011822

[THBDA.Device]
Include = ks.inf, kscaptur.inf, bda.inf
Needs = KS.Registration, KSCAPTUR.Registration, BDA.Installation
AddReg = THBDA.AddReg
CopyFiles = THBDA.CopyDrivers

[THBDA.Device.NT]
Include = ks.inf, kscaptur.inf, bda.inf
Needs = KS.Registration.NT, KSCAPTUR.Registration.NT, BDA.Installation.NT
AddReg = THBDA.AddReg
CopyFiles = THBDA.CopyDrivers

[THBDA.Device.NT.Services]
Addservice = THBDA, 0x00000002, THBDA.AddService

[THBDA.AddService]
DisplayName = %THBDA.FriendlyName%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\THBDA.sys
LoadOrderGroup = Base

[THBDA.CopyDrivers]
THBDA.sys

[THBDA.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,THBDA.sys
HKR,,PageOutWhenUnopened,3,01

; Normal
;HKR,"DriverData","FixedBandwidth",0x00010001, 0x00,0x00,0x00,0x00
; Fixed as VHF 7MHz, UHF 8MHz
HKR,"DriverData","FixedBandwidth",0x00010001, 0x01,0x00,0x00,0x00
; Fixed as 6 MHz
;HKR,"DriverData","FixedBandwidth",0x00010001, 0x06,0x00,0x00,0x00
; Fixed as 7 MHz
;HKR,"DriverData","FixedBandwidth",0x00010001, 0x07,0x00,0x00,0x00
; Fixed as 8 MHz
;HKR,"DriverData","FixedBandwidth",0x00010001, 0x08,0x00,0x00,0x00

; Normal
;HKR,"DriverData","DisableLockShift",0x00010001, 0x00,0x00,0x00,0x00
; Disable lock shift
HKR,"DriverData","DisableLockShift",0x00010001, 0x01,0x00,0x00,0x00

HKLM,System\CurrentControlSet\Control\MediaCategories\{FF7451BA-42F1-4a9e-9908-E12406A48D6D}
HKLM,System\CurrentControlSet\Control\MediaCategories\{FF7451BA-42F1-4a9e-9908-E12406A48D6D},Display,0x00010001,0
HKLM,System\CurrentControlSet\Control\MediaCategories\{FF7451BA-42F1-4a9e-9908-E12406A48D6D},Name,,"Tuner Node"
HKLM,System\CurrentControlSet\Control\MediaCategories\{7969986E-A637-4e4e-8AC8-0BD9A02DFC1F}
HKLM,System\CurrentControlSet\Control\MediaCategories\{7969986E-A637-4e4e-8AC8-0BD9A02DFC1F},Display,0x00010001,0
HKLM,System\CurrentControlSet\Control\MediaCategories\{7969986E-A637-4e4e-8AC8-0BD9A02DFC1F},Name,,"Demodulator Node"
HKLM,System\CurrentControlSet\Control\MediaCategories\{54B37042-5CED-48dd-BF4B-16FF7D6E8C81}
HKLM,System\CurrentControlSet\Control\MediaCategories\{54B37042-5CED-48dd-BF4B-16FF7D6E8C81},Display,0x00010001,0
HKLM,System\CurrentControlSet\Control\MediaCategories\{54B37042-5CED-48dd-BF4B-16FF7D6E8C81},Name,,"Antenna In Pin"

[THBDA.Device.Interfaces]
AddInterface = %KSCATEGORY_BDATUNER%, %KSSTRING_BdaSWTunerFilter%, THBDA.Interfaces,
AddInterface = %KSCATEGORY_BDARECEIVER%, %KSSTRING_BdaSWCaptureFilter%, THBDA.Interfaces,

[THBDA.Device.NT.Interfaces]
AddInterface = %KSCATEGORY_BDATUNER%, %KSSTRING_BdaSWTunerFilter%, THBDA.Interfaces,
AddInterface = %KSCATEGORY_BDARECEIVER%, %KSSTRING_BdaSWCaptureFilter%, THBDA.Interfaces,

[THBDA.Interfaces]
AddReg = THBDA.Interface.AddReg

[THBDA.Interface.AddReg]
HKR,,CLSID,,%THBDA.CLSID%
HKR,,FriendlyName,,%THBDA.FriendlyName%


[Strings]
TWINHAN = "TwinHan"
MfgName = "TwinHan"
THBDA.CLSID = "{17CCA71B-ECD7-11D0-B908-00A0C9223196}" ; KsProxy.ax's ID, REQUIRED
THBDA.DeviceDesc = "TwinHan DVB-T PCI adapter"
THBDA.FriendlyName = "TwinHan PCI TV receiver"
KSSTRING_BdaFilter = "{2BC59444-39D8-49cb-ADD5-AB91AA7247AE}"

;
; The following items should be moved to KS_registration - TCP
;
KSCATEGORY_BDATUNER = "{71985F48-1CA1-11d3-9CC8-00C04F7971E0}"
KSCATEGORY_BDARECEIVER = "{FD0A5AF4-B41D-11d2-9C95-00C04F7971E0}"
MediaCategories = "SYSTEM\CurrentControlSet\Control\MediaCategories"

KSSTRING_BdaSWTunerFilter="{E5644CC4-17A1-4eed-BD90-74FDA1D65423}"
KSSTRING_BdaSWCaptureFilter="{4F9853CF-2B2C-4d2a-B66F-35812F833014}"


;
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120

; StartType values
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004

; ErrorControl values
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003

; Characteristic flags
NCF_VIRTUAL = 0x0001
NCF_WRAPPER = 0x0002
NCF_PHYSICAL = 0x0004
NCF_HIDDEN = 0x0008
NCF_NO_SERVICE = 0x0010
NCF_NOT_USER_REMOVABLE = 0x0020
NCF_HAS_UI = 0x0080
NCF_MODEM = 0x0100

; Registry types
REG_MULTI_SZ = 0x10000
REG_EXPAND_SZ = 0x20000
REG_DWORD = 0x10001

; Win9x Compatible Types
REG_BINARY = 17
REG_SZ = 0

; Service install flags
SPSVCINST_TAGTOFRONT = 0x1
SPSVCINST_ASSOCSERVICE = 0x2
JoeyBloggs
Try and get more information out of TwinHan. There is no magical way of configuring PCI only drivers to work with USB devices. I have heard that they are working on BDA driver's for the newer USB 2.0 devices, I don't know what they are planning as far as the USB 1.1 devices ~~~

Presumably there would not be much extra work... However in most cases manufacturers seem to be relying on the chipset and tuner manufacturers to initially write the BDA minidrivers and then just integrate the appropriate ones that their products are based on.

There are later drivers publicly available, however they don't seem to have any USB device support in them either ~
QUOTE
; BDA driver Install Information File For Win2000, WinXP, MCE
;
;    V1.2.1.2 2004/12/01 00:00:00
;
; Copyright © 2004-2008 TwinHan Technology Inc.
; All Rights Reserved.
;
renura
QUOTE (SiUK @ Jan 6 2005, 03:00 AM)
Hi all, please can any one help!? as you see from the post i need VisionPlus Magic Box to work with MSC2005, i have seen all the comments about the BDA drivers, but i have not seen any that would work with the USB versions, Twinhan said "yes it is compatable" with MSC2005 but i believe i dont have the right drivers as it doesnt work

Any help would be great,
Cheers
Si smile.gif
*


SiUK,

is your device a Magic Box or a TwinHan Magic Box II?

The first one does not have BDA drivers at all, as far as I know. While if you do have the second, there is hope. smile.gif

Cheers

Renura
SiUK
QUOTE (renura @ Jan 6 2005, 11:16 AM)
QUOTE (SiUK @ Jan 6 2005, 03:00 AM)
Hi all, please can any one help!? as you see from the post i need VisionPlus Magic Box to work with MSC2005, i have seen all the comments about the BDA drivers, but i have not seen any that would work with the USB versions, Twinhan said "yes it is compatable" with MSC2005 but i believe i dont have the right drivers as it doesnt work

Any help would be great,
Cheers
Si smile.gif
*


SiUK,

is your device a Magic Box or a TwinHan Magic Box II?

The first one does not have BDA drivers at all, as far as I know. While if you do have the second, there is hope. smile.gif





Mine is just the Magic box, got an email from Twinhan today saying "Your USB MagicBox don't support BDA drivers "

Awwwww man! just have to sit and wait i guess,if anyone hears anything then please let me know, thanks for replies

Si

Cheers

Renura
*

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.