e36wndis.inf Driver File Contents (3G_Ericsson_F3307-900MHz_v6.1.23.103_7x86_XP.zip)

;*****************************************************************************
;
; Mbm1ndis.inf   -- Install the F3607gw Mobile Broadband Network Adapter
;
; Copyright (c) 1997-2010 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=04/27/2010,5.20.2.0
Compatible = 1
CatalogFile=e36wunic.cat

[ControlFlags]
ExcludeFromSelect = *

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

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

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

[SourceDisksFiles]
Mbm1Ndis.sys=1

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

;-----------------------------------------------------------------------------
; The ndis devices
;-----------------------------------------------------------------------------
[e36w]
%Ndis5Desc% = e36w.ndi5, E361CR\{60FB4808-5FE7-4611-90F7-C02A3CCBF6D6}
%Ndis5Desc.2% = e36w.2.ndi5, E362CR\{60FB4808-5FE7-4611-90F7-C02A3CCBF6D6}


[e36w.NTamd64]
%Ndis5Desc% = e36w.ndi5, E361CR\{60FB4808-5FE7-4611-90F7-C02A3CCBF6D6}
%Ndis5Desc.2% = e36w.2.ndi5, E362CR\{60FB4808-5FE7-4611-90F7-C02A3CCBF6D6}


;*****************************************************************************
;
; 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!
;
;*****************************************************************************


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

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



;-----------------------------------------------------------------------------
; Install all the normal things in the registry
;-----------------------------------------------------------------------------

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

[e36w.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....)
;-----------------------------------------------------------------------------
[e36w.ndi.Gen.Resources]

;-----------------------------------------------------------------------------
; General Params.
;-----------------------------------------------------------------------------
[e36w.ndi.Gen.Params]
HKR,,BoardType,,%Mbm1.BoardType%
HKR,,MediaType,,"Ethernet"
[e36w.ndi5.Gen.Params]
HKR,,BoardName,,"%Mbm1.ndi5.guid%"
HKR,,DeviceName,,"%Mbm1.ndi5.guid%"

[e36w.2.ndi.Gen.Params]
HKR,,BoardType,,%Mbm1.BoardType.2%
HKR,,MediaType,,"Ethernet"
[e36w.2.ndi5.Gen.Params]
HKR,,BoardName,,"%Mbm1.ndi5.guid.2%"
HKR,,DeviceName,,"%Mbm1.ndi5.guid.2%"




;-----------------------------------------------------------------------------
;	NDIS devload info for Win2K
;-----------------------------------------------------------------------------

[e36w.ndi.reg.nt]
HKR,,DriverDesc,,%Mbm1.ndi.DriverDesc%

[e36w.ndi5.reg.nt]
HKR,Ndi,DeviceId,,%Mbm1.ndi5.guid%
HKR,Ndi,Service,,"Mbm1Ndis"

[e36w.ndi5.NT.Services]
AddService      = Mbm1Ndis, 2, e36w.ndi5.AddService

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

[e36w.2.ndi.reg.nt]
HKR,,DriverDesc,,%Mbm1.ndi.DriverDesc.2%

[e36w.2.ndi5.reg.nt]
HKR,Ndi,DeviceId,,%Mbm1.ndi5.guid.2%
HKR,Ndi,Service,,"Mbm1Ndis"

[e36w.2.ndi5.NT.Services]
AddService      = Mbm1Ndis, 2, e36w.2.ndi5.AddService

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



;-----------------------------------------------------------------------------
; Some copyfiles sections
;-----------------------------------------------------------------------------

[e36w.ndi5.nt.CopyFiles]
Mbm1Ndis.sys


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

;BEGIN ENG - US English Strings
Provider = "Ericsson AB"
Ericsson = "Ericsson AB"
DiskString = "F3607gw Mobile Broadband Network Adapter Installation Disk"

Mbm1.ndi.DriverDesc = "F3607gw Mobile Broadband Network Adapter (NDIS)"
Mbm1.Service.Desc = "F3607gw Mobile Broadband Network Adapter (NDIS)"
Mbm1.BoardType = "F3607gw Mobile Broadband Network Adapter (for Networking Device)"
Ndis5Desc = "F3607gw Mobile Broadband Network Adapter (NDIS 5)"

Mbm1.ndi.DriverDesc.2 = "F3307 Mobile Broadband Network Adapter (NDIS)"
Mbm1.Service.Desc.2 = "F3307 Mobile Broadband Network Adapter (NDIS)"
Mbm1.BoardType.2 = "F3307 Mobile Broadband Network Adapter (for Networking Device)"
Ndis5Desc.2 = "F3307 Mobile Broadband Network Adapter (NDIS 5)"



CustomerDataPath = "Mobile Broadband Device"
DriverSet = "Mobile Broadband Device Software"
UninstallFile = "MBM1Uninstall.exe"
McciOptions = "Uninstallable"


;END ENG - US English Strings

;-----------------------------------------------------------------------------
; Following are symbolic constants which don't change per locale.
;-----------------------------------------------------------------------------
Mbm1.ndi5.guid = "E361CR\{60FB4808-5FE7-4611-90F7-C02A3CCBF6D6}"
Mbm1.ndi5.guid.2 = "E362CR\{60FB4808-5FE7-4611-90F7-C02A3CCBF6D6}"



;*** 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: ftp, load: 1.20