BEFCMV3.INF Driver File Contents (befcmu10v3_drivers.zip)

; INF file for LINKSYS USB-NDIS Cable Modem Miniport Driver for Windows 98/SE/ME & Windows 2000/XP
;


[Version]
;LayoutFile=layout.inf
Signature="$Chicago$"
Compatible=1
Class=Net
ClassGUID={4d36e972-e325-11ce-bfc1-08002be10318}
Provider=%V_LINKSYS%
CatalogFile = BEFCMV3.cat                            ;; for WHQL certified
DriverVer=04/28/2003,1.10.00.0000

[Manufacturer]
%V_LINKSYS%=LINKSYS, NT.5.1

[ControlFlags]
ExcludeFromSelect = USB\VID_077B&PID_08B8

[LINKSYS]
%BEFCMV3.DeviceDesc%=BEFCMV3.ndi, USB\VID_077B&PID_08B8

[LINKSYS.NT.5.1]
%BEFCMV3.DeviceDesc%=BEFCMV3XP.ndi, USB\VID_077B&PID_08B8


;*******************************************************************************
; Win98 main sections

[BEFCMV3.ndi]
AddReg          = BEFCMV3.ndi.reg, BEFCMV3.Params,USBCM_Uninstall.reg
CopyFiles       = BEFCMV3.Copyfiles,USBCM.Uninstall


;*******************************************************************************
; NT main sections

[BEFCMV3.ndi.NT]
AddReg          = BEFCMV3.NT.reg, BEFCMV3.Params,USBCM_Uninstall.reg
CopyFiles       = BEFCMV3.NT.CopyFiles,USBCM.Uninstall
Characteristics = 0x84
BusType         = 15

[BEFCMV3.ndi.NT.Services]
AddService      = BEFCMV3, 2, BEFCMV3.Service, BEFCMV3.EventLog

;*******************************************************************************
; XP main sections

[BEFCMV3XP.ndi.NT]
AddReg          = BEFCMV3.NT.reg, BEFCMV3.Params,USBCM_Uninstall.reg
CopyFiles       = BEFCMV3.XP.CopyFiles,USBCM.Uninstall
Characteristics = 0x84
BusType         = 15

[BEFCMV3XP.ndi.NT.Services]
AddService      = BEFCMV3XP, 2, BEFCMV3XP.Service, BEFCMV3.EventLog



;*******************************************************************************
; Windows 98 section
;*******************************************************************************

[BEFCMV3.ndi.reg]
HKR, Ndi, DeviceId, 0,"USB\VID_077B&PID_08B8"
HKR,,DevLoader,0,"*ndis"
HKR,,DeviceVxDs,0,"BEFCMV3.sys"
HKR,,EnumPropPages,0,"netdi.dll,EnumPropPages"

HKR,,AdapterName,,BEFCMV3
HKR,Ndi,CardType,,"PNP"

; NDIS info
HKR,NDIS,LogDriverName,0,"BEFCMV3"
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0a

; 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,,"cme.install"
HKR,Ndi,HelpText,,"Linksys BEFCMU10 EtherFast Cable Modem"


;*******************************************************************************
; Driver parameters
;*******************************************************************************

[BEFCMV3.Params]

HKR, Ndi\params\NumRxBuffers,ParamDesc,0, "NumRxBuffers"
HKR, Ndi\params\NumRxBuffers,default,  0, "32"
HKR, Ndi\params\NumRxBuffers,min,      0, "1"
HKR, Ndi\params\NumRxBuffers,max,      0, "00001024"
HKR, Ndi\params\NumRxBuffers,step,     0, "1"
HKR, Ndi\params\NumRxBuffers,Base,     0, "10"
HKR, Ndi\params\NumRxBuffers,type,     0, "int"

HKR, Ndi\params\NumTxBuffers,ParamDesc,0, "NumTxBuffers"
HKR, Ndi\params\NumTxBuffers,default,  0, "32"
HKR, Ndi\params\NumTxBuffers,min,      0, "1"
HKR, Ndi\params\NumTxBuffers,max,      0, "00001024"
HKR, Ndi\params\NumTxBuffers,step,     0, "1"
HKR, Ndi\params\NumTxBuffers,Base,     0, "10"
HKR, Ndi\params\NumTxBuffers,type,     0, "int"

;*******************************************************************************
; Install section for OSR2 and Windows 98
;*******************************************************************************

;[cme.install]
;CopyFiles = BEFCMV3.CopyFiles

[BEFCMV3.CopyFiles]
BEFCMV3.sys,,,2

[USBCM.Uninstall]
UNBEFCM3.EXE


;*******************************************************************************
; Install section for Windows NT 5
;*******************************************************************************

;-------------------------------------------------------------------------------
; LINKSYS NDIS-USB Cable Gateway Service and Driver
;
[BEFCMV3.NT.reg]
HKR, Ndi,               Service,    0, "BEFCMV3"
HKR, Ndi\Interfaces,    UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces,    LowerRange, 0, "ethernet"

[BEFCMV3.Service]
DisplayName     = %BEFCMV3.DeviceDesc%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_DEMAND_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\BEFCMV3.sys
LoadOrderGroup  = NDIS
AddReg          = TextModeFlags.reg


;*******************************************************************************
; Install section for Windows XP
;*******************************************************************************

[BEFCMV3XP.Service]
DisplayName     = %BEFCMV3.DeviceDesc%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_DEMAND_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\BEFCM3XP.sys
LoadOrderGroup  = NDIS
AddReg          = TextModeFlags.reg



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

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


[TextModeFlags.reg]
HKR, , TextModeFlags, 0x00010001, 0x0001


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

[BEFCMV3.XP.CopyFiles]
BEFCM3XP.sys,,,2


;-------------------------------------------------
[USBCM_Uninstall.reg]
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%CM_String%",DisplayName,,"%CM_Uninstall%"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%CM_String%",UninstallString,,"UNBEFCM3.EXE"

;*******************************************************************************
; Destination directories
;*******************************************************************************
[DestinationDirs]
USBCM.Uninstall= 10
BEFCMV3.CopyFiles = 11
BEFCMV3.NT.CopyFiles = 12
BEFCMV3.XP.CopyFiles = 12
DefaultDestDir  = 11 ; LDID_SYS

[SourceDisksNames]
; Cabinet file names and associated disks
; <cab#> = <disk#>,<cabinet filename>, ID (Unused, must be 0)
;50="Driver Diskette",, 0
1=%DisketteName%,,,

[SourceDisksFiles]
;<file> = <cabinet number>,<subdir>,<filename>,<size>
;Note: File is not in a cabinet if cab# is 0
BEFCMV3.sys   = 1
BEFCM3XP.sys = 1
UNBEFCM3.EXE   = 1

; Local Strings
; Provideer
[strings]
V_LINKSYS="Linksys Corporation"

;;source Disk name 
DisketteName= "USB Cable Modem Adapter Driver Diskette"

; Devices
BEFCMV3.DeviceDesc="Linksys BEFCMU10 EtherFast Cable Modem"

;;Uninstall 
CM_String="Linksys BEFCMV3 Uninstall"
CM_Uninstall="Linksys BEFCMU10 EtherFast Cable Modem"
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: 0.79