PCM200HA.INF Driver File Contents (pcm200ha.zip)

;;
;; PCM200HA.INF
;;
;; Linksys HomeLink 10M Integrated PC Card
;;
;; 19 MAR 2001
;;

[version]
	Signature	= "$Chicago$"		; Combined Win9x/Win2k inf
	Class=Net
	ClassGUID	= {4d36e972-e325-11ce-bfc1-08002be10318}
	Provider	= %V_CARDBUS%
	Compatible	= 1
DriverVer=03/06/2001, 2.31.0.2
	CatalogFile=BCM42XX.CAT

[Manufacturer]
	%V_CARDBUS% = CARDBUS

[ControlFlags] 
	ExcludeFromSelect = *

[CARDBUS]
	%BCM42CB.DeviceDesc% = BCM42XX, PCI\VEN_FEDA&DEV_A10E&SUBSYS_AB0513D1
	%BCM42CB.DeviceDesc% = BCM42XX, PCI\VEN_FEDA&DEV_A1FA&SUBSYS_AB0513D1
	%BCM42CB.DeviceDesc% = BCM42XX, PCI\VEN_14E4&DEV_4211&SUBSYS_AB0513D1
	%BCM42CB.DeviceDesc% = BCM42XX, PCI\VEN_14E4&DEV_4410&SUBSYS_AB0513D1
	%BCM42CB.DeviceDesc% = BCM42XX, PCI\VEN_14E4&DEV_4430&SUBSYS_AB0513D1

;-----------------------------------------------------------------
; Win9x specific
;
[BCM42XX]
	AddReg		= BCM42XX.win.reg, common.addreg
	CopyFiles	= BCM42XX.sys.files
DriverVer=03/06/2001, 2.31.0.2

[BCM42XX.win.reg]
	HKR,	Ndi,	DeviceID,		,	"PCI\VEN_FEDA&DEV_A10E"
	HKR,	Ndi,	NdiInstaller,		,	%NDI_ENTRYPOINT%
	; Ndis Info
	HKR,	,		EnumPropPages,		0,	"netdi.dll,EnumPropPages"
	HKR,	NDIS,	MajorNdisVersion,	1,	03
	HKR,	NDIS,	MinorNdisVersion,	1,	0A
	HKR,	NDIS,	LogDriverName,		,	"BCM42XX"
	HKR,	NDIS,	MajorDriverVersion,	1,	1
	HKR,	NDIS,	MinorDriverVersion,	1,	0
	;Install sections
	HKR,	Ndi\Install,	,		,	"BCM42XX.install"
	; 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"
	; HKR,,MediaType,,1
	HKR,	Ndi,	HelpText,		,	%BCM42XX_HELP%

[BCM42XX.install]
	AddReg		= BCM42XX.addreg

[BCM42XX.addreg]
	HKR,	,	DevLoader,		0,	"*ndis"
	HKR,	,	DeviceVxDs,		0,	%DEFAULT_WIN9X_SYS%

; Flag = 2 is COPYFLG_NOSKIP (2)
; Flag = 33 is COPYFLG_WARN_IF_SKIP (1) | COPYFLG_NO_VERSION_DIALOG (32)
[BCM42XX.sys.files]
	BCM42NDI.DLL,,,2
	BCM42XX5.SYS,,,2
	BCM42CTL.DLL,,,2
	BCM42RLY.VXD,,,2
	BCM42DB0.DLL,,,2
	BCM42DIA.CPL,,,2
	BCM42IOA.DLL,,,2
	BCM42XHW.VXD,,,2
	MFC42.DLL,,,33
	MSVCRT.DLL,,,33

;-----------------------------------------------------------------
; Win2k specific
;
[BCM42XX.NT]
	Characteristics	= 0x4			; NCF_PHYSICAL
	BusType		= 5			; PCI bus
	AddReg		= BCM42XX.reg, common.addreg
	CopyFiles	= BCM42XX.files.NT, BCM42XX.sys.files.NT
DriverVer=03/06/2001, 2.31.0.2

[BCM42XX.NT.Services]
	AddService = BCM42XX, 2, BCM42XX.Service, common.EventLog

[BCM42XX.reg]
	HKR,	Ndi,	Service,		0,	"BCM42XX"
	; Ndis Info
	; Interfaces
	HKR,	Ndi\Interfaces,	UpperRange,	,	"ndis5"
	HKR,	Ndi\Interfaces,	LowerRange,	,	"ethernet"
	HKR,	Ndi,	HelpText,		,	%BCM42XX_HELP%

[BCM42XX.Service]
	DisplayName	= %BCM42XX.Service.DispName%
	ServiceType	= 1			; %SERVICE_KERNEL_DRIVER%
	StartType	= 2			; %SERVICE_AUTO_START%
	ErrorControl	= 1			; %SERVICE_ERROR_NORMAL%
	ServiceBinary	= %12%\bcm42xx5.sys
	LoadOrderGroup	= NDIS

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

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

[BCM42XX.files.NT]
	BCM42XX5.SYS,,,2

[BCM42XX.sys.files.NT]
	BCM42CTL.DLL,,,2
	BCM42RLY.SYS,,,2
	BCM42XHW.SYS,,,2
	BCM42DB0.DLL,,,2
	BCM42DIA.CPL,,,2
	BCM42IOA.DLL,,,2

;-----------------------------------------------------------------
; Both Win9x & Win2k
;

[common.addreg]
	HKR,			, "DiagBaseName",	0,	%DIAGS%
; Next two override what diags gets from the driver file resource
	HKR,			, "DiagCopyright",	0,	%DIAG_COPYRIGHT%
	HKR,			, "DiagDescription",	0, %DIAG_DESC%
	HKLM,Software\%DIAGS%, "Logo Text",		0, %LOGO_TEXT%
	HKLM,Software\%DIAGS%, "Icon Name",		0, %ICON_NAME%
	HKLM,Software\%DIAGS%, "Company URL",		0, %COMPANY_URL%
	HKLM,Software\%DIAGS%, "Title",			0, %DIAG_TITLE%
	HKLM,Software\%DIAGS%, "LegalCopyright",	0, %LEGAL_COPYRIGHT%
	HKLM,Software\%DIAGS%, "ShowStatistics",	0x00010001,	00,00,00,00
	HKLM,Software\%DIAGS%, "StartInSysTray",	0x00010001,	01,00,00,00

[DestinationDirs]
	DefaultDestDir=11
	BCM42XX.sys.files=11
	BCM42XX.files.NT = 12
	BCM42XX.sys.files.NT=11

[SourceDisksNames]
	1=%BCM42XX.DiskName%,,

[SourceDisksFiles]
	BCM42CTL.DLL=1
	BCM42RLY.VXD=1
	BCM42RLY.SYS=1
	BCM42DB0.DLL=1
	BCM42DIA.CPL=1
	BCM42IOA.DLL=1
	BCM42XHW.SYS=1
	BCM42XHW.VXD=1
	BCM42XX5.SYS=1
	MFC42.DLL=1
	MSVCRT.DLL=1
	BCM42NDI.DLL=1

[strings]
	; Provider
	V_CARDBUS = "Linksys"
	; PNP Devices
	BCM42CB.DeviceDesc = "Linksys HomeLink 10M Integrated PC Card"
        ; General Strings
	BCM42XX_HELP = "Linksys HomeLink 10M Integrated PC Card provides local area networking over existing phone wiring."
        BCM42XX.Service.DispName = "Linksys HomeLink 10M Integrated PC Card Driver"
        BCM42XX.DiskName = "Linksys HomeLink 10M Integrated PC Card Install Disk"
	DIAGS = "BCM42DIA"
	LOGO_TEXT = "PCM200HA"
	ICON_NAME = "PCM200HA"
	COMPANY_URL = "http://www.linksys.com/"
	DIAG_TITLE = "PCM200HA Information and Diagnostics"
	LEGAL_COPYRIGHT = "1998-2001, All Rights Reserved."
	DIAG_DESC = "Linksys HomeLink 10M Integrated PC Card"
	DIAG_COPYRIGHT = "1998-2001, All Rights Reserved"
	NDI_ENTRYPOINT = "BCM42NDI.dll,NdiProc"
	DEFAULT_WIN9X_SYS = "BCM42XX5.SYS"
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: 4.07