se2Bunic.inf Driver File Contents (sony-ericsson-k-series-drivers.zip)

;*****************************************************************************
;
; se2Bunic.inf   -- Install the Sony Ericsson Device 043 USB Ethernet Emulation (WDM)
;
; Copyright (c) 1997-2005 MCCI
;
; MCCI is a registered trademark of Moore Computer Consultants, Inc
;
; 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
; Moore Computer Consultants, Inc..
;
;*****************************************************************************

[version]
signature="$CHICAGO$"
Class=USB
ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
Provider=%Provider%
DriverVer=05/01/2006, 4.34.0.2705
;CatalogFile=se2Bunic.cat

[ControlFlags]
ExcludeFromSelect = *

;-----------------------------------------------------------------------------
; Specify target paths...
;-----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir                  = 11                    ; LDID_SYS
SE43Wdm.W95.CopyFiles       = 11                    ; LDID_SYS
SE43Wdm.W95.CopyFiles.sys   = 11                    ; LDID_SYS
SE43Wdm.NT.CopyFiles        = 12                    ; system32\drivers
PropPages.CopyFiles             = 11                    ; system

;-----------------------------------------------------------------------------
; Specify the install disks.  A bit unwieldy during development.
;-----------------------------------------------------------------------------
[SourceDisksNames]
; diskid = description[, [tagfile] [, <unused>, subdir]]
1=%DiskString%,"se2Bunic.sys",,

[SourceDisksFiles]
; filename = diskid[, [subdir] [, size]]
se2Bunic.sys = 1
se2Bcr95.sys = 1
se2Bcrnt.sys = 1
se2Bvcr.vxd = 1
se2Bwh95.sys = 1
se2Bwhnt.sys = 1

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

;-----------------------------------------------------------------------------
; The devices
;-----------------------------------------------------------------------------
[SE43]
%SE43.Ndis.Desc% = SE43Wdm.Install, USB\VID_0FCE&PID_D043&Class_02&SubClass_06&Prot_00


;-----------------------------------------------------------------------------
; How to install them:  On W9x, the [section] name is used directly.
; On NT, the system first tries [section.NT], then [section].
;-----------------------------------------------------------------------------

;-----------------------------------------------------------------------------
; Diagnostics Files CopyFiles List Section
;-----------------------------------------------------------------------------
[SE43.CopyFiles]

;-----------------------------------------------------------------------------
; XXX when we have a property page DLL, add it to the following section.
;-----------------------------------------------------------------------------
[PropPages.CopyFiles]

;-----------------------------------------------------------------------------
;       How to install the WDM driver on W95/W98
;-----------------------------------------------------------------------------
[SE43Wdm.Install]
DriverVer=05/01/2006, 4.34.0.2705
AddReg          = SE43Wdm.AddReg, SE43Wdm.W95.AddReg
CopyFiles       = SE43Wdm.W95.CopyFiles, SE43Wdm.W95.CopyFiles.sys, SE43.CopyFiles, PropPages.CopyFiles

;-----------------------------------------------------------------------------
;       How to install the WDM driver on NT
;-----------------------------------------------------------------------------
[SE43Wdm.Install.NT]
DriverVer=05/01/2006, 4.34.0.2705
AddReg          = SE43Wdm.AddReg, SE43Wdm.NT.AddReg
CopyFiles       = SE43Wdm.NT.CopyFiles

;-----------------------------------------------------------------------------
;       How to start the WDM driver on NT
;-----------------------------------------------------------------------------
[SE43Wdm.Install.NT.Services]
AddService      = se2Bunic, 2, SE43Wdm.AddService

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

;-----------------------------------------------------------------------------
;       WDM registry entries (all platforms)
;-----------------------------------------------------------------------------
[SE43Wdm.AddReg]
HKR,,CRUpperDescription,,%UpperDescription%
HKR,,CREnum,,se2BCR
; configuration variables for CDC Ethernet Control Model.
; These have no effect for MDLM devices.
HKR,,UseTxCrc, 0x10001, 00,00,00,00
HKR,,CdcEthernetSetAddressMethod, 0x10001, 00,00,00,00
HKR,,EnableRxBulkStream, 0x10001, 01,00,00,00
HKR,,nRxBulkStreamObjects, 0x10001,08,00,00,00
HKR,,DataAltSetting,1,  01,00,00,00

;-----------------------------------------------------------------------------
;       WDM registry entries (W95/98) (including how to start the driver)
;-----------------------------------------------------------------------------
[SE43Wdm.W95.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,se2Bunic.sys

;-----------------------------------------------------------------------------
;       WDM registry entries (NT only)
;-----------------------------------------------------------------------------
[SE43Wdm.NT.AddReg]

;-----------------------------------------------------------------------------
;       The WDM copy list for Win95 -- different because things go in
;       different places.  Also, we probably need to rename drivers 
;       during the install.
;-----------------------------------------------------------------------------
[SE43Wdm.W95.CopyFiles]
se2Bvcr.vxd

[SE43Wdm.W95.CopyFiles.sys]
se2Bunic.sys
se2Bcr.sys,se2Bcr95.sys
se2Bwh.sys,se2Bwh95.sys

;-----------------------------------------------------------------------------
;       The WDM copy list for NT -- different because things go in
;       different places.
;-----------------------------------------------------------------------------
[SE43Wdm.NT.CopyFiles]
se2Bunic.sys
se2Bwh.sys,se2Bwhnt.sys
se2Bcr.sys,se2Bcrnt.sys

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

;BEGIN ENG - US English Strings
Provider = "Sony Ericsson"
SE43 = "Sony Ericsson"
DiskString = "Sony Ericsson Device 043 USB Ethernet Emulation Installation Disk"

SE43.Ndis.Desc = "Sony Ericsson Device 043 USB Ethernet Emulation (WDM)"
SE43.Service.Desc = "Sony Ericsson Device 043 USB Ethernet Emulation SEMC43 (WDM)"

UpperDescription = "Sony Ericsson Device 043 USB Ethernet Emulation (for Networking Device)"

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


;END ENG - US English Strings

;-----------------------------------------------------------------------------
; Following are symbolic constants which don't change per locale.
;-----------------------------------------------------------------------------

;*** 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.81