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

Size: px
Start display at page:

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

Transcription

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

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

3 1 調査環境 1 調査環境 1.1 ハードウェア IPC-BX950 ハードウェアの詳細なスペックについては ユーザーズマニュアルを参照してください COM 2 イヤフォン LAN 1 COM 1 クロスケーブル インターネット接続 IPC-BX950Linux) 図 1 ハードウェアの接続形態 マウス モニタ等は省略しています 1.2 ソフトウェア 本調査で使用したディストリビューションについては以下の通りです ubuntu-9.10 server バージョン情報 root@us910d4g:~# cat /proc/version Linux version generic-pae (buildd@rothera) (gcc version (Ubuntu ubuntu8) ) #48-Ubuntu SMP Fri Oct 16 15:22:42 UTC 2009 root@us910d4g:~# - 3 -

4 2 調査項目の手順と結果 2 調査項目の手順と結果 本調査では以下の内容を調査致しました また インストール後に行った調査に関しましては root 権限にて実行しています 表 1 調査結果 調査項目 確認内容 結果 備考 OS USB 接続メディアよりインストール出来る事正常に通常インストールが可能 メモリ free の内容確認 付録参照 キーボード インストール時及び OS 入力後共正常キーボード マウスが正常に動作する事マウス インストール時及び OS 入力後共正常 USB インストール DVD からインストール作業が正常 CD/DVD に行える事 インストール時正常認識 OS インストール後 auto mount 確認 日本語入力 日本語入力を行い表示できる事 DVI ディスプレイを接続し正しく表示される事 シリアルポート シリアルポートより通信が出来ること ライン出力 イヤフォンを接続し音の出力が確認出来る事 イヤフォンにて音声確認 マイク入力 - - LAN DHCP でネットワーク情報が取得出来る事 DHCP サーバより IP address 取得確認 apt-get にてパッケージインストールが可能 CF FAT32 でフォーマットした CF を CF2 に挿入し 読み書きすることができるか スタンバイ (S1 ステート ) 動作 正常動作 Power サスペンド (S3 ステート ) 動作 IPC-BX950 の BIOS がサポートしていないため Management ハイバネーション (S4 ステート ) 動作 IPC-BX950 の BIOS がサポートしていないため システム終了時の電源 OFF(S5 ステート ) 動作 正常動作 2.1 Console 日本語入力 ターミナルエミュレートソフトと日本語のフォントをダウンロード行います [root@localhost ]# apt-get install fbterm < 省略 > [root@localhost ]# apt-get install ttf-unifont unifont xfonts-unifont unifont-bin < 省略 > [root@localhost ] ターミナルエミュレートソフトの起動を行います [root@localhost ]# fbterm - 4 -

5 2 調査項目の手順と結果 入力言語を日本語 UTF-8 に設定します ]# export LANG=ja_JP.UTF-8 ] 日付けを表示させ 日本語表示となっていることを確認します ]# date 2010 年 9 月 7 日月曜日 19:50:52 JST [root@localhost ] 2.2 シリアルポート 文字列の送受信テスト IPC-BX950 の COM1 と COM2 にクロスケーブルを用いて接続します ctrl + Alt + F1 を押し 以下のコマンドを入力した方が受信側となります [root@localhost ]# cat /dev/ttys0 ctrl + Alt + F2 を押し もう片方が送信側です 以下のコマンドを入力して文字列(aiueo) を送信してください [root@localhost ]# echo aiueo > /dev/ttys1 [root@localhost ]# 受信側に送信側から送信したテキストが表示されれば 正常に通信が出来ています [root@localhost ]# cat /dev/ttys0 aiueo 2.3 LINE 出力 [root@localhost ]# apt-get install alsa-utils < 省略 > [root@localhost ]# インストール後の初期設定ではミュート設定になっているため 解除します [root@localhost ]# amixer c 0 set Master 100% unmute cap Simple mixer control 'Master' Capabilities: pvolume pswitch pswitch-joined Playback channels: Front Left - Front Right Limits: Playback 0-63 Mono: Front Left: Playback 63 [100%] [0.00dB] [on] Front Right: Playback 63 [100%] [0.00dB] [on] [root@localhost ]# amixer c 0 set Master Mono 100% unmute cap [root@localhost ]# amixer c 0 set Headphone 100% unmute cap Simple mixer control 'Headphone',0 Capabilities: pvolume pswitch pswitch-joined - 5 -

6 2 調査項目の手順と結果 Playback channels: Front Left - Front Right Limits: Playback 0-63 Mono: Front Left: Playback 63 [100%] [0.00dB] [on] Front Right: Playback 63 [100%] [0.00dB] [on] [root@localhost ]# amixer c 0 set Line 100% unmute cap Simple mixer control 'Line',0 Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-exclusive Capture exclusive group: 0 Playback channels: Front Left - Front Right Capture channels: Front Left - Front Right Limits: Playback 0-31 Front Left: Playback 31 [100%] [12.00dB] [on] Capture [on] Front Right: Playback 31 [100%] [12.00dB] [on] Capture [on] [root@localhost ]# 汎用 PC より音楽または音声ファイルを用意します - 6 -

7 2 調査項目の手順と結果 2.4 CF より CF2 にファイルを格納し ubuntu にファイルを転送してください 用意した音楽ファイルを再生し イヤフォンから音が出ることを確認します ]# aplay test.wav < 省略 > ]# - 7 -

8 2 調査項目の手順と結果 2.4 CF FAT32 でマウントしました CF を CF2 に挿入し 起動します フォルダを作成し マウントを行います ]# mkdir /media/cf ]# mount -t vfat /dev/sdb1 /media/cf2 ]# 端末上よりマウントの確認を行います ]# mount < 省略 > /dev/sdb1 on /media/ CF type vfat (rw) ]# テキストファイルの読み書きを行います ]# echo hello > /media/ CF /hello.txt ]# cat /media/ CF /hello.txt hello ]# アンマウントを行い ファイルが読めなくなる事を確認します ]# umount /media/ CF ]# ls /media/ CF ]# 再度マウントを行い ファイルが読めるようになる事を確認します ]# mount -t vfat /dev/sdb1 /media/ CF ]# ls /media/ CF ]# - 8 -

9 2 調査項目の手順と結果 2.5 PowerManagement S1, S3, S4 ステートパワーマネジメントステータスを確認し サスペンド処理が使用可の状態か確認を行います ]# cat /sys/power/state standby disk ]# このシステムは スタンバイ (standby) とハイバネーション (disk) をサポートしていると表示されますが IPC-BX950 の 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 - 9 -

10 3 付録 3.1 メモリの確認 free total used free shared buffers cached Mem: /+ buffers/cache: Swap: root@us910d4g:~# 3.2 runlevel 対応サービス root@us910d4g:~# sysv-rc-conf --list alsa-utils 0:off 6:off apache2 0:off 1:off 2:on 3:on 4:on 5:on 6:off apparmor S:on apport atd bootchart bootlogd console-setu S:on cron dmesg dns-clean 1:on 2:on 3:on 4:on 5:on grub-common 2:on 3:on 4:on 5:on halt 0:on hwclock hwclock-save keyboard-set S:on killprocs 1:on module-initmysql 0:off 1:off 2:on 3:on 4:on 5:on 6:off 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 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 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 samba 0:off 1:off 2:on 3:on 4:on 5:on 6:off screen-clean S:on sendsigs 0:on 6:on single 1:on ssh 1:off 2:on 3:on 4:on 5:on stop-bootlog stop-bootlog tomcat6 0:off 1:off 2:on 3:on 4:on 5:on 6:off udev udev-finish udevmonitor udevtrigger ufw umountfs 0:on 6:on umountroot 0:on 6:on urandom 0:on 6:on S:on winbind 0:off 1:off 2:on 3:on 4:on 5:on 6:off wpa-ifupdown 0:on 6:on x11-common S:on root@us910d4g:~# 3.3 CPU 情報 root@us910d4g:~# cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel

11 cpu family : 6 model : 14 model name : Intel(R) Core(TM) Duo CPU 1.20GHz stepping : 12 cpu MHz : cache size : 2048 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 2 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 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon bts pni monitor vmx est tm2 xtpr pdcm bogomips : clflush size : 64 power management: processor : 1 vendor_id : GenuineIntel cpu family : 6 model : 14 model name : Intel(R) Core(TM) Duo CPU 1.20GHz stepping : 12 cpu MHz : cache size : 2048 KB physical id : 0 siblings : 2 core id : 1 cpu cores : 2 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 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon bts pni monitor vmx est tm2 xtpr pdcm bogomips : clflush size : 64 power management: root@us910d4g:~#

12 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: kb SUnreclaim: 6068 kb PageTables: 1328 kb NFS_Unstable: 0 kb Bounce: 0 kb WritebackTmp: 0 kb CommitLimit: kb Committed_AS: kb VmallocTotal: kb VmallocUsed: kb VmallocChunk: kb HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kb DirectMap4k: kb DirectMap2M: kb root@us910d4g:~#

13 3.5 カーネルモジュールメッセージ dmesg [ ] Initializing cgroup subsys cpuset [ ] Initializing cgroup subsys cpu [ ] Linux version generic-pae (buildd@rothera) (gcc version (Ubuntu ubuntu8) ) #48-Ubuntu SMP Fri Oct 16 15:22:42 UTC 2009 (Ubuntu generic-pae) [ ] 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: f400 (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-EFFFF uncachable [ ] F0000-FFFFF write-through [ ] MTRR variable ranges enabled: [ ] 0 base mask FC write-back [ ] 1 base 03F mask FFF uncachable [ ] 2 base 03F mask FFFF00000 uncachable [ ] 3 disabled [ ] 4 disabled [ ] 5 disabled [ ] 6 disabled [ ] 7 disabled [ ] PAT not supported by CPU. [ ] Scanning 0 areas for low memory corruption [ ] modified physical RAM map: [ ] modified: (reserved) [ ] modified: f400 (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 [ ] NX (Execute Disable) protection: active [ ] page 4k [ ] page 2M [ ] fe000 page 4k [ ] kernel direct mapping tables up to [ ] RAMDISK: 2f f [ ] ACPI: RSDP 000f8f (v00 IntelR) [ ] ACPI: RSDT 3f6e (v01 IntelR AWRDACPI 42302E31 AWRD ) [ ] ACPI: FACP 3f6e (v01 IntelR AWRDACPI 42302E31 AWRD ) [ ] ACPI: DSDT 3f6e (v01 INTELR AWRDACPI MSFT E) [ ] ACPI: FACS 3f6e [ ] ACPI: MCFG 3f6e7ac0 0003C (v01 IntelR AWRDACPI 42302E31 AWRD ) [ ] ACPI: APIC 3f6e7a (v01 IntelR AWRDACPI 42302E31 AWRD ) [ ] ACPI: SSDT 3f6e A (v01 PmRef CpuPm INTL ) [ ] ACPI: Local APIC address 0xfee00000 [ ] 124MB HIGHMEM available. [ ] 889MB LOWMEM available. [ ] mapped low ram: 0-379fe000 [ ] low ram: 0-379fe000 [ ] node 0 low ram: fe000 [ ] node 0 bootmap f40 [ ] (9 early reservations) ==> bootmem [ fe000] [ ] #0 [ ] BIOS data page ==> [ ]

14 [ ] #1 [ ] EX TRAMPOLINE ==> [ ] [ ] #2 [ ] TRAMPOLINE ==> [ ] [ ] #3 [ ad9a0] TEXT DATA BSS ==> [ ad9a0] [ ] #4 [002f f967831] RAMDISK ==> [002f f967831] [ ] #5 [000009f ] BIOS reserved ==> [000009f ] [ ] #6 [00008ae b40b6] BRK ==> [00008ae b40b6] [ ] #7 [ ] PGTABLE ==> [ ] [ ] #8 [ ] BOOTMAP ==> [ ] [ ] found SMP MP-table at [c00f4d50] f4d50 [ ] Zone PFN ranges: [ ] DMA 0x > 0x [ ] Normal 0x > 0x000379fe [ ] HighMem 0x000379fe -> 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 c078bce0, 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: 1748 pages used for memmap [ ] Normal zone: pages, LIFO batch:31 [ ] HighMem zone: 250 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=/vmlinuz generic-pae root=/dev/mapper/us910d4g-root 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 (000379fe:0003f6e0) [ ] Memory: k/ k available (4588k kernel code, 29148k reserved, 2148k data, 544k init, k highmem) [ ] virtual kernel memory layout: [ ] fixmap : 0xfff1d000-0xfffff000 ( 904 kb) [ ] pkmap : 0xffa xffc00000 (2048 kb) [ ] vmalloc : 0xf81fe000-0xff9fe000 ( 120 MB) [ ] lowmem : 0xc xf79fe000 ( 889 MB) [ ].init : 0xc xc081d000 ( 544 kb) [ ].data : 0xc057b314-0xc07946e8 (2148 kb) [ ].text : 0xc xc057b314 (4588 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 [ ] Initializing cgroup subsys net_cls

15 [ ] CPU: L1 I cache: 32K, L1 D cache: 32K [ ] CPU: L2 cache: 2048K [ ] CPU: Physical Processor ID: 0 [ ] CPU: Processor Core ID: 0 [ ] mce: CPU supports 6 MCE banks [ ] CPU0: Thermal monitoring enabled (TM1) [ ] using mwait in idle threads. [ ] Performance Counters: no PMU driver, software counters only. [ ] Checking 'hlt' instruction... OK. [ ] ACPI: Core revision [ ]..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ ] CPU0: Intel(R) Core(TM) Duo CPU 1.20GHz stepping 0c [ ] 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: 32K [ ] CPU: L2 cache: 2048K [ ] CPU: Physical Processor ID: 0 [ ] CPU: Processor Core ID: 1 [ ] mce: CPU supports 6 MCE banks [ ] CPU1: Thermal monitoring enabled (TM2) [ ] CPU1: Intel(R) Core(TM) Duo CPU 1.20GHz stepping 0c [ ] 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 MC [ ] groups: 0 1 [ ] CPU1 attaching sched-domain: [ ] domain 0: span 0-1 level MC [ ] groups: 1 0 [ ] Booting paravirtualized kernel on bare hardware [ ] regulator: core version 0.5 [ ] Time: 7:23:47 Date: 03/19/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: [0xfde xfdefffff] [ ] 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: [0xfdf xfdf7ffff] [ ] 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: [0xf200-0xf2ff] [ ] 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 0800 (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 000f) [ ] pci 0000:00:1f.1: reg 10 io port: [0x00-0x07] [ ] pci 0000:00:1f.1: reg 14 io port: [0x00-0x03] [ ] pci 0000:00:1f.1: reg 18 io port: [0x00-0x07] [ ] pci 0000:00:1f.1: reg 1c io port: [0x00-0x03] [ ] pci 0000:00:1f.1: reg 20 io port: [0xf800-0xf80f] [ ] pci 0000:00:1f.3: reg 20 io port: [0x500-0x51f] [ ] pci 0000:01:00.0: reg 10 32bit mmio: [0xfdce0000-0xfdcfffff] [ ] pci 0000:01:00.0: reg 18 io port: [0xef00-0xef1f] [ ] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold [ ] pci 0000:01:00.0: PME# disabled

16 [ ] pci 0000:00:1c.0: bridge io port: [0xe000-0xefff] [ ] pci 0000:00:1c.0: bridge 32bit mmio: [0xfdc xfdcfffff] [ ] pci 0000:00:1c.0: bridge 64bit mmio pref: [0xfd xfd9fffff] [ ] pci 0000:02:00.0: reg 10 32bit mmio: [0xfd8e0000-0xfd8fffff] [ ] pci 0000:02:00.0: reg 18 io port: [0xdf00-0xdf1f] [ ] 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: [0xd000-0xdfff] [ ] pci 0000:00:1c.1: bridge 32bit mmio: [0xfd xfd8fffff] [ ] pci 0000:00:1c.1: bridge 64bit mmio pref: [0xfdd xfddfffff] [ ] pci 0000:00:1e.0: transparent bridge [ ] pci 0000:00:1e.0: bridge io port: [0xc000-0xcfff] [ ] pci 0000:00:1e.0: bridge 32bit mmio: [0xfdb xfdbfffff] [ ] pci 0000:00:1e.0: bridge 64bit mmio pref: [0xfda xfdafffff] [ ] 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 * ) [ ] ACPI: PCI Interrupt Link [LNKB] (IRQs *15) [ ] 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 3 4 * ) [ ] 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 0x800-0x87f 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: 0xe000-0xefff [ ] pci 0000:00:1c.0: MEM window: 0xfdc xfdcfffff [ ] pci 0000:00:1c.0: PREFETCH window: 0x000000fd x000000fd9fffff [ ] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:02 [ ] pci 0000:00:1c.1: IO window: 0xd000-0xdfff [ ] pci 0000:00:1c.1: MEM window: 0xfd xfd8fffff [ ] pci 0000:00:1c.1: PREFETCH window: 0x000000fdd x000000fddfffff [ ] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:03 [ ] pci 0000:00:1e.0: IO window: 0xc000-0xcfff [ ] pci 0000:00:1e.0: MEM window: 0xfdb xfdbfffff [ ] pci 0000:00:1e.0: PREFETCH window: 0x000000fda x000000fdafffff [ ] 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

17 [ ] 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 xffffffffffffffff] [ ] pci_bus 0000:01: resource 0 io: [0xe000-0xefff] [ ] pci_bus 0000:01: resource 1 mem: [0xfdc xfdcfffff] [ ] pci_bus 0000:01: resource 2 pref mem [0xfd xfd9fffff] [ ] pci_bus 0000:02: resource 0 io: [0xd000-0xdfff] [ ] pci_bus 0000:02: resource 1 mem: [0xfd xfd8fffff] [ ] pci_bus 0000:02: resource 2 pref mem [0xfdd xfddfffff] [ ] pci_bus 0000:03: resource 0 io: [0xc000-0xcfff] [ ] pci_bus 0000:03: resource 1 mem: [0xfdb xfdbfffff] [ ] pci_bus 0000:03: resource 2 pref mem [0xfda xfdafffff] [ ] pci_bus 0000:03: resource 3 io: [0x00-0xffff] [ ] pci_bus 0000:03: resource 4 mem: [0x xffffffffffffffff] [ ] 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... [ ] Freeing initrd memory: 7106k 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 2 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 1736 [ ] 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 3f6e7b A (v01 PmRef Cpu0Ist INTL ) [ ] processor LNXCPU:00: registered as cooling_device1 [ ] ACPI: Processor [CPU0] (supports 2 throttling states) [ ] ACPI: SSDT 3f6e (v01 PmRef Cpu1Ist INTL ) [ ] processor LNXCPU:01: registered as cooling_device2 [ ] ACPI: Processor [CPU1] (supports 2 throttling states) [ ] thermal LNXTHERM:01: registered as thermal_zone0 [ ] ACPI: Thermal Zone [THRM] (46 C) [ ] isapnp: Scanning for PnP cards... [ ] Switched to high resolution mode on CPU 1 [ ] Switched to high resolution mode on CPU 0 [ ] 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 [ ] loop: module loaded [ ] input: Macintosh mouse button emulation as /devices/virtual/input/input2 [ ] ata_piix 0000:00:1f.1: version 2.13 [ ] alloc irq_desc for 18 on node -1 [ ] alloc kstat_irqs on node -1 [ ] ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ ] ata_piix 0000:00:1f.1: setting latency timer to 64 [ ] scsi0 : ata_piix [ ] scsi1 : ata_piix

18 [ ] ata1: PATA max UDMA/100 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 [ ] ata2: port disabled. ignoring. [ ] 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 [ ] alloc irq_desc for 19 on node -1 [ ] alloc kstat_irqs on node -1 [ ] 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 [ ] 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 0.6 [ ] 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: 2:970:369 [ ] rtc_cmos 00:03: setting system clock to :23:48 UTC ( )

19 [ ] BIOS EDD facility v Jun-25, 0 devices found [ ] EDD information not available. [ ] ata1.00: CFA: TRANSCEND, , max UDMA/66 [ ] ata1.00: sectors, multi 0: LBA [ ] ata1.00: configured for UDMA/66 [ ] scsi 0:0:0:0: Direct-Access ATA TRANSCEND 2009 PQ: 0 ANSI: 5 [ ] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ ] sd 0:0:0:0: [sda] byte logical blocks: (4.07 GB/3.79 GiB) [ ] sd 0:0:0:0: [sda] Write Protect is off [ ] sd 0:0:0:0: [sda] Mode Sense: 00 3a [ ] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ ] sda: sda1 sda2 < sda5 > [ ] sd 0:0:0:0: [sda] Attached SCSI disk [ ] Freeing unused kernel memory: 544k freed [ ] Write protecting the kernel text: 4592k [ ] Write protecting the kernel read-only data: 1836k [ ] usb 1-3: new high speed USB device using ehci_hcd and address 4 [ ] 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 [ ] e1000e 0000:01:00.0: Warning: detected ASPM enabled in EEPROM [ ] usb 1-3: configuration #1 chosen from 1 choice [ ] Initializing USB Mass Storage driver... [ ] scsi2 : SCSI emulation for USB Mass Storage devices [ ] usb-storage: device found at 4 [ ] usb-storage: waiting for device to settle before scanning [ ] usbcore: registered new interface driver usb-storage [ ] USB Mass Storage support registered. [ ] 0000:01:00.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:80:4c:a7:c0:5f [ ] 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 [ ] usb 1-4: new high speed USB device using ehci_hcd and address 5 [ ] 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:a7:c0:5e [ ] 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 1-4: configuration #1 chosen from 1 choice [ ] scsi3 : SCSI emulation for USB Mass Storage devices [ ] usb-storage: device found at 5 [ ] usb-storage: waiting for device to settle before scanning [ ] PM: Starting manual resume from disk [ ] PM: Resume from partition 252:1 [ ] PM: Checking hibernation image. [ ] PM: Resume from disk failed. [ ] EXT4-fs (dm-0): barriers enabled [ ] kjournald2 starting: pid 365, dev dm-0:8, commit interval 5 seconds [ ] EXT4-fs (dm-0): delayed allocation enabled [ ] EXT4-fs: file extents enabled [ ] EXT4-fs: mballoc enabled [ ] EXT4-fs (dm-0): mounted filesystem with ordered data mode [ ] usb 2-1: new low speed USB device using uhci_hcd and address 2 [ ] type=1505 audit( :2): operation="profile_load" pid=386 name=/sbin/dhclient3 [ ] type=1505 audit( :3): operation="profile_load" pid=386 name=/usr/lib/networkmanager/nm-dhcp-client.action [ ] type=1505 audit( :4): operation="profile_load" pid=386 name=/usr/lib/connman/scripts/dhclient-script [ ] type=1505 audit( :5): operation="profile_load" pid=387 name=/usr/sbin/mysqld [ ] type=1505 audit( :6): operation="profile_load" pid=388 name=/usr/sbin/tcpdump [ ] usb 2-1: configuration #1 chosen from 1 choice [ ] Adding k swap on /dev/mapper/us910d4g-swap_1. Priority:-1 extents:1 across:221176k [ ] EXT4-fs (dm-0): internal journal on dm-0:8 [ ] udev: starting version 147 [ ] usb 2-2: new low speed USB device using uhci_hcd and address 3 [ ] intel_rng: FWH not detected [ ] Linux agpgart interface v0.103 [ ] 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 [ ] usb 2-2: configuration #1 chosen from 1 choice [ ] usbcore: registered new interface driver hiddev [ ] input: USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-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.0-1/input0 [ ] input: USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input4 [ ] generic-usb 0003:099A: : input,hidraw1: USB HID v1.00 Keyboard [USB Keyboard ] on usb-0000:00:1d.0-2/input0 [ ] lp: driver loaded but no devices found [ ] input: USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input5 [ ] generic-usb 0003:099A: : input,hidraw2: USB HID v1.00 Device [USB Keyboard ] on usb-0000:00:1d.0-2/input1 [ ] usbcore: registered new interface driver usbhid [ ] usbhid: v2.6:usb HID core driver

20 [ ] [drm] Initialized drm [ ] i :00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ ] i :00:02.0: setting latency timer to 64 [ ] ip_tables: (C) Netfilter Core Team [ ] [drm] TV-8: set mode NTSC 480i 0 [ ] [drm] fb0: inteldrmfb frame buffer device [ ] [drm] Initialized i for 0000:00:02.0 on minor 0 [ ] 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 [ ] intel8x0_measure_ac97_clock: measured usecs (2844 samples) [ ] intel8x0: clocking to [ ] [drm] DAC-6: set mode 1280x [ ] Console: switching to colour frame buffer device 160x64 [ ] type=1505 audit( :7): operation="profile_replace" pid=787 name=/sbin/dhclient3 [ ] type=1505 audit( :8): operation="profile_replace" pid=787 name=/usr/lib/networkmanager/nm-dhcp-client.action [ ] type=1505 audit( :9): operation="profile_replace" pid=787 name=/usr/lib/connman/scripts/dhclient-script [ ] type=1505 audit( :10): operation="profile_replace" pid=788 name=/usr/sbin/mysqld [ ] 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: 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 [ ] ratelimit: 12 callbacks suppressed [ ] type=1503 audit( :15): operation="open" pid=1087 parent=1086 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/" [ ] type=1503 audit( :16): operation="open" pid=1098 parent=1097 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/" [ ] usb-storage: device scan complete [ ] scsi 2:0:0:0: Direct-Access StoreJet Transcend PQ: 0 ANSI: 2 CCS [ ] sd 2:0:0:0: Attached scsi generic sg1 type 0 [ ] sd 2:0:0:0: [sdb] byte logical blocks: (320 GB/298 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 [ ] warning: `jsvc' uses 32-bit capabilities (legacy support in use) [ ] usb-storage: device scan complete [ ] 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 sg2 type 5 [ ] eth0: no IPv6 routers present root@us910d4g:~# 3.6 PCI Device 情報 root@us910d4g:~# 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.1 IDE interface: Intel Corporation 82801G (ICH7 Family) 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@us910d4g:~# 3.7 システムロードモジュール root@us910d4g:~# lsmod Module Size Used by fbcon tileblit fbcon font fbcon

21 bitblit fbcon softcursor bitblit 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 snd_seq_midi iptable_filter snd_rawmidi snd_seq_midi snd_seq_midi_event snd_seq_oss,snd_seq_midi ip_tables iptable_filter snd_seq snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event snd_timer snd_pcm,snd_seq i joydev snd_seq_device snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq x_tables ip_tables drm i915 lp i2c_algo_bit i915 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 video i915 intel_agp i915 agpgart drm,intel_agp usbhid output video soundcore snd snd_page_alloc snd_intel8x0,snd_pcm parport lp serio_raw usb_storage e1000e root@us910d4g:~# 3.8 バージョン情報 root@us910d4g:~# cat /proc/version Linux version generic-pae (buildd@rothera) (gcc version (Ubuntu ubuntu8) ) #48-Ubuntu SMP Fri Oct 16 15:22:42 UTC 2009 root@us910d4g:~# 3.9 IRQ 利用情報 root@us910d4g:~# cat /proc/interrupts CPU0 CPU1 0: 48 0 IO-APIC-edge timer 1: 4 0 IO-APIC-edge i8042 8: 1 0 IO-APIC-edge rtc0 9: 0 0 IO-APIC-fasteoi acpi 14: IO-APIC-edge ata_piix 15: 0 0 IO-APIC-edge ata_piix 16: 1 0 IO-APIC-fasteoi uhci_hcd:usb5, i915 17: 0 0 IO-APIC-fasteoi Intel ICH7 18: 0 0 IO-APIC-fasteoi uhci_hcd:usb4 19: 0 0 IO-APIC-fasteoi uhci_hcd:usb3 23: IO-APIC-fasteoi ehci_hcd:usb1, uhci_hcd:usb2 26: PCI-MSI-edge eth0 NMI: 0 0 Non-maskable interrupts LOC: Local timer interrupts SPU: 0 0 Spurious interrupts CNT: 0 0 Performance counter interrupts PND: 0 0 Performance pending work RES: Rescheduling interrupts CAL: Function call interrupts TLB: TLB shootdowns TRM: 0 0 Thermal event interrupts THR: 0 0 Threshold APIC interrupts MCE: 0 0 Machine check exceptions MCP: 3 3 Machine check polls ERR: 0 MIS: 0 root@us910d4g:~#

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

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

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

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

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

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

橡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

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

本機をお使いの方へ

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

BX-956Sシリーズ

BX-956Sシリーズ IPC シリーズ ボックスコンピュータ 956S シリーズ Ubuntu 14.04 Desktop 32bit 動作確認書 ご注意 (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

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

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

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

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

BX-956Sシリーズ

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

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

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

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

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

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

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

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

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

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

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 - DS50-D A_S501B_BIOS_Manual.doc

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

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

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

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

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

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

第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

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

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

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

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

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

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

BIOSマニュアル

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

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

目次 背景 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

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

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

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

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

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

はじめに 本書は 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

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

DL1010.PDF

DL1010.PDF Delta 1010 24 Bit/96 khz PCI Digital I/O Card 2 M-AUDIO 3 Rack Unit 1. Power LED LED MIDI LED LED MIDI Delta 1010 MIDI MIDI LED LED MIDI Delta 1010 MIDI MIDI MIDI MIDI MIDI MTC Delta 1010 MIDI MIDI MIDI

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

MAP2496.PDF

MAP2496.PDF Audiophile 2496 24 Bit 96 khz 4 in/ 4 out PCI Digital Recording Interface with MIDI 2 M-AUDIO 3 PCI 1. INS1&2 IN1 IN2 2. OUTS1&2 OUT1 OUT2 3. 15 D-sub S/PDIF MIDI 4. S/PDIF S/PDIF DAT MD A/D S/PDIF 5.

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

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

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

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

BX-830シリーズ

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

More information

スライド 1

スライド 1 パケット転送を支える技術 海老澤健太郎 @ パラレルス株式会社 Twitter: @ebiken Internet Week 2011 サーバーの物理構造 DIMM MEM CPU0 CPU1 DIMM MEM QPI IOH (Chipset) PCI Express (PCIe) PCIe PCIe device device (NIC) (NIC) Internet Week 2011 2 パケットの流れ

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

Express5800/InternetStreamingServer ES ユーザーズガイド

Express5800/InternetStreamingServer ES ユーザーズガイド 5 Press to enter boot selection menu Press to enter SETUP or Press to Netork Press to enter boot selection menu Press to enter SETUP, Service Partition, Netork Press

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

BX-320シリーズ

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

More information

:

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

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

RTX830 取扱説明書

RTX830 取扱説明書 RTX830 JA 1 2 3 4 5 6 7 8 9 10 11 external-memory performance-test go 12 13 show config 14 15 16 17 18 19 20 save 21 22 23 24 25 26 27 save RTX830 BootROM Ver. 1.00 Copyright (c) 2017 Yamaha Corporation.

More information

BMC Configuration ユーザーズガイド

BMC Configuration ユーザーズガイド BMC Configuration 1 2 3 4 5 Rev.1.01 NEC Corporation 2011 1 BMC Configuration... 1... 2... 3... 4... 5 1... 6 1.1 BMC Configuration... 6 2... 7 2.1... 7 2.2... 8 3... 9 3.1 BMC Configuration (Windows)...

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

Armadillo-9 ソフトウェアマニュアル

Armadillo-9 ソフトウェアマニュアル Software Manual http://www.atmark-techno.com/ http://armadillo.atmark-techno.com/ Armadillo-9 software manual ver.1.0.16 1.... 1 1.1.... 1 1.2.... 1 1.3.... 1 1.4.... 2 1.5.... 2 1.6.... 2 2.... 3 2.1....

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

Xen入門 ppt

Xen入門 ppt http://begi.net/ Xen Xen 2 Fedora Core 5 IP IP IP 192.168.1.10/24 server.example.com HDD Web Disabled SELinux Disabled 3 Xen Virtual Machine Monitor 4 Hypervisor Xenoserver 5 6 Xen OS VT AMD-V OSWindows

More information

Xen入門 ppt

Xen入門 ppt http://begi.net/ Xen Xen 2 1 Fedora Core 5 IP IP IP 192.168.1.10/24 server.example.com HDD Web Disabled SELinux Disabled 3 Xen Virtual Machine Monitor 4 Hypervisor Xenoserver 2 5 6 Xen OS VT AMD-V OSWindows

More information

PRIMERGY TX1310 M1 未サポートOS動作検証確認情報

PRIMERGY TX1310 M1 未サポートOS動作検証確認情報 PRIMERGY TX1310 M1 未サポート OS 動作検証確認情報 ソフトウェア名称 オンボード SATA コントローラ ( ソフトウェア RAID) 動作確認結果 オンボード SATA コントローラ (ahci) CentOS 7.2(x86_64) [ 詳細 ]( 注 5) ( 注 6) CentOS 7.1(x86_64) [ 詳細 ]( 注 5) ( 注 6) CentOS 7.0(x86_64)

More information