SkyNETU.INF Driver File Contents (1316.zip)

;*****************************************************************************
;
;    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 = SkyNetU.cat
Signature   = "$Chicago$"
Compatible  = 1
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %CompanyProvider%

[Manufacturer]
%CompanyManufacturer%     = Technisat_Models,NTAMD64

[ControlFlags]
ExcludeFromSelect     = USB\VID_0AF7&PID_0101

[Technisat_Models]
%FCIIIUsbReceiver.DeviceDesc%  = FCIIIUsb.ndi, USB\VID_0AF7&PID_0101

[Technisat_Models.NTAMD64]
%FCIIIUsbReceiver.DeviceDesc%      = FCIIIUsb.ndi.AMD64,  USB\VID_0AF7&PID_0101


;;****************************************************************************
;; Windows 2000, Windows XP and Windows Vista
;;****************************************************************************

; FlexCop III Install Section

[FCIIIUsb.ndi.NT]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType         = 15
AddReg          = SKYNET.common.reg, SKYNET.USB.reg, SKYNET.Win2K.reg
CopyFiles       = SKYNETU.CopyFiles

[FCIIIUsb.ndi.NT.Services]
AddService = SKYNETU, 2, SKYNETU.Service, SKYNET.EventLog

; Copy Files Section

[SKYNETU.CopyFiles]
SkyNETU.sys,,,2

;;****************************************************************************
;; Windows XP 64-bit Edition
;;****************************************************************************

; WinXP-64bit FlexCop II PCI Install Section

[FCIIIUsb.ndi.AMD64]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType         = 15
AddReg          = SKYNET.common.reg, SKYNET.USB.reg, SKYNET.Win2K.reg
CopyFiles       = SKYNETU_AMD64.CopyFiles

[FCIIIUSB.ndi.AMD64.Services]
AddService = SKYNETU, 2, SKYNETU_AMD64.Service, SKYNET.EventLog

; Copy Files Section

[SKYNETU_AMD64.CopyFiles]
SkyNETU_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"


; USB Add Registry Section

[SKYNET.USB.reg]
HKR, UserHwParams,		nResetChip,	   	   0, "1"
HKR, UserHwParams,              nSizeOfBufDMA1,            0, "120320"

;;****************************************************************************
;; 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, "SKYNETU"
;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
;
;===_UserSwParams_===
;
HKR, UserSwParams,              nWinOsVersionMaj,          0, "2000"
HKR, UserSwParams,              nWinOsVersionMin,          0, "0"
HKR, UserSwParams,              nWinOsVersionSvcPack,      0, "0"
;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

; Win2000 DDInstall.Services Section

[SKYNETU.Service]
DisplayName     = %USBReceiver.Service.DispName%
ServiceType     = 1	; SERVICE_KERNEL_DRIVER
StartType       = 3	; SERVICE_DEMAND_START
ErrorControl    = 1	; NORMAL
ServiceBinary   = %12%\SkyNETU.SYS
LoadOrderGroup  = NDIS

; WinXP x64 DDInstall.Services Section

[SKYNETU_AMD64.Service]
DisplayName     = %USBReceiver.Service.DispName%
ServiceType     = 1	; SERVICE_KERNEL_DRIVER
StartType       = 3	; SERVICE_DEMAND_START
ErrorControl    = 1	; NORMAL
ServiceBinary   = %12%\SkyNETU_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
SKYNETU.CopyFiles            = 12
SKYNETU_AMD64.CopyFiles      = 12
DefaultDestDir              = 11        ; LDID_SYS
SKYNETU.DelFiles             = 17

;;****************************************************************************
;; Source Files
;;****************************************************************************
[SourceDisksNames]
1=%InstallationDiskName%,,,

[SourceDisksFiles]
SkyNETU.sys=1
SkyNETU_AMD64.sys=1

;;****************************************************************************
;; Strings
;;****************************************************************************

[Strings]
InstallationDiskName         = "Installation Disk"
CompanyProvider              = "B2C2"
CompanyManufacturer          = "B2C2, Inc."
FCIIIUsbReceiver.DeviceDesc  = "TechniSat DVB-PC TV Star USB"

USBReceiver.Service.DispName = "TechniSat DVB-PC TV Star USB"

NetworkAddress           = "Local Network Address"
NumRfd                   = "(Rfd)Receive Frame Descriptors"

Download Driver Pack

How To Update Drivers Manually

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.

server: web2, load: 0.97