BEFCMU10.INF Driver File Contents (befcmu10_v1_7.zip)

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

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

[Manufacturer]
%V_LINKSYS%=LINKSYS

[ControlFlags]
ExcludeFromSelect = USB\VID_069A&PID_0902

[LINKSYS]
%BEFCMU10.DeviceDesc%=BEFCMU10.ndi, USB\VID_069A&PID_0902

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

[BEFCMU10.ndi]
AddReg          = BEFCMU10.ndi.reg, BEFCMU10.Params,USBCM_Uninstall.reg
CopyFiles       = BEFCMU10.Copyfiles,USBCM.Uninstall
;DeviceID        = "USB\VID_069A&PID_0902"
;MaxInstance     = 1


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

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

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

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

[BEFCMU10.ndi.reg]
HKR, Ndi, DeviceId, 0,"USB\VID_069A&PID_0902"
HKR,,DevLoader,0,"*ndis"
HKR,,DeviceVxDs,0,"BEFCMU10.sys"
HKR,,EnumPropPages,0,"netdi.dll,EnumPropPages"

HKR,,AdapterName,,BEFCMU10
HKR,Ndi,CardType,,"PNP"

; NDIS info
HKR,NDIS,LogDriverName,0,"BEFCMU10"
HKR,NDIS,MajorNdisVersion,1,05
HKR,NDIS,MinorNdisVersion,1,00

; 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,,"USB Cable Modem Adapter"


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

[BEFCMU10.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 = BEFCMU10.CopyFiles

[BEFCMU10.CopyFiles]
BEFCMU10.sys,,,2

[USBCM.Uninstall]
UNBEFCM.EXE


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

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

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

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

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


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


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


;-------------------------------------------------
; USB Cable Modem Uninstall for windows 9x(ME)/2000
;-------------------------------------------------
[USBCM_Uninstall.reg]
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%CM_String%",DisplayName,,"%CM_Uninstall%"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%CM_String%",UninstallString,,"UNBEFCM.EXE"

;*******************************************************************************
; Destination directories
;*******************************************************************************
[DestinationDirs]
USBCM.Uninstall= 10
BEFCMU10.CopyFiles = 11
BEFCMU10.NT.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
BEFCMU10.sys = 1
BEFCMU10.inf = 1
UNBEFCM.EXE = 1


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

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

; Devices
BEFCMU10.DeviceDesc="Linksys BEFCMU10 EtherFast Cable Modem with USB"

;;Uninstall 
CM_String="BEFCMU10 Uninstall"
CM_Uninstall="Linksys BEFCMU10 EtherFast Cable Modem with USB"

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: 4.59