HF000X9.INF Driver File Contents (HF000X9.ZIP)

; Purpose: HomeFree setup information file for Windows 9X/NT
;
; Date: 08/08/2005, V0.5
;
; Author: Dipl.-Ing. (FH) Werner K.G. Muenchheimer, Aachen, Germany
;
; Copyright: Free for evaluation

[Version]
 Signature            = "$Chicago$"
 Compatible           = 1
 Class                = Net
 ClassGUID            = {4d36e972-e325-11ce-bfc1-08002be10318}
 Provider             = %Prov%
;CatalogFile          = HF000X9.CAT ; for WHQL certified (Windows 98/ME)
;CatalogFile.NT       = HF000XN.CAT ; for WHQL certified (Windows NT/2K/XP)  
 LayoutFile           = layout.inf
 DriverVer            = 02/17/1999, 1.0.003.091 

[Manufacturer]
 %Manuf%              = DeviceList

[ControlFlags]

[DeviceList]
 %HFPCMCIADeviceDesc% = HF0000.ndi, PCMCIA\DIAMOND_MULTIMEDIA-HOMEFREE_PC_CARD-550C
 %HFISAPNPDeviceDesc% = HF0001.ndi, *SUP2600
 %HFPCIDeviceDesc%    = HF0002.ndi, PCI\VEN_E159&DEV_0002

;----------------------------------------------------------------------
; ndi for HFPCMCIA Windows 9x
;----------------------------------------------------------------------

[HF0000.ndi]
 AddReg               = HF0000.reg, Common.reg,
 CopyFiles            = Driver.Copy, Utils.Copy, Inf.Copy

;-----------------------------------------------------------------------
; Specifics for HFPCMCIA Windows 9x
;-----------------------------------------------------------------------

[HF0000.reg]
 HKR,,DriverDesc,,%HFPCMCIADeviceDesc%
 HKR,NDI,DeviceID,,PCMCIA\DIAMOND_MULTIMEDIA-HOMEFREE_PC_CARD-550C
 HKR,,NdisInterface,,"8"
 HKR,NDI,CardType,,PCMCIA

;----------------------------------------------------------------------
; ndi for HFISAPNP Windows 9x
;----------------------------------------------------------------------

[HF0001.ndi]
 AddReg               = HF0001.reg, Common.reg
 CopyFiles            = Driver.Copy, Utils.Copy, Inf.Copy

;-----------------------------------------------------------------------
; Specifics for HFISAPNP Windows 9x
;-----------------------------------------------------------------------

[HF0001.reg]
 HKR,,DriverDesc,,%HFISAPNPDeviceDesc%
 HKR,NDI,DeviceID,,ISAPNP\SUP2600
 HKR,,NdisInterface,,"1"
 HKR,NDI,CardType,,ISAPNP

;----------------------------------------------------------------------
; ndi for HFPCI Windows 9x
;----------------------------------------------------------------------

[HF0002.ndi]
 AddReg               = HF0002.reg, Common.reg
 CopyFiles            = Driver.Copy, Utils.Copy, Inf.Copy

;-----------------------------------------------------------------------
; Specifics for HFPCI Windows 9x
;-----------------------------------------------------------------------

[HF0002.reg]
 HKR,,DriverDesc,,%HFPCIDeviceDesc%
 HKR,NDI,DeviceID,,PCI\VEN_E159&DEV_0002
 HKR,,NdisInterface,,"5"
 HKR,NDI,CardType,,PCI

;-----------------------------------------------------------------------
; Common driver parameters Windows 9x
;-----------------------------------------------------------------------

[Common.reg]
 HKR,NDI,HelpText,,%HFHelpText%
 HKR,NDI\Install,,,"HFInstall"
 HKR,NDI\Remove,,,"HFRemove"

 HKR,,DevLoader,,*ndis
 HKR,,DeviceVxDs,,"skyhook.vxd,skyline.sys"
 HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"

 HKR,NDI\Interfaces,DefUpper,,"ndis3,ndis4"
 HKR,NDI\Interfaces,UpperRange,,"ndis3,ndis4"
 HKR,NDI\Interfaces,Upper,,ndis3
 HKR,NDI\Interfaces,DefLower,,ethernet
 HKR,NDI\Interfaces,LowerRange,,ethernet
 HKR,NDI\Interfaces,Lower,,ethernet

 HKR,NDIS,LogDriverName,,"SKYLINE"
 HKR,NDIS,MajorNdisVersion,1,03
 HKR,NDIS,MinorNdisVersion,1,0A

 HKR,,DefaultCoNetId,,%HFDefaultCoNetId%
;HKR,,MaximumLinkSpeed,1,0F
;HKR,,TxMinimumHoldOff,1,0F

[HFInstall]

[HFRemove]

;----------------------------------------------------------------------
; ndi for HFPCMCIA NT 5.0
;----------------------------------------------------------------------

[HF0000.ndi.NT]
 AddReg               = HF0000.reg.NT
 CopyFiles            = Driver.Copy.NT, Utils.Copy.NT, Inf.Copy.NT
 BusType              = 8
 Characteristics      = 0x84 ; Removable
 
[HF0000.ndi.NT.Services]
 AddService           = "HFPCMCIA", 2, HFPCMCIA.Service, HFPCMCIA.EventLog

;-----------------------------------------------------------------------
; Specifics for HFPCMCIA NT 5.0
;-----------------------------------------------------------------------

[HF0000.reg.NT]
 HKR,,DefaultCoNetId,0,%HFDefaultCoNetId%
;HKR,,MaximumLinkSpeed,1,0F
;HKR,,TxMinimumHoldOff,1,0F
 HKR,,NdisInterface,0,"8"

 HKR,NDI,Service,0,"HFPCMCIA"
 HKR,NDI\Interfaces,UpperRange,0,"ndis5"
 HKR,NDI\Interfaces,LowerRange,0,"ethernet"

[HFPCMCIA.Service]
 DisplayName          = %DispName%
 ServiceType          = 1 ; %SERVICE_KERNEL_DRIVER%
 StartType            = 3 ; %SERVICE_AUTO_START%
 ErrorControl         = 1 ; %SERVICE_ERROR_NORMAL%
 ServiceBinary        = %12%\skyline.sys
 LoadOrderGroup       = NDIS

[HFPCMCIA.EventLog]
 AddReg               = HFPCMCIA.AddEventLog.Reg

[HFPCMCIA.AddEventLog.Reg]
 HKR,,EventMessageFile,0x00020000,%%SystemRoot%%\System32\netevent.dll
 HKR,,TypesSupported,0x00010001,7

;----------------------------------------------------------------------
; ndi for HFISAPNP NT 5.0
;----------------------------------------------------------------------

[HF0001.ndi.NT]
 AddReg               = HF0001.reg.NT
 CopyFiles            = Driver.Copy.NT, Utils.Copy.NT, Inf.Copy.NT
 BusType              = 1
 Characteristics      = 0x84 ; Removable

[HF0001.ndi.NT.Services]
 AddService           = "HFISAPNP", 2, HFISAPNP.Service, HFISAPNP.EventLog

;-----------------------------------------------------------------------
; Specifics for HFISAPNP NT 5.0
;-----------------------------------------------------------------------

[HF0001.reg.NT]
 HKR,,DefaultCoNetId,0,%HFDefaultCoNetId%
;HKR,,MaximumLinkSpeed,1,0F
;HKR,,TxMinimumHoldOff,1,0F
 HKR,,NdisInterface,0,"1"

 HKR,NDI,Service,0,"HFISAPNP"
 HKR,NDI\Interfaces,UpperRange,0,"ndis5"
 HKR,NDI\Interfaces,LowerRange,0,"ethernet"

[HFISAPNP.Service]
 DisplayName          = %DispName%
 ServiceType          = 1 ; %SERVICE_KERNEL_DRIVER%
 StartType            = 3 ; %SERVICE_AUTO_START%
 ErrorControl         = 1 ; %SERVICE_ERROR_NORMAL%
 ServiceBinary        = %12%\skyline.sys
 LoadOrderGroup       = NDIS

[HFISAPNP.EventLog]
 AddReg               = HFISAPNP.AddEventLog.Reg

[HFISAPNP.AddEventLog.Reg]
 HKR,,EventMessageFile,0x00020000,%%SystemRoot%%\System32\netevent.dll
 HKR,,TypesSupported,0x00010001,7

;----------------------------------------------------------------------
; ndi for HFPCI NT 5.0
;----------------------------------------------------------------------

[HF0002.ndi.NT]
 AddReg               = HF0002.reg.NT
 CopyFiles            = Driver.Copy.NT, Utils.Copy.NT, Inf.Copy.NT
 BusType              = 5
 Characteristics      = 0x84 ; Removable

[HF0002.ndi.NT.Services]
 AddService           = "HFPCI", 2, HFPCI.Service, HFPCI.EventLog

;-----------------------------------------------------------------------
; Specifics for HFPCI NT 5.0
;-----------------------------------------------------------------------

[HF0002.reg.NT]
 HKR,,DefaultCoNetId,0,%HFDefaultCoNetId%
;HKR,,MaximumLinkSpeed,1,0F
;HKR,,TxMinimumHoldOff,1,0F
 HKR,,NdisInterface,0,"5"

 HKR,NDI,Service,0,"HFPCI"
 HKR,NDI\Interfaces,UpperRange,0,"ndis5"
 HKR,NDI\Interfaces,LowerRange,0,"ethernet"

[HFPCI.Service]
 DisplayName          = %DispName%
 ServiceType          = 1 ; %SERVICE_KERNEL_DRIVER%
 StartType            = 3 ; %SERVICE_AUTO_START%
 ErrorControl         = 1 ; %SERVICE_ERROR_NORMAL%
 ServiceBinary        = %12%\skyline.sys
 LoadOrderGroup       = NDIS

[HFPCI.EventLog]
 AddReg               = HFPCI.AddEventLog.Reg

[HFPCI.AddEventLog.Reg]
 HKR,,EventMessageFile,0x00020000,%%SystemRoot%%\System32\netevent.dll
 HKR,,TypesSupported,0x00010001,7

;----------------------------------------------------------------------
; DestinationDirs
;----------------------------------------------------------------------

[DestinationDirs]
 Driver.Copy         = 11                    ; Win9x=%windir%\SYSTEM
 Utils.Copy          = 30, PROGRA~1\HOMEFREE ; Win9x=\PROGRAMME\HOMEFREE
 Inf.Copy            = 17, OTHER             ; Win9x=%windir%\INF\OTHER

 Driver.Copy.NT      = 12                    ; win2k=%windir%\SYSTEM32\DRIVERS
 Utils.Copy.NT       = 30, PROGRA~1\HOMEFREE ; win2k=\PROGRAMME\HOMEFREE
 Inf.Copy.NT         = 17, OTHER             ; win2k=%windir%\INF\OTHER

[SourceDisksNames]
 1                   = %DiskName%,,,

[SourceDisksFiles]
 BIGSKYLN.VXD        = 1
 HF000X9.INF         = 1
 HOMEPING.EXE        = 1
 README9X.TXT        = 1
 READMENT.TXT        = 1
 SKYHOOK.VXD         = 1
 SKYLINE.SYS         = 1
 
;----------------------------------------------------------------------
; CopyFiles sections for Windows 9x
;----------------------------------------------------------------------

[Driver.Copy]
 SKYHOOK.VXD         ; Windows 95 support
 SKYLINE.SYS         ; Network driver

[Utils.Copy]
 BIGSKYLN.VXD        ; VxD Memory trace Device
 README9X.TXT
 HOMEPING.EXE        ; Wireless lan utility

[Inf.Copy]
 HF000X9.INF

;----------------------------------------------------------------------
; CopyFiles sections for NT 5.0
;----------------------------------------------------------------------

[Driver.Copy.NT]
 SKYLINE.SYS         ; Network driver

[Utils.Copy.NT]
 READMENT.TXT

[Inf.Copy.NT]
 HF000X9.INF

;---------------------------------------------------------------------
; Localizable Strings
;---------------------------------------------------------------------

[Strings]
 Prov                 = "Alation"
 Manuf                = "Diamond Multimedia"
 DiskName             = "HomeFree Installation Software"
 DispName             = "HomeFree Network Driver"

 HFPCMCIADeviceDesc   = "Diamond Multimedia HomeFree PC Card"
 HFISAPNPDeviceDesc   = "Diamond Multimedia HomeFree ISA Card"
 HFPCIDeviceDesc      = "Diamond Multimedia HomeFree PCI Adapter"

 HFHelpText           = "HomeFree wireless card lets you connect to other devices in the house."

 HFDefaultCoNetId     = "MYNETWORK"
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.59