Acrosser AR-R5800 Manuel d'utilisateur

Naviguer en ligne ou télécharger Manuel d'utilisateur pour Accessoires pour ordinateurs Acrosser AR-R5800. Acrosser AR-R5800 User Manual Manuel d'utilisatio

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer

Résumé du contenu

Page 1 - User Manual

AR-B5800 User Manual AR-B5800 Board Intel® Core™2 LGA775 PROCESSOR Networking Board User Manual Manual Rev.: 1.3 1

Page 2

AR-B5800 User Manual RTC1 System RTC battery socket Intel ICH7R PCIEXP1 PCI-Express X8 Slot DIMM1 240-Pin DDR3 Socket LGA775 CPU Socket DIMM2

Page 3 - Copyright 2011

AR-B5800 User Manual 2.2 Connectors and Jumper Setting 2.2.1 Locations (Top side) 11

Page 4 - Table of Contents

AR-B5800 User Manual LAN1 LAN1 RJ45 Connector FP_USB1 Internal USB2, USB3 connector. SYSFAN2 System FAN Connector. LAN2 LAN2 RJ45 Connector LCM

Page 5 - 1 Introduction

AR-B5800 User Manual 2.3 Connector and Jumper Setting 1. LAN1 ~ LAN8 RJ45 Connector 9. USB1 Connector LAN RJ45 Connector Connects to Local Area

Page 6 - 1.1 Specifications

AR-B5800 User Manual 15. LCM1 ( for LCM use ) 16. GP1 ( GPIO Header ) Pin SIGNAL 1 Pull-High to VCC5 2 VCC5 3 SOUTB 4 SINB 5 RTSB# 6 CTSB# 7 GN

Page 7 - 1.2 Package Contents

AR-B5800 User Manual 15 21,22. SATA2, SATA1 (SATA device connector #2 and #1). 23. VGA1 (2x5pin 2mm Wafer). To connect SATA device: 1.Attach eit

Page 8 - 1.3 Block Diagram

AR-B5800 User Manual 28. SYS_FAN1 (System FAN connector 1). 29. JP1 (For LAN1/LAN2 Bypass Function Select.). PIN SIGNAL 1 GND 2 +12V 3 Fan sp

Page 9 - 2 H/W Information

AR-B5800 User Manual 3 BIos setting This chapter describes the BIOS menu displays and explains how to perform common tasks needed to get the sys

Page 10

AR-B5800 User Manual 3.1 Main Setup Once you enter the Award BIOS™ CMOS Setup Utility, the Main Menu will appear on the screen. Use the arrow key

Page 11 - 2.2.1 Locations (Top side)

AR-B5800 User Manual SATA Channel 1/2 N/A The onboard SATA connectors provide 1 channel for connecting one SATA hard disks, the BIOS will auto-dete

Page 12 - AR-B5800 User Manual

AR-B5800 User Manual 2

Page 13

AR-B5800 User Manual Full Screen Logo Show Enabled Disabled Select Enabled to show the OEM full screen logo if you have add-in BIOS. APIC Mode Enab

Page 14 - VCC_GP D

AR-B5800 User Manual Option Choice Description Reset Configuration Data Enabled Disabled Normally, you leave this field Disabled. Select Enabled

Page 15

AR-B5800 User Manual Option Choice Description Onboard Serial Port 1 Onboard Serial Port 2 Serial Port 1: 3F8 / IRQ4 Serial Port 2: 2F8 / IRQ3 S

Page 16

AR-B5800 User Manual 3.5 PC Health Setup This section shows the parameters in determining the PC Health Status. These parameters include temperatur

Page 17 - 3 BIos setting

AR-B5800 User Manual Option Choice Description First / Second / Third Boot Device/Other Boot Device Hard Disk CDROM USB-FDD USB-CDROM LAN Disabl

Page 18 - 3.1 Main Setup

AR-B5800 User Manual Option Choice Description Save & Exit Setup Pressing <Enter> on this item for confirmation: Save to CMOS and EXIT

Page 19 - 3.2 Advanced Chipset Setup

AR-B5800 User Manual when you are prompted to enter the password. A message will confirm that the password will be disabled. Once the password is d

Page 20 - 3.3 PnP/PCI Setup

AR-B5800 User Manual APPENDIX A. MEMORY MAP 27

Page 21 - 3.4 Peripherals Setup

AR-B5800 User Manual APPEXDIX B. IRQ MAP 28

Page 22

AR-B5800 User Manual APPENDIX C. I/O PORT MAP 29

Page 23 - 3.6 Boot Setup

AR-B5800 User Manual Copyright 2011 All Rights Reserved. Manual’s first edition: For the purpose of improving reliability, design and function,

Page 24 - 3.7 Exit Setup

AR-B5800 User Manual 30

Page 25

AR-B5800 User Manual 4 Software Installation and Programming Guide 4.1 Introduction LCD Control Module Overview The LCM (short for LCD Control Mod

Page 26 - 3.8 BIOS Update

AR-B5800 User Manual GP34 Configurable GPIO4 GP35 Configurable GPIO5 GP36 Configurable GPIO6 GP37 Configurable GPIO7 In the GPIO APIs, we use the

Page 27 - APPENDIX A. MEMORY MAP

AR-B5800 User Manual 4.2 File Descriptions LCD Control Module On Linux platform: 1. lcmdemo.c This file is the source code of the demo program. T

Page 28 - APPEXDIX B. IRQ MAP

AR-B5800 User Manual 1. sio_acce.c The source code of the Watchdog and GPIO APIs for accessing the SuperIO. 2. sio_acce.h This file includes the

Page 29 - APPENDIX C. I/O PORT MAP

AR-B5800 User Manual 1. LAN_Bypass.cpp LAN_Bypass demo program source code. 2. AR-B5800.h The header file of the APIs. 3. AR-B5800.lib and AR-

Page 30

AR-B5800 User Manual 4.3 API List and Descriptions Type Definitions Typedef char i8; Typedef unsigned char u8; Typedef short

Page 31 - Programming Guide

AR-B5800 User Manual the text is not altered. mode = true, show the text. mode = false, eliminate the text. Return value: 0 after the text has been

Page 32

AR-B5800 User Manual GPIO and Watchdog GPIO 1. Syntax: i32 setChDir( u8 val ) Description: Set the direction (Input/Output) of GPIO ports ac

Page 33 - 4.2 File Descriptions

AR-B5800 User Manual a GPIO port is configured as an Input port, the corresponding bit at *val is always ‘1’. Return Value: If the function gets

Page 34

AR-B5800 User Manual Table of Contents 1 Introduction ...5 1.1 ...

Page 35

AR-B5800 User Manual 40 LAN Bypass Subsystem 1. void enableWdt(void) Enable Watchdog Timer. (This timer is different from the System Watchdog ti

Page 36

AR-B5800 User Manual 1 Introduction AR-B5800 is designed for rack-mounted platform for networking appliance, e.g. VPN, SSL, UTM or firewall. With

Page 37

AR-B5800 User Manual 1.1 Specifications  CPU: a LGA775 socket for Intel Core2 Processors in the 775-Land LGA package.  DMA channels: 7.  I

Page 38

AR-B5800 User Manual Processor was running at 100% loading. Note: A proper power supply unit choice means that we should consider at least about a.

Page 39

AR-B5800 User Manual 1.3 Block Diagram 8

Page 40

AR-B5800 User Manual 2 H/W Information This chapter describes the installation of AR-B5800. At first, it shows the Function diagram and the layo

Commentaires sur ces manuels

Pas de commentaire