wlsong.inf Driver File Contents (X505_DRIVERS.ZIP)

;/*++
;
;Copyright 2002 Sony Corporation
;Copyright (c) 2002 Atheros Communications, Incorporated All Rights Reserved
;
;Module Name:
;
;    wlsong.inf
;
;Abstract:
;    INF file for installing Sony 802.11g Wireless LAN Adapter
;
;    Installs wlsong.sys (NDIS 5/5.1 driver) on NT platforms (2000, XP and greater)
;    Installs wlsong9x.sys (NDIS 5 driver) on 9x platforms 
;
;--*/

[Version]
Signature   = "$CHICAGO$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %SONY%
Compatible  = 1
DriverVer   = 10/08/2003,2.4.2.10080
Catalogfile = wlsong.cat

[Manufacturer]
%SONY%     = Sony

[ControlFlags]
ExcludeFromSelect = *

[Sony]
; DisplayName               Section                 DeviceID
; -----------               -------                 --------
; Sony
%WLSONG.DeviceDesc.0013%  = AR_DEV_0013.ndi,    PCI\VEN_168C&DEV_0013&SUBSYS_8165104D


; Windows 9X specific entries

[AR_DEV_0013.ndi]
AddReg          = AR_DEV_0013.id.reg, 5211.reg, WLSONG.win.reg, 5212.gcb.reg
CopyFiles       = WLSONG.win.CopyFiles, DEFAULTDESTDIRS

; Windows NT specific entry

[AR_DEV_0013.ndi.NT]
Characteristics = 0x84 ; NCF_PHYSICAL | NCF_HAS_UI
BusType         = 5
AddReg          = WLSONG.reg, 5211.reg, 5212.gcb.reg
CopyFiles       = WLSONG.CopyFiles, DEFAULTDESTDIRS

;----------------------------------------------------------------------------
[AR_DEV_0013.ndi.NT.Services]
AddService      = WLSONG, 2, WLSONG.Service, common.EventLog

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

[AR_DEV_0013.id.reg]
HKR, Ndi, DeviceID, 0, "PCI\VEN_168C&DEV_0013&SUBSYS_8165104D"

;
; 5211 Enumerated Types
;
[5212.gcb.reg]
HKR, ,                                  NetBand,                        0x00002,  "12"

;-----------------------------------------------------------------------------

;
; 5211 common
;

[5211.reg]

HKR, Ndi\params\MapRegisters,           ParamDesc,                      0,  %MapRegisters%
HKR, Ndi\params\MapRegisters,           default,                        0,  "256"
HKR, Ndi\params\MapRegisters,           min,                            0,  "32"
HKR, Ndi\params\MapRegisters,           max,                            0,  "512"
HKR, Ndi\params\MapRegisters,           step,                           0,  "8"
HKR, Ndi\params\MapRegisters,           base,                           0,  "10"
HKR, Ndi\params\MapRegisters,           type,                           0,  "int"

HKR, ,                                  bssType,                        0x00002,  "1"
HKR, ,                                  privacyInvoked,                 0x00002,  "0"
HKR, ,                                  radioEnable,                    0x00002,  "1"
HKR, ,                                  ssid,                           0x00002,  "Sony Wireless LAN Card"


;-----------------------------------------------------------------------------
; WLSONG NT specific
;

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

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

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

;-----------------------------------------------------------------------------
; WLSONG NT/XP common
[common.AddEventLog.reg]
HKR, ,                  EventMessageFile,   0x00020000,   "%%SystemRoot%%\System32\netevent.dll"
HKR, ,                  TypesSupported,     0x00010001,   7

;----------------------------------------------------------------------------
; WLSONG Win9x specific
;
[WLSONG.win.reg]
HKR, ,                  DevLoader,          0,    "*ndis"
HKR, ,                  DeviceVxDs,         0,    "wlsong9x.sys"
HKR, ,                  EnumPropPages,      0,    "netdi.dll,EnumPropPages"

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,    "WLSONG"
HKR, NDIS,              MajorNdisVersion,   1,    03
HKR, NDIS,              MinorNdisVersion,   1,    0A

;HKR, Ndi\Install,       ndis3,              0,    "WLSONG.install"

;-----------------------------------------------------------------------------
; Win9x Files to Copy
[WLSONG.win.CopyFiles]
wlsong9x.sys,,,2

;----------------------------------------------------------------------------
; NT Files to Copy
[WLSONG.CopyFiles]
wlsong.sys,,,2

[SourceDisksNames]
;
; diskid = description[, [tagfile] [, <unused>, subdir]]
;
1 = %DISKID%,,,

;----------------------------------------------------------------------------
; Source Files
[SourceDisksFiles]
;
; filename_on_source = diskID[, [subdir][, size]]
;
wlsong.sys                 = 1,, ; on distribution disk 1
wlsong9x.sys               = 1,, ; on distribution disk 1

[DestinationDirs]
WLSONG.CopyFiles              = 12
WLSONG.win.CopyFiles          = 10,system32\drivers ; %SystemRoot%\system32\drivers 
DefaultDestDir                 = 11

[DEFAULTDESTDIRS]
;


[Strings]
SONY                           = "Sony Corporation"
MapRegisters                   = "Map Registers"
DISKID                         = "Sony 802.11g Wireless LAN Adapter Driver Disk"
WLSONG.DeviceDesc.0013         = "Sony 802.11g Wireless LAN Adapter"
WLSONG.Service.DispName        = "Sony IEEE802.11g Wireless LAN Adapter Service"
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: web5, load: 1.16