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

Size: px
Start display at page:

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

Transcription

1 IPC-BX955 ubuntu 9.10 インストール確認書 ubuntu-9.10-desktop-i386.iso

2 目次 1 調査環境 ハードウェア ソフトウェア 調査項目の手順と結果 Console 日本語入力 シリアルポート LINE 出力 LINE 入力 CF PowerManagement S1, S3, S4 ステート S5 ステート 付録 メモリの確認 runlevel 対応サービス CPU 情報 メモリ情報 カーネルモジュールメッセージ PCI Device 情報 システムロードモジュール バージョン情報 IRQ 利用情報 I/Oポート利用情報

3 1 調査環境 1 調査環境 1.1 ハードウェア IPC-BX955 ハードウェアの詳細なスペックについては ユーザーズマニュアルを参照してください LAN 1 COM 2 イヤフォン COM 1 クロスケーブル クロスケーブル LAN 1 IPC-BX955(Linux) 汎用 PC(Windows XP) 図 1 ハードウェアの接続形態 マウス モニタ等は省略しています マイクが無い場合 ( マイク感度が悪く音が拾えない場合 ) は マイク代替として PC の Line-OUT から Line-IN へ直接接続でも可能です 1.2 ソフトウェア 本調査で使用したディストリビューションについては以下の通りです ubuntu-9.10 バージョン情報 root@ud910d4g:~# cat /proc/version Linux version generic (buildd@rothera) (gcc version (Ubuntu ubuntu8) ) #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009 root@ud910d4g:~# - 3 -

4 2 調査項目の手順と結果 2 調査項目の手順と結果 本調査では以下の内容を調査致しました また インストール後に行った調査に関しましては root 権限にて実行しています 表 1 調査結果 調査項目 確認内容 結果 備考 OS USB 接続メディアよりインストール出来る事正常に通常インストールが可能 メモリ free の内容確認 付録参照 キーボード インストール時及び OS 入力後共正常キーボード マウスが正常に動作する事マウス インストール時及び OS 入力後共正常 USB インストール DVD からインストール作業が正常 CD/DVD に行える事 インストール時正常認識 OS インストール後 auto mount 確認 日本語入力 日本語入力を行い表示できる事 DVI ディスプレイを接続し正しく表示される事 シリアルポート シリアルポートより通信が出来ること ライン出力 イヤフォンを接続し音の出力が確認出来る事 イヤフォンにて音声確認 マイク入力 外部から音声入力し録音出来る事 ライン出力から入力し録音 LAN DHCP でネットワーク情報が取得出来る事 DHCP サーバより IP address 取得確認 Yum にてパッケージインストールが可能 CF FAT32 でフォーマットした CF を CF2 に挿入し 読み書きすることができるか スタンバイ (S1 ステート ) 動作 正常動作 Power サスペンド (S3 ステート ) 動作 IPC-BX955 の BIOS がサポートしていないため Management ハイバネーション (S4 ステート ) 動作 IPC-BX955 の BIOS がサポートしていないため システム終了時の電源 OFF(S5 ステート ) 動作 正常動作 2.1 Console 日本語入力 GNOME 画面上で Ctrl + space または 半角 / 全角キー を押下します 画面右下に日本語のコントロールが表示され anthy で正常に日本語が入力できることを確認します - 4 -

5 - 5-2 調査項目の手順と結果

6 2 調査項目の手順と結果 2.2 シリアルポート 文字列の送受信テスト IPC-BX955 の COM1 と COM2 にクロスケーブルを用いて接続します ターミナルウインドウを 2 つ起動してください 片側のターミナルウインドウで 以下のコマンドを入力してください このコマンドを入力した方が受信側となります [root@localhost ]# cat /dev/ttys0 [root@localhost ]# もう片方が送信側です 以下のコマンドを入力して文字列 (aiueo) を送信してください [root@localhost ]# echo aiueo > /dev/ttys1 [root@localhost ]# 受信側のターミナルウインドウに送信側のターミナルウインドウから送信したテキストが表示されれば 正常に通信が出来ています 以下の画面が表示されます - 6 -

7 2 調査項目の手順と結果 2.3 LINE 出力 デスクトップのタスクバーより システム 設定 サウンド を開きます 以下の画面が表示され ラジオ釦を押すとイヤフォンに音が出力されるのを確認します - 7 -

8 2 調査項目の手順と結果 2.4 LINE 入力 録音と再生録音を行う場合 まずマイクの接続 または LINE-OUT と LINE-IN の接続を行って下さい その後録音の設定としまして ALSA ユーティリティのミキサーコマンドよりマイクの設定が Caprure [on] の状態か確認し,off であれば capture [on] に設定してください ]# amixer c 0 < 省略 > < 省略 > [root@localhost ]# amixer c 0 set Mic 100% unmute cap (Capture が off の場合 実行する ) [root@localhost ]# IPC-BX955 機にて録音を行います LINE-OUT と LINE-IN の接続を行っている場合 エラー! 参照元が見つかりません の操作を行い 音を出力してください [root@localhost ]# arecord -t wav -d 15 -f dat test1.wav 録音中 WAVE test1.wav : Signed 16bit Little Endian, レート Hz, ステレオ [root@localhost ]# 録音したファイルの再生を行います [root@localhost ]# aplay test1.wav 再生中 WAVE test1.wav : Signed 16bit Little Endian, レート Hz, ステレオ [root@localhost ]# - 8 -

9 2 調査項目の手順と結果 2.5 CF FAT32 でフォーマットした CF ( 容量 4.0GB) を CF2 スロットに挿入し BX955 の電源を ON します Linux 起動後 デスクトップ操作メニューの 場所 ファイルシステム 4.0GB( 容量の表示は CF 容量に依存します ) が表示され 自動的にマウントされていることを確認します 下記コマンドの B018-9CFB は自動的にマウントが行われ名前が設定されたものなので 同じディレクトリ名になるとは限りません 端末上よりマウントの確認を行います [root@localhost ]# mount < 省略 > /dev/sdb1 on /media/ B018-9CFB type vfat (rw) [root@localhost ]# テキストファイルの読み書きを行います [root@localhost ]# echo hello > /media/ B018-9CFB /hello.txt [root@localhost ]# cat /media/ B018-9CFB /hello.txt hello [root@localhost ]# アンマウントを行い ファイルが読めなくなる事を確認します [root@localhost ]# umount /media/ B018-9CFB [root@localhost ]# ls /media/ B018-9CFB [root@localhost ]# マウントを行い ファイルが読めるようになる事を確認します [root@localhost ]# mount -t vfat /dev/sdb1 /media/ B018-9CFB [root@localhost ]# ls /media/ B018-9CFB [root@localhost ]# - 9 -

10 2 調査項目の手順と結果 2.6 PowerManagement S1, S3, S4 ステートパワーマネジメントステータスを確認し サスペンド処理が使用可の状態か確認を行います ]# cat /sys/power/state standby disk ]# このシステムは スタンバイ (standby) とハイバネーション (disk) をサポートしていると表示されますが IPC-BX955 の BIOS はハイバネーションをサポートしていないため ご利用になれません 表 2 /sys/power/state 出力文字 意味 ACPI 状態 関連コマンド standby スタンバイ S1 mem サスペンド S3 pm-suspend disk ハイバネーション S4 pm-hibernate スタンバイ機能 (ACPI S1 ステート ) は 以下で動作を確認することができます [root@localhost ]# echo -n standby > /sys/power/state スタンバイ状態に遷移したら 電源スイッチを ON してください Linux の復帰を確認できます S5 ステートシャットダウンコマンドを実行してください シャットダウン終了後 本体の電源が OFF になることを確認できます [root@localhost ]# shutdown -h now

11 3 付録 3.1 メモリの確認 free total used free shared buffers cached Mem: /+ buffers/cache: Swap: root@ud910d4g:~# 3.2 runlevel 対応サービス root@ud910d4g:~# sysv-rc-conf --list acpi-support 1:off 2:on 3:on 4:on 5:on acpid alsa-utils 0:off 6:off anacron apparmor S:on apport atd avahi-daemon binfmt-suppo 2:on 3:on 4:on 5:on bluetooth 0:off 1:off 2:on 3:on 4:on 5:on 6:off bootchart bootlogd brltty S:on console-setu S:on cron cups 1:off 2:on 3:on 4:on 5:on dbus dmesg dns-clean 1:on 2:on 3:on 4:on 5:on gdm grub-common 2:on 3:on 4:on 5:on hal halt 0:on hwclock hwclock-save kerneloops 0:off 1:off 2:on 3:on 4:on 5:on 6:off keyboard-set S:on killprocs 1:on laptop-mode 0:off 1:off 2:on 3:on 4:on 5:on 6:off module-initnetwork-mana networking 0:on 6:on ondemand 2:on 3:on 4:on 5:on openbsd-inet 0:off 1:off 2:on 3:on 4:on 5:on 6:off pcmciautils S:on postfix 0:off 1:off 2:on 3:on 4:on 5:on 6:off pppd-dns 1:on 2:on 3:on 4:on 5:on procps pulseaudio 1:off 2:on 3:on 4:on 5:on rc.local 2:on 3:on 4:on 5:on reboot 6:on rsync 1:off 2:on 3:on 4:on 5:on rsyslog rsyslog-kmsg saned 1:off 2:on 3:on 4:on 5:on screen-clean S:on sendsigs 0:on 6:on single 1:on speech-dispa 1:off 2:on 3:on 4:on 5:on sreadahead ssh 1:off 2:on 3:on 4:on 5:on stop-bootlog stop-bootlog udev udev-finish udevmonitor udevtrigger ufw umountfs 0:on 6:on umountroot 0:on 6:on unattended-u 0:on 6:on urandom 0:on 6:on S:on

12 usplash wpa-ifupdown 0:on x11-common S:on 6:on 3.3 CPU 情報 cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 28 model name : Intel(R) Atom(TM) CPU 1.60GHz stepping : 2 cpu MHz : cache size : 512 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon pebs bts pni dtes64 monitor ds_cpl est tm2 ssse3 xtpr pdcm movbe lahf_lm bogomips : clflush size : 64 power management: processor : 1 vendor_id : GenuineIntel cpu family : 6 model : 28 model name : Intel(R) Atom(TM) CPU 1.60GHz stepping : 2 cpu MHz : cache size : 512 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 1 apicid : 1 initial apicid : 1 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon pebs bts pni dtes64 monitor ds_cpl est tm2 ssse3 xtpr pdcm movbe lahf_lm bogomips : clflush size : 64 power management: [root@f12d4g ~]#

13 3.4 メモリ情報 cat /proc/meminfo MemTotal: kb MemFree: kb Buffers: kb Cached: kb SwapCached: 0 kb Active: kb Inactive: kb Active(anon): kb Inactive(anon): 0 kb Active(file): kb Inactive(file): kb Unevictable: 0 kb Mlocked: 0 kb HighTotal: kb HighFree: 252 kb LowTotal: kb LowFree: kb SwapTotal: kb SwapFree: kb Dirty: 8 kb Writeback: 0 kb AnonPages: kb Mapped: kb Slab: kb SReclaimable: 4484 kb SUnreclaim: 6120 kb PageTables: 1356 kb NFS_Unstable: 0 kb Bounce: 0 kb WritebackTmp: 0 kb CommitLimit: kb Committed_AS: kb VmallocTotal: kb VmallocUsed: 7460 kb VmallocChunk: kb HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kb DirectMap4k: kb DirectMap2M: kb [root@f12d4g ~]#

14 3.5 カーネルモジュールメッセージ dmesg [ ] Initializing cgroup subsys cpuset [ ] Initializing cgroup subsys cpu [ ] Linux version generic (buildd@rothera) (gcc version (Ubuntu ubuntu8) ) #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009 (Ubuntu generic) [ ] KERNEL supported cpus: [ ] Intel GenuineIntel [ ] AMD AuthenticAMD [ ] NSC Geode by NSC [ ] Cyrix CyrixInstead [ ] Centaur CentaurHauls [ ] Transmeta GenuineTMx86 [ ] Transmeta TransmetaCPU [ ] UMC UMC UMC UMC [ ] BIOS-provided physical RAM map: [ ] BIOS-e820: f000 (usable) [ ] BIOS-e820: f a0000 (reserved) [ ] BIOS-e820: f (reserved) [ ] BIOS-e820: f6e0000 (usable) [ ] BIOS-e820: f6e f6e3000 (ACPI NVS) [ ] BIOS-e820: f6e f6f0000 (ACPI data) [ ] BIOS-e820: f6f f (reserved) [ ] BIOS-e820: e f (reserved) [ ] BIOS-e820: fec (reserved) [ ] DMI 2.2 present. [ ] Phoenix BIOS detected: BIOS may corrupt low RAM, working around it. [ ] e820 update range: (usable) ==> (reserved) [ ] last_pfn = 0x3f6e0 max_arch_pfn = 0x [ ] MTRR default type: uncachable [ ] MTRR fixed ranges enabled: [ ] FFFF write-back [ ] A0000-BFFFF uncachable [ ] C0000-CFFFF write-back [ ] D0000-EFFFF uncachable [ ] F0000-FFFFF write-through [ ] MTRR variable ranges enabled: [ ] 0 base mask 0C write-back [ ] 1 base 03F mask 0FF uncachable [ ] 2 base 03F mask 0FFF00000 uncachable [ ] 3 disabled [ ] 4 disabled [ ] 5 disabled [ ] 6 disabled [ ] 7 disabled [ ] x86 PAT enabled: cpu 0, old 0x , new 0x [ ] Scanning 0 areas for low memory corruption [ ] modified physical RAM map: [ ] modified: (reserved) [ ] modified: f000 (usable) [ ] modified: f a0000 (reserved) [ ] modified: f (reserved) [ ] modified: f6e0000 (usable) [ ] modified: f6e f6e3000 (ACPI NVS) [ ] modified: f6e f6f0000 (ACPI data) [ ] modified: f6f f (reserved) [ ] modified: e f (reserved) [ ] modified: fec (reserved) [ ] initial memory mapped : 0-00c00000 [ ] init_memory_mapping: fe000 [ ] Using x86 segment limits to approximate NX protection [ ] page 4k [ ] page 2M [ ] fe000 page 4k [ ] kernel direct mapping tables up to [ ] RAMDISK: 2f21c000-2f967aa2 [ ] ACPI: RSDP 000f (v00 IntelR) [ ] ACPI: RSDT 3f6e (v01 IntelR AWRDACPI 42302E31 AWRD ) [ ] ACPI: FACP 3f6e (v01 IntelR AWRDACPI 42302E31 AWRD ) [ ] ACPI: DSDT 3f6e F (v01 INTELR AWRDACPI MSFT ) [ ] ACPI: FACS 3f6e [ ] ACPI: MCFG 3f6e87c0 0003C (v01 IntelR AWRDACPI 42302E31 AWRD ) [ ] ACPI: APIC 3f6e (v01 IntelR AWRDACPI 42302E31 AWRD ) [ ] ACPI: SSDT 3f6e8e (v01 PmRef CpuPm INTL ) [ ] ACPI: Local APIC address 0xfee00000 [ ] 126MB HIGHMEM available. [ ] 887MB LOWMEM available. [ ] mapped low ram: 0-377fe000 [ ] low ram: 0-377fe000 [ ] node 0 low ram: fe000 [ ] node 0 bootmap f00 [ ] (9 early reservations) ==> bootmem [ fe000]

15 [ ] #0 [ ] BIOS data page ==> [ ] [ ] #1 [ ] EX TRAMPOLINE ==> [ ] [ ] #2 [ ] TRAMPOLINE ==> [ ] [ ] #3 [ a80a0] TEXT DATA BSS ==> [ a80a0] [ ] #4 [002f21c f967aa2] RAMDISK ==> [002f21c f967aa2] [ ] #5 [000009f ] BIOS reserved ==> [000009f ] [ ] #6 [00008a ac0be] BRK ==> [00008a ac0be] [ ] #7 [ ] PGTABLE ==> [ ] [ ] #8 [ ] BOOTMAP ==> [ ] [ ] found SMP MP-table at [c00f4f90] f4f90 [ ] Zone PFN ranges: [ ] DMA 0x > 0x [ ] Normal 0x > 0x000377fe [ ] HighMem 0x000377fe -> 0x0003f6e0 [ ] Movable zone start PFN for each node [ ] early_node_map[2] active PFN ranges [ ] 0: 0x > 0x f [ ] 0: 0x > 0x0003f6e0 [ ] On node 0 totalpages: [ ] free_area_init_node: node 0, pgdat c , node_mem_map c [ ] DMA zone: 32 pages used for memmap [ ] DMA zone: 0 pages reserved [ ] DMA zone: 3951 pages, LIFO batch:0 [ ] Normal zone: 1744 pages used for memmap [ ] Normal zone: pages, LIFO batch:31 [ ] HighMem zone: 254 pages used for memmap [ ] HighMem zone: pages, LIFO batch:7 [ ] Using APIC driver default [ ] ACPI: PM-Timer IO Port: 0x408 [ ] ACPI: Local APIC address 0xfee00000 [ ] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ ] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ ] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) [ ] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [ ] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) [ ] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23 [ ] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ ] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ ] ACPI: IRQ0 used by override. [ ] ACPI: IRQ2 used by override. [ ] ACPI: IRQ9 used by override. [ ] Enabling APIC mode: Flat. Using 1 I/O APICs [ ] Using ACPI (MADT) for SMP configuration information [ ] SMP: Allowing 2 CPUs, 0 hotplug CPUs [ ] nr_irqs_gsi: 24 [ ] PM: Registered nosave memory: f a0000 [ ] PM: Registered nosave memory: a f0000 [ ] PM: Registered nosave memory: f [ ] Allocating PCI resources starting at 3f (gap: 3f700000:a ) [ ] NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1 [ ] PERCPU: Embedded 14 pages at c17f4000, static data bytes [ ] Built 1 zonelists in Zone order, mobility grouping on. Total pages: [ ] Kernel command line: BOOT_IMAGE=/boot/vmlinuz generic root=uuid=56ee96cc-4ab c-e685561c0923 ro quiet splash [ ] PID hash table entries: 4096 (order: 12, bytes) [ ] Dentry cache hash table entries: (order: 7, bytes) [ ] Inode-cache hash table entries: (order: 6, bytes) [ ] Enabling fast FPU save and restore... done. [ ] Enabling unmasked SIMD FPU exception support... done. [ ] Initializing CPU#0 [ ] allocated bytes of page_cgroup [ ] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ ] Initializing HighMem for node 0 (000377fe:0003f6e0) [ ] Memory: k/ k available (4565k kernel code, 29476k reserved, 2143k data, 540k init, k highmem) [ ] virtual kernel memory layout: [ ] fixmap : 0xfff1d000-0xfffff000 ( 904 kb) [ ] pkmap : 0xff xffc00000 (4096 kb) [ ] vmalloc : 0xf7ffe000-0xff7fe000 ( 120 MB) [ ] lowmem : 0xc xf77fe000 ( 887 MB) [ ].init : 0xc078e000-0xc ( 540 kb) [ ].data : 0xc xc078d308 (2143 kb) [ ].text : 0xc xc (4565 kb) [ ] Checking if this processor honours the WP bit even in supervisor mode...ok. [ ] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ ] NR_IRQS:2304 nr_irqs:424 [ ] Fast TSC calibration using PIT [ ] Detected MHz processor. [ ] Console: colour VGA+ 80x25 [ ] console [tty0] enabled [ ] Calibrating delay loop (skipped), value calculated using timer frequency BogoMIPS (lpj= ) [ ] Security Framework initialized [ ] AppArmor: AppArmor initialized [ ] Mount-cache hash table entries: 512 [ ] Initializing cgroup subsys ns [ ] Initializing cgroup subsys cpuacct [ ] Initializing cgroup subsys memory [ ] Initializing cgroup subsys freezer

16 [ ] Initializing cgroup subsys net_cls [ ] CPU: L1 I cache: 32K, L1 D cache: 24K [ ] CPU: L2 cache: 512K [ ] CPU: Physical Processor ID: 0 [ ] CPU: Processor Core ID: 0 [ ] mce: CPU supports 5 MCE banks [ ] CPU0: Thermal monitoring enabled (TM1) [ ] using mwait in idle threads. [ ] Performance Counters: Atom events, Intel PMU driver. [ ]... version: 3 [ ]... bit width: 40 [ ]... generic counters: 2 [ ]... value mask: ffffffffff [ ]... max period: fffffff [ ]... fixed-purpose counters: 3 [ ]... counter mask: [ ] Checking 'hlt' instruction... OK. [ ] ACPI: Core revision [ ]..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ ] CPU0: Intel(R) Atom(TM) CPU 1.60GHz stepping 02 [ ] Booting processor 1 APIC 0x1 ip 0x6000 [ ] Initializing CPU#1 [ ] Calibrating delay using timer specific routine BogoMIPS (lpj= ) [ ] CPU: L1 I cache: 32K, L1 D cache: 24K [ ] CPU: L2 cache: 512K [ ] CPU: Physical Processor ID: 0 [ ] CPU: Processor Core ID: 0 [ ] mce: CPU supports 5 MCE banks [ ] CPU1: Thermal monitoring enabled (TM2) [ ] x86 PAT enabled: cpu 1, old 0x , new 0x [ ] CPU1: Intel(R) Atom(TM) CPU 1.60GHz stepping 02 [ ] checking TSC synchronization [CPU#0 -> CPU#1]: passed. [ ] Brought up 2 CPUs [ ] Total of 2 processors activated ( BogoMIPS). [ ] CPU0 attaching sched-domain: [ ] domain 0: span 0-1 level SIBLING [ ] groups: 0 1 [ ] CPU1 attaching sched-domain: [ ] domain 0: span 0-1 level SIBLING [ ] groups: 1 0 [ ] Booting paravirtualized kernel on bare hardware [ ] regulator: core version 0.5 [ ] Time: 17:13:25 Date: 02/26/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 [ ] PCI: Using MMCONFIG for extended config space [ ] PCI: Using configuration type 1 for base access [ ] bio: create slab <bio-0> at 0 [ ] ACPI: EC: Look up EC in DSDT [ ] ACPI: Interpreter enabled [ ] ACPI: (supports S0 S1 S4 S5) [ ] ACPI: Using IOAPIC for interrupt routing [ ] ACPI: No dock devices found. [ ] ACPI: PCI Root Bridge [PCI0] (0000:00) [ ] pci 0000:00:02.0: reg 10 32bit mmio: [0xfdf xfdf7ffff] [ ] pci 0000:00:02.0: reg 14 io port: [0xff00-0xff07] [ ] pci 0000:00:02.0: reg 18 32bit mmio: [0xd xdfffffff] [ ] pci 0000:00:02.0: reg 1c 32bit mmio: [0xfdf xfdfbffff] [ ] pci 0000:00:02.1: reg 10 32bit mmio: [0xfde xfdefffff] [ ] 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:1d.0: reg 20 io port: [0xfe00-0xfe1f] [ ] pci 0000:00:1d.1: reg 20 io port: [0xfd00-0xfd1f] [ ] pci 0000:00:1d.2: reg 20 io port: [0xfc00-0xfc1f] [ ] pci 0000:00:1d.3: reg 20 io port: [0xfb00-0xfb1f] [ ] pci 0000:00:1d.7: reg 10 32bit mmio: [0xfdfff000-0xfdfff3ff] [ ] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold [ ] pci 0000:00:1d.7: PME# disabled [ ] pci 0000:00:1e.2: reg 10 io port: [0xf000-0xf0ff] [ ] pci 0000:00:1e.2: reg 14 io port: [0xfa00-0xfa3f] [ ] pci 0000:00:1e.2: reg 18 32bit mmio: [0xfdffe000-0xfdffe1ff] [ ] pci 0000:00:1e.2: reg 1c 32bit mmio: [0xfdffd000-0xfdffd0ff] [ ] pci 0000:00:1e.2: PME# supported from D0 D3hot D3cold [ ] pci 0000:00:1e.2: PME# disabled [ ] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000 [ ] pci 0000:00:1f.0: quirk: region f claimed by ICH6 ACPI/GPIO/TCO [ ] pci 0000:00:1f.0: quirk: region bf claimed by ICH6 GPIO [ ] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 007f) [ ] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0290 (mask 007f) [ ] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 4000 (mask 007f) [ ] pci 0000:00:1f.2: reg 10 io port: [0x00-0x07]

17 [ ] pci 0000:00:1f.2: reg 14 io port: [0x00-0x03] [ ] pci 0000:00:1f.2: reg 18 io port: [0x00-0x07] [ ] pci 0000:00:1f.2: reg 1c io port: [0x00-0x03] [ ] pci 0000:00:1f.2: reg 20 io port: [0xf800-0xf80f] [ ] pci 0000:00:1f.2: PME# supported from D3hot [ ] pci 0000:00:1f.2: PME# disabled [ ] pci 0000:00:1f.3: reg 20 io port: [0x500-0x51f] [ ] pci 0000:01:00.0: reg 10 32bit mmio: [0xfdde0000-0xfddfffff] [ ] pci 0000:01:00.0: reg 18 io port: [0xcf00-0xcf1f] [ ] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold [ ] pci 0000:01:00.0: PME# disabled [ ] pci 0000:00:1c.0: bridge io port: [0xc000-0xcfff] [ ] pci 0000:00:1c.0: bridge 32bit mmio: [0xfdd xfddfffff] [ ] pci 0000:00:1c.0: bridge 64bit mmio pref: [0xfda xfdafffff] [ ] pci 0000:02:00.0: reg 10 32bit mmio: [0xfd9e0000-0xfd9fffff] [ ] pci 0000:02:00.0: reg 18 io port: [0xbf00-0xbf1f] [ ] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold [ ] pci 0000:02:00.0: PME# disabled [ ] pci 0000:00:1c.1: bridge io port: [0xb000-0xbfff] [ ] pci 0000:00:1c.1: bridge 32bit mmio: [0xfd xfd9fffff] [ ] pci 0000:00:1c.1: bridge 64bit mmio pref: [0xfd xfd8fffff] [ ] pci 0000:00:1e.0: transparent bridge [ ] pci 0000:00:1e.0: bridge io port: [0xd000-0xdfff] [ ] pci 0000:00:1e.0: bridge 32bit mmio: [0xfdc xfdcfffff] [ ] pci 0000:00:1e.0: bridge 64bit mmio pref: [0xfdb xfdbfffff] [ ] pci_bus 0000:00: on NUMA node 0 [ ] ACPI: PCI Interrupt Routing Table [ _SB_.PCI0._PRT] [ ] ACPI: PCI Interrupt Routing Table [ _SB_.PCI0.PEX0._PRT] [ ] ACPI: PCI Interrupt Routing Table [ _SB_.PCI0.PEX1._PRT] [ ] ACPI: PCI Interrupt Routing Table [ _SB_.PCI0.HUB0._PRT] [ ] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 * ) [ ] ACPI: PCI Interrupt Link [LNKB] (IRQs * ) [ ] ACPI: PCI Interrupt Link [LNKC] (IRQs * ) [ ] ACPI: PCI Interrupt Link [LNKD] (IRQs * ) [ ] ACPI: PCI Interrupt Link [LNKE] (IRQs * ) [ ] ACPI: PCI Interrupt Link [LNKF] (IRQs ) *0, disabled. [ ] ACPI: PCI Interrupt Link [LNK0] (IRQs ) *0, disabled. [ ] ACPI: PCI Interrupt Link [LNK1] (IRQs * ) [ ] SCSI subsystem initialized [ ] libata version 3.00 loaded. [ ] 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.15 [ ] NET: Registered protocol family 31 [ ] Bluetooth: HCI device and connection manager initialized [ ] Bluetooth: HCI socket layer initialized [ ] NetLabel: Initializing [ ] NetLabel: domain hash size = 128 [ ] NetLabel: protocols = UNLABELED CIPSOv4 [ ] NetLabel: unlabeled traffic allowed by default [ ] hpet clockevent registered [ ] HPET: 3 timers in total, 0 timers will be used for per-cpu timer [ ] 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 00:06: IRQ 4 override to edge, high [ ] pnp 00:07: IRQ 3 override to edge, high [ ] pnp: PnP ACPI: found 13 devices [ ] ACPI: ACPI bus type pnp unregistered [ ] PnPBIOS: Disabled by ACPI PNP [ ] system 00:01: ioport range 0x4d0-0x4d1 has been reserved [ ] system 00:01: ioport range 0x680-0x6ff has been reserved [ ] system 00:01: ioport range 0x880-0x88f has been reserved [ ] system 00:09: ioport range 0x400-0x4bf could not be reserved [ ] system 00:0b: iomem range 0xe xefffffff has been reserved [ ] system 00:0c: iomem range 0xf0000-0xfffff could not be reserved [ ] system 00:0c: iomem range 0x3f6e0000-0x3f6fffff could not be reserved [ ] system 00:0c: iomem range 0x0-0x9ffff could not be reserved [ ] system 00:0c: iomem range 0x x3f6dffff could not be reserved [ ] system 00:0c: iomem range 0xfec xfec00fff could not be reserved [ ] system 00:0c: iomem range 0xfed xfed1dfff has been reserved [ ] system 00:0c: iomem range 0xfed xfed8ffff has been reserved [ ] system 00:0c: iomem range 0xfee xfee00fff has been reserved [ ] system 00:0c: iomem range 0xffb xffb7ffff has been reserved [ ] system 00:0c: iomem range 0xfff xffffffff has been reserved [ ] system 00:0c: iomem range 0xe0000-0xeffff has been reserved [ ] AppArmor: AppArmor Filesystem Enabled [ ] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:01 [ ] pci 0000:00:1c.0: IO window: 0xc000-0xcfff [ ] pci 0000:00:1c.0: MEM window: 0xfdd xfddfffff [ ] pci 0000:00:1c.0: PREFETCH window: 0x000000fda x000000fdafffff [ ] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:

18 [ ] pci 0000:00:1c.1: IO window: 0xb000-0xbfff [ ] pci 0000:00:1c.1: MEM window: 0xfd xfd9fffff [ ] pci 0000:00:1c.1: PREFETCH window: 0x000000fd x000000fd8fffff [ ] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:03 [ ] pci 0000:00:1e.0: IO window: 0xd000-0xdfff [ ] pci 0000:00:1e.0: MEM window: 0xfdc xfdcfffff [ ] pci 0000:00:1e.0: PREFETCH window: 0x000000fdb x000000fdbfffff [ ] alloc irq_desc for 16 on node -1 [ ] alloc kstat_irqs on node -1 [ ] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ ] pci 0000:00:1c.0: setting latency timer to 64 [ ] alloc irq_desc for 17 on node -1 [ ] alloc kstat_irqs on node -1 [ ] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17 [ ] pci 0000:00:1c.1: setting latency timer to 64 [ ] pci 0000:00:1e.0: setting latency timer to 64 [ ] pci_bus 0000:00: resource 0 io: [0x00-0xffff] [ ] pci_bus 0000:00: resource 1 mem: [0x xffffffff] [ ] pci_bus 0000:01: resource 0 io: [0xc000-0xcfff] [ ] pci_bus 0000:01: resource 1 mem: [0xfdd xfddfffff] [ ] pci_bus 0000:01: resource 2 pref mem [0xfda xfdafffff] [ ] pci_bus 0000:02: resource 0 io: [0xb000-0xbfff] [ ] pci_bus 0000:02: resource 1 mem: [0xfd xfd9fffff] [ ] pci_bus 0000:02: resource 2 pref mem [0xfd xfd8fffff] [ ] pci_bus 0000:03: resource 0 io: [0xd000-0xdfff] [ ] pci_bus 0000:03: resource 1 mem: [0xfdc xfdcfffff] [ ] pci_bus 0000:03: resource 2 pref mem [0xfdb xfdbfffff] [ ] pci_bus 0000:03: resource 3 io: [0x00-0xffff] [ ] pci_bus 0000:03: resource 4 mem: [0x xffffffff] [ ] 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: 7, bytes) [ ] TCP: Hash tables configured (established bind 65536) [ ] TCP reno registered [ ] NET: Registered protocol family 1 [ ] Trying to unpack rootfs image as initramfs... [ ] Switched to high resolution mode on CPU 1 [ ] Switched to high resolution mode on CPU 0 [ ] Freeing initrd memory: 7470k freed [ ] cpufreq-nforce2: No nforce2 chipset. [ ] Scanning for low memory corruption every 60 seconds [ ] 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.12) [ ] msgmni has been set to 1732 [ ] 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:02.0: Boot video device [ ] alloc irq_desc for 24 on node -1 [ ] alloc kstat_irqs on node -1 [ ] pcieport-driver 0000:00:1c.0: irq 24 for MSI/MSI-X [ ] pcieport-driver 0000:00:1c.0: setting latency timer to 64 [ ] alloc irq_desc for 25 on node -1 [ ] alloc kstat_irqs on node -1 [ ] pcieport-driver 0000:00:1c.1: irq 25 for MSI/MSI-X [ ] pcieport-driver 0000:00:1c.1: setting latency timer to 64 [ ] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ ] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ ] input: Power Button as /devices/lnxsystm:00/lnxpwrbn:00/input/input0 [ ] ACPI: Power Button [PWRF] [ ] input: Power Button as /devices/lnxsystm:00/device:00/pnp0c0c:00/input/input1 [ ] ACPI: Power Button [PWRB] [ ] fan PNP0C0B:00: registered as cooling_device0 [ ] ACPI: Fan [FAN] (on) [ ] ACPI: SSDT 3f6e AE (v01 PmRef Cpu0Ist INTL ) [ ] processor LNXCPU:00: registered as cooling_device1 [ ] ACPI: SSDT 3f6e8d (v01 PmRef Cpu1Ist INTL ) [ ] processor LNXCPU:01: registered as cooling_device2 [ ] thermal LNXTHERM:01: registered as thermal_zone0 [ ] ACPI: Thermal Zone [THRM] (53 C) [ ] isapnp: Scanning for PnP cards... [ ] isapnp: No Plug & Play device found [ ] 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:06: ttys0 at I/O 0x3f8 (irq = 4) is a 16550A [ ] 00:07: ttys1 at I/O 0x2f8 (irq = 3) is a 16550A [ ] brd: module loaded

19 [ ] loop: module loaded [ ] input: Macintosh mouse button emulation as /devices/virtual/input/input2 [ ] ata_piix 0000:00:1f.2: version 2.13 [ ] alloc irq_desc for 19 on node -1 [ ] alloc kstat_irqs on node -1 [ ] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19 [ ] ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ] [ ] ata_piix 0000:00:1f.2: setting latency timer to 64 [ ] scsi0 : ata_piix [ ] scsi1 : ata_piix [ ] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf800 irq 14 [ ] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf808 irq 15 [ ] Fixed MDIO Bus: probed [ ] PPP generic driver version [ ] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ ] alloc irq_desc for 23 on node -1 [ ] alloc kstat_irqs on node -1 [ ] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23 [ ] ehci_hcd 0000:00:1d.7: setting latency timer to 64 [ ] 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: cache line size of 32 is not supported [ ] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfdfff000 [ ] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00 [ ] 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 -> GSI 23 (level, low) -> IRQ 23 [ ] uhci_hcd 0000:00:1d.0: setting latency timer to 64 [ ] 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 23, io base 0x0000fe00 [ ] 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 -> GSI 19 (level, low) -> IRQ 19 [ ] uhci_hcd 0000:00:1d.1: setting latency timer to 64 [ ] 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 19, io base 0x0000fd00 [ ] usb usb3: configuration #1 chosen from 1 choice [ ] hub 3-0:1.0: USB hub found [ ] hub 3-0:1.0: 2 ports detected [ ] alloc irq_desc for 18 on node -1 [ ] alloc kstat_irqs on node -1 [ ] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18 [ ] uhci_hcd 0000:00:1d.2: setting latency timer to 64 [ ] 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 18, io base 0x0000fc00 [ ] 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 -> GSI 16 (level, low) -> IRQ 16 [ ] uhci_hcd 0000:00:1d.3: setting latency timer to 64 [ ] 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 16, io base 0x0000fb00 [ ] usb usb5: configuration #1 chosen from 1 choice [ ] hub 5-0:1.0: USB hub found [ ] hub 5-0:1.0: 2 ports detected [ ] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1 [ ] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp [ ] serio: i8042 KBD port at 0x60,0x64 irq 1 [ ] mice: PS/2 mouse device common for all mice [ ] rtc_cmos 00:03: RTC can wake from S4 [ ] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0 [ ] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs [ ] device-mapper: uevent: version [ ] device-mapper: ioctl: ioctl ( ) initialised: dm-devel@redhat.com [ ] device-mapper: multipath: version loaded [ ] device-mapper: multipath round-robin: version loaded [ ] EISA: Probing bus 0 at eisa.0 [ ] EISA: Detected 0 cards. [ ] cpuidle: using governor ladder [ ] cpuidle: using governor menu [ ] TCP cubic registered [ ] NET: Registered protocol family 10 [ ] lo: Disabled Privacy Extensions [ ] NET: Registered protocol family 17 [ ] Bluetooth: L2CAP ver 2.13 [ ] Bluetooth: L2CAP socket layer initialized [ ] Bluetooth: SCO (Voice Link) ver

20 [ ] Bluetooth: SCO socket layer initialized [ ] Bluetooth: RFCOMM TTY layer initialized [ ] Bluetooth: RFCOMM socket layer initialized [ ] Bluetooth: RFCOMM ver 1.11 [ ] Using IPI No-Shortcut mode [ ] PM: Resume from disk failed. [ ] registered taskstats version 1 [ ] Magic number: 14:898:239 [ ] rtc_cmos 00:03: setting system clock to :13:27 UTC ( ) [ ] BIOS EDD facility v Jun-25, 0 devices found [ ] EDD information not available. [ ] ata2.00: ATA-4: GBDriver RA6, ra6h.b00, max UDMA/33 [ ] ata2.00: sectors, multi 0: LBA [ ] ata2.00: configured for UDMA/33 [ ] scsi 1:0:0:0: Direct-Access ATA GBDriver RA6 ra6h PQ: 0 ANSI: 5 [ ] sd 1:0:0:0: Attached scsi generic sg0 type 0 [ ] sd 1:0:0:0: [sda] byte logical blocks: (4.02 GB/3.75 GiB) [ ] sd 1:0:0:0: [sda] Write Protect is off [ ] sd 1:0:0:0: [sda] Mode Sense: 00 3a [ ] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ ] sda: sda1 sda2 < sda5 > [ ] sd 1:0:0:0: [sda] Attached SCSI disk [ ] Freeing unused kernel memory: 540k freed [ ] Write protecting the kernel text: 4568k [ ] Write protecting the kernel read-only data: 1836k [ ] usb 1-1: new high speed USB device using ehci_hcd and address 2 [ ] usb 1-1: configuration #1 chosen from 1 choice [ ] Linux agpgart interface v0.103 [ ] usb 1-2: new high speed USB device using ehci_hcd and address 3 [ ] agpgart-intel 0000:00:00.0: Intel 945GME Chipset [ ] agpgart-intel 0000:00:00.0: detected 7932K stolen memory [ ] agpgart-intel 0000:00:00.0: AGP aperture is 0xd [ ] [drm] Initialized drm [ ] usb 1-2: configuration #1 chosen from 1 choice [ ] i :00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ ] i :00:02.0: setting latency timer to 64 [ ] [drm:intel_init_bios] *ERROR* VBT signature missing [ ] [drm] failed to find VBIOS tables [ ] e1000e: Intel(R) PRO/1000 Network Driver k2 [ ] e1000e: Copyright (c) Intel Corporation. [ ] e1000e 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ ] e1000e 0000:01:00.0: setting latency timer to 64 [ ] alloc irq_desc for 26 on node -1 [ ] alloc kstat_irqs on node -1 [ ] e1000e 0000:01:00.0: irq 26 for MSI/MSI-X [ ] Initializing USB Mass Storage driver... [ ] scsi2 : SCSI emulation for USB Mass Storage devices [ ] usb-storage: device found at 2 [ ] usb-storage: waiting for device to settle before scanning [ ] scsi3 : SCSI emulation for USB Mass Storage devices [ ] usbcore: registered new interface driver usb-storage [ ] USB Mass Storage support registered. [ ] usb-storage: device found at 3 [ ] usb-storage: waiting for device to settle before scanning [ ] i2c-adapter i2c-0: unable to read EDID block. [ ] i :00:02.0: VGA-1: no EDID data [ ] [drm:drm_helper_initial_config] *ERROR* connectors have no modes, using standard modes [ ] [drm] fb0: inteldrmfb frame buffer device [ ] [drm] Initialized i for 0000:00:02.0 on minor 0 [ ] e1000e 0000:01:00.0: Warning: detected ASPM enabled in EEPROM [ ] [drm] DAC-6: set mode 800x600 9 [ ] 0000:01:00.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:80:4c:a9:00:b8 [ ] 0000:01:00.0: eth0: Intel(R) PRO/1000 Network Connection [ ] 0000:01:00.0: eth0: MAC: 2, PHY: 2, PBA No: ffffff-0ff [ ] e1000e 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 [ ] e1000e 0000:02:00.0: setting latency timer to 64 [ ] alloc irq_desc for 27 on node -1 [ ] alloc kstat_irqs on node -1 [ ] e1000e 0000:02:00.0: irq 27 for MSI/MSI-X [ ] Console: switching to colour frame buffer device 100x37 [ ] e1000e 0000:02:00.0: Warning: detected ASPM enabled in EEPROM [ ] 0000:02:00.0: eth1: (PCI Express:2.5GB/s:Width x1) 00:80:4c:a9:00:b9 [ ] 0000:02:00.0: eth1: Intel(R) PRO/1000 Network Connection [ ] 0000:02:00.0: eth1: MAC: 2, PHY: 2, PBA No: ffffff-0ff [ ] usb 3-1: new low speed USB device using uhci_hcd and address 2 [ ] usb 3-1: configuration #1 chosen from 1 choice [ ] usbcore: registered new interface driver hiddev [ ] input: USB Optical Mouse as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/input/input3 [ ] generic-usb 0003:0461:4D : input,hidraw0: USB HID v1.11 Mouse [USB Optical Mouse] on usb-0000:00:1d.1-1/input0 [ ] usbcore: registered new interface driver usbhid [ ] usbhid: v2.6:usb HID core driver [ ] PM: Starting manual resume from disk [ ] PM: Resume from partition 8:5 [ ] PM: Checking hibernation image. [ ] PM: Resume from disk failed. [ ] usb 3-2: new low speed USB device using uhci_hcd and address

21 [ ] EXT4-fs (sda1): barriers enabled [ ] kjournald2 starting: pid 353, dev sda1:8, commit interval 5 seconds [ ] EXT4-fs (sda1): delayed allocation enabled [ ] EXT4-fs: file extents enabled [ ] EXT4-fs: mballoc enabled [ ] EXT4-fs (sda1): mounted filesystem with ordered data mode [ ] usb 3-2: configuration #1 chosen from 1 choice [ ] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/input/input4 [ ] generic-usb 0003:413C: : input,hidraw1: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:1d.1-2/input0 [ ] type=1505 audit( :2): operation="profile_load" pid=380 name=/usr/share/gdm/guest-session/xsession [ ] type=1505 audit( :3): operation="profile_load" pid=381 name=/sbin/dhclient3 [ ] type=1505 audit( :4): operation="profile_load" pid=381 name=/usr/lib/networkmanager/nm-dhcp-client.action [ ] type=1505 audit( :5): operation="profile_load" pid=381 name=/usr/lib/connman/scripts/dhclient-script [ ] type=1505 audit( :6): operation="profile_load" pid=382 name=/usr/bin/evince [ ] type=1505 audit( :7): operation="profile_load" pid=382 name=/usr/bin/evince-previewer [ ] type=1505 audit( :8): operation="profile_load" pid=382 name=/usr/bin/evince-thumbnailer [ ] type=1505 audit( :9): operation="profile_load" pid=384 name=/usr/lib/cups/backend/cups-pdf [ ] type=1505 audit( :10): operation="profile_load" pid=384 name=/usr/sbin/cupsd [ ] Adding k swap on /dev/sda5. Priority:-1 extents:1 across:232900k [ ] EXT4-fs (sda1): internal journal on sda1:8 [ ] udev: starting version 147 [ ] intel_rng: Firmware space is locked read-only. If you can't or [ ] intel_rng: don't want to disable this in firmware setup, and if [ ] intel_rng: you are certain that your system has a functional [ ] intel_rng: RNG, try using the 'no_fwh_detect' option. [ ] lp: driver loaded but no devices found [ ] ip_tables: (C) Netfilter Core Team [ ] Intel ICH 0000:00:1e.2: PCI INT A -> GSI 17 (level, low) -> IRQ 17 [ ] Intel ICH 0000:00:1e.2: setting latency timer to 64 [ ] usb-storage: device scan complete [ ] usb-storage: device scan complete [ ] scsi 2:0:0:0: Direct-Access I-O DATA HDH-U 1.09 PQ: 0 ANSI: 2 [ ] scsi 3:0:0:0: CD-ROM Optiarc DVD RW AD-7560A DX09 PQ: 0 ANSI: 0 [ ] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray [ ] Uniform CD-ROM driver Revision: 3.20 [ ] sr 3:0:0:0: Attached scsi CD-ROM sr0 [ ] sr 3:0:0:0: Attached scsi generic sg1 type 5 [ ] sd 2:0:0:0: Attached scsi generic sg2 type 0 [ ] sd 2:0:0:0: [sdb] byte logical blocks: (120 GB/111 GiB) [ ] sd 2:0:0:0: [sdb] Write Protect is off [ ] sd 2:0:0:0: [sdb] Mode Sense: [ ] sd 2:0:0:0: [sdb] Assuming drive cache: write through [ ] sd 2:0:0:0: [sdb] Assuming drive cache: write through [ ] sdb: sdb1 [ ] sd 2:0:0:0: [sdb] Assuming drive cache: write through [ ] sd 2:0:0:0: [sdb] Attached SCSI disk [ ] intel8x0_measure_ac97_clock: measured usecs (2601 samples) [ ] intel8x0: clocking to [ ] ratelimit: 3 callbacks suppressed [ ] type=1505 audit( :12): operation="profile_replace" pid=795 name=/usr/share/gdm/guest-session/xsession [ ] type=1505 audit( :13): operation="profile_replace" pid=797 name=/sbin/dhclient3 [ ] type=1505 audit( :14): operation="profile_replace" pid=797 name=/usr/lib/networkmanager/nm-dhcp-client.action [ ] type=1505 audit( :15): operation="profile_replace" pid=797 name=/usr/lib/connman/scripts/dhclient-script [ ] type=1505 audit( :16): operation="profile_replace" pid=798 name=/usr/bin/evince [ ] type=1505 audit( :17): operation="profile_replace" pid=798 name=/usr/bin/evince-previewer [ ] type=1505 audit( :18): operation="profile_replace" pid=798 name=/usr/bin/evince-thumbnailer [ ] type=1505 audit( :19): operation="profile_replace" pid=802 name=/usr/lib/cups/backend/cups-pdf [ ] type=1505 audit( :20): operation="profile_replace" pid=802 name=/usr/sbin/cupsd [ ] type=1505 audit( :21): operation="profile_replace" pid=803 name=/usr/sbin/tcpdump [ ] e1000e 0000:01:00.0: irq 26 for MSI/MSI-X [ ] e1000e 0000:01:00.0: irq 26 for MSI/MSI-X [ ] ADDRCONF(NETDEV_UP): eth0: link is not ready [ ] e1000e 0000:02:00.0: irq 27 for MSI/MSI-X [ ] e1000e 0000:02:00.0: irq 27 for MSI/MSI-X [ ] ADDRCONF(NETDEV_UP): eth1: link is not ready [ ] ppdev: user-space parallel port driver [ ] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX [ ] 0000:01:00.0: eth0: 10/100 speed: disabling TSO [ ] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ ] i2c-adapter i2c-0: unable to read EDID block. [ ] i :00:02.0: VGA-1: no EDID data [ ] i2c-adapter i2c-0: unable to read EDID block. [ ] i :00:02.0: VGA-1: no EDID data [ ] CPU0 attaching NULL sched-domain. [ ] CPU1 attaching NULL sched-domain. [ ] CPU0 attaching sched-domain: [ ] domain 0: span 0-1 level SIBLING [ ] groups: 0 1 [ ] domain 1: span 0-1 level MC [ ] groups: 0-1 ( cpu_power = 2048) [ ] CPU1 attaching sched-domain: [ ] domain 0: span 0-1 level SIBLING [ ] groups: 1 0 [ ] domain 1: span 0-1 level MC [ ] groups: 0-1 ( cpu_power = 2048) [ ] CPU0 attaching NULL sched-domain

22 [ ] CPU1 attaching NULL sched-domain. [ ] CPU0 attaching sched-domain: [ ] domain 0: span 0-1 level SIBLING [ ] groups: 0 1 [ ] CPU1 attaching sched-domain: [ ] domain 0: span 0-1 level SIBLING [ ] groups: 1 0 [ ] i2c-adapter i2c-0: unable to read EDID block. [ ] i :00:02.0: VGA-1: no EDID data [ ] i2c-adapter i2c-0: unable to read EDID block. [ ] i :00:02.0: VGA-1: no EDID data [ ] i2c-adapter i2c-0: unable to read EDID block. [ ] i :00:02.0: VGA-1: no EDID data [ ] eth0: no IPv6 routers present [ ] i2c-adapter i2c-0: unable to read EDID block. [ ] i :00:02.0: VGA-1: no EDID data [ ] i2c-adapter i2c-0: unable to read EDID block. [ ] i :00:02.0: VGA-1: no EDID data [ ] i2c-adapter i2c-0: unable to read EDID block. [ ] i :00:02.0: VGA-1: no EDID data [ ] i2c-adapter i2c-0: unable to read EDID block. [ ] i :00:02.0: VGA-1: no EDID data root@ud910d4g:~# 3.6 PCI Device 情報 root@ud910d4g:~# lspci 00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03) 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03) 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03) 00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02) 00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02) 00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02) 00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02) 00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02) 00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02) 00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02) 00:1e.0 PCI bridge: Intel Corporation Mobile PCI Bridge (rev e2) 00:1e.2 Multimedia audio controller: Intel Corporation 82801G (ICH7 Family) AC'97 Audio Controller (rev 02) 00:1f.0 ISA bridge: Intel Corporation 82801GHM (ICH7-M DH) LPC Interface Bridge (rev 02) 00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 02) 00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02) 01:00.0 Ethernet controller: Intel Corporation 82573L Gigabit Ethernet Controller 02:00.0 Ethernet controller: Intel Corporation 82573L Gigabit Ethernet Controller root@ud910d4g:~# 3.7 システムロードモジュール root@ud910d4g:~# lsmod Module Size Used by binfmt_misc ppdev snd_intel8x snd_ac97_codec snd_intel8x0 ac97_bus snd_ac97_codec snd_pcm_oss snd_mixer_oss snd_pcm_oss snd_pcm snd_intel8x0,snd_ac97_codec,snd_pcm_oss snd_seq_dummy snd_seq_oss iptable_filter snd_seq_midi ip_tables iptable_filter snd_rawmidi snd_seq_midi x_tables ip_tables lp snd_seq_midi_event snd_seq_oss,snd_seq_midi parport ppdev,lp snd_seq snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event snd_timer snd_pcm,snd_seq snd_seq_device snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq snd snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device soundcore snd snd_page_alloc snd_intel8x0,snd_pcm serio_raw usbhid fbcon

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

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

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-BX950T1 ubuntu 10.04インストール確認書

IPC-BX950T1 ubuntu 10.04インストール確認書 IPC-BX950T1 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

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

IPC-BX950 Fedora12 インストール確認書

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

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

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

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 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

本機をお使いの方へ

本機をお使いの方へ 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

橡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

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

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

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

Microsoft Word - AriumLinuxTutorial doc

Microsoft Word - AriumLinuxTutorial doc Arium Linux Solution チュートリアル v1.00 2010.01.11 2009 年米国 Arium は ia86 プラットフォームに対応した Linux デバッグソリューション ( ハードウェアアシストデバッガ ECM-XDP3 SourcePoint7.7.1 デバッグソフトウェア x86 用組込み Linux ディストリビューション aelinux) を発表しました 本文書では

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

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

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

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

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

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

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

IPC-BX950 CentOS5.4インストール確認書

IPC-BX950 CentOS5.4インストール確認書 IPC-BX950 CentOS5.4 インストール確認書 CentOS 5.4-i386-bin-DVD.iso 目次 1 調査環境... - 3-1.1 ハードウェア... - 3-1.2 ソフトウェア... - 3-2 調査項目の手順と結果...- 4-2.1 Console 日本語入力...- 4-2.2 シリアルポート... - 5-2.2.1 ポーリング処理の接続方法...- 6-2.2.2

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

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

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

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

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

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

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

7 7

7 7 7 7 w w AmbientTempAlm00 AmbientTempAlm02 AmbientTempAlm07 AmbientTempAlm09 BMC Unsync BMC0 Not Ready BMC1 Not Ready Cor0 +12vAlm 00 Cor0 +12vAlm 02 Cor0 +12vAlm 07 Cor0 +12vAlm 09 Cor0 +2.5vAlm 00 Cor0

More information

BX-956Sシリーズ

BX-956Sシリーズ IPC シリーズ ボックスコンピュータ 956S シリーズ Ubuntu 14.04 Desktop 32bit 動作確認書 ご注意 (1) 本書の内容の全部 または一部を無断で転載することは禁止されています (2) 本書の内容に関しては将来予告なしに変更することがあります (3) 本書の内容については万全を期しておりますが 万一ご不審な点や記載もれなどお気づきのことがありましたら お買い求めの販売店へご連絡ください

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

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 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

BX-956Sシリーズ

BX-956Sシリーズ IPC シリーズ ボックスコンピュータ 956S シリーズ Ubuntu 14.04 Desktop 64bit 動作確認書 ご注意 (1) 本書の内容の全部 または一部を無断で転載することは禁止されています (2) 本書の内容に関しては将来予告なしに変更することがあります (3) 本書の内容については万全を期しておりますが 万一ご不審な点や記載もれなどお気づきのことがありましたら お買い求めの販売店へご連絡ください

More information

5 1 2 3 4 5 6 7 8 9 10 11 12 1 146 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

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

Express5800/VC400h, CS400h, LB400h, MW400hユーザーズガイド(ハードウェア編)

Express5800/VC400h, CS400h, LB400h, MW400hユーザーズガイド(ハードウェア編) 5 128 日常の保守 日常の保守 本装置を常にベストな状態でお使いになるために ここで説明する確認や保守を定期的に行っ てください 万一 異常が見られた場合は 無理な操作をせずに保守サービス会社に保守を依 頼してください アップデートの確認 適用 Express5800シリーズでは 本体および周辺機器のBIOS FW ファームウェア ドライバ などのアップデ ート情報を弊社Webサイトの 以下のページに掲載してい

More information

Express5800/110Ee (2002/01/22)

Express5800/110Ee (2002/01/22) (2002/01/22) 1. N8100-691 ( /1BG(256)) CPU L1 L2 CD-ROM LAN OS Pentium 1.0BGHz 1 32KB 256KB 128MB 1.5GB ( IDE 60GB 3( IDE 2)) ( SCSI 18.1GB 3) 14 40 100BASE-TX 10BASE-T 640 480 1280 1024(VRAM 8MB) 2. CD-ROM

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

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

Microsoft Word - DS50-D A_S505A_BIOS_Manual.doc

Microsoft Word - DS50-D A_S505A_BIOS_Manual.doc BIOS マニュアル BIOS セットアップユーティリティとは BIOS セットアップユーティリティとは BIOS の設定を確認 変更するためのツールです セットアップユーティリティは 本体に内蔵されているマザーボード上のフラッシュメモリに格納されています このユーティリティで定義されている設定情報は CMOS RAM と呼ばれる特殊な領域に格納され ています この設定情報は マザーボードに搭載されているバッテリによって保存されているため

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

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

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

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

Microsoft Word - DS50-D B_S711_BIOS_Manual.doc

Microsoft Word - DS50-D B_S711_BIOS_Manual.doc BIOS マニュアル BIOS セットアップユーティリティとは BIOS セットアップユーティリティとは BIOS の設定を確認 変更するためのツールです セットアップユーティリティは 本体に内蔵されているマザーボード上のフラッシュメモリに格納されています このユーティリティで定義されている設定情報は COMS RAM と呼ばれる特殊な領域に格納され ています この設定情報は マザーボードに搭載されているバッテリによって保存されているため

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

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

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

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

Linux @ S9 @ CPU #0 CPU #1 FIB Table Neighbor Table 198.51.100.0/24 fe540072d56f 203.0.113.0/24 fe54003c1fb2 TX Ring TX Ring TX Buf. Dsc. RX Buf. Dsc. TX Buf. Dsc. RX Buf. Dsc. Packet NIC #0 NIC #1 CPU

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

Microsoft Word - DS50-D A_S501B_BIOS_Manual.doc

Microsoft Word - DS50-D A_S501B_BIOS_Manual.doc BIOS マニュアル BIOS セットアップユーティリティとは BIOS セットアップユーティリティとは BIOS の設定を確認 変更するためのツールです セットアップユーティリティは 本体に内蔵されているマザーボード上のフラッシュメモリに格納されています このユーティリティで定義されている設定情報は COMS RAM と呼ばれる特殊な領域に格納されています この設定情報は マザーボードに搭載されているバッテリによって保存されているため

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

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

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

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

目次 背景 IEEE802.3azとは Linuxカーネルの対応状況 測定方法 測定結果 まとめ 1

目次 背景 IEEE802.3azとは Linuxカーネルの対応状況 測定方法 測定結果 まとめ 1 Evaluation of IEEE802.3az on Linux Ethernet Driver 2011.12.9 富士通コンピュータテクノロジーズ松本博郎 理番号 1134ka1 目次 背景 IEEE802.3azとは Linuxカーネルの対応状況 測定方法 測定結果 まとめ 1 背景 組込み機器では消費電力の低減が要件として取り上げられる バッテリー駆動時間の延長であったり 24 時間電源

More information

Microsoft Word - DS50-D A_E701_BIOS_Manual.doc

Microsoft Word - DS50-D A_E701_BIOS_Manual.doc BIOS マニュアル BIOS セットアップユーティリティとは BIOS セットアップユーティリティとは BIOS の設定を確認 変更するためのツールです セットアップユーティリティは 本体に内蔵されているマザーボード上のフラッシュメモリに格納されています このユーティリティで定義されている設定情報は COMS RAM と呼ばれる特殊な領域に格納され ています この設定情報は マザーボードに搭載されているバッテリによって保存されているため

More information

Express5800/R120b-2ユーザーズガイド

Express5800/R120b-2ユーザーズガイド 2 ID 1 2 2 1 2 1 1 2 Press to enter SETUP or Press to boot from Netork Press for SCSISelect(TM) Utility! 1 2 3

More information

BIOSマニュアル

BIOSマニュアル BIOS マニュアル BIOSセットアップユーティリティーとは BIOS セットアップユーティリティーとは BIOS の設定を確認 変更するためのツールです セットアップユーティリティーは 本体に内蔵されているマザーボード上のフラッシュメモリーに格納されています このユーティリティーで定義されている設定情報は CMOS RAM と呼ばれる特殊な領域に格納されています この設定情報は マザーボードに搭載されているバッテリーによって保存されているため

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

はじめに 本書は Express5800/ft サーバに Red Hat Enterprise Linux 6 Server 及び ft Server Control Software がインストールされており OS がインストールされている内蔵ディス クに空き容量がある場合に 追加でボリュームを作

はじめに 本書は Express5800/ft サーバに Red Hat Enterprise Linux 6 Server 及び ft Server Control Software がインストールされており OS がインストールされている内蔵ディス クに空き容量がある場合に 追加でボリュームを作 Red Hat Enterprise Linux 6 Server 未使用領域のボリューム作成手順書 NEC Express サーバ Express5800/ft サーバシリーズ 2013 年 03 月第 2 版 はじめに 本書は Express5800/ft サーバに Red Hat Enterprise Linux 6 Server 及び ft Server Control Software がインストールされており

More information

BX-830シリーズ

BX-830シリーズ IPC シリーズ ボックスコンピュータ 830 シリーズ Ubuntu 14.04 Desktop 64bit 動作確認書 ご注意 (1) 本書の内容の全部 または一部を無断で転載することは禁止されています (2) 本書の内容に関しては将来予告なしに変更することがあります (3) 本書の内容については万全を期しておりますが 万一ご不審な点や記載もれなどお気づきのことがありましたら お買い求めの販売店へご連絡ください

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

matrox0

matrox0 Image processing products Hardware/Software Software Hardware INDEX 4 3 2 12 13 15 18 14 11 10 21 26 20 9 8 7 6 5 Hardware 2 MatroxRadient 3 MatroxSolios MatroxMorphis MatroxVio 10 MatroxOrionHD 11 MatroxConcord

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

BX-320シリーズ

BX-320シリーズ IPC シリーズ ボックスコンピュータ 320 シリーズ Ubuntu 16.04 Desktop 64bit 動作確認書 ご注意 (1) 本書の内容の全部 または一部を無断で転載することは禁止されています (2) 本書の内容に関しては将来予告なしに変更することがあります (3) 本書の内容については万全を期しておりますが 万一ご不審な点や記載もれなどお気づきのことがありましたら お買い求めの販売店へご連絡ください

More information

Express5800/110Ee Pentium 1. Express5800/110Ee N N Express5800/110Ee Express5800/110Ee ( /800EB(256)) ( /800EB(256) 20W) CPU L1 L2 CD-

Express5800/110Ee Pentium 1. Express5800/110Ee N N Express5800/110Ee Express5800/110Ee ( /800EB(256)) ( /800EB(256) 20W) CPU L1 L2 CD- Express5800/110Ee Pentium 1. Express5800/110Ee N8500-654 N8500-655 Express5800/110Ee Express5800/110Ee ( /800EB(256)) ( /800EB(256) 20W) CPU L1 L2 CD-ROM LAN Windows NT Server 4.0 Pentium 800EBMHz 1 (

More information

PRIMEQUEST 1000シリーズ Linux設計ガイド

PRIMEQUEST 1000シリーズ Linux設計ガイド FUJITSU Server PRIMEQUEST 1000 シリーズ Linux 設計ガイド C122-A002-07 Copyright 2010-2013 FUJITSU LIMITED P.4. P.9 P.10 P.12 P.13 P.16. P.18 P.19 P.21 P.22 PRIMEQUEST 1000 Linux 1 Copyright 2010-2013 FUJITSU LIMITED

More information

MINI2440マニュアル

MINI2440マニュアル Multi-Media DSP/BF53x Linux http://www.csun.co.jp info@csun.co.jp 2009/3/6 copyright@2009 http://www.csun.co.jp info@csun.co.jp 1 DSP/BF53x...3 1.1...3 1.2...7 DSP/BF53x...8 2.1...8 2.2...9 uclinux...

More information

Microsoft Word - DS50-D A_SX505_BIOS_Manual.doc

Microsoft Word - DS50-D A_SX505_BIOS_Manual.doc BIOS マニュアル BIOS セットアップユーティリティとは BIOS セットアップユーティリティとは BIOS の設定を確認 変更するためのツールです セットアップユーティリティは 本体に内蔵されているマザーボード上のフラッシュメモリに格納されています このユーティリティで定義されている設定情報は COMS RAM と呼ばれる特殊な領域に格納され ています この設定情報は マザーボードに搭載されているバッテリによって保存されているため

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

Express5800/110Rc-1 1. Express5800/110Rc-1 N N Express5800/110Rc-1 Express5800/110Rc-1 ( /1BG(256)) (C/850(128)) CPU Pentium (1BGHz) 1

Express5800/110Rc-1 1. Express5800/110Rc-1 N N Express5800/110Rc-1 Express5800/110Rc-1 ( /1BG(256)) (C/850(128)) CPU Pentium (1BGHz) 1 (2002/01/22) Express5800/110Rc-1 1. Express5800/110Rc-1 N8100-665 N8100-793 Express5800/110Rc-1 Express5800/110Rc-1 ( /1BG(256)) (C/850(128)) CPU Pentium (1BGHz) 1 Celeron (850MHz) 1 L1 32KB L2 256KB 128KB

More information

BX-830シリーズ

BX-830シリーズ IPC シリーズ ボックスコンピュータ 830 シリーズ Ubuntu 16.04 Desktop 64bit 動作確認書 ご注意 (1) 本書の内容の全部 または一部を無断で転載することは禁止されています (2) 本書の内容に関しては将来予告なしに変更することがあります (3) 本書の内容については万全を期しておりますが 万一ご不審な点や記載もれなどお気づきのことがありましたら お買い求めの販売店へご連絡ください

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

操作マニュアル

操作マニュアル 1 CF-19 2 Windows Fn+F1 Fn+F2 Fn+F3 Windows [ ] Fn F1 Fn F2 Fn+F3 LCD Fn+F1= Fn+F2= 38 LCD DVD-Video MPEG Windows Fn+F3 LCD 3 Fn+F4 USB Fn+F5 Fn+F6 Fn+F5= Fn+F6= USB Fn+F7 14 Fn+F9 20 Fn+F10 14 4 Hotkey

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

BX-220シリーズ

BX-220シリーズ IPC シリーズ ボックスコンピュータ 220 シリーズ Ubuntu 16.04 Desktop 64bit 動作確認書 ご注意 (1) 本書の内容の全部 または一部を無断で転載することは禁止されています (2) 本書の内容に関しては将来予告なしに変更することがあります (3) 本書の内容については万全を期しておりますが 万一ご不審な点や記載もれなどお気づきのことがありましたら お買い求めの販売店へご連絡ください

More information

Microsoft Word - README_2011_FW.txt

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

More information

:

: 13191112191017191917 1911191912 12 141912101214 12171919191719121914 191914191011 12161314 15191211 101910191911 19141014 17191114151019121914 19151819171912 1219191416 12191217 191712101919:6 16 01379/04/016

More information

1 概要

1 概要 本文書は株式会社マイクロネットの所有物です 許可無く複製 利用することはできません プラットフォーム適合評価レポート 被評価機 : RICOH FB15-L2S INtime 機能適合性結果 適合 リアルタイム性能評価結果 優良 評価年月日 : 2008/03/04 プラットフォームベンダ名 RICOH プラットフォーム FB15-L2S 314-0135 茨城県神栖市掘割 Windows Version

More information

梱包内容をご確認ください

梱包内容をご確認ください IPC シリーズ ボックスコンピュータ 220 シリーズ Ubuntu 14.04 Desktop 64bit 動作確認書 ご注意 (1) 本書の内容の全部 または一部を無断で転載することは禁止されています (2) 本書の内容に関しては将来予告なしに変更することがあります (3) 本書の内容については万全を期しておりますが 万一ご不審な点や記載もれなどお気づきのことがありましたら お買い求めの販売店へご連絡ください

More information

Perle社 ターミナルサーバIOLAN STS8と富士通PCサーバ PRIMERGY RX2520 M1 の接続検証結果報告書(Red Hat Enterprise Linux 6.6(for Intel64)版)

Perle社 ターミナルサーバIOLAN STS8と富士通PCサーバ PRIMERGY RX2520 M1 の接続検証結果報告書(Red Hat Enterprise Linux 6.6(for Intel64)版) 2016 年 01 月 29 日 Perle 社ターミナルサーバ IOLAN STS8 と富士通 PC サーバ PRIMERGY RX2520 M1 の接続検証結果報告書 (Red Hat Enterprise Linux 6.6 (for Intel64) 版 ) 株式会社昌新 技術部 1. 作業実施概要 Perle 社ターミナルサーバ IOLAN STS8( 以降 IOLAN STS8 と略 )

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

quattro.PDF

quattro.PDF Quattro USB Audio Interface 2 M-AUDIO 3 Windows Windows 98 SE/ Windows ME/ Windows 2000/ Windows XP Platinum III 500MHz/ 96kHz Platinum II 400MKz/ 48kHz 128MB RAM / 96kHz 64MB RAM/ 48kHz Macintosh USB

More information

対象製品と後継機種の比較表 1. Qseven: SOM-3565 vs. SOM-3567/-3568 SOM-3565 SOM-3567 SOM-3568 Compliance Qseven v1.2 Qseven 2.1 Qseven 2.1 CPU Intel Atom N2600 Inte

対象製品と後継機種の比較表 1. Qseven: SOM-3565 vs. SOM-3567/-3568 SOM-3565 SOM-3567 SOM-3568 Compliance Qseven v1.2 Qseven 2.1 Qseven 2.1 CPU Intel Atom N2600 Inte SOM-3565/-6765/-7565 販売終了のお知らせ 2016 年 11 月 22 日 アドバンテック株式会社 平素は格別のご高配を賜り 厚く御礼申し上げます このたび 産業用コンピュータ オン モジュール SOM-3565/-6765/-7565 の販売を終了させていただくことになりました ここにご案内申し上げます 記 対象製品 SOM-3565/-6765/-7565 シリーズ (OEM/ODM

More information

PRIMEQUEST 2000シリーズ コンバージドネットワークアダプタ 環境設定シート(Legacy ROM)

PRIMEQUEST 2000シリーズ コンバージドネットワークアダプタ 環境設定シート(Legacy ROM) PRIMEQUEST2000 シリーズ CA92344-1108-02 デュアルチャネルコンバージドネットワークアダプタ (10Gbps) (MC-0JCE61,MC-0JCE62) シングルチャネルコンバージドネットワークアダプタ (40Gbps) (MC-0JCE91,MC-0JCE92) 環境設定シート (Legacy ROM) - ハードウェア編 - 本書の構成 A. B. C. D. E.

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

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

TM-m30 詳細取扱説明書

TM-m30 詳細取扱説明書 M00094106 Rev. G Seiko Epson Corporation 2015-2018. All rights reserved. 2 3 4 5 6 7 8 Bluetooth 9 ... 71 10 1 11 Bluetooth 12 1 13 1 2 6 5 4 3 7 14 1 1 2 3 4 5 15 16 ONF 1 N O O N O N N N O F N N F N

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

Express5800/120Lf 1. Express5800/120Lf N N N Express5800/120Lf Express5800/120Lf Express5800/120Lf ( /1BG(256)) ( /1BG(256)) (

Express5800/120Lf 1. Express5800/120Lf N N N Express5800/120Lf Express5800/120Lf Express5800/120Lf ( /1BG(256)) ( /1BG(256)) ( (2001/11/13) Express5800/120Lf 1. Express5800/120Lf N8100-748 N8100-751 N8100-754 Express5800/120Lf Express5800/120Lf Express5800/120Lf ( /1BG(256)) ( /1BG(256)) ( /1.26G(512)) CPU Hot-Plug Pentium (1.0BGHz)

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