d301ndis.inf Driver File Contents (GW01_network_adapter_drivemanagement_bus_Win2000XP9xNT.zip)

;*****************************************************************************
;
; d301ndis.inf   -- Install the GW01 USB WMC Ethernet (NDIS)
;
; Copyright (c) 1997-2007 MCCI Corporation
;
; MCCI is a registered trademark of MCCI Corporation.
;
; NOTICE: This software is licensed, not sold.  Any modification of this
; inf file to change the reference to an operating system or to change the
; reference to a device is not permitted unless authorized in writing by
; MCCI Corporation.
;
;*****************************************************************************

[version]
signature="$WINDOWS NT$"
Class=Net
ClassGUID={4D36E972-E325-11CE-BFC1-08002BE10318}
Provider=%Provider%
DriverVer=07/06/2007,4.40.8.0
Compatible = 1
CatalogFile=d301unic.cat

[ControlFlags]
ExcludeFromSelect = *

;-----------------------------------------------------------------------------
; Specify target paths...
;-----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir = 11           ; LDID_SYS
GW.ndi3.CopyFiles = 11  ; LDID_SYS
GW.ndi5.CopyFiles = 11  ; LDID_SYS
GW.ndi3.nt.CopyFiles = 12
GW.ndi5.nt.CopyFiles = 12

;-----------------------------------------------------------------------------
; Specify the install disks.  
;-----------------------------------------------------------------------------
[SourceDisksNames.x86]
; diskid = description[, [tagfile] [, <unused>, subdir]]
1=%DiskString%,"d301nd5.sys",,\i386

[SourceDisksNames.amd64]
; diskid = description[, [tagfile] [, <unused>, subdir]]
1=%DiskString%,"d301nd5.sys",,\amd64

[SourceDisksFiles]
d301nd3.sys=1
d301nd5.sys=1

;-----------------------------------------------------------------------------
; Table of Contents:  manufacturer, then devices.
;-----------------------------------------------------------------------------
[Manufacturer]
%GW%=GW,NTamd64

;-----------------------------------------------------------------------------
; The ndis devices
;-----------------------------------------------------------------------------
[GW]
%Ndis5Desc% = GW.ndi5, d301CR\{68c0de6d-953d-40ca-83bb-637e901b2021}
%Ndis3Desc% = GW.ndi3, d301CR\{f9ca9d74-17fd-4928-90ba-3b30da32f0ea}

[GW.NTamd64]
%Ndis5Desc% = GW.ndi5, d301CR\{68c0de6d-953d-40ca-83bb-637e901b2021}

;*****************************************************************************
;
; NDIS services:
;
;	You would think that '\' continuation would make the following 
;	more readable.  It only succeeds in breaking NDIS.  Keep all this
;	on one line!
;
;*****************************************************************************

[GW.ndi5]
DriverVer=07/06/2007,4.40.8.0
Characteristics = 0x4 ;NCF_PHYSICAL
BusType = 15 ; PNPbus
AddReg = GW.ndi.reg,GW.ndi.reg.W9x,GW.ndi5.reg,GW.ndi5.reg.W9x,GW.ndi.Gen.Resources,GW.ndi.Gen.Params,GW.ndi5.Gen.Params
CopyFiles = GW.ndi5.CopyFiles

[GW.ndi5.nt]
Characteristics = 0x4 ;NCF_PHYSICAL
BusType = 15 ; PNPbus
AddReg = GW.ndi.reg,GW.ndi.reg.nt,GW.ndi5.reg,GW.ndi5.reg.nt,GW.ndi.Gen.Resources,GW.ndi.Gen.Params,GW.ndi5.Gen.Params
CopyFiles = GW.ndi5.nt.CopyFiles

[GW.ndi3]
Characteristics = 0x4 ;NCF_PHYSICAL
BusType = 15 ; PNPbus
AddReg = GW.ndi.reg,GW.ndi.reg.W9x,GW.ndi3.reg,GW.ndi3.reg.W9x,GW.ndi.Gen.Resources,GW.ndi.Gen.Params,GW.ndi3.Gen.Params
CopyFiles = GW.ndi3.CopyFiles

[GW.ndi3.nt]
Characteristics = 0x4 ;NCF_PHYSICAL
BusType = 15 ; PNPbus
AddReg = GW.ndi.reg,GW.ndi.reg.nt,GW.ndi3.reg,GW.ndi3.reg.nt,GW.ndi.Gen.Resources,GW.ndi.Gen.Params,GW.ndi3.Gen.Params
CopyFiles = GW.ndi3.nt.CopyFiles

;-----------------------------------------------------------------------------
; Install all the normal things in the registry 
;-----------------------------------------------------------------------------
[GW.ndi3.reg]
HKR,NDIS,LogDriverName,,"d301nd3"
; NDIS Info
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,UpperRange,,"ndis3"

[GW.ndi5.reg]
HKR,NDIS,LogDriverName,,"d301nd5"
; NDIS Info
HKR,NDIS,MajorNdisVersion,1,05
HKR,NDIS,MinorNdisVersion,1,00
HKR,Ndi\Interfaces,DefUpper,,"ndis3,ndis5"
HKR,Ndi\Interfaces,UpperRange,,"ndis3,ndis5"

[GW.ndi.reg]
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"

; Interfaces
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"


;-----------------------------------------------------------------------------
; General Resources (used to set NDI\params....)
;-----------------------------------------------------------------------------
[GW.ndi.Gen.Resources]

;-----------------------------------------------------------------------------
; General Params.
;-----------------------------------------------------------------------------
[GW.ndi.Gen.Params]
HKR,,BoardType,,%GW.BoardType%
HKR,,MediaType,,"Ethernet"

[GW.ndi3.Gen.Params]
HKR,,BoardName,,"%GW.ndi3.guid%"
HKR,,DeviceName,,"%GW.ndi3.guid%"

[GW.ndi5.Gen.Params]
HKR,,BoardName,,"%GW.ndi5.guid%"
HKR,,DeviceName,,"%GW.ndi5.guid%"

;-----------------------------------------------------------------------------
;	NDIS devload info for W95/W98
;-----------------------------------------------------------------------------
[GW.ndi.reg.W9x]
HKR,,DevLoader,,*ndis
HKR,,DriverDesc,,%GW.ndi.DriverDesc%

[GW.ndi3.reg.W9x]
HKR,,DeviceVxDs,, d301nd3.sys
HKR,Ndi,DeviceId,,%GW.ndi3.guid%

[GW.ndi5.reg.W9x]
HKR,,DeviceVxDs,, d301nd5.sys
HKR,Ndi,DeviceId,,%GW.ndi5.guid%

;-----------------------------------------------------------------------------
;	NDIS devload info for Win2K
;-----------------------------------------------------------------------------
[GW.ndi.reg.nt]
HKR,,DriverDesc,,%GW.ndi.DriverDesc%

[GW.ndi3.reg.nt]
HKR,Ndi,DeviceId,,%GW.ndi3.guid%
HKR,Ndi,Service,,"d301nd3"

[GW.ndi5.reg.nt]
HKR,Ndi,DeviceId,,%GW.ndi5.guid%
HKR,Ndi,Service,,"d301nd5"


[GW.ndi5.NT.Services]
AddService      = d301nd5, 2, GW.ndi5.AddService

[GW.ndi5.AddService]
DisplayName             = %GW.Service.Desc%
ServiceType             = 1     ; SERVICE_KERNEL_DRIVER
StartType               = 3     ; SERVICE_DEMAND_START
ErrorControl            = 1     ; SERVICE_ERROR_NORMAL
ServiceBinary           = %12%\d301nd5.sys
LoadOrderGroup          = NDIS

[GW.ndi3.NT.Services]
AddService      = d301nd3, 2, GW.ndi3.AddService

[GW.ndi3.AddService]
DisplayName             = %GW.Service.Desc%
ServiceType             = 1     ; SERVICE_KERNEL_DRIVER
StartType               = 3     ; SERVICE_DEMAND_START
ErrorControl            = 1     ; SERVICE_ERROR_NORMAL
ServiceBinary           = %12%\d301nd3.sys
LoadOrderGroup          = Base

;-----------------------------------------------------------------------------
; Some copyfiles sections
;-----------------------------------------------------------------------------
[GW.ndi3.CopyFiles]
d301nd3.sys

[GW.ndi5.CopyFiles]
d301nd5.sys

[GW.ndi3.nt.CopyFiles]
d301nd3.sys

[GW.ndi5.nt.CopyFiles]
d301nd5.sys


;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]

;BEGIN ENG - US English Strings
Provider = "GW"
GW = "GW"
DiskString = "GW01 USB WMC Ethernet Installation Disk"

GW.ndi.DriverDesc = "GW01 USB WMC Ethernet (NDIS)"
Ndis3Desc = "GW01 USB WMC Ethernet (NDIS 3)"
Ndis5Desc = "GW01 USB WMC Ethernet (NDIS 5)"
GW.Service.Desc = "GW01 USB WMC Ethernet GW (NDIS)"
GW.BoardType = "GW01 USB WMC Ethernet (for Networking Device)"

CustomerDataPath = "Sony Ericsson USB WMC"
DriverSet = "Sony Ericsson USB WMC Software"
UninstallFile = "D301Uninstall.exe"
McciOptions = "Uninstallable"


;END ENG - US English Strings

;-----------------------------------------------------------------------------
; Following are symbolic constants which don't change per locale.
;-----------------------------------------------------------------------------
GW.ndi5.guid = "d301CR\{68c0de6d-953d-40ca-83bb-637e901b2021}"
GW.ndi3.guid = "d301CR\{f9ca9d74-17fd-4928-90ba-3b30da32f0ea}"


;*** end of file ***
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: web3, load: 2.69