Microsoft Word - AriumLinuxTutorial doc

Size: px
Start display at page:

Download "Microsoft Word - AriumLinuxTutorial doc"

Transcription

1 Arium Linux Solution チュートリアル v 年米国 Arium は ia86 プラットフォームに対応した Linux デバッグソリューション ( ハードウェアアシストデバッガ ECM-XDP3 SourcePoint7.7.1 デバッグソフトウェア x86 用組込み Linux ディストリビューション aelinux) を発表しました 本文書では それらの機能を理解するために実際のターゲットを用いたデバッガの操作手順に焦点を当てて説明します aelinux でのカーネル モジュール アプリケーションの作成については aelinux ユーザーズガイドを参照して下さい ガイロジック株式会社 1

2 目次 1. 動作確認環境 ターゲット Linux 開発ホスト PC Windows 開発ホスト PC デバッガ ファイルのダウンロードについて ターゲットと接続イメージ AElinux のインストール インストールの準備 インストールシェルの実行 ) インストールディレクトリの選択 ) インストールコンポーネントの選択 ) ターゲットの IP アドレス指定 )FLASH ファイルへの書き込み ) ターゲットへの FLASH デバイスの取り付け SourcePoint のインストール インストールの準備 インストールシェルの実行 ライセンスファイルのコピー SourcePoint の起動と動作確認 SourcePoint の起動 Linux カーネルデバッグ例 カーネルのシンボルファイルのロード アプリケーション (jbasic) デバッグ例 ターゲット情報の指定 ターゲットコンソールウィンドウのオープン プロセス表示 アプリケーションのロード プロセスの確認 アプリケーションの実行 シンボルの検索とブレークポイントの設定 アプリケーションの再実行とブレーク 付録 1:AE Linux ブートログ

3 1. 動作確認環境 1.1. ターゲットボード D945GSEJT (Intel Essential Series) Arium がリファレンスキット (D945GSEJT-A) として販売しています ( 電源 DRAM XDP コネクタ AE Linux インストール済みの USB 対応 SSD を含む ) OS aelinux Linux 開発ホスト PC Linux ubuntu Windows 開発ホスト PC Windows XP/Vista 1.4. デバッガ ECM-XDP3 SourcePoint (Linux) SourcePoint (Windows) * aelinux のインストール ビルドは Linux PC で行います * ECM-XDP3 とターゲットを用いたデバッグを行う際の SourcePoint は Linux PC Windows PC のどちらでも可能です 1.5. ファイルのダウンロードについて aelinux と SourcePoint の最新版は Arium のWeb サイトからダウンロードできますが 事前にArium サイトでのアカウント作成とログインが必要になります aelinux のダウンロード先 : SourcePoint のダウンロード先 : 3

4 1.6. ターゲットと接続イメージ ターゲットインターフェース 接続イメージ 4

5 2. aelinux のインストール 2.1. インストールの準備 aelinux (aelinux tar.bz2 約 600MB) をダウンロードし 解凍するとaelinstalldir ディレクトリが作成されます それを $home( ユーザーホーム ) にコピーし 作業ディレクトリを移動します $ cd aelinstalldir 2.2. インストールシェルの実行 $./ael_install と入力すると 以下の 4 つのステップが実行されます 作業には root 権限が必要です (1) Choose the installation directory (/usr/arium recommended) (2) Choose and install components (3) Configure the target IP Address on the Root FS image (4) Prepare the FLASH device (including optional formatting) 1) インストールディレクトリの選択 => /usr/arium Step 1 of 4: Create directory for installation Note: installing in /usr/arium can avoid a full rebuild of the kernel 2) インストールコンポーネントの選択 Step 2 of 4: Choosing and installing the components" Installing the components takes about 1 to 8 minutes, depending on what you choose. Do you want to install any components now? (y/n) [y]: Install cross tools now (~ 2 mins, may need web access)? (y/n) [y]: Install the rootfs image now (~ 1 min)? (y/n) [y]: Install Linux source now (~ 5 mins)? (y/n) [y]: 3) ターゲットの IP アドレス指定 ( ここではデモ用に IP アドレスを に設定 ) Step 3 of 4: Configuring the target IP Address on the Root FS" Would you like to configure IP addressing now? (y/n) [y]: Would you like to configure the target to use a static IP Address? (y/n) [y]: Please enter your target's static IP Address [ ]: Set the target's IP Address to ? (y/n) [y]: Please enter your target's subnet mask [ ]: Set the target's subnet mask to ? (y/n) [y]: 5

6 4)FLASH ファイルへの書き込み * ターゲットのファイルシステムを FLASH に書込む時 初めにFLASH を挿入していない状態でデバイスのチェックを行い その後 FLASH を挿入して再度デバイスのチェックを行います 追加されたデバイスを FLASH とみなして初期化や書込みを実行するので デバイスを挿すように指示があるまでデバイスを挿さないように注意して下さい a) ターゲットから SSD ボードをまっすぐ引き抜きます b) 付属のアダプタを SSD ボードに接続し USB ケーブルにつなぎます PC には まだ接続しません Step 4 of 4: Preparing the FLASH device" Would you like to prepare the flash device? (y/n) [y]: Begin by detecting the flash device. Please make sure device is NOT inserted, then hit continue Continue or Abort? (c/a) [c]: DEVICES1 detected = /dev/sda: ここで USB FLASH を PC に接続 Please insert a flash device now. ここで Continue? (y/n) [y]: Pausing to allow the system to recognize the device DEVICES2 detected = /dev/sda: /dev\sda: Checking for new flash device 6

7 New Device Found:.dev/adb: The Flash device location is </dev/sdv1> (,Enter. or path): Would you like to reformat the flash device? If "yes", all data on device will be lost! (y/n) [n]: y USB FLASH の初期化を行う場合は Yes This script will copy rootfs files to a flash card Hit enter to continue Installation complete Thank you for installing Arium Embedded Linux You may rerun this script to perform any of the separate actions 5) ターゲットへの FLASH デバイスの取り付け FLASH をUSB ケーブルから取り外し ターゲットに取り付けます 電源を入れ ブートすると成功です ブート時のシリアルメッセージを付録 1:aelinux ブートログに添付します 7

8 3. SourcePoint のインストール 3.1. インストールの準備 Linux 用 SourcePoint (splinux_ tgz 約 48MB) をダウンロードし 解凍するとCD ディレクトリが作成されます それを $home( ユーザーホーム ) にコピーし 作業ディレクトリを移動します $ cd CD 3.2. インストールシェルの実行 $./sp_install と入力し SourcePoint をインストールします 作業には root 権限が必要です Mainsoft のライブラリ展開フォルダ /usr/local/mainsoft SourcePoint プログラムフォルダ $home/sourcepoint SourcePoint ユーザーフォルダ $home/sourcepoint 3.3. ライセンスファイルのコピー SourcePoint のプログラムディレクトリ ( デフォルトでは $home/sourcepoint) に 使用する ECM-XDP3 のライセンスファイルをコピーします 8

9 4. SourcePoint の起動と動作確認 4.1. SourcePoint の起動 1.ECM-XDP3 ON 2. ターゲット ON 3.SourcePoint 起動 cd $home/sourcepoint./runsp Reset Go Step 等でターゲットの基本的な制御が出来ていることを確認します * デフォルトでは ターゲットリセット後にターゲットを Run させる設定になっているので リセットアドレスで停止させたい場合は Options - Emulator Configurations - Target Reset - After SourcePoint reset を Stop the target にします また リセット後しばらくして ( 約 4 秒 ) 勝手にターゲットが Run する場合 ICH のTCO タイマーが影響している可能性があるので その場合イベントマクロでタイマーをディセーブルにする必要があります File - Macro - Configure Macros - Event macros - Reset (late) にsourcepoint/Macros/EFI/ICH_TCO_Timer_Disable.mac を指定します 9

10 4. システムチェック用ブレークポイント設定動作の再確認のために 任意の点にブレークポイントを設定します ここでは ブートセクタへのジャンプとカーネルの開始時点に設定します View - Breakpoint でブレークポイントウィンドウを開き Add でEdit Breakpoint ウィンドウを開きます Identifier は 識別用の名前ですから何でも構いません Break on: Execute Resource: Processor Location: 7c00L を入力し OK を押します 同様にして アドレス c09f48e5l にもブレークポイントを設定します このアドレスは 現バージョンのプリビルド版における start_kernel モジュール のアドレスです ビルドによって変わりますので 注意して下さい 2 つのブレークポイントが設定されました 10

11 5. Linux カーネルデバッグ例 5.1. カーネルのシンボルファイルのロード File - Program - Load Program で Program Load ウィンドウを開き カーネルのシンボル情報を持ったファイル usr arium targets arium-atom linux vmlinux を選択します このファイルは 拡張子がないので File of type で all files (*.*) を選択しておく必要があります この時 シンボル情報のみをロードするので Load type に symbols Only を指定します * ターゲットが実行中の場合 自動的にシンボルのみロードします * これで 停止時にカーネルのソースが表示されるようになります 11

12 6. アプリケーション (jbasic) デバッグ例 6.1. ターゲット情報の指定 View - Operating System - Select または Options - Target Configuration - Operating System で Target Configuration ウィンドウを開きます 1.OS 指定 Linux を指定 2. ターゲットのデバッグエージェントディレクトリの指定 Agent path on target:/home/arium 3. 通信ポートの指定 Target Connection:TCP IP address: port: OK 6.2. ターゲットコンソールウィンドウのオープン View - Operating System - Target Console で Target Console ウィンドウを開きます ターゲットを実行し Target Console に # プロンプトが出ればOK です Linux のブート完了から表示されるまでに 数秒時間が必要です 12

13 * コンソールウィンドウとは SourcePoint にリダイレクトさせたアプリケーションの コンソール出力を表示するウィンドウのことです Linux ブート以前のカーネル出力を 見るには 別途コンソールソフトとシリアルケーブル等が必要です 6.3. プロセス表示 View - Operating System - Resources で Operating System Resource ウィンドウを開きます これは ターゲットに組込まれた Arium のデバッグエージェント (gdbserver ベース ) と 情報交換します 各プロセスの状態を表示し プロセスの追加 削除等が可能です 13

14 6.4. アプリケーションのロード 1.Operating System Resource ウィンドウ上で右クリックし Debug Process を選択してDebug Linux Process ウィンドウを開きます 2. デバッグ対象のプログラムソースがあるディレクトリを Local path to program: に指定します /usr/arium/target arium-atom arium samples jbasic jbasic 3. ターゲット上の実行プログラムを Target path to program: に指定します /home/arium/jbasic 4.OK をクリックします 6.5. プロセスの確認 1. プロセス ロードしたプロセスは Operating System Resource ウィンドウで確認できます 14

15 2. ビューポイントによる確認 View - Viewpoint で Viewpoint ウィンドウを開きます 通常の Viewpoint では CPU のみが参照できますが 今回の操作で プロセスの Viewpoint が生成され プロセスの実行 停止が可能になりました CPU は Running で プロセスのみを停止した状態です * プロセスのロードは CPU が Running 中でないと実行できません また プロセスのロード操作で Viewpoint はプロセスに切り替わり そのプロセス は停止状態となります 3. ターゲットコンソールによる確認 Target Console には ロードしたアプリケーション (Process[jbasic]:proc#) 用のページが生成され 初期情報が表示されます 15

16 6.6. アプリケーションの実行 1.Go でプロセスを実行します 2.Target Console で list と入力し jbasic のサンプルリストを表示させます 3.Stop でプロセスを停止します 6.7. シンボルの検索とブレークポイントの設定 1.Find Symbol (CTRL-S) でシンボルファインダーを表示させ list を検索します 16

17 2. シンボルlist にブレークポイント設定 List の上で右クリックし Open Code Window を選択してコードを表示させます ( 指右指しマーク ) list (L723) の行番号の左を左クリックし ブレークポイントを設定します ( 赤三角マーク ) 3. ブレーク設定の確認 View - Breakpoint で Breakpoint ウィンドウを開きます 17

18 Breakpoint ウィンドウで List を選択し Edit ボタンを押して Edit Breakpoint を表示させ Resource が Task となっていることを確認します Resource が Processor または Software ではブレーク時に CPU の動作を止め ますが Task の場合は システムの動作を止めずにそのプロセスのみを停止させます 6.8. アプリケーションの再実行とブレーク 1.Go でプロセスを実行します 2.Target Console で list と入力すると すぐにブレークします 18

19 2. ブレーク状態の確認 Code ウィンドウで 指定の個所でブレークされていることを確認 ( 右矢印マーク ) * プロセスデバッグ時にデバッグ時に参照参照できるできるレジスタは 汎用レジスタとセグメントレジスタのみレジスタは 汎用レジスタとセグメントレジスタのみですです 19

20 付録 1:aelinux ブートログ Embedded x86 Linux on USB device or IDE/Flash Arium Embedded x86 Linux on SDIO/MMC flash Arium Embedded x86 Linux on NFS ROOT Use the ^ and v keys to select which entry is highlighted. Press enter to boot the selected OS, 'e' to edit the commands before booting, or 'c' for a command-line. The highlighted entry will be booted automatically in 3 seconds. Starting up... [ ] Initializing cgroup subsys cpu [ ] Linux version aa (jeffb@aaip014) (gcc version (crosstool-ng-1.4.1) ) #1 Thu Nov 19 17:28:04 EST 2009 [ ] KERNEL supported cpus: [ ] Intel GenuineIntel [ ] AMD AuthenticAMD [ ] Cyrix CyrixInstead [ ] NSC Geode by NSC [ ] Centaur CentaurHauls [ ] Transmeta GenuineTMx86 [ ] Transmeta TransmetaCPU [ ] UMC UMC UMC UMC [ ] BIOS-provided physical RAM map: [ ] BIOS-e820: ec00 (usable) [ ] BIOS-e820: ec a0000 (reserved) [ ] BIOS-e820: e (reserved) [ ] BIOS-e820: f4b1000 (usable) [ ] BIOS-e820: f4b f4dc000 (ACPI NVS) [ ] BIOS-e820: f4dc f5d7000 (reserved) [ ] BIOS-e820: f5d f5d9000 (ACPI data) [ ] BIOS-e820: f5d f5db000 (ACPI NVS) [ ] BIOS-e820: f5db f5fa000 (reserved) [ ] BIOS-e820: f5fa f5fb000 (usable) [ ] BIOS-e820: f5fb f5ff000 (reserved) [ ] BIOS-e820: f5ff f (ACPI NVS) [ ] BIOS-e820: f f (ACPI data) [ ] BIOS-e820: f f60e000 (ACPI NVS) [ ] BIOS-e820: f60e f62b000 (reserved) [ ] BIOS-e820: f62b f (usable) [ ] BIOS-e820: e ffc00000 (reserved) [ ] BIOS-e820: fff (reserved) [ ] DMI 2.6 present. [ ] last_pfn = 0x7f700 max_arch_pfn = 0x [ ] Scanning 1 areas for low memory corruption [ ] modified physical RAM map: [ ] modified: (usable) [ ] modified: (reserved) [ ] modified: fc00 (usable) [ ] modified: ec a0000 (reserved) [ ] modified: e (reserved) [ ] modified: f4b1000 (usable) [ ] modified: f4b f4dc000 (ACPI NVS) [ ] modified: f4dc f5d7000 (reserved) [ ] modified: f5d f5d9000 (ACPI data) [ ] modified: f5d f5db000 (ACPI NVS) [ ] modified: f5db f5fa000 (reserved) [ ] modified: f5fa f5fb000 (usable) [ ] modified: f5fb f5ff000 (reserved) [ ] modified: f5ff f (ACPI NVS) [ ] modified: f f (ACPI data) [ ] modified: f f60e000 (ACPI NVS) [ ] modified: f60e f62b000 (reserved) [ ] modified: f62b f (usable) [ ] modified: e ffc00000 (reserved) [ ] modified: fff (reserved) [ ] ACPI: RSDP 000F0400, 0024 (r2 INTEL ) [ ] ACPI: XSDT 7F606F10, 0054 (r1 INTEL D945JT MSFT 10013) [ ] ACPI: FACP 7F605D90, 00F4 (r4 INTEL D945JT MSFT 10013) [ ] ACPI Warning (tbfadt-0328): 32/64 FACS address mismatch in FADT - two FACS tables! [ ] [ ] ACPI Warning (tbfadt-0530): 32/64X FACS address mismatch in FADT - two FACS tables! 7F60DE40/ F60DD40 [ ] [ ] FADT: X_PM1a_EVT_BLK.bit_width (16) does not match PM1_EVT_LEN (4) [ ] ACPI: DSDT 7F600010, 416D (r1 INTEL D945JT 0 INTL ) 20

21 [ ] ACPI: FACS 7F60DD40, 0040 [ ] ACPI: APIC 7F607E90, 005C (r2 INTEL D945JT MSFT 10013) [ ] ACPI: MCFG 7F607E10, 003C (r1 INTEL D945JT MSFT 97) [ ] ACPI: SSDT 7F5D8A10, 04CE (r2 INTEL D945JT 3000 INTL ) [ ] ACPI: SSDT 7F5D7C90, 0232 (r2 INTEL D945JT 3000 INTL ) [ ] ACPI: SSDT 7F5D7F10, 00A0 (r2 INTEL D945JT 3000 INTL ) [ ] 1151MB HIGHMEM available. [ ] 887MB LOWMEM available. [ ] mapped low ram: 0-377fe000 [ ] low ram: fe000 [ ] bootmap f00 [ ] (6 early reservations) ==> bootmem [ fe000] [ ] #0 [ ] BIOS data page ==> [ ] [ ] #1 [ c05c9c] TEXT DATA BSS ==> [ c05c9c] [ ] #2 [0000c c0b000] INIT_PG_TABLE ==> [0000c c0b000] [ ] #3 [000009ec ] BIOS reserved ==> [000009ec ] [ ] #4 [ ] PGTABLE ==> [ ] [ ] #5 [ ] BOOTMAP ==> [ ] [ ] Zone PFN ranges: [ ] DMA 0x > 0x [ ] Normal 0x > 0x000377fe [ ] HighMem 0x000377fe -> 0x0007f700 [ ] Movable zone start PFN for each node [ ] early_node_map[5] active PFN ranges [ ] 0: 0x > 0x [ ] 0: 0x > 0x f [ ] 0: 0x > 0x0007f4b1 [ ] 0: 0x0007f5fa -> 0x0007f5fb [ ] 0: 0x0007f62b -> 0x0007f700 [ ] ACPI: PM-Timer IO Port: 0x408 [ ] PM: Registered nosave memory: [ ] PM: Registered nosave memory: f f000 [ ] PM: Registered nosave memory: f a0000 [ ] PM: Registered nosave memory: a e0000 [ ] PM: Registered nosave memory: e [ ] Allocating PCI resources starting at (gap: 7f700000: ) [ ] Built 1 zonelists in Zone order, mobility grouping on. Total pages: [ ] Kernel command line: rootdelay=8 root=/dev/sda1 rw console=ttys0,115200n8 [ ] Enabling fast FPU save and restore... done. [ ] Enabling unmasked SIMD FPU exception support... done. [ ] Initializing CPU#0 [ ] PID hash table entries: 4096 (order: 12, bytes) [ ] Extended CMOS year: 2000 [ ] Fast TSC calibration using PIT [ ] Detected MHz processor. [ ] Console: colour VGA+ 80x25 [ ] console [ttys0] enabled [ ] Dentry cache hash table entries: (order: 7, bytes) [ ] Inode-cache hash table entries: (order: 6, bytes) [ ] allocated bytes of page_cgroup [ ] please try cgroup_disable=memory option if you don't want [ ] Memory: k/ k available (6716k kernel code, 38668k reserved, 2436k data, 512k init, k highmem) [ ] virtual kernel memory layout: [ ] fixmap : 0xfffeb000-0xfffff000 ( 80 kb) [ ] pkmap : 0xff xffc00000 (4096 kb) [ ] vmalloc : 0xf7ffe000-0xff7fe000 ( 120 MB) [ ] lowmem : 0xc xf77fe000 ( 887 MB) [ ].init : 0xc09f4000-0xc0a74000 ( 512 kb) [ ].data : 0xc078f3fc - 0xc09f04f8 (2436 kb) [ ].text : 0xc xc078f3fc (6716 kb) [ ] Checking if this processor honours the WP bit even in supervisor mode...ok. [ ] SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ ] Calibrating delay loop (skipped), value calculated using timer frequency BogoMIPS (lpj= ) [ ] Security Framework initialized [ ] SELinux: Disabled at boot. [ ] Mount-cache hash table entries: 512 [ ] Initializing cgroup subsys ns [ ] Initializing cgroup subsys cpuacct [ ] Initializing cgroup subsys memory [ ] Initializing cgroup subsys freezer [ ] CPU: L1 I cache: 32K, L1 D cache: 24K [ ] CPU: L2 cache: 512K [ ] using mwait in idle threads. [ ] CPU: Intel(R) Atom(TM) CPU 1.60GHz stepping 02 [ ] Checking 'hlt' instruction... OK. [ ] Freeing SMP alternatives: 0k freed [ ] ACPI: Core revision [ ] ACPI: setting ELCR to 0200 (from 0c80) [ ] net_namespace: 724 bytes [ ] Booting paravirtualized kernel on bare hardware [ ] regulator: core version 0.5 [ ] Time: 11:26:17 Date: 01/05/10 [ ] NET: Registered protocol family 16 [ ] EISA bus registered [ ] ACPI: bus type pci registered [ ] PCI: MCFG configuration 0: base e segment 0 buses [ ] PCI: MCFG area at e reserved in E820 21

22 [ ] PCI: Using MMCONFIG for extended config space [ ] PCI: Using configuration type 1 for base access [ ] bio: create slab <bio-0> at 0 [ ] ACPI: BIOS _OSI(Linux) query ignored [ ] ACPI: BIOS _OSI(Linux) query ignored [ ] ACPI: Interpreter enabled [ ] ACPI: (supports S0 S1 S3 S4 S5) [ ] ACPI: Using PIC for interrupt routing [ ] ACPI: No dock devices found. [ ] ACPI: PCI Root Bridge [PCI0] (0000:00) [ ] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold [ ] pci 0000:00:1b.0: PME# disabled [ ] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ ] pci 0000:00:1c.0: PME# disabled [ ] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold [ ] pci 0000:00:1c.1: PME# disabled [ ] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold [ ] pci 0000:00:1c.2: PME# disabled [ ] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold [ ] pci 0000:00:1c.3: PME# disabled [ ] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold [ ] pci 0000:00:1d.7: PME# disabled [ ] pci 0000:00:1f.0: quirk: region f claimed by ICH6 ACPI/GPIO/TCO [ ] pci 0000:00:1f.0: quirk: region f claimed by ICH6 GPIO [ ] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0a00 (mask 007f) [ ] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 1640 (mask 000f) [ ] pci 0000:00:1f.2: PME# supported from D3hot [ ] pci 0000:00:1f.2: PME# disabled [ ] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ ] pci 0000:01:00.0: PME# disabled [ ] pci 0000:00:1e.0: transparent bridge [ ] ACPI: PCI Interrupt Link [LNKA] (IRQs * ) [ ] ACPI: PCI Interrupt Link [LNKB] (IRQs * ) [ ] ACPI: PCI Interrupt Link [LNKC] (IRQs * ) [ ] ACPI: PCI Interrupt Link [LNKD] (IRQs * ) [ ] ACPI: PCI Interrupt Link [LNKE] (IRQs ) *0, disabled. [ ] ACPI: PCI Interrupt Link [LNKF] (IRQs ) *0, disabled. [ ] ACPI: PCI Interrupt Link [LNKG] (IRQs ) *0, disabled. [ ] ACPI: PCI Interrupt Link [LNKH] (IRQs * ) [ ] SCSI subsystem initialized [ ] usbcore: registered new interface driver usbfs [ ] usbcore: registered new interface driver hub [ ] usbcore: registered new device driver usb [ ] ACPI: WMI: Mapper loaded [ ] PCI: Using ACPI for IRQ routing [ ] Bluetooth: Core ver 2.14 [ ] NET: Registered protocol family 31 [ ] Bluetooth: HCI device and connection manager initialized [ ] Bluetooth: HCI socket layer initialized [ ] NET: Registered protocol family 8 [ ] NET: Registered protocol family 20 [ ] NetLabel: Initializing [ ] NetLabel: domain hash size = 128 [ ] NetLabel: protocols = UNLABELED CIPSOv4 [ ] NetLabel: unlabeled traffic allowed by default [ ] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ ] hpet0: 3 comparators, 64-bit MHz counter [ ] pnp: PnP ACPI init [ ] ACPI: bus type pnp registered [ ] pnp: PnP ACPI: found 13 devices [ ] ACPI: ACPI bus type pnp unregistered [ ] PnPBIOS: Disabled by ACPI PNP [ ] system 00:01: iomem range 0xfed xfed17fff has been reserved [ ] system 00:01: iomem range 0xfed xfed19fff has been reserved [ ] system 00:01: iomem range 0xfed xfed18fff has been reserved [ ] system 00:01: iomem range 0xe xefffffff has been reserved [ ] system 00:01: iomem range 0xff xffffffff could not be reserved [ ] system 00:09: ioport range 0x4d0-0x4d1 has been reserved [ ] system 00:0b: ioport range 0xfff0-0xffff has been reserved [ ] system 00:0b: ioport range 0xffff-0xffff has been reserved [ ] system 00:0b: ioport range 0xffff-0xffff has been reserved [ ] system 00:0b: ioport range 0x6a0-0x6a7 has been reserved [ ] system 00:0c: ioport range 0x400-0x47f has been reserved [ ] system 00:0c: ioport range 0x1180-0x119f has been reserved [ ] system 00:0c: ioport range 0x500-0x53f has been reserved [ ] system 00:0c: iomem range 0xfec xfec00fff has been reserved [ ] system 00:0c: iomem range 0xfee xfee00fff has been reserved [ ] system 00:0c: iomem range 0xfed xfed23fff has been reserved [ ] system 00:0c: iomem range 0xffb xffbfffff has been reserved [ ] system 00:0c: iomem range 0xfc xfc800fff has been reserved [ ] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:01 [ ] pci 0000:00:1c.0: IO window: 0xe000-0xefff [ ] pci 0000:00:1c.0: MEM window: 0xffc xffcfffff [ ] pci 0000:00:1c.0: PREFETCH window: 0x000000cfe x000000cfefffff [ ] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:02 [ ] pci 0000:00:1c.1: IO window: disabled [ ] pci 0000:00:1c.1: MEM window: disabled 22

23 [ ] pci 0000:00:1c.1: PREFETCH window: disabled [ ] pci 0000:00:1c.2: PCI bridge, secondary bus 0000:03 [ ] pci 0000:00:1c.2: IO window: disabled [ ] pci 0000:00:1c.2: MEM window: disabled [ ] pci 0000:00:1c.2: PREFETCH window: disabled [ ] pci 0000:00:1c.3: PCI bridge, secondary bus 0000:04 [ ] pci 0000:00:1c.3: IO window: disabled [ ] pci 0000:00:1c.3: MEM window: disabled [ ] pci 0000:00:1c.3: PREFETCH window: disabled [ ] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:05 [ ] pci 0000:00:1e.0: IO window: disabled [ ] pci 0000:00:1e.0: MEM window: disabled [ ] pci 0000:00:1e.0: PREFETCH window: disabled [ ] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11 [ ] pci 0000:00:1c.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11 [ ] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10 [ ] pci 0000:00:1c.1: PCI INT B -> Link[LNKB] -> GSI 10 (level, low) -> IRQ 10 [ ] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 7 [ ] pci 0000:00:1c.2: PCI INT C -> Link[LNKC] -> GSI 7 (level, low) -> IRQ 7 [ ] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ ] pci 0000:00:1c.3: PCI INT D -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11 [ ] NET: Registered protocol family 2 [ ] IP route cache hash table entries: (order: 5, bytes) [ ] TCP established hash table entries: (order: 8, bytes) [ ] TCP bind hash table entries: (order: 6, bytes) [ ] TCP: Hash tables configured (established bind 65536) [ ] TCP reno registered [ ] NET: Registered protocol family 1 [ ] cpufreq: No nforce2 chipset. [ ] Scanning for low memory corruption every 60 seconds [ ] adbgko: version 2.7 [ ] audit: initializing netlink socket (disabled) [ ] type=2000 audit( :1): initialized [ ] highmem bounce pool size: 64 pages [ ] HugeTLB registered 4 MB page size, pre-allocated 0 pages [ ] VFS: Disk quotas dquot_6.5.2 [ ] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ ] fuse init (API version 7.11) [ ] msgmni has been set to 1699 [ ] alg: No test for stdrng (krng) [ ] io scheduler noop registered [ ] io scheduler anticipatory registered [ ] io scheduler deadline registered [ ] io scheduler cfq registered (default) [ ] pci 0000:00:1d.7: EHCI: BIOS handoff failed (BIOS bug?) [ ] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ ] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ ] input: Power Button (FF) as /devices/lnxsystm:00/lnxpwrbn:00/input/input0 [ ] ACPI: Power Button (FF) [PWRF] [ ] input: Power Button (CM) as /devices/lnxsystm:00/device:00/pnp0c0c:00/input/input1 [ ] ACPI: Power Button (CM) [PWRB] [ ] ACPI: SSDT 7F5DAC90, 0239 (r2 INTEL D945JT 3000 INTL ) [ ] ACPI: SSDT 7F5D9710, 06B7 (r2 INTEL D945JT 3001 INTL ) [ ] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3]) [ ] processor ACPI_CPU:00: registered as cooling_device0 [ ] ACPI: Processor [CPU0] (supports 8 throttling states) [ ] isapnp: Scanning for PnP cards... [ ] isapnp: No Plug & Play device found [ ] ppdev: user-space parallel port driver [ ] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ ] serial8250: ttys0 at I/O 0x3f8 (irq = 4) is a 16550A [ ] serial8250: ttys1 at I/O 0x2f8 (irq = 3) is a 16550A [ ] 00:03: ttys0 at I/O 0x3f8 (irq = 4) is a 16550A [ ] 00:04: ttys1 at I/O 0x2f8 (irq = 3) is a 16550A [ ] brd: module loaded [ ] loop: module loaded [ ] Intel(R) PRO/1000 Network Driver - version k3-NAPI [ ] Copyright (c) Intel Corporation. [ ] e1000e: Intel(R) PRO/1000 Network Driver k6 [ ] e1000e: Copyright (c) Intel Corporation. [ ] Fixed MDIO Bus: probed [ ] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded [ ] r :01:00.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11 [ ] r :01:00.0: no MSI. Back to INTx. [ ] eth0: RTL8168d/8111d at 0xf , 00:1c:c0:de:68:51, XID c0 IRQ 11 [ ] Driver 'sd' needs updating - please use bus_type methods [ ] Driver 'sr' needs updating - please use bus_type methods [ ] ata_piix 0000:00:1f.1: PCI INT A -> Link[LNKC] -> GSI 7 (level, low) -> IRQ 7 [ ] scsi0 : ata_piix [ ] scsi1 : ata_piix [ ] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf0f0 irq 14 [ ] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf0f8 irq 15 [ ] ata_piix 0000:00:1f.2: enabling device (0005 -> 0007) [ ] ata_piix 0000:00:1f.2: PCI INT B -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11 [ ] ata_piix 0000:00:1f.2: MAP [ P0 P ] [ ] scsi2 : ata_piix [ ] scsi3 : ata_piix 23

24 [ ] ata3: SATA max UDMA/133 cmd 0xf0e0 ctl 0xf0d0 bmdma 0xf0a0 irq 11 [ ] ata4: SATA max UDMA/133 cmd 0xf0c0 ctl 0xf0b0 bmdma 0xf0a8 irq 11 [ ] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ ] ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 10 [ ] ehci_hcd 0000:00:1d.7: PCI INT A -> Link[LNKH] -> GSI 10 (level, low) -> IRQ 10 [ ] ehci_hcd 0000:00:1d.7: EHCI Host Controller [ ] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1 [ ] ehci_hcd 0000:00:1d.7: debug port 1 [ ] ehci_hcd 0000:00:1d.7: irq 10, io mem 0xffe41000 [ ] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00 [ ] usb usb1: New USB device found, idvendor=1d6b, idproduct=0002 [ ] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ ] usb usb1: Product: EHCI Host Controller [ ] usb usb1: Manufacturer: Linux aa ehci_hcd [ ] usb usb1: SerialNumber: 0000:00:1d.7 [ ] usb usb1: configuration #1 chosen from 1 choice [ ] hub 1-0:1.0: USB hub found [ ] hub 1-0:1.0: 8 ports detected [ ] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ ] uhci_hcd: USB Universal Host Controller Interface driver [ ] uhci_hcd 0000:00:1d.0: PCI INT A -> Link[LNKH] -> GSI 10 (level, low) -> IRQ 10 [ ] uhci_hcd 0000:00:1d.0: UHCI Host Controller [ ] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 [ ] uhci_hcd 0000:00:1d.0: irq 10, io base 0x0000f080 [ ] usb usb2: New USB device found, idvendor=1d6b, idproduct=0001 [ ] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ ] usb usb2: Product: UHCI Host Controller [ ] usb usb2: Manufacturer: Linux aa uhci_hcd [ ] usb usb2: SerialNumber: 0000:00:1d.0 [ ] usb usb2: configuration #1 chosen from 1 choice [ ] hub 2-0:1.0: USB hub found [ ] hub 2-0:1.0: 2 ports detected [ ] uhci_hcd 0000:00:1d.1: PCI INT B -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11 [ ] uhci_hcd 0000:00:1d.1: UHCI Host Controller [ ] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3 [ ] uhci_hcd 0000:00:1d.1: irq 11, io base 0x0000f060 [ ] usb usb3: New USB device found, idvendor=1d6b, idproduct=0001 [ ] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ ] usb usb3: Product: UHCI Host Controller [ ] usb usb3: Manufacturer: Linux aa uhci_hcd [ ] usb usb3: SerialNumber: 0000:00:1d.1 [ ] usb usb3: configuration #1 chosen from 1 choice [ ] hub 3-0:1.0: USB hub found [ ] hub 3-0:1.0: 2 ports detected [ ] uhci_hcd 0000:00:1d.2: PCI INT C -> Link[LNKC] -> GSI 7 (level, low) -> IRQ 7 [ ] uhci_hcd 0000:00:1d.2: UHCI Host Controller [ ] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4 [ ] uhci_hcd 0000:00:1d.2: irq 7, io base 0x0000f040 [ ] usb usb4: New USB device found, idvendor=1d6b, idproduct=0001 [ ] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ ] usb usb4: Product: UHCI Host Controller [ ] usb usb4: Manufacturer: Linux aa uhci_hcd [ ] usb usb4: SerialNumber: 0000:00:1d.2 [ ] usb usb4: configuration #1 chosen from 1 choice [ ] hub 4-0:1.0: USB hub found [ ] hub 4-0:1.0: 2 ports detected [ ] uhci_hcd 0000:00:1d.3: PCI INT D -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11 [ ] uhci_hcd 0000:00:1d.3: UHCI Host Controller [ ] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5 [ ] uhci_hcd 0000:00:1d.3: irq 11, io base 0x0000f020 [ ] usb usb5: New USB device found, idvendor=1d6b, idproduct=0001 [ ] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ ] usb usb5: Product: UHCI Host Controller [ ] usb usb5: Manufacturer: Linux aa uhci_hcd [ ] usb usb5: SerialNumber: 0000:00:1d.3 [ ] usb usb5: configuration #1 chosen from 1 choice [ ] hub 5-0:1.0: USB hub found [ ] hub 5-0:1.0: 2 ports detected [ ] usbcore: registered new interface driver usblp [ ] Initializing USB Mass Storage driver... [ ] usbcore: registered new interface driver usb-storage [ ] USB Mass Storage support registered. [ ] usbcore: registered new interface driver libusual [ ] usbcore: registered new interface driver usbserial [ ] USB Serial support registered for generic [ ] usbcore: registered new interface driver usbserial_generic [ ] usbserial: USB Serial Driver core [ ] USB Serial support registered for FTDI USB Serial Device [ ] usbcore: registered new interface driver ftdi_sio [ ] ftdi_sio: v1.4.3:usb FTDI Serial Converters Driver [ ] PNP: No PS/2 controller found. Probing ports directly. [ ] serio: i8042 KBD port at 0x60,0x64 irq 1 [ ] serio: i8042 AUX port at 0x60,0x64 irq 12 [ ] mice: PS/2 mouse device common for all mice [ ] rtc_cmos 00:07: RTC can wake from S4 [ ] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0 [ ] rtc0: alarms up to one year, y3k, 114 bytes nvram, hpet irqs 24

25 [ ] EISA: Probing bus 0 at eisa.0 [ ] EISA: Detected 0 cards. [ ] cpuidle: using governor ladder [ ] cpuidle: using governor menu [ ] sdhci: Secure Digital Host Controller Interface driver [ ] sdhci: Copyright(c) Pierre Ossman [ ] oprofile: using timer interrupt. [ ] TCP cubic registered [ ] NET: Registered protocol family 10 [ ] lo: Disabled Privacy Extensions [ ] NET: Registered protocol family 17 [ ] Bluetooth: L2CAP ver 2.11 [ ] Bluetooth: L2CAP socket layer initialized [ ] Bluetooth: SCO (Voice Link) ver 0.6 [ ] Bluetooth: SCO socket layer initialized [ ] Bluetooth: RFCOMM socket layer initialized [ ] Bluetooth: RFCOMM TTY layer initialized [ ] Bluetooth: RFCOMM ver 1.10 [ ] RPC: Registered udp transport module. [ ] RPC: Registered tcp transport module. [ ] Using IPI Shortcut mode [ ] registered taskstats version 1 [ ] Magic number: 10:881:427 [ ] rtc_cmos 00:07: setting system clock to :26:21 UTC ( ) [ ] BIOS EDD facility v Jun-25, 0 devices found [ ] EDD information not available. [ ] Waiting 8sec before mounting root device... [ ] Marking TSC unstable due to TSC halts in idle [ ] usb 1-5: new high speed USB device using ehci_hcd and address 2 [ ] usb 1-5: New USB device found, idvendor=8086, idproduct=f1a5 [ ] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ ] usb 1-5: Product: Value SSD [ ] usb 1-5: Manufacturer: Intel [ ] usb 1-5: SerialNumber: B29 [ ] usb 1-5: configuration #1 chosen from 1 choice [ ] scsi4 : SCSI emulation for USB Mass Storage devices [ ] Clocksource tsc unstable (delta = ns) [ ] scsi 4:0:0:0: Direct-Access Intel Value SSD 2.00 PQ: 0 ANSI: 2 [ ] sd 4:0:0:0: [sda] byte hardware sectors: (2.06 GB/1.91 GiB) [ ] sd 4:0:0:0: [sda] Write Protect is off [ ] sd 4:0:0:0: [sda] Assuming drive cache: write through [ ] sd 4:0:0:0: [sda] byte hardware sectors: (2.06 GB/1.91 GiB) [ ] sd 4:0:0:0: [sda] Write Protect is off [ ] sd 4:0:0:0: [sda] Assuming drive cache: write through [ ] sda: sda1 [ ] sd 4:0:0:0: [sda] Attached SCSI disk [ ] sd 4:0:0:0: Attached scsi generic sg0 type 0 [ ] EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended [ ] VFS: Mounted root (ext2 filesystem) on device 8:1. [ ] Freeing unused kernel memory: 512k freed [ ] Write protecting the kernel text: 6720k [ ] Write protecting the kernel read-only data: 2112k Entering rc file ##### Starting Scripts ##### /etc/rc3.d/s04system_setup SUCCESS [ ] r8169: eth0: link up [ ] r8169: eth0: link up /etc/rc3.d/s08network SUCCESS /etc/rc3.d/s12telnetd SUCCESS /etc/rc3.d/s16ftpd SUCCESS ##### Starting Scripts Complete ###### Please press Enter to activate this console. tcpsvd: listening on :21, starting 25

Express5800/R110a-1Hユーザーズガイド

Express5800/R110a-1Hユーザーズガイド 4 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Xeon Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0B60: DIMM group #1 has been disabled. : Press to resume, to

More information

HA8000シリーズ ユーザーズガイド ~BIOS編~ HA8000/RS110/TS10 2013年6月~モデル

HA8000シリーズ ユーザーズガイド ~BIOS編~ HA8000/RS110/TS10 2013年6月~モデル P1E1M01500-3 - - - LSI MegaRAID SAS-MFI BIOS Version x.xx.xx (Build xxxx xx, xxxx) Copyright (c) xxxx LSI Corporation HA -0 (Bus xx Dev

More information

1 2

1 2 1 1 2 1 2 3 4 5 3 2 3 4 4 1 2 3 4 5 5 5 6 7 8 1 1 2 1 10 1 3 1 11 2 12 2 3 1 13 2 14 2 3 1 15 2 16 2 3 1 17 2 1 2 3 4 5 18 2 6 7 8 3 1 1 2 19 2 20 2 3 1 21 2 22 2 3 1 23 2 24 2 3 1 25 2 26 2 3 1 27 2 28

More information

Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for

Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for embedded systems that use microcontrollers (MCUs)

More information

US40cユーザーズガイド

US40cユーザーズガイド US40c 1 Enter CURRENT Passord:? _ InsydeH20 Setup Utility Main Advanced Security Boot Exit Video Configuration Poer Save Quick Charge HDD [2GB ATA Flash

More information

1 138

1 138 5 1 2 3 4 5 6 7 8 1 138 BIOS Setup Utility MainAdvancedSecurityPowerExit Setup Warning Item Specific Help Setting items on this menu to incorrect values may cause your system to malfunction. Select 'Yes'

More information

本機をお使いの方へ

本機をお使いの方へ MA46H/S Windows 98 / NT 4.0 Windows 98 / NT 4.0 MA46H/S BIOS 1999 10 808-877675-132-A 3 AT 6. 1. BIOS P.7 1. Windows 98 Windows Windows 98 Microsoft Windows 98 Windows NT 4.0 Microsoft Windows NT Workstation

More information

1 124

1 124 7 1 2 3 4 5 6 7 8 9 10 11 12 1 124 Phoenix - AwardBIOS CMOS Setup Utility Integrated Peripherals On-Chip Primary PCI IDE [Enabled] IDE Primary Master PIO [Auto] IDE Primary Slave PIO [Auto] IDE Primary

More information

137 6 1 2 3 4 5 6 138 6 139 1 2 3 4 5 6 140 6 141 1 2 1 2 142 6 3 143 1 2 144 6 145 1 2 3 4 5 146 6 147 1 1 148 6 1 2 149 1 2 1 2 150 6 151 152 6 1 2 153 1 2 3 154 1 2 6 3 155 156 6 157 158 1 6 2 159 1

More information

1 2

1 2 1 1 2 3 1 2 3 4 5 2 3 4 4 1 2 3 4 5 5 5 6 1 1 2 3 1 8 1 3 1 9 2 10 2 3 1 11 2 12 13 3 1 2 2 14 2 3 1 15 2 16 2 3 1 17 2 18 2 3 1 19 3 20 3 3 1 21 3 22 3 3 1 23 3 24 3 3 1 25 3 26 3 3 1 27 3 28 3 3 1 29

More information

5 1 2 3 4 5 6 7 8 9 10 11 12 1 132 CMOS Setup Utility - Copyright (C) 1984-2000 Award Software Power Management Setup ACPI Suspend Type S3 (STR) Power Management User Define Video Off Method DPMS Video

More information

RAID RAID 0 RAID 1 RAID 5 RAID * ( -1) * ( /2) * RAID A. SATA B. BIOS SATA ( 1) C. RAID BIOS RAID D. SATA RAID/AHCI 2 SATA M.2 SSD ( 2) ( (

RAID RAID 0 RAID 1 RAID 5 RAID * ( -1) * ( /2) * RAID A. SATA B. BIOS SATA ( 1) C. RAID BIOS RAID D. SATA RAID/AHCI 2 SATA M.2 SSD ( 2) ( ( RAID RAID 0 RAID 1 RAID 5 RAID 10 2 2 3 4 * ( -1) * ( /2) * RAID A. SATA B. BIOS SATA ( 1) C. RAID BIOS RAID D. SATA RAID/AHCI 2 SATA M.2 SSD ( 2) ( ( 3) 2 ) Windows USB 1 SATA A. SATA SATA Intel SATA

More information

橡EN1165.PDF

橡EN1165.PDF G780(7ZMMP-KK F1C) BIOS Setup 1 G780(7ZMMP-KK F1C) 2 G780(7ZMMP-KK F1C) 3 G780(7ZMMP-KK F1C) 4 G780(7ZMMP-KK F1C) 1st Boot Device 2nd Boot Device 3rd Boot Device S.M.A.R.T. for Hard Disks BootUp Num-Lock

More information

EQUIUM EQUIUM S5010 1 1 1 2 3 4 2 1 2 3 2 3 1 2 3 4 5 6 7 8 4 1 2 3 5 1 2 1 2 3 4 5 6 7 6 1 3 7 1 2 3 4 5 6 7 8 9 10 11 1 2 3 4 4 5 6 7 8 1 1 2 3 4 10 1 11 12 1 13 14 1 15 1 16 1 1 17 1 2 18 3 1 4 5 19

More information

1 142

1 142 7 1 2 3 4 5 6 7 8 1 142 PhoenixBIOS Setup Utility MainSystem DevicesSecurityPowerOthersBootExit System Time: [XX:XX:XX] Item Specific Help System Date: [XX/XX/XXXX] Floppy Drive: 1.44MB, 3 1 / 2" Hard

More information

Express5800/320Fa-L/320Fa-LR

Express5800/320Fa-L/320Fa-LR 7 7 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Pentium III Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0212: Keybord Controller Failed. : Press to resume, to setup

More information

IP1_ug.book

IP1_ug.book 1 1 2 Press to enter SETUP 1 2 1 Press to enter SETUP Enter passord[ ] Phoenix TrustedCore(tm) Setup Utility Main Advanced Security System Hardare

More information

Express5800/320Fa-L/320Fa-LR/320Fa-M/320Fa-MR

Express5800/320Fa-L/320Fa-LR/320Fa-M/320Fa-MR 7 7 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Pentium III Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0212: Keybord Controller Failed. : Press to resume, to setup

More information

1 2

1 2 1 1 2 1 2 3 4 5 3 2 3 4 4 1 2 3 4 5 5 5 6 1 1 2 1 8 1 3 1 9 2 10 2 3 1 11 2 12 2 3 1 13 14 2 2 3 1 15 2 1 2 3 4 5 16 2 6 7 8 3 1 1 2 17 2 18 2 3 1 19 2 20 2 3 1 21 2 22 2 3 1 23 2 24 2 3 1 25 2 26 2 3

More information

HA8000-bdシリーズ RAID設定ガイド HA8000-bd/BD10X2

HA8000-bdシリーズ RAID設定ガイド HA8000-bd/BD10X2 HB102050A0-4 制限 補足 Esc Enter Esc Enter Esc Enter Main Advanced Server Security Boot Exit A SATA Configuration SATA Controller(s) SATA Mode Selection [Enabled] [RAID] Determines how

More information

BIOS 設定書 BIOS 出荷時設定 BIOS 設定を工場出荷状態に戻す必要がある場合は 本書の手順に従って作業をおこなってください BIOS 設定を変更されていない場合は 本書の作業は必要ありません BIOS 出荷時設定は以下の手順でおこないます スタート A) BIOS の Setup Uti

BIOS 設定書 BIOS 出荷時設定 BIOS 設定を工場出荷状態に戻す必要がある場合は 本書の手順に従って作業をおこなってください BIOS 設定を変更されていない場合は 本書の作業は必要ありません BIOS 出荷時設定は以下の手順でおこないます スタート A) BIOS の Setup Uti BIOS 出荷時設定 BIOS 設定を工場出荷状態に戻す必要がある場合は 本書の手順に従って作業をおこなってください BIOS 設定を変更されていない場合は 本書の作業は必要ありません BIOS 出荷時設定は以下の手順でおこないます スタート A) BIOS の Setup Utility を起動 B) BIOS 設定をデフォルトに戻す C) 工場出荷時状態に再設定 D) 設定状態をセーブして終了

More information

ドライバインストールガイド

ドライバインストールガイド PRIMERGY Single Port ファイバーチャネルカード (8Gbps) Dual Port ファイバーチャネルカード (8Gbps) (PG-FC205/PG-FC205L) (PG-FC206/PG-FC206L) CA092276-8938-01 ドライバインストールガイド i 目次 1. ドライバのインストール / アンインストール方法... 3 1.1. ドライバのダウンロード

More information

Express5800/320Fc-MR

Express5800/320Fc-MR 7 7 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Pentium III Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0212: Keybord Controller Failed. : Press to resume, to setup

More information

94

94 4 1 2 3 4 5 6 7 8 9 10 11 12 94 4 95 1 2 3 4 96 5 5 4 97 98 1 2 3 4 99 4 100 5 6 1 2 4 101 1 2 3 4 5 1 2 3 4 102 1 2 3 4 4 103 1 2 104 1 2 3 4 4 5 105 1 2 106 4 107 108 1 2 3 4 4 109 1 2 3 4 110 1 2 3

More information

第173回東京エリアDebian勉強会   grml-debootstrapを用いた USB起動メモリの作成

第173回東京エリアDebian勉強会    grml-debootstrapを用いた  USB起動メモリの作成 173 Debian grml-debootstrap USB NOKUBI Takatsugu ( ) knok@debian.org 2019-04-20 NOKUBI Takatsugu ( ) knok@debian.org / knok@daionet.gr.jp Twitter: @knok Debian developer since 2002 bo USB grml-debootstrap

More information

Promise FastTrak100 Japanese Manual

Promise FastTrak100 Japanese Manual PROMISE TECHNOLOGY, INC. FastTrak100 TX/LP Series Ultra ATA/100 RAID Cards Japanese User s Manual October 5, 2001 TX/LP Series Ultra ATA/100 RAID Cards 0. 0.... 1 1.... 2 2.... 2... 3... 4 3.... 5...

More information

RAID RAID 0 RAID 1 RAID 5 RAID * ( -1) * ( /2) * RAID A. SATA SSD B. BIOS SATA ( 1) C. RAID BIOS RAID D. RAID/AHCI 2 SATA SSD ( 1) ( ( 3) 2

RAID RAID 0 RAID 1 RAID 5 RAID * ( -1) * ( /2) * RAID A. SATA SSD B. BIOS SATA ( 1) C. RAID BIOS RAID D. RAID/AHCI 2 SATA SSD ( 1) ( ( 3) 2 RAID SATA... 2 RAID/AHCI... 16 Intel Optane... 19 Intel Virtual RAID on CPU Intel VROC... 21 RAID RAID 0 RAID 1 RAID 5 RAID 10 2 2 3 4 * ( -1) * ( /2) * RAID A. SATA SSD B. BIOS SATA ( 1) C. RAID BIOS

More information

Express5800/R320a-E4/Express5800/R320b-M4ユーザーズガイド

Express5800/R320a-E4/Express5800/R320b-M4ユーザーズガイド 7 7 障害箇所の切り分け 万一 障害が発生した場合は ESMPRO/ServerManagerを使って障害の発生箇所を確認し 障害がハー ドウェアによるものかソフトウェアによるものかを判断します 障害発生個所や内容の確認ができたら 故障した部品の交換やシステム復旧などの処置を行います 障害がハードウェア要因によるものかソフトウェア要因によるものかを判断するには E S M P R O / ServerManagerが便利です

More information

MOTIF XF 取扱説明書

MOTIF XF 取扱説明書 MUSIC PRODUCTION SYNTHESIZER JA 2 (7)-1 1/3 3 (7)-1 2/3 4 (7)-1 3/3 5 http://www.adobe.com/jp/products/reader/ 6 NOTE http://japan.steinberg.net/ http://japan.steinberg.net/ 7 8 9 A-1 B-1 C0 D0 E0 F0 G0

More information

untitled

untitled NEC Express5800 Microsoft Windows Server 2003, standard x64 Edition/ Microsoft Windows Server 2003, Enterprise x64 Edition for Express5800/120Lh ) MicrosoftWindows Microsoft Corporation Windows Server

More information

1 122

1 122 6 1 2 3 4 5 6 1 122 PhoenixBIOS Setup Utility MainAdvancedSecurityPowerExit MainSystem DevicesSecurityBootExit System Time: [XX:XX:XX] [XX:XX:XX] System Date: [XX/XX/XX] [XX/XX/XXXX] Item Specific Help

More information

FTDI Driver Error and Recovery Procedure Check FTDI driver operation Rev :OK, Rev :NG, Rev :NG May 11, 2017 CHECK FTDI DRIVER

FTDI Driver Error and Recovery Procedure Check FTDI driver operation Rev :OK, Rev :NG, Rev :NG May 11, 2017 CHECK FTDI DRIVER FTDI Driver Error and Recovery Procedure Check FTDI driver operation Rev. 2.08.02:OK, Rev. 2.08.24:NG, Rev. 2.12.06:NG May 11, 2017 CHECK FTDI DRIVER VERSION 1. Connect FTDI device to PC FTDI デバイスを PC

More information

Red Hat Enterprise Linux ES (v. 3)

Red Hat Enterprise Linux ES (v. 3) 2005-02-01 Red Hat Enterprise Linux ES (v. 3) PRIMERGY Linux Linux PRIMERGY Linux (SupportDesk Product ) All Rights Reserved, Copyright (C) 2004 1 1. 1.1 Linux ) SCSI ID=1, 2, 3 /dev/sda, /dev/sdb, /dev/sdc

More information

コンフィギュレーション レジスタの設定変更

コンフィギュレーション レジスタの設定変更 CHAPTER 7 コンフィギュレーションレジスタの概要 コンフィギュレーションレジスタ (confreg) の変更 コンフィギュレーションレジスタの設定の表示 コンフィギュレーションレジスタの概要 Cisco CSR 1000V では NVRAM の 16 ビットコンフィギュレーションレジスタがあります 各ビットの値は 1( オンすなわち設定 ) または 0( オフすなわち解除 ) です 各ビットの設定が次回リロードまたはオフ

More information

iExpress5800/N サーバハードウェア

iExpress5800/N サーバハードウェア Press F2 to enter SETUP/Q-Flash Main A Date (mm:dd:yy) Time (hh:mm:ss) >IDE Primary Master IDE HDD Auto-Detection Press Enter Write Cache Disabled Enabled IDE Primary Master Auto None Manual Access

More information

Nios® II HAL API を使用したソフトウェア・サンプル集 「Modular Scatter-Gather DMA Core」

Nios® II HAL API を使用したソフトウェア・サンプル集 「Modular Scatter-Gather DMA Core」 ALTIMA Company, MACNICA, Inc Nios II HAL API Modular Scatter-Gather DMA Core Ver.17.1 2018 8 Rev.1 Nios II HAL API Modular Scatter-Gather DMA Core...3...3...4... 4... 5 3-2-1. msgdma... 6 3-2-2. On-Chip

More information

HPCクラスタ専用サーバ  T220Rd-1ユーザーズガイド

HPCクラスタ専用サーバ  T220Rd-1ユーザーズガイド 3 Press DEL run Setup (F4 on Remote Keyboard) Enter CURRENT Passord:[ ] Boot Security Exit USB Configuration Module Version - 2.24.0-11.4 Enables USB host controllers. USB Devices Enabled : 1 Keyboard,

More information

MINI2440マニュアル

MINI2440マニュアル ARM7TDMI/LPC2388 http://www.csun.co.jp info@csun.co.jp 2009/3/17 copyright@2009 http://www.csun.co.jp info@csun.co.jp 1 ARM7TDMI/LPC2388...4...5 2.1...5 2.2 USB...6 2.3 USB...7 2.4 USB OTG...7 2.5...8

More information

Microsoft Word - PrivateAccess_UM.docx

Microsoft Word - PrivateAccess_UM.docx `````````````````SIRE Page 1 English 3 日本語 7 Page 2 Introduction Welcome to! is a fast, simple way to store and protect critical and sensitive files on any ixpand Wireless Charger. Create a private vault

More information

1 144

1 144 5 1 2 3 4 5 6 7 8 9 10 11 12 1 144 AMIBIOS SETUP - POWER MANAGEMENT SETUP (C)1999 American Megatrends, Inc. All Rights Reserved ACPI Standby State Power Management/APM Video Power Down Mode Hard Disk Power

More information

プレインストールOSリカバリ手順書

プレインストールOSリカバリ手順書 CPU-SB300 シリーズ プレインストール OS リカバリ手順書 OS の起動ができなくなった場合のリカバリ手順について説明します 注意 商品添付のリカバリメディアをお使いになる前に 添付の使用権許諾契約書 ( 各 OS の END USER LICENSE AGREEMENT および Easy Restore 使用権許諾契約書 ) をよくお読みいただき 同意いただける場合に限り 本リカバリメディアをご使用ください

More information

ServerView with Data ONTAP-v™ PowerChute® Network Shutdown 設定について

ServerView with Data ONTAP-v™ PowerChute® Network Shutdown 設定について ServerView with Data ONTAP-v TM PowerChute Network Shutdown 設定について 富士通株式会社 2011 年 6 月 目次 1. はじめに...2 2. 待ち時間の計画...2 3. PowerChute Network Shutdown のインストール...4 4. PowerChute Network Shutdown の設定...7 5.

More information

BIOS 設定書 BIOS 出荷時設定 BIOS 設定を工場出荷状態に戻す必要がある場合は 本書の手順に従って作業をおこなってください BIOS 設定を変更されていない場合は 本書の作業は必要ありません BIOS 出荷時設定は以下の手順でおこないます スタート A) BIOS の Setup Uti

BIOS 設定書 BIOS 出荷時設定 BIOS 設定を工場出荷状態に戻す必要がある場合は 本書の手順に従って作業をおこなってください BIOS 設定を変更されていない場合は 本書の作業は必要ありません BIOS 出荷時設定は以下の手順でおこないます スタート A) BIOS の Setup Uti BIOS 出荷時設定 BIOS 設定を工場出荷状態に戻す必要がある場合は 本書の手順に従って作業をおこなってください BIOS 設定を変更されていない場合は 本書の作業は必要ありません BIOS 出荷時設定は以下の手順でおこないます スタート A) BIOS の Setup Utility を起動 B) BIOS 設定をデフォルトに戻す C) 工場出荷時状態に再設定 D) 設定状態をセーブして終了

More information

N Express5800/R320a-E4 N Express5800/R320a-M4 ユーザーズガイド

N Express5800/R320a-E4  N Express5800/R320a-M4  ユーザーズガイド 7 7 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Pentium III Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0212: Keybord Controller Failed. : Press to resume, to setup

More information

Express5800/R320a-E4, Express5800/R320b-M4ユーザーズガイド

Express5800/R320a-E4, Express5800/R320b-M4ユーザーズガイド 7 7 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Pentium III Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0212: Keybord Controller Failed. : Press to resume, to setup

More information

Express5800/i110Rc-1hユーザーズガイド

Express5800/i110Rc-1hユーザーズガイド 3 Press to enter SETUP Enter passord [ ] Main System Management Console Redirection Event Log Configuration Assert NMI on PERR: Assert NMI on SERR: FRB-2 Policy: Boot Monitoring: Boot Monitoring

More information

DocuWide 2051/2051MF 補足説明書

DocuWide 2051/2051MF 補足説明書 ëêèõ . 2 3 4 5 6 7 8 9 0 2 3 4 [PLOTTER CONFIGURATION] [DocuWide 2050/205 Version 2.2.0] [SERIAL] BAUD_RATE =9600 DATA_BIT =7 STOP_BIT = PARITY =EVEN HANDSHAKE =XON/XOFF EOP_TIMEOUT_VALUE =0 OUTPUT RESPONSE

More information

Microsoft Word - EFI_Framework_Debug_JP.doc

Microsoft Word - EFI_Framework_Debug_JP.doc UEFI Framework Debugging Overview UEFI Framework として一般的に知られる Unified Extensible Firmware Interface (UEFI) のための Intel Platform Innovation Framework は ソフトウェア インターフェースの設定を定義し 従来の PC に見られるレガシー BIOS を取り替える新しいファームウェア

More information

Microsoft Word - README_2011_FW.txt

Microsoft Word - README_2011_FW.txt ====================================================================== NT2011A-A001 WindowsServer2003 SP1 インストール向け NX7700i 用差分 FW モジュール (efiflash.iso) 適用方法 ======================================================================

More information

Cisco 1711/1712セキュリティ アクセス ルータの概要

Cisco 1711/1712セキュリティ アクセス ルータの概要 CHAPTER 1 Cisco 1711/1712 Cisco 1711/1712 Cisco 1711/1712 1-1 1 Cisco 1711/1712 Cisco 1711/1712 LAN Cisco 1711 1 WIC-1-AM WAN Interface Card WIC;WAN 1 Cisco 1712 1 ISDN-BRI S/T WIC-1B-S/T 1 Cisco 1711/1712

More information

Microsoft Word - USB60F_Raspi_ doc

Microsoft Word - USB60F_Raspi_ doc REX-USB60F USB RS-232C 変換アダプタ REX-USB60F の Raspberry Pi での使用について 1. 概要 2 2. 設定手順 2 2-1. REX-USB60F の装着と確認 2 3. 通信の確認 4 3-1. cutecom による確認 4 4. Python での使用 8 4-1. データ送信のスクリプト 8 4-2. データ受信のスクリプト 9 2016 年

More information

Red Hat Enterprise Linux AS (v.3 for IPF) Update 3

Red Hat Enterprise Linux AS (v.3 for IPF) Update 3 2005-09-01 Red Hat Enterprise Linux AS (v.3 for Itanium) PRIMERGY Linux Linux PRIMERGY Global Array Manager-Client Global Array Manager-Client Linux (SupportDesk Product ) All Rights Reserved, Copyright

More information

EQUIUM EQUIUM 1

EQUIUM EQUIUM 1 EQUIUM EQUIUM 1 1 1 2 3 4 2 1 2 3 2 3 1 2 3 4 5 6 7 8 9 4 1 2 3 5 1 2 3 1 2 3 4 5 6 7 6 1 3 7 1 2 3 4 5 6 7 8 9 10 11 12 1 2 3 4 4 5 6 7 8 9 10 1 1 2 3 4 12 1 13 14 1 15 16 1 17 18 1 1 1 19 1 2 20 3 1

More information

USB ORCA Learning Edition Version USB ORCA Learning Edition ORCA Project セットアップ手順書 Version 年 1 月 17 日 ( 第 3 版 ) 社団法人日本医師会 ORCA Projec

USB ORCA Learning Edition Version USB ORCA Learning Edition ORCA Project セットアップ手順書 Version 年 1 月 17 日 ( 第 3 版 ) 社団法人日本医師会 ORCA Projec USB ORCA Learning Edition ORCA Project セットアップ手順書 Version 3.0.0 2012 年 1 月 17 日 ( 第 3 版 ) 社団法人日本医師会 ORCA Project Copyright (C) 2011 Japan Medical Association. All rights reserved. 1 目次 改版履歴...3 1. 概要...

More information

NEC Express5800/E110b-Mユーザーズガイド

NEC Express5800/E110b-Mユーザーズガイド 2 Press to enter SETUP Press to enter SETUP or to Network Press to resume, to enter Setup, to Network Enter password[ ] Main Phoenix SecureCore(tm)

More information

iStorage NS47Pユーザーズガイド

iStorage NS47Pユーザーズガイド 5 Press to enter SETUP or Press to boot from Netork Enter passord[ ] Main Phoenix cme FirstBIOS Pro Setup Utility Advanced Security Server Boot Exit System Management Console Redirection Event

More information

EQUIUM EQUIUM S5010 1

EQUIUM EQUIUM S5010 1 EQUIUM EQUIUM S5010 1 1 1 2 3 4 2 1 2 3 2 3 1 2 3 4 5 6 7 4 1 2 5 1 2 6 1 7 1 2 3 4 5 6 7 1 2 3 4 5 6 3 7 8 9 1 2 3 4 4 5 6 7 8 1 1 2 3 4 10 1 11 12 1 13 14 1 15 16 1 1 2 3 17 1 2 3 18 4 5 6 1 19 1 2 3

More information

AMT機能セットアップガイド

AMT機能セットアップガイド Intel AMT 機能セットアップガイド C79860000 AMT ME BIOS 目次 AMT 機能とは...2 AMT 機能を使うための準備...2 AMT Local Manageability Service のインストール...3 ME BIOS の操作...4 ME BIOS の設定項目...6 ME BIOS の初期化...8 AMT 機能とは AMT 機能でできること AMT AMT

More information

untitled

untitled NEC Express5800 Microsoft Windows XP Professional x64 Edition for Express5800/56Xc ) MicrosoftWindows Microsoft Corporation Windows XP Professional x64 Edition for Express5800/56Xc NEC Microsoft Windows

More information

NSR-500 Installation Guide

NSR-500 Installation Guide NSR Installation Guide This information has been prepared for the professional installers not for the end users. Please handle the information with care. Overview This document describes HDD installation

More information

Actual ESS Adapterの使用について

Actual ESS Adapterの使用について Actual ESS Adapter SQL External SQL Source FileMaker SQL ESS SQL FileMaker FileMaker SQL FileMaker FileMaker ESS SQL SQL FileMaker ODBC SQL FileMaker Microsoft SQL Server MySQL Oracle 3 ODBC Mac OS X Actual

More information

チュートリアル XP Embedded 入門編

チュートリアル XP Embedded 入門編 TUT-0057 Ver. 1.0 www.interface.co.jp Ver 1.0 2005 6 (,), Web site () / () 2004 Interface Corporation. All rights reserved. ...1...1 1. XP Embedded...2 2....3 2.1....3 2.2....4 2.2.1. SLD...4 2.3....5

More information

Microsoft PowerPoint - IO_Pass-through_XenSummitTokyo2008_jp.ppt

Microsoft PowerPoint - IO_Pass-through_XenSummitTokyo2008_jp.ppt パススルー I/O の実装と今後 2008 年 11 月 21 日島田雄二 NECシステムテクノロジー 目次 1. パススルー I/O の実装 2. 今後の予定 3. パススルー I/O の課題 4. まとめ 2 NEC Corporation 2008 1. パススルー I/O の実装 パススルー I/O とは Domain へ I/O デバイスを割り当て Guest ソフトウェアから直接制御する

More information

P3FY-A JP.PDF

P3FY-A JP.PDF P3FY-A002-03 SCSI GP5-148 GP5-148(AcceleRAID 352) 1 1.1 2001 11 OS ( OS ) 4GByte 2 2.1 EzAssist RAID EzAssist Configure RAID Drive Automatic ( )Assisted( ) Custom ( ) 2.2 2000 7 EzAssist Perform Administration

More information

Microsoft Word - D JP.docx

Microsoft Word - D JP.docx Application Service Gateway Thunder/AX Series vthunder ライセンスキー インストール 手順 1 1.... 3 2. vthunder... 3 3. ACOS... 3 4. ID... 5 5.... 8 6.... 8 61... 8 62 GUI... 10 2 1. 概要 2. vthunder へのアクセス 方法 SSHHTTPSvThunder

More information

iStorage NS500Rbユーザーズガイド

iStorage NS500Rbユーザーズガイド 5 w w w w w Press to enter SETUP or Press to boot from Network Enter Password Main System Management BMC LAN Configuration Event Log Configuration Advanced Security Server Boot Save & Exit Additional

More information

任意の間隔での FTP 画像送信イベントの設定方法 はじめに 本ドキュメントでは AXIS ネットワークカメラ / ビデオエンコーダにおいて任意の間隔で画像を FTP サー バーへ送信するイベントの設定手順を説明します 設定手順手順 1:AXIS ネットワークカメラ / ビデオエンコーダの設定ページ

任意の間隔での FTP 画像送信イベントの設定方法 はじめに 本ドキュメントでは AXIS ネットワークカメラ / ビデオエンコーダにおいて任意の間隔で画像を FTP サー バーへ送信するイベントの設定手順を説明します 設定手順手順 1:AXIS ネットワークカメラ / ビデオエンコーダの設定ページ はじめに 本ドキュメントでは AXIS ネットワークカメラ / ビデオエンコーダにおいて任意の間隔で画像を FTP サー バーへ送信するイベントの設定手順を説明します 設定手順手順 1:AXIS ネットワークカメラ / ビデオエンコーダの設定ページにアクセスする 1.Web ブラウザを起動します FW v6.50 以下の場合は Internet Explorer を FW v7.10 以降の場合は

More information

HP User Manual for the Integrated Intel SATA RAID Controller for Microsoft Windows XP Professional and Windows 2000 Profess...

HP User Manual for the Integrated Intel SATA RAID Controller for Microsoft Windows XP Professional and Windows 2000 Profess... Microsoft Windows XP Professional および Windows 2000 Professional 対応の内蔵 Intel SATA RAID コントローラ用 HP ユーザーマニュアル 内蔵 SATA RAID コントローラ... 2 RAID を有効にする最適な方法の選択... 2 HP Recovery Media を使用した RAID のセットアップ... 2 手順

More information

GA-1190J

GA-1190J GA-1190J 1 1. 2. 3. 4. 2 5. 3 PDF 4 PDF PDF PDF PDF PDF PDF PDF PDF 5 6 ...1...2...4 1...12 2...16...18 3...22 PCL/PS...23 4...26 5...30 ETHERNET...31 TCP/IP...33 IPX/SPX...38 AppleTalk...40 HTTP...42

More information

NSR-500 Create DVD Installer Procedures

NSR-500 Create DVD Installer Procedures Creating NSR-500 DVD Installer Overview This document describes how to create DVD installer for the NSR-500 series. Applicable Model NSR-500 Series To be required * Windows (XP, Vista or 7) installed PC

More information

---> 1 <------IP configurationの1を選択 2. IP address: Subnet mask: > 2 < IP addressの1を選択 Enter IP address: 192.

---> 1 <------IP configurationの1を選択 2. IP address: Subnet mask: > 2 < IP addressの1を選択 Enter IP address: 192. スーパーターミナルサーバー STS ターミナルサーバーの設定方法 ----- 内容 ----- 1 はじめに 2 機器接続の仕方 3 初期設定操作の画面 3-1 STS 本体の IP アドレス設定 3-2 ターミナルサーバーの設定方法 4 確認注意事項 ---------------- 1 はじめに初期設定のための接続 2 機器接続の仕方初期設定をする画面を表示したものです 後 各種ターミナルソフトで

More information

5 1 2 3 4 5 6 7 8 9 10 1 Quick Boot 1st Boot Device 2nd Boot Device 3rd Boot Device Network Boot Initial Display Mode S.M.A.R.T. for Hard Disks BootUp Num-Lock Password Check CPU Serial Number System BIOS

More information

FUJITSU ULTRA LVD SCSI Host Bus Adapter Driver 3.0 説明書

FUJITSU ULTRA LVD SCSI Host Bus Adapter Driver 3.0 説明書 C120-E285-10Z2 FUJITSU ULTRA LVD SCSI Host Bus Adapter Driver 3.0 - for Oracle Solaris - () FUJITSU ULTRA LVD SCSI Host Bus Adapter 3.0 SCSI/SAS SCSI/SAS HBA(Host Bus Adapter) WARNING:

More information

t20s3-fn09.pdf

t20s3-fn09.pdf 目次 PRIMERGY TX200 S3 non-raid フリー OS 動作確認情報 2007/09/12 富士通株式会社 PRIMERGY TX200 S3 FreeBSD 6.2-RELEASE 動作確認...2 PRIMERGY TX200 S3 Debian GNU/Linux 4.0 動作確認...5 PRIMERGY TX200 S3 Fedora Core 5 動作確認...8 PRIMERGY

More information

A 既製のプロジェクトがある場合

A 既製のプロジェクトがある場合 2008 年 7 月 15 日 ワゴジャパン株式会社 1 使用機器 -Siemens S7-300:CPU315F-2 PN/DP プロセッサ /PROFINET スキャナ -Siemens SIMATIC Manager STEP 7 ソフトウェア バージョン V5.4-750-333 GSD ファイル :B754_V30.GSD(FW Ver.7 以降 ) -WAGO I/O ノード構成ノード

More information

T120Ra-1ユーザーズガイド

T120Ra-1ユーザーズガイド 3 Press to enter SETUP Enter passord[ ] Main System Management Console Redirection Event Log Configuration PhoenixBIOS Setup Utility Advanced Security Server Boot Exit Assert NMI on PERR : [Enabled]

More information

MENU 키를 누르면 아래의 화면이 나타납니다

MENU 키를 누르면 아래의 화면이 나타납니다 Stand-Alone Digital Video Recorder Advanced MPEG-4 DVR 16 Channel Models クライアントソフト 再インストールマニュアル くまざわ書店専用 日本語版 1 V1.07-n307 This document contains preliminary information and subject to change without notice.

More information

Express5800/110Geユーザーズガイド

Express5800/110Geユーザーズガイド 2 Press to enter SETUP or Press to boot from Netork Press to Run LSI Softare RAID Configuration Utility. Press for SCSISelect(TM) Utility! 1

More information

ZVH_VIEWER

ZVH_VIEWER R&S FSH4View 操作手順書 Rev 1 ローデ シュワルツ ジャパン株式会社 1 ローデ シュワルツ ジャパン FSH4View 操作手順書 1 FSH4View 操作手順 1.FSH4Viewの起動 2.FSHとPCの接続 3.FSHメモリ内データの転送 4. 測定画像の操作 5. 測定データを数値データへ変換 6. クイック ネーミング機能の設定 2 ローデ シュワルツ ジャパン FSH4View

More information

Introduction Purpose This course explains how to use Mapview, a utility program for the Highperformance Embedded Workshop (HEW) development environmen

Introduction Purpose This course explains how to use Mapview, a utility program for the Highperformance Embedded Workshop (HEW) development environmen Introduction Purpose This course explains how to use Mapview, a utility program for the Highperformance Embedded Workshop (HEW) development environment for microcontrollers (MCUs) from Renesas Technology

More information

00-COVER.P65

00-COVER.P65 AHA-2910C R AHA-2910C PCI-to-Fast SCSI 1998 Adaptec, Inc. All rights reserved. Adaptec, Inc., 691 South Milpitas Blvd., Milpitas, CA 95035 Adaptec Adaptec Adaptec AHA PhaseEngine SCSISelect Adaptec Adaptec

More information

Express5800/110Gbユーザーズガイド

Express5800/110Gbユーザーズガイド 2 OUTPUT UN(SWITCH OUT) AC100V 50/50HZ TOTAL 12.5A OUTPUT(SWITCH OUT) Press to enter SETUP or Press to boot from Netork Press for Adaptec RAID Configuration Utility! Press

More information

目次 1. HLA Fusion 3.0 がインストール可能な環境 HLA Fusion 3.0 のインストール HLA Fusion 3.4 のインストール 初期設定用データベース接続 ( 初めての方のみ ) 既存データベースのUpg

目次 1. HLA Fusion 3.0 がインストール可能な環境 HLA Fusion 3.0 のインストール HLA Fusion 3.4 のインストール 初期設定用データベース接続 ( 初めての方のみ ) 既存データベースのUpg 目次 1. HLA Fusion 3.0 がインストール可能な環境... 1 2. HLA Fusion 3.0 のインストール... 2 3. HLA Fusion 3.4 のインストール... 4 4. 初期設定用データベース接続 ( 初めての方のみ )... 5 5. 既存データベースのUpgrade 方法 (HLA Fusion 3~3.3 を既に使用の方 )... 7 6. インストールが成功したかの確認...

More information

Introduction Purpose This training course describes the configuration and session features of the High-performance Embedded Workshop (HEW), a key tool

Introduction Purpose This training course describes the configuration and session features of the High-performance Embedded Workshop (HEW), a key tool Introduction Purpose This training course describes the configuration and session features of the High-performance Embedded Workshop (HEW), a key tool for developing software for embedded systems that

More information

usborca

usborca USB ORCA 操作手順書 日本医師会総合政策研究機構 平成 19 年 12 月 目次 1 はじめに...3 1.1 USB ORCA に出来ること...3 1.2 必須条件...3 1.3 利用上の注意...3 1.4 凡例...3 2 USB メモリへ USB ORCA をセットアップ...5 2.1 セットアップに必要なファイルのダウンロード...5 2.2 dbus を止める...5 2.3

More information

Nios II 簡易チュートリアル

Nios II 簡易チュートリアル Nios II Ver. 7.1 2007 10 1. Nios II Nios II JTAG UART LED 8 PIO LED < > Quartus II SOPC Builder Nios II Quartus II.sof Nios II IDE Stratix II 2S60 RoHS Nios II Quartus II http://www.altera.com/literature/lit-nio2.jsp

More information

IPC-BX955 ubuntu 9.10 インストール確認書

IPC-BX955 ubuntu 9.10 インストール確認書 IPC-BX955 ubuntu 9.10 インストール確認書 ubuntu-9.10-desktop-i386.iso 目次 1 調査環境... - 3-1.1 ハードウェア... - 3-1.2 ソフトウェア... - 3-2 調査項目の手順と結果...- 4-2.1 Console 日本語入力...- 4-2.2 シリアルポート... - 6-2.3 LINE 出力... - 7-2.4 LINE

More information

Express5800/iR110a-1Hユーザーズガイド

Express5800/iR110a-1Hユーザーズガイド 3 w w w w w Press to enter SETUP Enter password [ ] Main System Management Console Redirection BMC LAN Configuration Event Log Configuration Assert NMI on PERR: Assert NMI on SERR: FRB-2 Policy: Boot

More information

fx-9860G Manager PLUS_J

fx-9860G Manager PLUS_J fx-9860g J fx-9860g Manager PLUS http://edu.casio.jp k 1 k III 2 3 1. 2. 4 3. 4. 5 1. 2. 3. 4. 5. 1. 6 7 k 8 k 9 k 10 k 11 k k k 12 k k k 1 2 3 4 5 6 1 2 3 4 5 6 13 k 1 2 3 1 2 3 1 2 3 1 2 3 14 k a j.+-(),m1

More information

Configuring_01

Configuring_01 Symantec Backup Exec Dell EqualLogic Microsoft Exchange Server SQL Server IT / / 24 365 Symantec Backup Exec Advanced Disk-based Backup Option (ADBO) Dell Equal- Logic Microsoft Exchange Server 2003 2007

More information

Nios II ハードウェア・チュートリアル

Nios II ハードウェア・チュートリアル Nios II ver. 7.1 2007 8 1. Nios II FPGA Nios II Quaruts II 7.1 Nios II 7.1 Nios II Cyclone II count_binary 2. 2-1. http://www.altera.com/literature/lit-nio2.jsp 2-2. Nios II Quartus II FEATURE Nios II

More information

Application Note Application Note No. ESC-APN Document No.: ESC-APN adviceluna Linux デバッグ手順 (MIPS コア編 ) はじめに adviceluna Linux デバッグ手順 ( 以

Application Note Application Note No. ESC-APN Document No.: ESC-APN adviceluna Linux デバッグ手順 (MIPS コア編 ) はじめに adviceluna Linux デバッグ手順 ( 以 No. ESC-APN-026-02 Document No.: ESC-APN-026-02 adviceluna Linux デバッグ手順 (MIPS コア編 ) はじめに adviceluna Linux デバッグ手順 ( 以下 本書 ) は adviceluna にて下記 Linux 環境をデバッグする手順を説明した文書です Application Shared Library Loadable

More information

IPC-BX955 ubuntu 9.10 インストール確認書

IPC-BX955 ubuntu 9.10 インストール確認書 IPC-BX955 ubuntu 9.10 インストール確認書 ubuntu-9.10-server-i386.iso 目次 1 調査環境... - 3-1.1 ハードウェア... - 3-1.2 ソフトウェア... - 3-2 調査項目の手順と結果...- 4-2.1 Console 日本語入力...- 4-2.2 シリアルポート... - 5-2.3 LINE 出力... - 6-2.4 LINE

More information

最も一般的な手法: ファイアウォールによってノード間の MPI 通信がブロックされた場合の対応方法

最も一般的な手法: ファイアウォールによってノード間の MPI 通信がブロックされた場合の対応方法 最も一般的な手法 : ファイアウォールによってノード間 の MPI 通信がブロックされた場合の対応方法 この記事は インテル デベロッパー ゾーンに公開されている Best Known Methods: Firewall Blocks MPI Communication among Nodes の日本語参考訳です この記事では ファイアウォールによって複数のマシン間のメッセージ パッシング インターフェイス

More information

A Responsive Processor for Parallel/Distributed Real-time Processing

A Responsive Processor for Parallel/Distributed Real-time Processing E-mail: yamasaki@{ics.keio.ac.jp, etl.go.jp} http://www.ny.ics.keio.ac.jp etc. CPU) I/O I/O or Home Automation, Factory Automation, (SPARC) (SDRAM I/F, DMAC, PCI, USB, Timers/Counters, SIO, PIO, )

More information

IPC-BX950 ubuntu9.10 server インストール確認書

IPC-BX950 ubuntu9.10 server インストール確認書 IPC-BX950 ubuntu 9.10 インストール確認書 ubuntu-9.10-server-i386.iso 目次 1 調査環境... - 3-1.1 ハードウェア... - 3-1.2 ソフトウェア... - 3-2 調査項目の手順と結果...- 4-2.1 Console 日本語入力...- 4-2.2 シリアルポート... - 5-2.3 LINE 出力... - 5-2.4 CF...

More information

IPC-BX950T1D ubuntu 10.04インストール確認書

IPC-BX950T1D ubuntu 10.04インストール確認書 IPC-BX950T1D ubuntu 10.04 インストール確認書 ubuntu-10.04-desktop-i386.iso 目次 1 調査環境... - 3-1.1 ハードウェア... - 3-1.2 ソフトウェア... - 3-2 調査項目の手順と結果... - 4-2.1 Console 日本語入力... - 5-2.2 シリアルポート... - 6-2.3 LINE 出力... - 7-2.4

More information

Linux のインストール

Linux のインストール Linux のインストール This chapter includes the following sections: 内部ドライブへの Linux のインストール, 1 ページ ブート可能 SAN LUN への Linux のインストール, 2 ページ Installing Linux Using a PXE Network Environment, 4 ページ 内部ドライブへの Linux のインストール

More information

Biz Box HUB S724EP ファームウェアバージョンアップ手順書 1

Biz Box HUB S724EP ファームウェアバージョンアップ手順書 1 Biz Box HUB S724EP ファームウェアバージョンアップ手順書 1 目次 1 章ファームウェアのバージョンアップバージョンアップ手順概要... 3 2 章設定環境のセットアップ... 4 2.1 コンソールケーブルの接続...... 4 2.2 端末のパラメータの設定...... 4 3 章ファームウェアのバージョンアップ... 8 3.1 Biz Box HUB S724EP の起動及び

More information