M2400.inf Driver File Contents (M5xV_WLAN.zip)

;*************************************************************************
;
; M2400.INF
;
;   This installation script supports Windows 98, Me, 2000 and XP for the
;   Wireless Network Adapters.
;
;
;*************************************************************************

[Version]
DriverVer=02/24/2004, 2.01.00.0000
Signature="$Chicago$"
Compatible=1
Class=Net
ClassGUID={4d36e972-e325-11ce-bfc1-08002be10318}
Provider=%Provider%
;CatalogFile=M2400.CAT            ;;for WHQL certified


[ControlFlags]

;***********  802.11b board  ***********
ExcludeFromSelect = *


[Manufacturer]
%V_Provider%=Adapters


[Adapters]
; DisplayName                Section                DeviceID
; -----------                -------                --------
%M2400_6827.DeviceDesc%   =M2400.ndi,      PCI\VEN_1814&DEV_0101&SUBSYS_68271462
%M2400_6828.DeviceDesc%   =M2400.ndi,      PCI\VEN_1814&DEV_0101&SUBSYS_68281462
%M2400_6829.DeviceDesc%   =M2400.ndi,      PCI\VEN_1814&DEV_0101&SUBSYS_68291462


;*******************************************************************************************
; Windows 9X specific entries
;*******************************************************************************************

[M2400.ndi]
AddReg=Common.reg, M2400.ndi.reg
CopyFiles=win9x.CopyFiles

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

[M2400.ndi.NT]
AddReg=Common.reg, M2400.ndi.NT.reg
Characteristics=0x84              ; NCF_REMOVABLE | NCF_HAS_UI | NCF_PHYSICAL
BusType=5
CopyFiles=NT.CopyFiles

; NT services sections
[M2400.ndi.NT.Services]
AddService=M2400, 2, M2400.Service, common.EventLog

[win9x.CopyFiles]
M2400.sys,,,18

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

[M2400.ndi.reg]
HKR, ,                            NTMPDriver,      0, M2400.sys
HKR, Ndi,                         DeviceID,        0, "PCI\VEN_1814&DEV_0101"

HKR, ,                            RunningWin9X,    0, "1"
HKR, ,                            DevLoader,       0, *ndis
HKR, ,                            DeviceVxDs,      0, M2400.sys
HKR, ,                            EnumPropPages,   0, "netdi.dll,EnumPropPages"

;
; NDIS Info
;
HKR, NDIS,                        LogDriverName,   0, "M2400"
HKR, NDIS,                        MajorNdisVersion,1, 03
HKR, NDIS,                        MinorNdisVersion,1, 0A

HKR, ,                            BusType,         0, 5
HKR, NDI,                         CardType,        0, "PCI"

;
; Interfaces
;
HKR, Ndi\Interfaces,              DefUpper,        0, "ndis3"
HKR, Ndi\Interfaces,              DefLower,        0, "ethernet"
HKR, Ndi\Interfaces,              UpperRange,      0, "ndis3"
HKR, Ndi\Interfaces,              LowerRange,      0, "ethernet"

;
; Install sections
;HKR,Ndi\Install,ndis3,,"M2400.install"


;*******************************************************************************************
; common regs for NT and W9x
;*******************************************************************************************

[Common.reg]

;
; SSID
;
HKR, ,                            SSID,            0, %SSID_DEF_STR%
HKR, Default,                     SSID,            0, %SSID_DEF_STR%
HKR, NDI\params\SSID,             ParamDesc,       0, "SSID"
HKR, NDI\params\SSID,             type,            0, "edit"
HKR, NDI\params\SSID,             limitText,       0, "32"
HKR, NDI\params\SSID,             default,         0, %SSID_DEF_STR%

;
; Network Type
;
HKR, ,                            NetworkType,     0, %NETWORK_TYPE_DEF_STR%
HKR, Default,                     NetworkType,     0, %NETWORK_TYPE_DEF_STR%
HKR, NDI\params\NetworkType,      ParamDesc,       0, "Network Type"
HKR, NDI\params\NetworkType,      type,            0, "enum"
HKR, NDI\params\NetworkType,      default,         0, %NETWORK_TYPE_DEF_STR%
HKR, NDI\params\NetworkType\enum, 0,               0, "802.11 Ad Hoc"
HKR, NDI\params\NetworkType\enum, 1,               0, "Infrastructure"

;
; Channel
;
HKR, ,                            Channel,         0, %CHANNEL%
HKR, Default,                     Channel,         0, %CHANNEL%
HKR, NDI\params\Channel,          ParamDesc,       0, "Channel"
HKR, NDI\params\Channel,          type,            0, "enum"
HKR, NDI\params\Channel,          default,         0, %CHANNEL%
HKR, NDI\params\Channel\enum,     1,               0, "01"
HKR, NDI\params\Channel\enum,     2,               0, "02"
HKR, NDI\params\Channel\enum,     3,               0, "03"
HKR, NDI\params\Channel\enum,     4,               0, "04"
HKR, NDI\params\Channel\enum,     5,               0, "05"
HKR, NDI\params\Channel\enum,     6,               0, "06"
HKR, NDI\params\Channel\enum,     7,               0, "07"
HKR, NDI\params\Channel\enum,     8,               0, "08"
HKR, NDI\params\Channel\enum,     9,               0, "09"
HKR, NDI\params\Channel\enum,     10,              0, "10"
HKR, NDI\params\Channel\enum,     11,              0, "11"
HKR, NDI\params\Channel\enum,     12,              0, "12" ; Default Country Region USA(1-11)
HKR, NDI\params\Channel\enum,     13,              0, "13"
;HKR, NDI\params\Channel\enum,     14,              0, "14"


;*******************************************************************************************
; System Configuration Page

;
; Local Administration MAC Network Address
;
HKR, ,                            NetworkAddress,  0, ""
HKR, Default,                     NetworkAddress,  0, ""
HKR, NDI\params\NetworkAddress,   ParamDesc,       0, "Local Administration MAC Network Address"
HKR, NDI\params\NetworkAddress,   type,            0, "edit"
HKR, NDI\params\NetworkAddress,   limitText,       0, "12"
HKR, NDI\params\NetworkAddress,   default,         0, ""

;
; First Run (Setup Country Region)
;
;HKR, ,                            FirstRun,	   0, "0"

;
; Select Config Utility
;
;HKR, ,                            ConfigSelect,	   0, "0"      ;0=RaConfig, 1=ZeroConfig
HKR, ,                            RaConfig,	   0, "1"      ;1=RaConfig , 0=ZeroConfig for MiniPCI

;
; Country Region
;
HKR, ,                            	CountryRegion,		0, "0"
;HKR, Default,                     	CountryRegion,      	0, "0"
HKR, NDI\params\CountryRegion,          ParamDesc,       	0, "Country Region"
HKR, NDI\params\CountryRegion,          type,            	0, "enum"
HKR, NDI\params\CountryRegion,          default,         	0, "0"
HKR, NDI\params\CountryRegion\enum,     0,               	0, "USA (Channel 1 - 11)"
HKR, NDI\params\CountryRegion\enum,	1,               	0, "Canada (Channel 1 - 11)"
HKR, NDI\params\CountryRegion\enum,     2,               	0, "Europe (Channel 1 - 13)"
HKR, NDI\params\CountryRegion\enum,     3,               	0, "Spain (Channel 10 - 11)"
HKR, NDI\params\CountryRegion\enum,	4,               	0, "France (Channel 10 - 13)"
;HKR, NDI\params\CountryRegion\enum,     5,               	0, "Japan 1 (Channel 14)"
HKR, NDI\params\CountryRegion\enum,     6,               	0, "Japan (Channel 1 - 13)"
HKR, NDI\params\CountryRegion\enum,	7,               	0, "Israel (Channel 3 - 9)"

;
; Power Saving Mode
;
HKR, ,                            PSMode,          0, "0"
HKR, Default,                     PSMode,          0, "0"
HKR, NDI\params\PSMode,           ParamDesc,       0, "Power Saving Mode"
HKR, NDI\params\PSMode,           type,            0, "enum"
HKR, NDI\params\PSMode,           default,         0, "0"
HKR, NDI\params\PSMode\enum,      0,               0, "CAM (Constantly Awake Mode)"
HKR, NDI\params\PSMode\enum,      1,               0, "Max_PSP (Max Power Savings)"
HKR, NDI\params\PSMode\enum,      2,               0, "Fast_PSP (Power Save Mode)"

;
; CAM when AC Power
;
HKR, ,                            ACPowerCam,      0, "0"
HKR, Default,                     ACPowerCam,      0, "0"
HKR, NDI\params\ACPowerCam,       ParamDesc,       0, "CAM when AC Power"
HKR, NDI\params\ACPowerCam,       type,            0, "enum"
HKR, NDI\params\ACPowerCam,       default,         0, "0"
HKR, NDI\params\ACPowerCam\enum,  0,               0, "Disable"
HKR, NDI\params\ACPowerCam\enum,  1,               0, "Enable"

;
; Antenna Tx Diversity 
;
HKR, ,                            AntennaTx,       0, "0"
HKR, Default,                     AntennaTx,       0, "0"
HKR, NDI\params\AntennaTx,        ParamDesc,       0, "Antenna Tx Diversity"
HKR, NDI\params\AntennaTx,        type,            0, "enum"
HKR, NDI\params\AntennaTx,        default,         0, "0"
HKR, NDI\params\AntennaTx\enum,   0,               0, "Diversity"
HKR, NDI\params\AntennaTx\enum,   1,               0, "Antenna A Only"
HKR, NDI\params\AntennaTx\enum,   2,               0, "Antenna B Only"

;
; Antenna Rx Diversity 
;
HKR, ,                            AntennaRx,       0, "0"
HKR, Default,                     AntennaRx,       0, "0"
HKR, NDI\params\AntennaRx,        ParamDesc,       0, "Antenna Rx Diversity"
HKR, NDI\params\AntennaRx,        type,            0, "enum"
HKR, NDI\params\AntennaRx,        default,         0, "0"
HKR, NDI\params\AntennaRx\enum,   0,               0, "Diversity"
HKR, NDI\params\AntennaRx\enum,   1,               0, "Antenna A Only"
HKR, NDI\params\AntennaRx\enum,   2,               0, "Antenna B Only"

;
; Transmit Rate
;
HKR, ,                            TransRate,       0, "0"
HKR, Default,                     TransRate,       0, "0"
;HKR, NDI\params\TransRate,        ParamDesc,       0, "Transmit Rate"
;HKR, NDI\params\TransRate,        type,            0, "enum"
;HKR, NDI\params\TransRate,        default,         0, "0"
;HKR, NDI\params\TransRate\enum,   0,               0, "Auto"
;HKR, NDI\params\TransRate\enum,   1,               0, "1 Mb/s"
;HKR, NDI\params\TransRate\enum,   2,               0, "2 Mb/s"
;HKR, NDI\params\TransRate\enum,   3,               0, "5.5 Mb/s"
;HKR, NDI\params\TransRate\enum,   4,               0, "11 Mb/s"


;
; Preamble Type
;
HKR, ,                            PreambleType,    0, "2"
HKR, Default,                     PreambleType,    0, "2"
HKR, NDI\params\PreambleType,     ParamDesc,       0, "Preamble Type"
HKR, NDI\params\PreambleType,     type,            0, "enum"
HKR, Ndi\params\PreambleType,     default,         0, "2"
HKR, NDI\params\PreambleType\enum,0,               0, "Long"
HKR, NDI\params\PreambleType\enum,1,               0, "Short"
HKR, NDI\params\PreambleType\enum,2,               0, "Auto"
HKR, NDI\params\PreambleType,     optional,        0, "0"

;
; Transmit Power
;
;HKR, ,                            TransPower,      0, "0"
;HKR, Default,                     TransPower,      0, "0"
;HKR, NDI\params\TransPower,       ParamDesc,       0, "Transmit Power"
;HKR, NDI\params\TransPower,       type,            0, "enum"
;HKR, Ndi\params\TransPower,       default,         0, "0"
;HKR, NDI\params\TransPower\enum,  0,               0, "100mW"
;HKR, NDI\params\TransPower\enum,  1,               0, " 50mW"
;HKR, NDI\params\TransPower\enum,  2,               0, " 30mW"
;HKR, NDI\params\TransPower\enum,  3,               0, " 20mW"
;HKR, NDI\params\TransPower\enum,  4,               0, "  5mW"
;HKR, NDI\params\TransPower\enum,  5,               0, "  1mW"

;
; RTS Threshold
;
HKR, ,                            RTSThresh,       0, "2347"
HKR, Default,                     RTSThresh,       0, "2347"
HKR, NDI\params\RTSThresh,        ParamDesc,       0, "RTS Threshold"
HKR, NDI\params\RTSThresh,        type,            0, "int"
HKR, Ndi\params\RTSThresh,        default,         0, "2347"
HKR, NDI\params\RTSThresh,        min,             0, "0"
HKR, NDI\params\RTSThresh,        max,             0, "2347"
HKR, NDI\params\RTSThresh,        step,            0, "32"
HKR, NDI\params\RTSThresh,        optional,        0, "0"

;
; Fragment Threshold
;
HKR, ,                            FragThresh,      0, "2346"
HKR, Default,                     FragThresh,      0, "2346"
HKR, NDI\params\FragThresh,       ParamDesc,       0, "Fragment Threshold"
HKR, NDI\params\FragThresh,       type,            0, "int"
HKR, Ndi\params\FragThresh,       default,         0, "2346"
HKR, NDI\params\FragThresh,       min,             0, "256"
HKR, NDI\params\FragThresh,       max,             0, "2346"
HKR, NDI\params\FragThresh,       step,            0, "32"
HKR, NDI\params\FragThresh,       optional,        0, "0"

;
; Radio Status
;
HKR, ,                            Radio,           0, "0"
HKR, NDI\params\Radio,            ParamDesc,       0, "Radio Status"
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"

;*******************************************************************************************
; Authentication & Security Page

;
; Authentication Type
;
HKR, ,				  AuthenType,      0, "0"
HKR, Default,			  AuthenType,      0, "0"
HKR, NDI\params\AuthenType,       ParamDesc,	   0, "Authentication Type"
HKR, NDI\params\AuthenType,       type,		   0, "enum"
HKR, NDI\params\AuthenType,       default,	   0, "0"
HKR, NDI\params\AuthenType\enum,  0,		   0, "Open System"
HKR, NDI\params\AuthenType\enum,  1,		   0, "Shared Key"

;
; Encryption
;
HKR, ,                            Encryption,      0, "0"
HKR, Default,                     Encryption,      0, "0"
;HKR, Ndi\params\Encryption,       ParamDesc,       0, "Encryption"
;HKR, Ndi\params\Encryption,       default,         0, "0"
;HKR, Ndi\params\Encryption,       type,            0, "enum"
;HKR, Ndi\params\Encryption\enum,  0,               0, "Enable"
;HKR, Ndi\params\Encryption\enum,  1,               0, "Disable"

;
; WEP Keys Length
;
HKR, ,                            WEPKeyLen,       0, "0"
HKR, Default,                     WEPKeyLen,       0, "0"
;HKR, NDI\params\WEPKeyLen,        ParamDesc,       0, "WEP Keys Length"
;HKR, NDI\params\WEPKeyLen,        type,            0, "enum"
;HKR, Ndi\params\WEPKeyLen,        default,         0, "0"
;HKR, NDI\params\WEPKeyLen\enum,   0,               0, "64 bit"
;HKR, NDI\params\WEPKeyLen\enum,   1,               0, "128 bit"
;HKR, NDI\params\WEPKeyLen,        optional,        0, "0"

;
; WEP Key to use
;
HKR, ,                            WEPKeyUse,       0,"1"
HKR, Default,                     WEPKeyUse,       0,"1"
;HKR, Ndi\params\WEPKeyUse,        ParamDesc,       0,"WEP Key to use"
;HKR, Ndi\params\WEPKeyUse,        type,            0,"enum"
;HKR, Ndi\params\WEPKeyUse,        default,         0,"1"
;HKR, Ndi\params\WEPKeyUse\enum,   1,               0,"1"
;HKR, Ndi\params\WEPKeyUse\enum,   2,               0,"2"
;HKR, Ndi\params\WEPKeyUse\enum,   3,               0,"3"
;HKR, Ndi\params\WEPKeyUse\enum,   4,               0,"4"

;
; WEP Key1
;
HKR, , 				  WEPKey1,         0,""
HKR, Default, 			  WEPKey1,         0,""
;HKR, Ndi\params\WEPKey1,          ParamDesc,       0,"WEP Key1"
;HKR, Ndi\params\WEPKey1,          type,            0,"edit"
;HKR, Ndi\params\WEPKey1,          default,         0,""
;HKR, Ndi\params\WEPKey1,          limitText,       0, "26"

;
; WEP Key2
;
HKR, , 				  WEPKey2,         0,""
HKR, Default, 			  WEPKey2,         0,""
;HKR, Ndi\params\WEPKey2,          ParamDesc,       0,"WEP Key2"
;HKR, Ndi\params\WEPKey2,          type,            0,"edit"
;HKR, Ndi\params\WEPKey2,          default,         0,""
;HKR, Ndi\params\WEPKey2,          limitText,       0, "26"

;
; WEP Key3
;
HKR, , 				  WEPKey3,         0,""
HKR, Default, 			  WEPKey3,         0,""
;HKR, Ndi\params\WEPKey3,          ParamDesc,       0,"WEP Key3"
;HKR, Ndi\params\WEPKey3,          type,            0,"edit"
;HKR, Ndi\params\WEPKey3,          default,         0,""
;HKR, Ndi\params\WEPKey3,          limitText,       0, "26"

;
; WEP Key4
;
HKR, , 				  WEPKey4,         0,""
HKR, Default, 			  WEPKey4,         0,""
;HKR, Ndi\params\WEPKey4,          ParamDesc,       0,"WEP Key4"
;HKR, Ndi\params\WEPKey4,          type,            0,"edit"
;HKR, Ndi\params\WEPKey4,          default,         0,""
;HKR, Ndi\params\WEPKey4,          limitText,       0, "26"

;
; Current Profile
;
HKR, , 				  CurProfile,      0,""
HKR, Default, 			  CurProfile,      0,""

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

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

[SourceDisksNames]
;1=%INSTALL_DISK_STR%,,,

[SourceDisksFiles] 
M2400.sys=1


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

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

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

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

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


;*******************************************************************************************
; Strings
;*******************************************************************************************

[strings]
Provider=			"802.11 Wireless"
V_Provider=			"802.11 Wireless"

M2400_6827.DeviceDesc=	"IEEE 802.11b MiniPCI Wireless Network Adapter"
M2400_6828.DeviceDesc=	"IEEE 802.11b PCI Wireless Network Adapter"
M2400_6829.DeviceDesc=	"IEEE 802.11b CardBus Wireless Network Adapter"

M2400.Service.DispName=	"IEEE 802.11b Wireless Network Driver"
INSTALL_DISK_STR=		"IEEE 802.11b Wireless Network Install Disk"

;
; Don't put spaces around=sign otherwise installer will not be able to
; find these lines.
SSID_DEF_STR		= ""
NETWORK_TYPE_DEF_STR	= "1"
CHANNEL			= "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: web2, load: 1.34