;*********************************************************************** ; G120.INF ; ; PRISM 802.11 USB 2.0 Adapter installation script. ; Installs driver, network control panel app, coinstaller, advanced properties, ; PRISM API, and PRISM server. ; Supports Windows 98, Me, 2000 and XP. ; WHQL certifiable (passes INF check). ; ; Copyright 2001-2004 GlobespanVirata, Inc. ; All Rights Reserved ;*********************************************************************** [Version] DriverVer = 03/03/2004, 1.00.10.1 Signature = "$Chicago$" Compatible = 1 Class = Net ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318} Provider = %VER_VENDOR_STR% CatalogFile = PRISMA02.cat MillenniumPreferred = .ME [ControlFlags] ;Exclude all PNP adapters from user selection ExcludeFromSelect = * [Manufacturer] %VER_VENDOR_NAME_STR% = DeviceList [DeviceList] %A021_DESC_STR% = PRISM_A021, USB\VID_2001&PID_3701 ;D-Link ;========== [PRISM_A021] ; Win9x AddReg = PRISM_A021.reg, COMMON_A02.reg, COMMON_NDIS.reg, COMMON.reg CopyFiles = PRISM_DRIVER.copy, PRISM_APPLET.copy, PRISM_NDI.copy [PRISM_A021.ME] ; WinMe AddReg = PRISM_A021.reg, COMMON_A02.reg, COMMON_NDIS.reg.ME, COMMON.reg CopyFiles = PRISM_DRIVER.copy.ME, PRISM_APPLET.copy.ME, PRISM_NDI.copy.ME [PRISM_A021.ME.ME] ; WinMe - Same as .ME (Needed for Update Driver) AddReg = PRISM_A021.reg, COMMON_A02.reg, COMMON_NDIS.reg.ME, COMMON.reg CopyFiles = PRISM_DRIVER.copy.ME, PRISM_APPLET.copy.ME, PRISM_NDI.copy.ME [PRISM_A021.NT] ; Win2k and WinXP AddReg = PRISM_A021.reg, COMMON_A02.reg, COMMON_NDIS.reg.NT, COMMON.reg CopyFiles = PRISM_DRIVER.copy.NT, PRISM_APPLET.copy.NT BusType = 15 ; PNP (allows USB) Characteristics= 0x84 ; NCF_PHYSICAL | NCF_HAS_UI [PRISM_A021.NT.Services] AddService= "DWLG120", 2, PRISM_DRIVER_A02.Service, PRISM_DRIVER.EventLog [PRISM_A021.reg] HKR,Ndi,DeviceID,0,"USB\VID_2001&PID_3701" ;D-Link ;; 0x3890 = 14480 0x2280 = 8832 HKR,,PlatformID,0,14480 HKR,,UsbVariant,0,8832 HKR,,VendorDesc,0,%A021_DESC_STR% HKR,,FWFileName,0,"PRISMA02.arm" ;############################################################################### [PRISM_DRIVER_A02.Service] DisplayName = %A02_SERVICE_STR% ; Description = "%HelpText%" ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; NORMAL ServiceBinary = %12%\PRISMA02.sys LoadOrderGroup = NDIS [PRISM_DRIVER.EventLog] AddReg = PRISM_DRIVER.EventLog.reg [PRISM_DRIVER.EventLog.reg] HKR, ,EventMessageFile ,0x00020000 ,"%%SystemRoot%%\System32\netevent.dll" HKR, ,TypesSupported ,0x00010001 ,7 ;############################################################################### [COMMON_A02_DEL.reg] HKR, ,FWFileName [COMMON_A02.reg] HKR,NDI ,CardType ,0 ,"USB" HKR, ,BusType ,0 ,"0" ; Inconsistency with earlier definition is needed. [COMMON_NDIS.reg] ; Win9X HKR, ,RunningWin9X ,0 ,"1" HKR, ,DevLoader ,0 ,"*ndis" HKR, ,EnumPropPages ,0 ,"netdi.dll,EnumPropPages" HKR, ,DeviceVxDs ,0 ,"PRISMA02.sys" HKR,NDI\Interfaces ,UpperRange ,0 ,"ndis3" HKR,NDI\Interfaces ,LowerRange ,0 ,"ethernet" HKR,NDI\Interfaces ,DefUpper ,0 ,"ndis3" HKR,NDI\Interfaces ,DefLower ,0 ,"ethernet" HKR,NDIS ,LogDriverName ,0 ,"PRISM" HKR,NDIS ,MajorNdisVersion ,1 ,04 HKR,NDIS ,MinorNdisVersion ,1 ,00 [COMMON_NDIS.reg.ME] HKR, ,RunningWin9X ,0 ,"1" HKR, ,DevLoader ,0 ,"*ndis" HKR, ,EnumPropPages ,0 ,"netdi.dll,EnumPropPages" HKR, ,DeviceVxDs ,0 ,"PRISMA02.sys" HKR,NDI\Interfaces ,UpperRange ,0 ,"ndis5" HKR,NDI\Interfaces ,LowerRange ,0 ,"ethernet" HKR,NDI\Interfaces ,DefUpper ,0 ,"ndis5" HKR,NDI\Interfaces ,DefLower ,0 ,"ethernet" HKR,NDIS ,LogDriverName ,0 ,"PRISM" HKR,NDIS ,MajorNdisVersion ,1 ,04 HKR,NDIS ,MinorNdisVersion ,1 ,00 [COMMON_NDIS.reg.NT] HKR,NDI ,Service ,0 ,"DWLG520" ; HKR,Ndi ,HelpText ,0 ,"%HelpText%" HKR,NDI\Interfaces ,UpperRange ,0 ,"ndis5" HKR,NDI\Interfaces ,LowerRange ,0 ,"ethernet" [COMMON.reg] HKR, ,SSID ,0 ,"ANY" HKR, ,PRISMIOC ,0 ,"1" HKR, ,SilentInstall ,0 ,"1" ;Uncomment the line above to install without user interface prompts HKR,,ConfigProfile,0,256 HKR,NDI\params\ConfigProfile,default,0,256 HKR,NDI\params\ConfigProfile,ParamDesc,,%CONFIG_PROFILE% HKR,NDI\params\ConfigProfile,type,0,"enum" HKR,NDI\params\ConfigProfile,flag,1,30,00,00,00 HKR,NDI\params\ConfigProfile,default,0,"256" HKR,NDI\params\ConfigProfile\enum,0,,%CONFIG_PROF_B_ONLY% HKR,NDI\params\ConfigProfile\enum,1,,%CONFIG_PROF_MIXED% HKR,NDI\params\ConfigProfile\enum,2,,%CONFIG_PROF_MIXED_LONG% HKR,NDI\params\ConfigProfile\enum,3,,%CONFIG_PROF_G_ONLY% HKR,NDI\params\ConfigProfile\enum,4,,%CONFIG_PROF_TEST% HKR,NDI\params\ConfigProfile\enum,5,,%CONFIG_PROF_B_WIFI% HKR,NDI\params\ConfigProfile\enum,6,,%CONFIG_PROF_MIXED_SHORT% HKR,NDI\params\ConfigProfile\enum,256,,%CONFIG_PROF_WIFI_SPEC% HKR,NDI\params\ConfigProfile,optional,0,1 HKR,,NitroMode,0,"1" HKR,NDI\params\NitroMode,default,0,1 HKR,NDI\params\NitroMode,ParamDesc,,%NITRO_MODE% HKR,NDI\params\NitroMode,type,0,"enum" HKR,NDI\params\NitroMode,flag,1,30,00,00,00 HKR,NDI\params\NitroMode,default,0,"1" HKR,NDI\params\NitroMode\enum,0,,%OFF_STR% HKR,NDI\params\NitroMode\enum,1,,%ON_STR% HKR,NDI\params\NitroMode,optional,0,1 HKR,,PSMode,0,1 HKR,Ndi\params\PSMode,default,0,1 HKR,NDI\params\PSMode,ParamDesc,0,%POWER_SAVE_STR% HKR,NDI\params\PSMode,type,0,"enum" HKR,NDI\params\PSMode,flag,1,30,00,00,00 HKR,NDI\params\PSMode,default,0,"1" HKR,NDI\params\PSMode\enum,1,,%POWER_SAVE_OFF_STR% HKR,NDI\params\PSMode\enum,2,,%POWER_SAVE_DYN_STR% HKR,NDI\params\PSMode\enum,3,,%POWER_SAVE_MAX_STR% HKR,NDI\params\PSMode,optional,0,1 ; HKR,,11dMode,0,0 ; Default 11dMode to none. HKR,NDI\params\PpePdlpEnable,default,0,1 HKR,NDI\params\PpePdlpEnable,ParamDesc,,%PPE_PDLP% HKR,NDI\params\PpePdlpEnable,type,,enum HKR,NDI\params\PpePdlpEnable,flag,1,30,00,00,00 HKR,NDI\params\PpePdlpEnable\enum,0,,%OFF_STR% HKR,NDI\params\PpePdlpEnable\enum,1,,%ON_STR% HKR,NDI\params\PpePdlpEnable,optional,0,1 HKR,NDI\params\PpeCompressEnable,default,0,1 HKR,NDI\params\PpeCompressEnable,ParamDesc,,%PPE_COMPRESS% HKR,NDI\params\PpeCompressEnable,type,,enum HKR,NDI\params\PpeCompressEnable,flag,1,30,00,00,00 HKR,NDI\params\PpeCompressEnable\enum,0,,%OFF_STR% HKR,NDI\params\PpeCompressEnable\enum,1,,%ON_STR% HKR,NDI\params\PpeCompressEnable,optional,0,1 HKR,NDI\params\PpeConcatEnable,default,0,1 HKR,NDI\params\PpeConcatEnable,ParamDesc,,%PPE_CONCAT% HKR,NDI\params\PpeConcatEnable,type,,enum HKR,NDI\params\PpeConcatEnable,flag,1,30,00,00,00 HKR,NDI\params\PpeConcatEnable\enum,0,,%OFF_STR% HKR,NDI\params\PpeConcatEnable\enum,1,,%ON_STR% HKR,NDI\params\PpeConcatEnable,optional,0,1 HKR,NDI\params\PpePiggyBackEnable,default,0,1 HKR,NDI\params\PpePiggyBackEnable,ParamDesc,,%PPE_PIGGYBACK% HKR,NDI\params\PpePiggyBackEnable,type,,enum HKR,NDI\params\PpePiggyBackEnable,flag,1,30,00,00,00 HKR,NDI\params\PpePiggyBackEnable\enum,0,,%OFF_STR% HKR,NDI\params\PpePiggyBackEnable\enum,1,,%ON_STR% HKR,NDI\params\PpePiggyBackEnable,optional,0,1 ;############################################################################### [DestinationDirs] ;CopyFiles Section = Destination Directory ID -- see layout.inf ;----------------- ------------------------ DefaultDestDir = 11 ; Win9x=%windir%\system Win2k=%windir%\system32 PRISM_DRIVER.copy = 11 ; Win9x=%windir%\system PRISM_DRIVER.copy.ME = 11 ; Win9x=%windir%\system PRISM_DRIVER.copy.NT = 12 ; Win2k=%windir%\system32\drivers [PRISM_NDI.copy] [PRISM_NDI.copy.ME] [PRISM_COINSTALL.copy.NT] [PRISM_DRIVER.copy] PRISMA02.sys PRISMIOC.vxd ; Win9x Ioctl interface [PRISM_DRIVER.copy.ME] PRISMA02.sys PRISMIOC.vxd ; Win9x Ioctl interface [PRISM_DRIVER.copy.NT] PRISMA02.sys [PRISM_APPLET.copy] [PRISM_APPLET.copy.ME] [PRISM_APPLET.copy.NT] [SourceDisksNames] ;Source Disk ID = Disk Name ;-------------- --------- 1 = %INSTALL_DISK_STR%,,, [SourceDisksFiles] ; Win9x ;File Name = Source Disk ID ;--------- -------------- PRISMA02.sys = 1 PRISMIOC.vxd = 1 ;############################################################################### [Strings] ;String ID = String Text ;--------- ----------- VER_VENDOR_STR = "Okurisama" VER_VENDOR_NAME_STR = "Okurisama" INSTALL_DISK_STR = "OkurisamaMod" A021_DESC_STR = "D-LINK DWL-G120 Wireless LAN Adapter" A02_SERVICE_STR = "D-LINK DWL-G120 Wireless LAN, Okurisama Driver" ON_STR = "On" OFF_STR = "Off" POWER_SAVE_STR = "Power Save Mode" POWER_SAVE_OFF_STR = "Disabled" POWER_SAVE_DYN_STR = "Dynamic" POWER_SAVE_MAX_STR = "Maximum" CONFIG_PROFILE = "Configuration Profile" CONFIG_PROF_B_ONLY = "B only" CONFIG_PROF_MIXED = "Mixed" CONFIG_PROF_MIXED_LONG = "Mixed Long" CONFIG_PROF_G_ONLY = "G only" CONFIG_PROF_TEST = "Test" CONFIG_PROF_B_WIFI = "B WiFi" CONFIG_PROF_MIXED_SHORT = "Mixed Short" CONFIG_PROF_WIFI_SPEC = "WiFi Spec" NITRO_MODE = "Nitro Mode" PPE_PDLP = "Direct Link" PPE_COMPRESS = "Compression" PPE_CONCAT = "Concatenation" PPE_PIGGYBACK = "PiggyBack"Download Driver Pack
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.