;*****************************************************************************
;
; SkyNETU.INF - Windows 2000, Windows XP, Windows XP x64 Windows VISTA
; combined inf for NDIS5 MINIPORT NIC driver for Technisat
; Broadband Receivers
;
; Copyright 1999-2006, Technisat
;
;*****************************************************************************
[version]
DriverVer = 3/13/2005,4.4.0.0
;CatalogFile = SkyNet.cat
Signature = "$Chicago$"
Compatible = 1
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %CompanyProvider%
[Manufacturer]
%CompanyManufacturer% = Technisat_Models,NTAMD64
[ControlFlags]
ExcludeFromSelect = PCI\VEN_13D0&DEV_2103,PCI\VEN_13D0&DEV_2200
[Technisat_Models]
%FCIIReceiver.DeviceDesc% = FCII.ndi, PCI\VEN_13D0&DEV_2103
%FCIIIReceiver.DeviceDesc% = FCIII.ndi, PCI\VEN_13D0&DEV_2200
[Technisat_Models.NTAMD64]
%FCIIReceiver.DeviceDesc% = FCII.ndi.AMD64, PCI\VEN_13D0&DEV_2103
;;****************************************************************************
;; Windows 2000, Windows XP and Windows Vista
;;****************************************************************************
; FlexCop II PCI Install Section
[FCII.ndi.NT]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5
AddReg = SKYNET.common.reg, SKYNET.PCI.reg, SKYNET.Win2K.reg
CopyFiles = SKYNET.CopyFiles
[FCII.ndi.NT.Services]
AddService = SKYNET, 2, SKYNET.Service, SKYNET.EventLog
; FlexCop III Install Section
[FCIII.ndi.NT]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5
AddReg = SKYNET.common.reg, SKYNET.PCI.reg, SKYNET.Win2K.reg
CopyFiles = SKYNET.CopyFiles
[FCIII.ndi.NT.Services]
AddService = SKYNET, 2, SKYNET.Service, SKYNET.EventLog
; Copy Files Section
[SKYNET.CopyFiles]
SkyNET.sys,,,2
;;****************************************************************************
;; Windows XP 64-bit Edition
;;****************************************************************************
; WinXP-64bit FlexCop II PCI Install Section
[FCII.ndi.AMD64]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5
AddReg = SKYNET.common.reg, SKYNET.PCI.reg, SKYNET.Win2K.reg
CopyFiles = SKYNET_AMD64.CopyFiles
[FCII.ndi.AMD64.Services]
AddService = SKYNET, 2, SKYNET_AMD64.Service, SKYNET.EventLog
; Copy Files Section
[SKYNET_AMD64.CopyFiles]
SkyNET_AMD64.sys,,,2
;;----------------------------------------------------------------------------
;; SKYNET Parameters
;;----------------------------------------------------------------------------
; Common Add Registry Section
[SKYNET.common.reg]
; Rx Frame Descriptors
HKR, Ndi\params\NumRfd, ParamDesc, 0, %NumRfd%
HKR, Ndi\params\NumRfd, default, 0, "128"
HKR, Ndi\params\NumRfd, min, 0, "1"
HKR, Ndi\params\NumRfd, max, 0, "1024"
HKR, Ndi\params\NumRfd, step, 0, "1"
HKR, Ndi\params\NumRfd, Base, 0, "10"
HKR, Ndi\params\NumRfd, type, 0, "int"
; Network Address
HKR, Ndi\params\NetworkAddress, ParamDesc, 0, %NetworkAddress%
HKR, Ndi\params\NetworkAddress, Default, 0, ""
HKR, Ndi\params\NetworkAddress, type, 0, "edit"
HKR, NDI\params\NetworkAddress, LimitText, 0, "12"
HKR, NDI\params\NetworkAddress, UpperCase, 0, "1"
HKR, NDI\params\NetworkAddress, optional, 0, "1"
;++++++++++++++++++++++++++++++++++++++++++++++++++++++++
HKR, , NicIOSpaceBaseAddress, 0, 0x00000000
;
;===_UserHwParams_===
;
HKR, UserHwParams, nBoard0x2102UseTimer, 0, "1"
HKR, UserHwParams, nRunningNonStopDma1Dma2, 0, "0"
HKR, UserHwParams, nRunningNonStopDma1Dma2_Default_Is_1, 0, "1"
HKR, UserHwParams, nSizeOfBufDMA2, 0, "0"
HKR, UserHwParams, nUserTimerPeriodMs, 0, "10"
HKR, UserHwParams, nSizeOfTimeIrqDMA1, 0, "200"
HKR, UserHwParams, nSizeOfTimeIrqDMA2, 0, "3"
HKR, UserHwParams, nUseSmartCard, 0, "0"
HKR, UserHwParams, nUseMemSpaceRegAccess, 0, "1"
HKR, UserHwParams, nSizeOfSubBufDMA1, 0, "64"
HKR, UserHwParams, nUseSubBufDMA1, 0, "0"
HKR, UserHwParams, nNumReceiveIndicate, 0, "2"
HKR, UserHwParams, nSamsungQpskBerMode, 0, "1"
;
;===_UserTunerParams_===
;
HKR, UserTunerParams, nEnableKernelTunerControl, 0, "1"
HKR, UserTunerParams, nTransponderFreq_KHz, 0, "0"
HKR, UserTunerParams, nLnbFreq_KHz, 0, "0"
HKR, UserTunerParams, nSymbolRate_KBauds, 0, "0"
HKR, UserTunerParams, nStdIndexFec, 0, "6"
HKR, UserTunerParams, nStdIndexPolarity, 0, "1"
HKR, UserTunerParams, nStdIndexToneFreq, 0, "0"
HKR, UserTunerParams, nTunerTimerPeriodMs, 0, "100"
HKR, UserTunerParams, nTunerWaitLockTimeMs, 0, "400"
;
;===_UserSwParams_===
;
HKR, UserSwParams, nValidateIpChecksums, 0, "0"
; PCI Add Registry Section
[SKYNET.PCI.reg]
HKR, UserHwParams, nResetChip, 0, "0"
HKR, UserHwParams, nSizeOfBufDMA1, 0, "481280"
;;****************************************************************************
;; NT 5.0 parameters
;;****************************************************************************
; Win2000 Add Registry Section
[SKYNET.Win2K.reg]
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi, Service, 0, "SKYNET"
;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
;
;===_UserSwParams_===
;
HKR, UserSwParams, nWinOsVersionMaj, 0, "2000"
HKR, UserSwParams, nWinOsVersionMin, 0, "0"
HKR, UserSwParams, nWinOsVersionSvcPack, 0, "0"
;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; Win2000 DDInstall.Services Section
[SKYNET.Service]
DisplayName = %PCIReceiver.Service.DispName%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; NORMAL
ServiceBinary = %12%\SkyNET.SYS
LoadOrderGroup = NDIS
; WinXP x64 DDInstall.Services Section
[SKYNET_AMD64.Service]
DisplayName = %PCIReceiver.Service.DispName%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; NORMAL
ServiceBinary = %12%\SkyNET_AMD64.SYS
LoadOrderGroup = NDIS
; Win2000 Event-Log Services Section
[SKYNET.EventLog]
Addreg = SKYNET.AddEventLog.reg
; Win2000 Event Log Add Registry Section
[SKYNET.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
;;****************************************************************************
;; Destination Directory
;;****************************************************************************
[DestinationDirs]
; 10 = Windows Directory
; 11 = System Directory
; 12 = Drivers Directory
; 17 = INF File Directory
SKYNET.CopyFiles = 12
SKYNET_AMD64.CopyFiles = 12
DefaultDestDir = 11 ; LDID_SYS
SKYNET.DelFiles = 17
;;****************************************************************************
;; Source Files
;;****************************************************************************
[SourceDisksNames]
1=%InstallationDiskName%,,,
[SourceDisksFiles]
SkyNET.sys=1
SkyNET_AMD64.sys=1
;;****************************************************************************
;; Strings
;;****************************************************************************
[Strings]
InstallationDiskName = "Installation Disk"
CompanyProvider = "B2C2"
CompanyManufacturer = "B2C2, Inc."
FCIIReceiver.DeviceDesc = "TechniSat DVB-PC TV Star PCI"
FCIIIReceiver.DeviceDesc = "TechniSat DVB-PC TV Star PCI"
PCIReceiver.Service.DispName = "TechniSat DVB-PC TV Star PCI"
NetworkAddress = "Local Network Address"
NumRfd = "(Rfd)Receive Frame Descriptors"
Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.