netswl11.inf Driver File Contents (11bpcixp.zip)

; 
; SAMSUNG 11Mbps Wireless LAN PCMCIA Card.
;
; Copyright(c) 2000-2002,SAMSUNG Eletro-Mechanics,Co,INC.
;
; INF for Windows XP and Windows 2000 and Windows 98SE(98),Windows ME
;
;
[Version]
Signature   =  "$Windows NT$"
Class       =  Net
ClassGUID   =  {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    =  %MSFT%
DriverVer   =  04/25/2002,3.7.7.0 
;Catalogfile  = swld11.cat

[Manufacturer]
%SAMSUNG%   =   SAMSUNG

[ControlFlags]
ExcludeFromSelect = PCMCIA\SAMSUNG-11Mbps_WLAN_Card-BAC5, \
	                PCMCIA\SAMSUNG-11Mbps_WLAN_Card-2A4C, \
	                PCMCIA\SAMSUNG-11Mbps_WLAN_PCI_Card-BD65, \
	                PCMCIA\SAMSUNG-11Mbps_WLAN_PCI_Card-B434

[SAMSUNG]
%SWLD11_PCMCIA_3V.DevDesc%   =   SWLD11.ndi1,     PCMCIA\SAMSUNG-11Mbps_WLAN_Card-BAC5
%SWLD11_PCMCIA_5V.DevDesc%   =   SWLD11.ndi2,     PCMCIA\SAMSUNG-11Mbps_WLAN_Card-2A4C
%SWLD11_PCI.DevDesc%         =   SWLD11_pci.ndi, PCMCIA\SAMSUNG-11Mbps_WLAN_PCI_Card-BD65
%SWLD11_PCI.DevDesc%         =   SWLD11_pci.ndi, PCMCIA\SAMSUNG-11Mbps_WLAN_PCI_Card-B434
;*******************************************************************************
; Win 2000 Main Sections
;*******************************************************************************

[SWLD11.ndi1.NT]
AddReg          = SWLD11.params.reg, SWLD11_NT.reg, SWLD11.pcmcia.reg,SWLD11.VendorDesc_3v
Characteristics = 0x84
BusType         = 8
Copyfiles       = SWLD11.CopyFiles.NT
;
;

[SWLD11.ndi2.NT]
AddReg          = SWLD11.params.reg, SWLD11_NT.reg, SWLD11.pcmcia.reg,SWLD11.VendorDesc_5v
Characteristics = 0x84
BusType         = 8
Copyfiles       = SWLD11.CopyFiles.NT
;

[SWLD11_pci.ndi.NT]
AddReg          = SWLD11.params.reg, SWLD11_NT.reg, SWLD11.pci.reg,SWLD11.VendorDesc_pci
Characteristics = 0x84
BusType         = 8
Copyfiles       = SWLD11.CopyFiles.NT
;

[SWLD11.ndi1.NT.Services]
AddService      = SWLD11, 2, SWLD11.Service, SWLD11.EventLog

[SWLD11.ndi2.NT.Services]
AddService      = SWLD11, 2, SWLD11.Service, SWLD11.EventLog

[SWLD11_pci.ndi.NT.Services]
AddService      = SWLD11, 2, SWLD11.Service, SWLD11.EventLog

[SWLD11_NT.reg]
HKR,    Ndi\Interfaces, UpperRange,     0, "ndis5"
HKR,    Ndi\Interfaces, LowerRange,     0, "ethernet"
HKR,    Ndi,            Service,        0, "swld11"

[SWLD11.CopyFiles.NT]
;swld11.sys

[SWLD11.Service]
DisplayName    = %SWLD11.Service.DispName%
ServiceType    = 1    ;SERVICE_KERNEL_DRIVER
StartType      = 3    ;SERVICE_AUTO_START
ErrorControl   = 1    ;NORMAL
ServiceBinary  = %12%\swld11.sys
LoadOrderGroup = NDIS

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

[SWLD11.AddEventLog.Reg]
HKR, , EventMessageFile, 0x00020000, %%SystemRoot%%\System32\netevent.dll,%%SystemRoot%%\System32\drivers\swld11.sys
HKR, , TypesSupported,   0x00010001, 7


;*********************************************************************************
; Win98 Main Sections
;*********************************************************************************

[SWLD11.ndi1]
;DelReg=SWLD11.reg.del
AddReg=SWLD11_PCMCIA1.ndi.reg,SWLD11_98.reg,SWLD11.pcmcia.reg,SWLD11.params.reg,SWLD11.VendorDesc_3v
Copyfiles       = SWLD11.ndis3.CopyFiles

[SWLD11_PCMCIA1.ndi.reg]
HKR,Ndi,DeviceID,,"PCMCIA\SAMSUNG-11Mbps_WLAN_Card-BAC5"
HKR,,BusType,,8
;

[SWLD11.ndi2]
;DelReg=SWLD11.reg.del
AddReg=SWLD11_PCMCIA2.ndi.reg,SWLD11_98.reg,SWLD11.pcmcia.reg,SWLD11.params.reg,SWLD11.VendorDesc_5v
Copyfiles       = SWLD11.ndis3.CopyFiles

[SWLD11_PCMCIA2.ndi.reg]
HKR,Ndi,DeviceID,,"PCMCIA\SAMSUNG-11Mbps_WLAN_Card-2A4C"
HKR,,BusType,,8
;

[SWLD11_pci.ndi]
;DelReg=SWLD11.reg.del
AddReg=SWLD11_PCI.ndi.reg,SWLD11_98.reg,SWLD11.pci.reg,SWLD11.params.reg,SWLD11.VendorDesc_pci
Copyfiles       = SWLD11.ndis3.CopyFiles

[SWLD11_PCI.ndi.reg]
HKR,Ndi,DeviceID,,"PCMCIA\SAMSUNG-11Mbps_WLAN_PCI_Card-BD65"
HKR,,BusType,,8
;
;
[SWLD11_98.reg]
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,swld11.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
;
; NDIS Info
;
HKR,NDIS,LogDriverName,,"swld11"
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A

;
; Interfaces
;
HKR,NDI\Interfaces,DefUpper,,"ndis3"
HKR,NDI\Interfaces,DefLower,,"ethernet"
HKR,NDI\Interfaces,UpperRange,,"ndis3"
HKR,NDI\Interfaces,LowerRange,,"ethernet"
;
; All resources are dynamically configured
;
HKR,,IOBaseAddress,1,02,00,00,00
HKR,,InterruptNumber,1,04,00,00,00
;
; Install sections
;
;HKR,NDI\Install,ndis3,,"SWLD11.ndis3"

; Install NDIS3 miniport driver
;
;[SWLD11.ndis3]
;CopyFiles=SWLD11.ndis3.CopyFiles

[SWLD11.ndis3.CopyFiles]
;swld11.sys


;**********************************************************************************

[SWLD11.pci.reg]
HKR,NDI,CardType,,"PCMCIA"
;
;
HKR,,PollInDriver,0,"1"
HKR,defaults,PollInDriver,0,"1"


[SWLD11.pcmcia.reg]
HKR,NDI,CardType,,"PCMCIA"
;
HKR,,PollInDriver,0,"0"
HKR,defaults,PollInDriver,0,"0"


;************************************************************************************
; Driver Parameters
;************************************************************************************
[SWLD11.VendorDesc_3v]
; Vendor Description
;
HKR,,VendorDesc,0,%SWLD11_PCMCIA_3V.DevDesc%
;
[SWLD11.VendorDesc_5v]
; Vendor Description
;
HKR,,VendorDesc,0,%SWLD11_PCMCIA_5V.DevDesc%
;
[SWLD11.VendorDesc_pci]
; Vendor Description
;
HKR,,VendorDesc,0,%SWLD11_PCI.DevDesc%
;

[SWLD11.params.reg]
; Network Mode
;
HKR,,NetworkMode,,%NETWORKMODE_DEFAULT%
HKR,defaults,NetworkMode,,%NETWORKMODE_DEFAULT%
HKR,NDI\params\NetworkMode,ParamDesc,,"Network Mode"
HKR,NDI\params\NetworkMode,type,,"enum"
HKR,NDI\params\NetworkMode,default,,%NETWORKMODE_DEFAULT%
HKR,NDI\params\NetworkMode\enum,0,,"802.11 Ad_Hoc"
HKR,NDI\params\NetworkMode\enum,1,,"Infrastructure"
HKR,NDI\params\NetworkMode\enum,3,,"Ad_Hoc"

;
; ESSID
; 
HKR,,ESSID,,%ESSID_DEFAULT%
HKR,defaults,ESSID,,%ESSID_DEFAULT%
HKR,NDI\params\ESSID,ParamDesc,,"ESSID"
HKR,NDI\params\ESSID,type,,"edit"
HKR,NDI\params\ESSID,limitText,,"32"
HKR,NDI\params\ESSID,default,,%ESSID_DEFAULT%
;
;
; TxRate
;
HKR,,TransmitRate,,"8"
HKR,defaults,TransmitRate,,"8"
;HKR,NDI\params\TransmitRate,ParamDesc,,"TransmitRate"
;HKR,NDI\params\TransmitRate,type,,"enum"
;HKR,NDI\params\TransmitRate,default,,"8"
;HKR,NDI\params\TransmitRate\enum,1, ,"Fixed  1 Mb/s"
;HKR,NDI\params\TransmitRate\enum,2, ,"Fixed  2 Mb/s"
;HKR,NDI\params\TransmitRate\enum,3, ,"Auto Select 1 or 2"
;HKR,NDI\params\TransmitRate\enum,4, ,"Fixed  5.5 Mb/s"
;HKR,NDI\params\TransmitRate\enum,8, ,"Fixed 11 Mb/s"
;HKR,NDI\params\TransmitRate\enum,15,,"Fully Auto"
; AP Density
;
;HKR,,APDensity,,"1"
;HKR,defaults,APDensity,,"1"
;HKR,NDI\params\APDensity,ParamDesc,,"AP Density"
;HKR,NDI\params\APDensity,type,,"enum"
;HKR,NDI\params\APDensity,Default,,"1"
;HKR,NDI\params\APDensity\enum,1,,"Low Density"
;HKR,NDI\params\APDensity\enum,2,,"Medium Density"
;HKR,NDI\params\APDensity\enum,3,,"High Density"
;

; 802.0 Locally Administrated Address
;
;
HKR,,NetworkAddress,,""
HKR,defaults,NetworkAddress,,""
;HKR,NDI\params\NetworkAddress,ParamDesc,,"Network Address"
;HKR,NDI\params\NetworkAddress,type,,"edit"
;HKR,NDI\params\NetworkAddress,LimitText,,"12"
;HKR,NDI\params\NetworkAddress,default,,""
;
; Domain
;HKR,,Domain,,%DOMAIN_DEFAULT%
;HKR,defaults,Domain,,%DOMAIN_DEFAULT%
;
; Channel
; 
HKR,,Channel,,"10"
HKR,defaults,Channel,,"10"
;HKR,NDI\params\Channel,ParamDesc,,"Channel"
;HKR,NDI\params\Channel,type,,"enum"
;HKR,NDI\params\Channel,default,,"10"
;HKR,NDI\params\Channel\enum,1 ,,"Channel  1"
;HKR,NDI\params\Channel\enum,2 ,,"Channel  2"
;HKR,NDI\params\Channel\enum,3 ,,"Channel  3"
;HKR,NDI\params\Channel\enum,4 ,,"Channel  4"
;HKR,NDI\params\Channel\enum,5 ,,"Channel  5"
;HKR,NDI\params\Channel\enum,6 ,,"Channel  6"
;HKR,NDI\params\Channel\enum,7 ,,"Channel  7"
;HKR,NDI\params\Channel\enum,8 ,,"Channel  8"
;HKR,NDI\params\Channel\enum,9 ,,"Channel  9"
;HKR,NDI\params\Channel\enum,10,,"Channel 10"
;HKR,NDI\params\Channel\enum,11,,"Channel 11"
;HKR,NDI\params\Channel\enum,12,,"Channel 12"
;HKR,NDI\params\Channel\enum,13,,"Channel 13"
;HKR,NDI\params\Channel\enum,14,,"Channel 14"
;
;
; RTS Threshold
;
HKR,,MediumReservation,,"3000"
HKR,defaults,MediumReservation,,"3000"
HKR,NDI\params\MediumReservation,ParamDesc,,"MediumReservation"
HKR,NDI\params\MediumReservation,type,,"enum"
HKR,NDI\params\MediumReservation,default,,"3000"
HKR,NDI\params\MediumReservation\enum,3000,,"Off"
HKR,NDI\params\MediumReservation\enum,500,,"Hidden Stations"
;
; Power saving
;
HKR,,PSMode,,"0"
HKR,defaults,PSMode,,"0"
HKR,NDI\params\PSMode,ParamDesc,,"Power Saving"
HKR,NDI\params\PSMode,type,,"enum"
HKR,NDI\params\PSMode,default,,"0"
HKR,NDI\params\PSMode\enum,0,,"Disabled"
HKR,NDI\params\PSMode\enum,1,,"Enabled"

;PS Level
;HKR,,PSLevel,,"0"
;HKR,defaults,PSLevel,,"0"
;HKR,NDI\params\PSLevel,ParamDesc,,"Power Saving Level"
;HKR,NDI\params\PSLevel,type,,"enum"
;HKR,NDI\params\PSLevel,default,,"0"
;HKR,NDI\params\PSLevel\enum,0,,"Normal"
;HKR,NDI\params\PSLevel\enum,1,,"Enhanced"
;
; StationName
;
HKR,,StationName,,""
HKR,defaults,StationName,,""
HKR,NDI\params\StationName,ParamDesc,,"Station Name"
HKR,NDI\params\StationName,type,,"edit"
HKR,NDI\params\StationName,limitText,,"32"
HKR,NDI\params\StationName,default,,""
;
; WEP Required
HKR,,WepReq,,"0"
HKR,defaults,WepReq,,"0"
HKR,NDI\params\WepReq,ParamDesc,,"WEP"
HKR,NDI\params\WepReq,type,,"enum"
HKR,NDI\params\WepReq,default,,"0"
HKR,NDI\params\WepReq\enum,0,,"Disabled"
HKR,NDI\params\WepReq\enum,3,,"40 bit"
HKR,NDI\params\WepReq\enum,7,,"128 bit"
;
;;       Authentication Type
HKR,,AuthenticationType,0,"1"
HKR,defaults,AuthenticationType,0,"1"
HKR,NDI\params\AuthenticationType,ParamDesc,,"Authentication Type"
HKR,NDI\params\AuthenticationType,type,,"enum"
HKR,NDI\params\AuthenticationType,default,,"1"
HKR,NDI\params\AuthenticationType\enum,1,,"Open System"
HKR,NDI\params\AuthenticationType\enum,2,,"Shared Key"
;
;
;	Wep Encrypt in Driver
;
HKR,,EncryptInDriver,0,"1"
HKR,defaults,EncryptInDriver,0,"1"

;
;	Wep Decrypt in Driver
;
HKR,,DecryptInDriver,0,"1"
HKR,defaults,DecryptInDriver,0,"1"

;
;	WEP Factor
;
HKR,,WEPFactor,0,"3"
HKR,defaults,WEPFactor,0,"3"
;
;
;
;
HKR,,FragThresh,0,"2346"
HKR,defaults,FragThresh,0,"2346"
;      
;
;       Short Preamble
HKR,,ShortPreamble,0,"1"
HKR,defaults,ShortPreamble,0,"1"
HKR,NDI\params\ShortPreamble,ParamDesc,,"Preamble Type"
HKR,NDI\params\ShortPreamble,type,,"enum"
HKR,NDI\params\ShortPreamble,default,,"1"
HKR,NDI\params\ShortPreamble\enum,1,,"Long Preamble"
HKR,NDI\params\ShortPreamble\enum,2,,"Short Preamble"
;
;
; WDSAddress
HKR,,WDSAddress,,""
;
[SourceDisksNames]
1 = %DISKID%,,

[SourceDisksFiles]
swld11.sys=1
netswl11.inf=1

[DestinationDirs]
DefaultDestDir	       = 12
SWLD11.CopyFiles.NT    = 12
SWLD11.ndis3.CopyFiles = 11

[Strings]
SAMSUNG                  = "SAMSUNG"
MSFT                     = "SAMSUNG"
SWLD11_PCMCIA_3V.DevDesc          	= "SAMSUNG 11Mbps WLAN PC Card(3V)"
SWLD11_PCMCIA_5V.DevDesc          	= "SAMSUNG 11Mbps WLAN PC Card(5V)"
SWLD11_PCI.DevDesc          	    = "SAMSUNG 11Mbps WLAN PCI Card"

DISKID = "SAMSUNG 11Mbps WLAN Setup Disk"

SWLD11.Service.DispName	= "SAMSUNG 11Mbps Wireless LAN  PCMCIA/PCI Card"

ESSID_DEFAULT = "ANY"
NETWORKMODE_DEFAULT   = "1"
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: web4, load: 0.97