I recently bought an EasyTV DM-05. (A cheap bugdet card based on DM1105 chipset).
The card works flawlessly with the supplied DVBPlayer application.
In ProgDVB v5 however, the program crashes as soon as I try to scan for channels.
While in ProgDVB v4, the program quits without any error message as soon as the device module is loaded.
I tried both the manufacturer supplied device module and the Newmi DM1105 module available on the progDVB website. The results are identical.
Anybody know a solution to this problem ?
#2
What kind of driver do you use, BDA or WDM style?
If in doubt, check in system control, device manager.
If in doubt, check in system control, device manager.
My signature:
Please read here:
On Bug Reports And Other Complaints
and there:
BOARD RULES - READ THIS!
I don't give support by e-mail or PM.
And I will never assist on PayTV hacking.
PM ME FOR THIS AND YOUR ACCOUNT WILL BE DELETED IMMEDIATELY, WITHOUT ANY WARNING!!!
NEVER EVER DARE TO CONTACT ME FOR PRO VERSION ISSUES!
I am not responsible for that.
Check the 'Activation' section.
Please keep it in English here, or Russian in the Russian section, or German in the German section.
I don't read nor write Klingonian or any other language than English and German.
Addressing me personally in any exotic language will be treated as severe insulting! Be warned!!!
1.)AMD Phenom II x4 940, GA-MA770-UD3, 8 GB DDR2-6400. 7 Pro SP1 x64 + XP Pro SP3 x86
DVB-S2: Cynergy S2 USB HD
2.)P4 3200 i865G (F-S Scenic W600pwr) XP Pro SP3
DVB-S: hauppauge WinTV Nexus-S rev. 2.2, driver TT 2.19h, hardware mode
19.2°,13°,28.x°E,30°W, DiSEqC 1.0
Auf Deutsch:
DVB-Cube <<< Das deutsche DVB-Forum >>>
Please read here:
On Bug Reports And Other Complaints
and there:
BOARD RULES - READ THIS!
I don't give support by e-mail or PM.
And I will never assist on PayTV hacking.
PM ME FOR THIS AND YOUR ACCOUNT WILL BE DELETED IMMEDIATELY, WITHOUT ANY WARNING!!!
NEVER EVER DARE TO CONTACT ME FOR PRO VERSION ISSUES!
I am not responsible for that.
Check the 'Activation' section.
Please keep it in English here, or Russian in the Russian section, or German in the German section.
I don't read nor write Klingonian or any other language than English and German.
Addressing me personally in any exotic language will be treated as severe insulting! Be warned!!!
1.)AMD Phenom II x4 940, GA-MA770-UD3, 8 GB DDR2-6400. 7 Pro SP1 x64 + XP Pro SP3 x86
DVB-S2: Cynergy S2 USB HD
2.)P4 3200 i865G (F-S Scenic W600pwr) XP Pro SP3
DVB-S: hauppauge WinTV Nexus-S rev. 2.2, driver TT 2.19h, hardware mode
19.2°,13°,28.x°E,30°W, DiSEqC 1.0
Auf Deutsch:
DVB-Cube <<< Das deutsche DVB-Forum >>>
#3
It's a WDM driver.
Here's the driver INF file :
Here's the driver INF file :
Code: Select all
;
; DM1105Cap.INF -- contains installation information for SDMC PCI AVStream Captrue,
; A sample WDM capture driver that requires no hardware
;
; Copyright (c) 2005 SDMC
;
[Version]
signature="$CHICAGO$"
Class=Media
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=%dm1105%
DriverVer=20/3/2006,1.0.0.1
[SourceDisksNames]
1=%DM1105CAP.Disk1%,,0
[SourceDisksFiles]
DM1105Cap.sys=1
[ControlFlags]
ExcludeFromSelect=*
ExcludeFromSelect.NT=*
[Manufacturer]
%DM1105%=DM1105
[DestinationDirs]
DM1105CAP.CopyDrivers=10,system32\drivers
;---------------------------------------------------------------
; DM1105 AVStream Captrue
;---------------------------------------------------------------
[DM1105]
%DM1105CAP.DeviceDesc%=DM1105CAP.Device,PCI\VEN_195D&DEV_2032
%DM1105CAP.DeviceDesc%=DM1105CAP.Device,PCI\VEN_195D&DEV_2034
%DM1105CAP.DeviceDesc%=DM1105CAP.Device,PCI\VEN_195D&DEV_1105
%DM1105CAP.DeviceDesc%=DM1105CAP.Device,PCI\VEN_195D&DEV_1106
%DM1105CAP.DeviceDesc%=DM1105CAP.Device,PCI\VEN_595D&DEV_1105
[DM1105CAP.Device]
Include= ks.inf,kscaptur.inf
Needs= Stream.Registration,KS.Registration,KSCAPTUR.Registration
AddReg= DM1105CAP.AddReg
CopyFiles= DM1105CAP.CopyDrivers
KnownFiles= DM1105CAP.KnownFiles
[DM1105CAP.Device.NT]
Include= ks.inf,kscaptur.inf
Needs= Stream.Registration,KS.Registration,KSCAPTUR.Registration.NT
AddReg= DM1105CAP.AddReg
CopyFiles= DM1105CAP.CopyDrivers
[DM1105CAP.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,DM1105Cap.sys
HKR,,PageOutWhenUnopened,3,01
HKR,,DontSuspendIfStreamsAreRunning,3,01
[DM1105CAP.CopyDrivers]
DM1105Cap.sys
[DM1105CAP.KnownFiles]
DM1105Cap.sys=safe
[DM1105CAP.Device.Interfaces]
AddInterface={65E8773D-8F56-11D0-A3B9-00A0C9223196},"GLOBAL",VideoCapture,
AddInterface={6994AD05-93EF-11D0-A3CC-00A0C9223196},"GLOBAL",VideoCapture,
;AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoTvTuner,
;AddInterface={a799a801-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoCrossbar,
;AddInterface={a799a802-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoTvAudio,
[DM1105CAP.Device.NT.Interfaces]
AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture,
AddInterface={6994AD05-93EF-11D0-A3CC-00A0C9223196},"GLOBAL",VideoCapture,
;AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoTvTuner,
;AddInterface={a799a801-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoCrossbar,
;AddInterface={a799a802-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoTvAudio,
[VideoCapture]
AddReg=VideoCapture.AddReg
[VideoTvTuner]
AddReg=VideoTvTuner.AddReg
[VideoCrossbar]
AddReg=VideoXBar.AddReg
[VideoTvAudio]
AddReg=VideoTvAudio.AddReg
[VideoCapture.AddReg]
HKR,,CLSID,,{17CCA71B-ECD7-11D0-B908-00A0C9223196}
HKR,,FriendlyName,,%DM1105CAP.Capture%
; IAMVideoCompression installed as static interface on both output pins
HKR,PinFactory\0\Interfaces\{C6E13343-30AC-11d0-A18C-00A0C9118956},,,{C6E13343-30AC-11d0-A18C-00A0C9118956}
HKR,PinFactory\1\Interfaces\{C6E13343-30AC-11d0-A18C-00A0C9118956},,,{C6E13343-30AC-11d0-A18C-00A0C9118956}
HKLM,Software\CLASSES\CLSID\%DM1105CAP.AMcatID%\Instance\%DM1105CAP.VBIcatID%
HKLM,Software\CLASSES\CLSID\%DM1105CAP.AMcatID%\Instance\%DM1105CAP.VBIcatID%,,,%DM1105CAP.WDMcodecs%
HKLM,Software\CLASSES\CLSID\%DM1105CAP.AMcatID%\Instance\%DM1105CAP.VBIcatID%,FriendlyName,,%DM1105CAP.WDMcodecs%
HKLM,Software\CLASSES\CLSID\%DM1105CAP.AMcatID%\Instance\%DM1105CAP.VBIcatID%,CLSID,,"%DM1105CAP.VBIcatID%"
HKLM,System\CurrentControlSet\Control\MediaCategories\%DM1105CAP.CCpinID%
HKLM,System\CurrentControlSet\Control\MediaCategories\%DM1105CAP.CCpinID%,Name,,%DM1105CAP.CCpinName%
HKLM,System\CurrentControlSet\Control\MediaCategories\%DM1105CAP.NABpinID%
HKLM,System\CurrentControlSet\Control\MediaCategories\%DM1105CAP.NABpinID%,Name,,%DM1105CAP.NABpinName%
[VideoTvTuner.AddReg]
HKR,,CLSID,,{266EEE40-6C63-11cf-8A03-00AA006ECB65}
HKR,,FriendlyName,,%DM1105CAP.TvTuner%
[VideoXBar.AddReg]
HKR,,CLSID,,{71F96460-78F3-11d0-A18C-00A0C9118956}
HKR,,FriendlyName,,%DM1105CAP.Crossbar%
[VideoTvAudio.AddReg]
HKR,,CLSID,,{71F96462-78F3-11d0-A18C-00A0C9118956}
HKR,,FriendlyName,,%DM1105CAP.TvAudio%
[DM1105CAP.Device.NT.Services]
AddService = DM1105CAP,0x00000002,DM1105CAP.ServiceInstall
[DM1105CAP.ServiceInstall]
DisplayName = %DM1105CAP.DeviceDesc%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_AUTO_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\DM1105Cap.sys
;---------------------------------------------------------------
; S t r i n g s
;---------------------------------------------------------------
[Strings]
;----------------
; Non-Localizable
;----------------
SERVICE_KERNEL_DRIVER=1
SERVICE_AUTO_START=2
SERVICE_ERROR_NORMAL=1
;----------------
; Localizable
;----------------
dm1105= "DM1105"
DM1105= "DM1105"
DM1105CAP.Disk1= "DM1105 DVB Device Driver Install Disk"
DM1105CAP.DeviceDesc= "EasyTV DVB Device Video Capture"
DM1105CAP.Capture= "DM1105 AVStream Capture"
DM1105CAP.TvTuner= "DM1105 AVStream TvTuner"
DM1105CAP.Crossbar= "DM1105 AVStream Crossbar"
DM1105CAP.TvAudio= "DM1105 AVStream TvAudio"
DM1105CAP.VBIcatID= "{07DAD660-22F1-11d1-A9F4-00C04FBBDE8F}"
DM1105CAP.AMcatID= "{DA4E3DA0-D07D-11d0-BD50-00A0C911CE86}"
DM1105CAP.WDMcodecs= "DM1105 DVB Streaming VBI Codecs"
DM1105CAP.CCpinID= "{1AAD8061-012D-11d2-B4B1-00A0D102CFBE}"
DM1105CAP.CCpinName= "HWCC"
DM1105CAP.NABpinID= "{29703660-498A-11d2-B4B1-00A0D102CFBE}"
DM1105CAP.NABpinName= "HWNABTS"
#4
what I found with this card is to find a channel list for the sat(s) you're trying to receive, load it into progdvb 5 and then rescan the sat(s) that you're trying to receive and there should be no problem.