netBT98.inf Driver File Contents (BlueSoleil_201.4.9_20release_200908.zip)

; netBT.INF
;
; BT Network Adapter: .INF file for w2k
;
; Copyright (c) 2000

[version]
Signature   = "$Chicago$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %IVT%
; Note: Set Signature to $Chicago$ and uncomment next line for dual drivers
Compatible=1
DriverVer   = 08/08/2001,5.00.00.2000

[Manufacturer]
%Mfg%   = Models

[ControlFlags]

[Models]
; Note 1. Replace the NuMega_BT_001 "hw-id" with a real hardware ID 
;         supplied by the adapter to the PnP Manager.
; Note 2. Optionally, add more NIC models supported by this file
;
; DisplayName        Section           hw-id
; -----------        -------           ------
%*BT.devicedesc% = *BT.ndi, IVT_BT_001

;-------------------------------------------------------------------------------
; BT NIC install section
;
; Windows 9X specific entry
[*BT.ndi]
AddReg    = *BT.id.reg, bt.win.reg
DeviceID  = "IVT_BT_001"

; Windows NT specific entry
[*BT.ndi.NT]
AddReg          = bt.reg
CopyFiles       = bt.CopyFiles
;
Characteristics = 0x81 ; NCF_ flags

[*BT.ndi.NT.Services]
AddService      = BT, 2, bt.Service, bt.EventLog

;----------------------------------------------------------------------------
; Win9x id registry sections
; These are not needed by NT

[*BT.id.reg]
HKR, Ndi, DeviceID, 0, "IVT_BT_001"

;-------------------------------------------------------------------------------
; bt Common
;
[bt.reg]
; Binding Interfaces
HKR, Ndi,                         Service,    0, "BT"
HKR, Ndi\Interfaces,              UpperRange, 0, "ndis4"
HKR, Ndi\Interfaces,              LowerRange, 0, "ethernet"

; Optional parameters obtained from the Registry.
; Note: Add more parameters as needed using the format below. This way
;       the parameters will be accessible via the "Advanced" tab of the Dev Mngr GUI
;
HKR, ,					 NetworkAddress,  0, 2222222222
HKR, Ndi\params\CardType,                ParamDesc,       0, %CardType%
HKR, Ndi\params\CardType,                type,            0, "enum"
HKR, Ndi\params\CardType,                default,         0, "Default"
HKR, Ndi\params\CardType\enum,           Default, 0, %CardType_basic%
HKR, Ndi\params\CardType\enum,           Cool,    0, %CardType_cool%

HKR, NDI\params\NetworkAddress,           ParamDesc,      0, %NetworkAddress%
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,           default,        0, " "
HKR, NDI\params\NetworkAddress,           optional,       0, "1"

[bt.CopyFiles]
bt98.sys,,,2

[bt.Service]
DisplayName     = %bt.Service.DispName%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_DEMAND_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\bt98.sys
LoadOrderGroup  = NDIS

[bt.EventLog]
AddReg = bt.AddEventLog.reg

[bt.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported,   0x00010001, 7

;----------------------------------------------------------------------------
; bt Win9x specific
;
[bt.win.reg]
HKR, ,              DevLoader,          0, "*ndis"
HKR, ,              DeviceVxDs,         0, "bt98.sys"
HKR, ,              EnumPropPages,      0, "netdi.dll,EnumPropPages"
; memphis appears to not support the ndis5 upper range, so use ndis3
HKR, Ndi\Interfaces,DefUpper,   	0, "ndis3"
HKR, Ndi\Interfaces,DefLower,   	0, "ethernet"
HKR, Ndi\Interfaces,UpperRange, 	0, "ndis3"
HKR, Ndi\Interfaces,LowerRange, 	0, "ethernet"


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

HKR, Ndi\Install,   ndis3,              0, "bt.install"

HKR, NDI\params\NetworkAddress,           ParamDesc,      0, %NetworkAddress%
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,           default,        0, " "
HKR, NDI\params\NetworkAddress,           optional,       0, "1"

[bt.install]
CopyFiles = bt.win.CopyFiles

[bt.win.CopyFiles]
;bt98.sys,,,2

[SourceDisksNames]
;
; diskid = description[, [tagfile] [, <unused>, subdir]]
;
1 = "BT Driver Disk 1",,,

[SourceDisksFiles]
;
; filename_on_source = diskID[, [subdir][, size]]
;
bt98.sys = 1,, ; on distribution disk 1

;-------------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
bt.CopyFiles = 12
bt.win.CopyFiles = 11
DefaultDestDirs  = 11

;-------------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
IVT= "IVT Corporation"      
Mfg    = "IVT Corporation"          
*BT.devicedesc   = "BT Network Adapter"
bt.Service.DispName = "BT Network Adapter"
NetworkAddress = "Network Address (MAC)"
CardType = "Operating Mode"
CardType_basic = "Basic"
CardType_cool = "Cool"

 
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: web3, load: 1.56