BCM FX815ELT Télécharger Pilotes, Manuel et BIOS

Disponibles 15 fichiers pour FX815ELT
Constructeur
BCM
Catégorie
Cartes mères
Modèle
BCM FX815ELT
Description
BIOS for FX815ELT
Version BIOS
1.04
Taille
220Kb
Nom de fichier
10082104.zip
Constructeur
BCM
Catégorie
Cartes mères
Modèle
BCM FX815ELT
Description
BIOS for FX815ELT-LF
Version BIOS
1.00
Taille
222Kb
Nom de fichier
70082100.zip
Constructeur
BCM
Catégorie
Cartes mères
Modèle
BCM FX815ELT
Description
Manual
Système d'exploitation
Manual
Taille
857Kb
Nom de fichier
fx815eltmanual.pdf
Informations
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
Constructeur
BCM
Catégorie
Cartes mères
Modèle
BCM FX815ELT
Description
Quick Installation Guide
Système d'exploitation
Quick Installation Guide
Taille
996Kb
Nom de fichier
fx815eltquickstartcard1.00.pdf
Informations
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.
Constructeur
BCM
Catégorie
Cartes mères
Modèle
BCM FX815ELT
Description
Windows CE .NET Network Interface Driver
Système d'exploitation
WinCE .NET
Taille
197Kb
Nom de fichier
e100cenet.exe
Informations
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.
Constructeur
BCM
Catégorie
Cartes mères
Modèle
BCM FX815ELT
Description
Intel i810-i815 Display Driver with DirectX release for WinCE .NET
Système d'exploitation
WinCE .NET
Taille
65Kb
Nom de fichier
videowincenet1000.zip
Informations
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.
Constructeur
BCM
Catégorie
Cartes mères
Modèle
BCM FX815ELT
Description
Intel ICH AC97 Audio Driver for WinCE .NET
Système d'exploitation
WinCE .NET
Version Driver
4.00
Taille
14Kb
Nom de fichier
ac97audiowincenet400.zip
Informations
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
Constructeur
BCM
Catégorie
Cartes mères
Modèle
BCM FX815ELT
Description
Intel IDE Driver
Système d'exploitation
WinCE 3.0
Taille
13Kb
Nom de fichier
idewince3001000.zip
Informations
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.
Constructeur
BCM
Catégorie
Cartes mères
Modèle
BCM FX815ELT
Description
Intel 810 Audio Driver for WinCE 3.0
Système d'exploitation
WinCE 3.0
Taille
14Kb
Nom de fichier
ac97audiowin3001002.zip
Informations
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
Constructeur
BCM
Catégorie
Cartes mères
Modèle
BCM FX815ELT
Description
Windows CE 3.0 Network Interface Driver
Système d'exploitation
WinCE 3.0
Taille
108Kb
Nom de fichier
lanwince300.zip
Informations
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.
Constructeur
BCM
Catégorie
Cartes mères
Modèle
BCM FX815ELT
Description
Intel Display Driver with DirectX release for WinCE 3.0
Système d'exploitation
WinCE 3.0
Taille
68Kb
Nom de fichier
videowince301001.zip
Informations
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.
Constructeur
BCM
Catégorie
Cartes mères
Modèle
BCM FX815ELT
Description
Intel 815 Graphics Driver
Système d'exploitation
Windows 2000-XP
Version Driver
6.52
Taille
4Mb
Nom de fichier
win2k_xpe652.exe
Informations
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
Constructeur
BCM
Catégorie
Cartes mères
Modèle
BCM FX815ELT
Description
Intel Chipset Driver
Système d'exploitation
Windows 9X-Me-2000-XP
Version Driver
320
Taille
1.6Mb
Nom de fichier
intelinf320.zip
Informations
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
Constructeur
BCM
Catégorie
Cartes mères
Modèle
BCM FX815ELT
Description
ADI AC97 driver
Système d'exploitation
Windows 9X-Me-NT-2000
Taille
14.5Mb
Nom de fichier
adi.zip
Informations
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.
Constructeur
BCM
Catégorie
Cartes mères
Modèle
BCM FX815ELT
Description
Intel Lan Driver
Système d'exploitation
Windows 9X-Me-NT-2000-XP
Version Driver
5.13
Taille
7Mb
Nom de fichier
intellan513.zip
Informations
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.
We need your opinion!