Available 15 files for BCM FX815ELT
Select Files
Company
BCM
Categories
Motherboards
Model
BCM FX815ELT
Description
BIOS for FX815ELT
Version
1.04
Size Driver
220KB
File Name
10082104.zip
Company
BCM
Categories
Motherboards
Model
BCM FX815ELT
Description
BIOS for FX815ELT-LF
Version
1.00
Size Driver
222KB
File Name
70082100.zip
Company
BCM
Categories
Motherboards
Model
BCM FX815ELT
Description
Manual
Information
Manual
Operating System
Manual
Size Driver
857KB
File Name
fx815eltmanual.pdf
Observations
Table of Contents
Declaration...............................................................................................................2
Compliance & Certificate .......................................................................................3
Easy Installation......................................................................................................4
1. Introduction .........................................................................................................6
1.1 How To Use This Manual ................................................................................6
1.2 Check Your Device Items ................................................................................6
2. Features ...............................................................................................................7
2.1 Features Of The Motherboard.........................................................................7
3. Installation ...........................................................................................................9
3.1 Motherboard Layout & Main Parts...................................................................9
3.2 Connectors and Jumpers ..............................................................................12
3.3 CPU (Central Processing Unit)......................................................................13
3.4 System Memory (DRAM)...............................................................................14
3.5 Expansion Slots .............................................................................................15
3.6 Connectors, Headers, and Ports ...................................................................16
4. BIOS Setup ........................................................................................................21
4.1 BIOS Setup....................................................................................................21
4.2 Main Setup Menu...........................................................................................22
4.3 General Configuration Menu .........................................................................23
4.4 Advanced Configuration Menu ......................................................................25
4.5 System Specific Setup...................................................................................27
4.6 Primary IDE Drives ........................................................................................28
4.7 Secondary IDE Drives ...................................................................................29
4.8 Peripherals Setup Menu ................................................................................30
4.9 Power Management Setup Menu..................................................................31
4.10 PCI /PnP Configurations Menu....................................................................34
4.11 Hardware Monitor ........................................................................................35
4.12 Restore Default Settings..............................................................................36
4.13 Exit ...............................................................................................................36
5. Troubleshooting................................................................................................37
5.1 General Troubleshooting Tips .......................................................................37
Company
BCM
Categories
Motherboards
Model
BCM FX815ELT
Description
Quick Installation Guide
Information
Quick Installation Guide
Operating System
Manual
Size Driver
996KB
File Name
fx815eltquickstartcard1.00.pdf
Observations
If you do not know how to handle BIOS setup or how to set it up properly, it is strongly
advisable that you do not modify any of the settings than otherwise instructed in the User’s
Quick Start Card. Even a seemingly small incorrect adjustment or modification in the BIOS
setup can render your system unstable or unusable. The incorrect BIOS setup is not covered
by your motherboard’s manufacturer warranty.
Company
BCM
Categories
Motherboards
Model
BCM FX815ELT
Description
Windows CE .NET Network Interface Driver
Operating System
WinCE .NET
Size Driver
197KB
File Name
e100cenet.exe
Observations
Summary
The configuration files provided with the Windows* CE driver enable support for single
or multiple network interfaces based on the 82559, 559ER, 551, 551ER, or 562 Fast Ethernet
PCI Controller. This technical note provides information on installation and configuration.
A specific example is shown for a 2-port scenario in a single system.
Company
BCM
Categories
Motherboards
Model
BCM FX815ELT
Description
Intel i810-i815 Display Driver with DirectX release for WinCE .NET
Operating System
WinCE .NET
Size Driver
65KB
File Name
videowincenet1000.zip
Observations
Installation
-------------------
Follow these steps to install your driver. Where you see "installdir",
substitute the name of the directory where you installed Windows CE.
1. In Microsoft Windows CE Platform Builder 4.0, create or open a SET_TOP_BOX
(or similiar) platform project.
2. In Platform Builder Component View, remove the native Display Driver component.
This is typically "VGA Linear (Flat) Framebuffer".
3. In Platform Builder Component View, insert user feature. Browse to the directory
where you extracted these files and choose the ddi_igfx.dll file.
4. In Platform Builder Component View, choose settings. Open the Environment tab.
Enter a new variable ODO_NODISPLAY, assign a value of 0, and Set.
5. In Platform Builder Parameter View, open PROJECT.BIB. Insert the following:
ddi.dll $(_FLATRELEASEDIR)\ddi_igfx.dll NK SH
6. In Platform Builder Parameter View, open PROJECT.REG. Insert the contents of video.reg.
7. You are now ready to build a platform.
Company
BCM
Categories
Motherboards
Model
BCM FX815ELT
Description
Intel ICH AC97 Audio Driver for WinCE .NET
Operating System
WinCE .NET
Version
4.00
Size Driver
14KB
File Name
ac97audiowincenet400.zip
Observations
Installation
-------------------
Follow these steps to install your driver. Where you see "installdir",
substitute the name of the directory where you installed Windows CE.
1. In Microsoft Windows CE Platform Builder 4.0, create or open a SET-TOP-BOX (or similiar) platform project.
2. In Platform Builder Component View, remove the native audio driver component.
3. In Platform Builder Component View, insert user feature. Browse to the directory where you extracted these files and choose the wavedev.dll file.
4. In Platform Builder ParameterView, open PLATFORM.BIB. Find "IF BSP_NOAUDIO!" and replace the line between IF BSP_NOAUDIO and ENDIF with the following:
waveapi.dll $(_FLATRELEASEDIR)\waveapi.dll NK SH
audevman.dll $(_FLATRELEASEDIR)\audevman.dll NK SH
wavedev.dll $(_FLATRELEASEDIR)\wavedev.dll NK SH
5. In ParameterView, open PLATFORM.REG. Find "IF BSP_NOAUDIO!" and replace entry between IF BSP_NOAUDIO and ENDIF with contents of AUDIO.REG.
6. In ParameterView, open CONFIG.BIB. Find AUDIOBUF and change the line to the following:
AUDIOBUF 801FC000 00002200 RESERVED
7. By right clicking on the wavedev.dll user feature, ensure/set environment settings BSP_NOAUDIO = 0. You are now ready for your build
Company
BCM
Categories
Motherboards
Model
BCM FX815ELT
Description
Intel IDE Driver
Operating System
WinCE 3.0
Size Driver
13KB
File Name
idewince3001000.zip
Observations
Installation
-------------------
Follow these steps to install your driver. Where you see "installdir,"
substitute the name of the directory where you installed Windows CE.
This guide assumes you are using Microsoft* Platform Builder 3.00
as your development tool.
1. Create a folder anywhere in your development machine. Place the 2 binary
files, ata_pci.dll and ata_pci_init.exe into that directory.
2. In your Windows CE project, go to the Platform Builder menu and click on
"Insert User Component" and browse for the ata_pci.dll file from the location
where it was placed.
3. Right click on the newly created component ("ata_pci.dll") in the component
view of your project and select "settings". In the appearing dialog box, do
the following:
- Click on the "Custom Build" tab.
- Select "Release Copy" from the drop down list labelled "Build Step".
- Notice there is a entry in the "Actions" scroll box
--> this entry describes copying the ata_pci.dll file to
the release directory.
- Create a new entry in the "Actions" box.
--> edit the new entry to match the above entry but change
"ata_pci.dll" to "ata_pci_init.exe".
4. Copy the contents of the ata.reg file into end of the main Project.reg file
of your current project workspace.
5. Edit the main Project.bib file of your current project workspace. Find the
MODULES section of the file and add the following lines:
ata_pci.dll $(_FLATRELEASEDIR)\ata_pci.dll NK SH
ata_pci_init.exe $(_FLATRELEASEDIR)\ata_pci_init.exe NK SH
At this point you should be able to build using the MAXALL project and it will automatically initialize and create the device.
Notes
-----------
1) We recommend formatting the drive in DOS or Windows 95 or Windows 98 due to the fact that if Windows CE formats the device, the file system will be unrecognizable by other operating systems.
Company
BCM
Categories
Motherboards
Model
BCM FX815ELT
Description
Intel Display Driver with DirectX release for WinCE 3.0
Operating System
WinCE 3.0
Size Driver
68KB
File Name
videowince301001.zip
Observations
Installation
-------------------
Follow these steps to install your driver. Where you see "installdir",
substitute the name of the directory where you installed Windows CE.
1. In Microsoft Windows CE Platform Builder 3.0, create or open a MAXDX platform project.
2. In Platform Builder ComponentView, remove the native ddi_*.dll component. This is typically ddi_vga8.dll or ddi_flat.dll
3. In Platform Builder ComponentView, insert user component. Browse to the directory where you extracted these files and choose the ddi_igfx.dll file.
4. In Platform Builder ComponentView, choose settings. Open the Environment tab. Enter a new variable ODO_NODISPLAY, assign a value of 1, and Set.
5. In Platform Builder ParameterView, open PROJECT.BIB. Insert the following:
ddi.dll $(_FLATRELEASEDIR)\ddi_igfx.dll NK SH
6. In Platform Builder ParameterView, open PROJECT.REG. Insert the contents of Video.REG.
7. You are now ready to build a platform.
Company
BCM
Categories
Motherboards
Model
BCM FX815ELT
Description
Windows CE 3.0 Network Interface Driver
Operating System
WinCE 3.0
Size Driver
108KB
File Name
lanwince300.zip
Observations
Summary
The configuration files provided with the Windows* CE driver enable support for single
or multiple network interfaces based on the 82559, 559ER, 551, 551ER, or 562 Fast Ethernet
PCI Controller. This technical note provides information on installation and configuration.
A specific example is shown for a 2-port scenario in a single system.
Company
BCM
Categories
Motherboards
Model
BCM FX815ELT
Description
Intel 810 Audio Driver for WinCE 3.0
Operating System
WinCE 3.0
Size Driver
14KB
File Name
ac97audiowin3001002.zip
Observations
Installation
-------------------
Follow these steps to install your driver. Where you see "installdir",
substitute the name of the directory where you installed Windows CE.
1. In Microsoft Windows CE Platform Builder 3.0, create or open a MAXALL platform project.
2. In Platform Builder ComponentView, remove the native wavedev component.
3. In Platform Builder ComponentView, insert user component. Browse to the directory where you extracted these files and choose the ICHWAVE.dll file.
4. In Platform Builder ParameterView, open PLATFORM.BIB. Find "IF ODO_NOAUDIO" and replace the line between IF ODO_NOAUDIO and ENDIF with the following:
wavedev.dll $(_FLATRELEASEDIR)\ICHWAVE.dll NK SH
5. In ParameterView, open PLATFORM.REG. Find "IF ODO_NOAUDIO" and replace entry between IF ODO_NOAUDIO and ENDIF with contents of AUDIO.REG.
6. In ParameterView, open CONFIG.BIB. Find AUDIOBUF and change the line to the following:
AUDIOBUF 801FC000 00002200 RESERVED
7. You are now ready for your build
Company
BCM
Categories
Motherboards
Model
BCM FX815ELT
Description
Intel 815 Graphics Driver
Operating System
Windows 2000-XP
Version
6.52
Size Driver
4MB
File Name
win2k_xpe652.exe
Observations
CONTENTS OF THIS DOCUMENT
************************************************************
This document contains the following sections:
1. System Requirements
2. Localized Language Abbreviations
3. Installing the Software
4. Verifying Installation of the Software
5. Identifying the Software Version Number
6. Uninstalling the Software
7. Setup Installation Switches Available
8. Self-Extracting EXE Installation Switches Available
Company
BCM
Categories
Motherboards
Model
BCM FX815ELT
Description
Intel Chipset Driver
Operating System
Windows 9X-Me-2000-XP
Version
320
Size Driver
1.6MB
File Name
intelinf320.zip
Observations
CONTENTS OF THIS DOCUMENT
************************************************************
This document contains the following sections:
1. Overview
2. System Requirements
3. Contents of the Distribution Package
4. List of Available Command Line Flag Options
5. Contents of the Extracted Files
6. Installing the Software in Interactive Mode
7. Installing the Software in Silent Mode
8. Installing the INF Files Prior to OS Installation
8A. Installing the Windows* 2000 INF Files Prior
to OS Installation
8B. Installing the Windows* 98/Windows 98 SE/Windows* Me
INF Files Prior to OS Installation
8C. Installing the Windows* 95 INF Files Prior to OS
Installation
9. Installing the INF Files After OS Installation
9A. Installing the Windows* 2000 INF Files after
OS Installation
9B. Installing the Windows* 98/Windows* 98 SE/
Windows* Me/Windows* 95 INF Files after OS
Installation
10. Verifying Installation of the Software
11. Identifying the Software Version Number
12. Troubleshooting
Company
BCM
Categories
Motherboards
Model
BCM FX815ELT
Description
ADI AC97 driver
Operating System
Windows 9X-Me-NT-2000
Size Driver
14.5MB
File Name
adi.zip
Observations
ADI AC97 Driver
Last update 10/02/2001
WDM WDM driver ver. 5.12.01.3035 for Win2K, WinMe and Win98 2nd edition
VXD VXD driver ver. 4.11.01.0622 for W98 1st edition and Win95
Nt4 NT4 driver ver. 4.02.00.0051
Before installing VXD driver, system must have been installed with Direct X 6.1A or higher.
Company
BCM
Categories
Motherboards
Model
BCM FX815ELT
Description
Intel Lan Driver
Operating System
Windows 9X-Me-NT-2000-XP
Version
5.13
Size Driver
7MB
File Name
intellan513.zip
Observations
For Installation instructions please refer to the Quick Install Guide or the
User's Guide.
Browser-Viewable User's Guide
=============================
The PRO/100 adapter User's Guide is viewable with any recent web
browser. You can view the guide by inserting the CD in your computer
and waiting for the Autorun menu to appear. Click the User's Guide
button on the Autorun screen.
Another way to view the guide is to start the Windows Explorer, go to
the \INFO folder on the Intel CD and double-click the file called
INDEX.HTM.
To install the online User's Guide on your hard disk, view the Help
file, GUIDE.HLP, in the root directory.
Access to Official Website BCM
Welcome to the HelpDrivers, driver for printers.
Original files: In HelpDrivers, all drivers, manuals, BIOS, etc. are those originally provided by the official manufacturers. Click here to learn more
You can download by either clicking the 'Download' button. From the File Download window, verify that "Save" is selected and click OK.
Do not rename the file you're downloading, it may cause installation problems.