net2g3n.inf Driver File Contents (Buffalo_WLI2-PCI-G54S_WLAN_Win_x64_x86.zip)

;****************************************************************************************
;
; NETR28.INF
;
;   This installation script supports Windows Vista for the
;   Ralink RT2860 series Wireless LAN Card.
;
;   Copyright (c)2007, Ralink Technology Corp., All Rights Reserved
;   Developed by RaLink Technology, Corp. -- http://www.ralinktech.com
;
;****************************************************************************************

[Version]
Signature       = "$Chicago$"
Class           = Net
ClassGUID       = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider        = %BUFFALO%
Compatible      = 1
CatalogFile     = cbg300n2.cat
DriverVer       = 07/20/2007,1.00.06.0000

[ControlFlags]
;ExcludeFromSelect = PCI\VEN_1814&DEV_0601

[Manufacturer]
%BUFFALO%       = BUFFALO

[BUFFALO]
; DisplayName               Section                 DeviceID
; -----------               -------                 --------
%WLI2CBG300N.DeviceDesc%    = BUFFALO.ndi,           PCI\VEN_1814&DEV_0601&SUBSYS_03591154

;*******************************************************************************************
; NT specific entries
;*******************************************************************************************

[BUFFALO.ndi.NT]
AddReg                  = RT2860.reg
Characteristics         = 0x84                      ; NCF_REMOVABLE | NCF_HAS_UI | NCF_PHYSICAL
BusType                 = 5
CopyFiles               = NT.CopyFiles
*IfType                 = 71                        ; IF_TYPE_IEEE80211
*MediaType              = 16                        ; NdisMediumNative802_11
*PhysicalMediaType      = 9                         ; NdisPhysicalMediumNative802_11

;*******************************************************************************************
; NT services sections
;*******************************************************************************************
[BUFFALO.ndi.NT.Services]
AddService              = cbg300n2, 2, Generic.Service, common.EventLog

;*******************************************************************************************
; RT2860 registry for Windows Vista
;*******************************************************************************************
[RT2860.reg]
HKR, Ndi,                       Service,    0, "cbg300n2"

HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces,            LowerRange, 0, "wlan,ethernet"

HKR, Ndi\params\*ReceiveBuffers,  ParamDesc,  0, "ReceiveBuffers"
HKR, Ndi\params\*ReceiveBuffers,  default,    0, "64"
HKR, Ndi\params\*ReceiveBuffers,  min,        0, "1"
HKR, Ndi\params\*ReceiveBuffers,  max,        0, "00000128"
HKR, Ndi\params\*ReceiveBuffers,  step,       0, "1"
HKR, Ndi\params\*ReceiveBuffers,  Base,       0, "10"
HKR, Ndi\params\*ReceiveBuffers,  type,       0, "int"

HKR, Ndi\params\*TransmitBuffers, ParamDesc,  0, "TransmitBuffers"
HKR, Ndi\params\*TransmitBuffers, default,    0, "64"
HKR, Ndi\params\*TransmitBuffers, min,        0, "1"
HKR, Ndi\params\*TransmitBuffers, max,        0, "00000064"
HKR, Ndi\params\*TransmitBuffers, step,       0, "1"
HKR, Ndi\params\*TransmitBuffers, Base,       0, "10"
HKR, Ndi\params\*TransmitBuffers, type,       0, "int"

;
; WirelessMode
;
HKR, ,                            WirelessMode,    0, "3"

;
; Channel
;
HKR, ,                            Channel,         0, %CHANNEL%
HKR, Default,                     Channel,         0, %CHANNEL%

;
; Country Region G Band
;
;HKR, ,                                 CountryRegion,      0, "0"
;HKR, NDI\params\CountryRegion,         ParamDesc,          0, "Country Region 11G"
;HKR, NDI\params\CountryRegion,         type,               0, "enum"
;HKR, NDI\params\CountryRegion,         default,            0, "0"
;HKR, NDI\params\CountryRegion\enum,    0,                  0, "(Channel 1 - 11)"
;HKR, NDI\params\CountryRegion\enum,    1,                  0, "(Channel 1 - 13)"
;HKR, NDI\params\CountryRegion\enum,    2,                  0, "(Channel 10 - 11)"
;HKR, NDI\params\CountryRegion\enum,    3,                  0, "(Channel 10 - 13)"
;HKR, NDI\params\CountryRegion\enum,    4,                  0, "(Channel 14)"
;HKR, NDI\params\CountryRegion\enum,    5,                  0, "(Channel 1 - 14)"
;HKR, NDI\params\CountryRegion\enum,    6,                  0, "(Channel 3 - 9)"
;HKR, NDI\params\CountryRegion\enum,    7,                  0, "(Channel 5 - 13)"

;
; Country Region A Band
;
;HKR, ,                                 CountryRegionABand, 0, "0"
;HKR, NDI\params\CountryRegionABand,    ParamDesc,          0, "Country Region 11A"
;HKR, NDI\params\CountryRegionABand,    type,               0, "enum"
;HKR, NDI\params\CountryRegionABand,    default,            0, "0"
;HKR, NDI\params\CountryRegionABand\enum,0,                 0, "Ch(36 - 64,149 - 165)"
;HKR, NDI\params\CountryRegionABand\enum,1,                 0, "Ch(36 - 140)"
;HKR, NDI\params\CountryRegionABand\enum,2,                 0, "Ch(36 - 64)"
;HKR, NDI\params\CountryRegionABand\enum,3,                 0, "Ch(52 - 64,149 - 161)"
;HKR, NDI\params\CountryRegionABand\enum,4,                 0, "Ch(149 - 165)"
;HKR, NDI\params\CountryRegionABand\enum,5,                 0, "Ch(149 - 161)"
;HKR, NDI\params\CountryRegionABand\enum,6,                 0, "Ch(36 - 48)"
;HKR, NDI\params\CountryRegionABand\enum,7,                 0, "Ch(36 - 165)"
;HKR, NDI\params\CountryRegionABand\enum,8,                 0, "Ch(52 - 64)"

;
; Radio On/Off
;
HKR, ,                            Radio,           0, "0"
HKR, NDI\params\Radio,            ParamDesc,       0, "Radio On/Off"
HKR, NDI\params\Radio,            type,            0, "enum"
HKR, NDI\params\Radio,            default,         0, "0"
HKR, NDI\params\Radio\enum,       1,               0, "Disable"
HKR, NDI\params\Radio\enum,       0,               0, "Enable"

;
; WMMCapable
;
HKR, ,                            WMMCapable,      0, "1"
HKR, NDI\params\WMMCapable,             ParamDesc, 0, "WMM Capable"
HKR, NDI\params\WMMCapable,             type,      0, "enum"
HKR, NDI\params\WMMCapable,             default,   0, "1"
HKR, NDI\params\WMMCapable\enum,        0,         0, "Disable"
HKR, NDI\params\WMMCapable\enum,        1,         0, "Enable"

;
; HTCapable
;
HKR, ,                            HTCapable,      0, "1"
HKR, NDI\params\HTCapable,             ParamDesc, 0, "HT Capable"
HKR, NDI\params\HTCapable,             type,      0, "enum"
HKR, NDI\params\HTCapable,             default,   0, "1"
HKR, NDI\params\HTCapable\enum,        0,         0, "Disable"
HKR, NDI\params\HTCapable\enum,        1,         0, "Enable"

;
; FrameAggregation
;
HKR, ,                            FrameAggregation,0, "0"
HKR, NDI\params\FrameAggregation,       ParamDesc, 0, "Frame Aggregation"
HKR, NDI\params\FrameAggregation,       type,      0, "enum"
HKR, NDI\params\FrameAggregation,       default,   0, "0"
HKR, NDI\params\FrameAggregation\enum,  0,         0, "Disable"
HKR, NDI\params\FrameAggregation\enum,  1,         0, "Enable"

;
; IEEE80211H
;
HKR, ,                            IEEE80211H,      0, "0"
HKR, NDI\params\IEEE80211H,       ParamDesc,       0, "IEEE802.11h"
HKR, NDI\params\IEEE80211H,       type,            0, "enum"
HKR, NDI\params\IEEE80211H,       default,         0, "0"
HKR, NDI\params\IEEE80211H\enum,  0,               0, "Disable"
HKR, NDI\params\IEEE80211H\enum,  1,               0, "Enable"

;
; WPS Device Name
;
HKR, ,                            WPSDevName,      0, %WPS_DEVNAME_DEF_STR%
HKR, Default,                     WPSDevName,      0, %WPS_DEVNAME_DEF_STR%

;
; OpMode
;
HKR, ,                            OpMode,          0, "0"

;
; Block ACK settings
;
HKR, ,                            BACapability,      0x10001, "0x07034040"
HKR, Default,                     BACapability,      0x10001, "0x07034040"

;
; Transmit Rate setting
;
HKR, ,                            TransmitSetting,      0x10001, "0x2B215"
HKR, Default,                     TransmitSetting,      0x10001, "0x2B215"

;*******************************************************************************************
; DestinationDirs
;*******************************************************************************************

[NT.CopyFiles]
cbg300n2.sys,,,2

[SourceDisksNames]
1 = %INSTALL_DISK_STR%,,,

[SourceDisksFiles]
cbg300n2.sys                = 1,,

[DestinationDirs]
NT.CopyFiles     = 12     ; system32\drivers subdirectory on NT
DefaultDestDir   = 11

;*******************************************************************************************
; NT specific
;*******************************************************************************************

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


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

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

;*******************************************************************************************
; Strings
;*******************************************************************************************
[Strings]
BUFFALO                     = "BUFFALO INC."

;*******************************************************************************************
; Device description
;*******************************************************************************************
WLI2CBG300N.DeviceDesc       = "BUFFALO WLI2-CB-G300N Wireless LAN Adapter"

INSTALL_DISK_STR             = "AirNavigator CD"

WLI2CBG300N.Service.DispName = "BUFFALO WLI2-CB-G300N Wireless LAN Driver"

;
; Parameters
;
CHANNEL                     = "1"
WPS_DEVNAME_DEF_STR         = "Ralink Client"

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: ftp, load: 1.58