IPC-BX955 CentOS 6.2 インストール確認書 CentOS 6.2-i386-bin-DVD.iso 目次 1 2 調査環境 .................................................................................................................................................. - 3 1.1 ハードウェア .................................................................................................................................... - 3 - 1.2 ソフトウェア .................................................................................................................................... - 3 - 調査項目の手順と結果............................................................................................................................. - 4 2.1 Console 日本語入力 ......................................................................................................................... - 4 - 2.2 シリアルポート................................................................................................................................. - 5 - 2.2.1 ポーリング処理の接続方法......................................................................................................... - 5 2.2.2 3 IRQ4,3 を使用して送受信する方法............................................................................................ - 5 - 2.3 LINE 出力......................................................................................................................................... - 7 - 2.4 LINE 入力......................................................................................................................................... - 8 - 2.5 DHCP ............................................................................................................................................... - 9 - 2.6 CF ..................................................................................................................................................... - 9 - 2.7 PowerManagement........................................................................................................................ - 10 - 2.7.1 S1, S3, S4 ステート.................................................................................................................. - 10 - 2.7.2 S5 ステート .............................................................................................................................. - 10 - 付録 ....................................................................................................................................................... - 11 3.1 メモリの確認 .................................................................................................................................. - 11 - 3.2 runlevel 対応サービス.................................................................................................................... - 11 - 3.3 CPU 情報 ........................................................................................................................................ - 13 - 3.4 メモリ情報 ...................................................................................................................................... - 14 - 3.5 カーネル モジュールメッセージ .................................................................................................... - 15 - 3.6 PCI Device 情報 ............................................................................................................................. - 31 - 3.7 システムロードモジュール ............................................................................................................. - 32 - 3.8 バージョン情報............................................................................................................................... - 33 - 3.9 IRQ 利用情報.................................................................................................................................. - 33 - 3.10 I/O ポート利用情報....................................................................................................................... - 34 - -2- IPC-BX955 CentOS6.2 インストール確認書 調査環境 1 1.1 ハードウェア IPC-BX955 ハードウェアの詳細なスペックについては、ユーザーズマニュアルを参照してください。 LAN 1 COM 2 COM 1 イヤフォン クロスケーブル LAN 1 クロスケーブル 汎用 PC(Windows XP) IPC-BX955(Linux) 図 1 ハードウェアの接続形態 ※マウス、モニタ等は省略しています。 ※マイクが無い場合(マイク感度が悪く音が拾えない場合)は、マイク代替として PC の Line-OUT から Line-IN へ直接接続でも可能です。 1.2 ソフトウェア 本調査で使用したディストリビューションについては以下の通りです。 ・CentOS6.2 バージョン情報 [root@localhost ~]# cat /proc/version Linux version 2.6.32-220.el6.i686 ([email protected]) (gcc version 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC) ) #1 SMP Tue Dec 6 16:15:40 GMT 2011 [root@ localhost ~]# -3- 2 調査項目の手順と結果 本調査では以下の内容を調査致しました。また、インストール後に行った調査に関しましては、root 権限にて 実行しています。 表 1 調査結果 調査項目 結果 USB 接続メディアよりインストール出来る事 OS free の内容確認 キーボード マウス 備考 ○ 正常に通常インストールが可能 メモリ USB 確認内容 キーボード、マウスが正常に動作する事 インストール DVD からインストール作業が正常 ○ 付録参照 ○ インストール時及び OS 入力後共正常 ○ インストール時及び OS 入力後共正常 インストール時正常認識 に行える事 ○ 日本語入力 日本語入力を行い表示できる事 ○ DVI ディスプレイを接続し正しく表示される事 ○ シリアルポート シリアルポートより通信が出来ること ○ ライン出力 イヤフォンを接続し音の出力が確認出来る事 ○ イヤフォンにて音声確認 マイク入力 外部から音声入力し録音出来る事 ○ ライン出力から入力し録音 LAN DHCP でネットワーク情報が取得出来る事 ○ CD/DVD FAT32 でフォーマットした CF を CF2 に挿入し、 CF OS インストール後 auto mount 確認 DHCP サーバより IP address 取得確認。 Yum にてパッケージインストールが可能 ○ 読み書きすることができるか。 スタンバイ(S1 ステート)動作 ○ 正常動作 IPC-BX955 の BIOS がサポートしていないため。 Power サスペンド(S3 ステート)動作 Management ハイバネーション(S4 ステート)動作 ○ 正常動作 システム終了時の電源 OFF(S5 ステート)動作 ○ 正常動作 2.1 Console 日本語入力 GNOME 画面上で「Ctrl」 + 「space」または「半角/全角 キー」を押下します。 画面に日本語のコントロールが表示され、日本語が入力できることを確認します。 -4- IPC-BX955 CentOS6.2 インストール確認書 2.2 シリアルポート 文字列の送受信テスト IPC-BX955 の COM1 と COM2 にクロスケーブルを用いて接続します。 ターミナルウインドウを2つ起動してください。片側のターミナルウインドウで、以下のコマンドを入力して ください。このコマンドを入力した方が受信側となります。 [root@localhost [root@localhost ]# cat /dev/ttyS0 ]# もう片方が送信側です。以下のコマンドを入力して文字列(aiueo)を送信してください。 [root@localhost ]# echo aiueo > /dev/ttyS1 [root@localhost ]# 受信側のターミナルウインドウに送信側のターミナルウインドウから送信したテキストが表示されれば、正常 に通信が出来ています。以下の画面が表示されます。 インストール直後の状態では、IRQ4,3 を利用して通信することができませんが、以下の方法で、通信するこ とが可能です。 2.2.1 ポーリング処理の接続方法 IPC-BX955、ttyS0 の IRQ を 0 に設定し、更新されているか確認を行います。 [root@localhost ]# setserial /dev/ttyS0 irq 0 [root@localhost ]# setserial -Gg /dev/ttyS0 /dev/ttyS0 uart 16550A port 0x03f8 irq 0 baud_base 115200 spd_normal [root@localhost ]# 2.2 シリアルポートを元に文字列の送受信を行います。 2.2.2 IRQ4,3 を使用して送受信する方法 kernel の起動オプションに noapic を追加します。 「/boot/grub/grub.conf」のファイルを以下のように編集。 -5- skip_test 再起動を行い、2.2 シリアルポートを元に接続の確認をします。 -6- IPC-BX955 CentOS6.2 インストール確認書 2.3 LINE 出力 デスクトップのタスクバーより、 「システム」→「設定」→「サウンド」を開き、 「ハードウェア」の「スピー カーのテスト」をクリックします。 以下の画面が表示され、テストボタンを押すとイヤフォンに音が出力されるのを確認します。 -7- 2.4 LINE 入力 録音と再生 録音を行う場合、まず ALSA ユーティリティのミキサーコマンドよりマイクの設定が Caprure [on]の状態か 確認し,off であれば capture [on]に設定してください。 [root@localhost ]# amixer –c 0 <省略> <省略> [root@localhost ]# amixer –c 0 set Mic 100% unmute cap (Capture が off の場合、実行する) [root@localhost ]# IPC-BX955 機にて録音を行います。 [root@localhost ]# arecord -t wav -d 15 -f dat test1.wav 録音中 WAVE ‘test1.wav’ : Signed 16bit Little Endian, レート [root@localhost ]# 録音したファイルの再生を行います。 [root@localhost ]# aplay test1.wav 再生中 WAVE ‘test1.wav’ : Signed 16bit Little Endian, レート [root@localhost ]# -8- 48000 Hz, ステレオ 48000 Hz, ステレオ IPC-BX955 CentOS6.2 インストール確認書 2.5 DHCP 下記のファイルは DHCP に設定します。 ¥etc¥sysconfig¥network-scripts¥ifcfg-eth0 ONBOOT=”yes” BOOTPROTO=”dhcp” 2.6 CF ターミナルウインドウに、フォルダを作成し、マウントを行います。 [root@localhost ]# mkdir /mnt/DATA [root@localhost ]# mount -t vfat /dev/hdb1 /mnt/DATA マウントの確認を行います。 [root@localhost ]# mount <省略> /dev/hdb1 on /mnt/DATA type [root@localhost ]# vfat (rw) テキストファイルの読み書きを行います。 [root@localhost ]# echo hello > /mnt/DATA/hello.txt [root@localhost ]# cat /mnt/DATA/hello.txt hello [root@localhost ]# アンマウントを行い、ファイルが読めなくなる事を確認します。 [root@localhost ]# umount /mnt/DATA/ [root@localhost ]# ls /mnt/DATA [root@localhost ]# -9- 2.7 PowerManagement 2.7.1 S1, S3, S4 ステート パワーマネジメントステータスを確認し、サスペンド処理が使用可の状態か確認を行います。1 [root@localhost ]# cat /sys/power/state standby disk [root@localhost ]# このシステムは、スタンバイ(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 の復帰を確認できます。 2.7.2 S5 ステート シャットダウンコマンドを実行してください。 シャットダウン終了後、本体の電源が OFF になることを確認できます。 [root@localhost ]# shutdown -h now http://www.linux.or.jp/JF/JFdocs/kernel-docs-2.6/power/states.txt.html http://netlog.jpn.org/r271-635/2008/06/centos_52.html 1 - 10 - IPC-BX955 CentOS6.2 インストール確認書 3 3.1 付録 メモリの確認 [root@localhost ~]# free total Mem: 1021532 -/+ buffers/cache: Swap: 524280 [root@ localhost ~]# 3.2 used 421540 174600 0 free shared 599992 846932 524280 buffers cached 0 55300 191640 runlevel 対応サービス [root@localhost ~]# chkconfig --list NetworkManager 0:off abrt-ccpp 0:off abrt-oops 0:off abrtd 0:off acpid 0:off atd 0:off auditd 0:off autofs 0:off avahi-daemon 0:off bluetooth 0:off certmonger 0:off cgconfig 0:off cgred 0:off cpuspeed 0:off crond 0:off cups 0:off dnsmasq 0:off firstboot 0:off haldaemon 0:off httpd 0:off ip6tables 0:off iptables 0:off irqbalance 0:off kdump 0:off libvirt-guests 0:off lvm2-monitor 0:off matahari-broker 0:off matahari-host 0:off matahari-network 0:off matahari-service 0:off matahari-sysconfig 0:off mdmonitor 0:off messagebus 0:off netconsole 0:off netfs 0:off network 0:off nfs 0:off nfslock 0:off ntpd 0:off ntpdate 0:off oddjobd 0:off portreserve 0:off postfix 0:off psacct 0:off qpidd 0:off quota_nld 0:off rdisc 0:off restorecond 0:off rpcbind 0:off rpcgssd 0:off rpcidmapd 0:off 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:on 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:on 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:off 2:on 2:off 2:off 2:off 2:on 2:off 2:on 2:off 2:off 2:off 2:off 2:off 2:off 2:on 2:on 2:on 2:off 2:off 2:off 2:off 2:on 2:on 2:off 2:off 2:on 2:on 2:off 2:off 2:off 2:off 2:off 2:on 2:on 2:off 2:off 2:on 2:off 2:off 2:off 2:off 2:off 2:on 2:on 2:off 2:on 2:off 2:off 2:off 2:on 2:off 2:off 3:on 3:on 3:on 3:on 3:on 3:on 3:on 3:on 3:on 3:on 3:off 3:off 3:off 3:on 3:on 3:on 3:off 3:off 3:on 3:off 3:on 3:on 3:on 3:off 3:on 3:on 3:off 3:off 3:off 3:off 3:off 3:on 3:on 3:off 3:on 3:on 3:off 3:on 3:off 3:off 3:off 3:on 3:on 3:off 3:on 3:off 3:off 3:off 3:on 3:on 3:on 4:on 4:off 4:off 4:off 4:on 4:on 4:on 4:on 4:on 4:on 4:off 4:off 4:off 4:on 4:on 4:on 4:off 4:off 4:on 4:off 4:on 4:on 4:on 4:off 4:on 4:on 4:off 4:off 4:off 4:off 4:off 4:on 4:on 4:off 4:on 4:on 4:off 4:on 4:off 4:off 4:off 4:on 4:on 4:off 4:on 4:off 4:off 4:off 4:on 4:on 4:on - 11 - 5:on 5:on 5:on 5:on 5:on 5:on 5:on 5:on 5:on 5:on 5:off 5:off 5:off 5:on 5:on 5:on 5:off 5:off 5:on 5:off 5:on 5:on 5:on 5:off 5:on 5:on 5:off 5:off 5:off 5:off 5:off 5:on 5:on 5:off 5:on 5:on 5:off 5:on 5:off 5:off 5:off 5:on 5:on 5:off 5:on 5:off 5:off 5:off 5:on 5:on 5:on 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off rpcsvcgssd rsyslog saslauthd smartd snmpd snmptrapd spice-vdagentd sshd sssd sysstat udev-post wdaemon wpa_supplicant ypbind [root@ localhost ~]# 0:off 0:off 0:off 0:off 0:off 0:off 0:off 0:off 0:off 0:off 0:off 0:off 0:off 0:off 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:off 1:on 1:on 1:off 1:off 1:off 2:off 2:on 2:off 2:off 2:off 2:off 2:off 2:on 2:off 2:on 2:on 2:off 2:off 2:off 3:off 3:on 3:off 3:off 3:off 3:off 3:off 3:on 3:off 3:on 3:on 3:off 3:off 3:off 4:off 4:on 4:off 4:off 4:off 4:off 4:off 4:on 4:off 4:on 4:on 4:off 4:off 4:off - 12 - 5:off 5:on 5:off 5:off 5:off 5:off 5:on 5:on 5:off 5:on 5:on 5:off 5:off 5:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off IPC-BX955 CentOS6.2 インストール確認書 3.3 CPU 情報 [root@localhost ~]# cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 28 model name : Intel(R) Atom(TM) CPU N270 @ 1.60GHz stepping : 2 cpu MHz : 800.000 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 aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 xtpr pdcm movbe lahf_lm dts bogomips : 3192.50 clflush size : 64 cache_alignment : 64 address sizes : 32 bits physical, 32 bits virtual power management: processor : 1 vendor_id : GenuineIntel cpu family : 6 model : 28 model name : Intel(R) Atom(TM) CPU N270 @ 1.60GHz stepping : 2 cpu MHz : 800.000 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 aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 xtpr pdcm movbe lahf_lm dts bogomips : 3191.95 clflush size : 64 cache_alignment : 64 address sizes : 32 bits physical, 32 bits virtual power management: [root@ localhost ~]# - 13 - 3.4 メモリ情報 [root@localhost ~]# cat /proc/meminfo MemTotal: 1021532 kB MemFree: 504768 kB Buffers: 55660 kB Cached: 275176 kB SwapCached: 0 kB Active: 221416 kB Inactive: 228400 kB Active(anon): 117180 kB Inactive(anon): 21948 kB Active(file): 104236 kB Inactive(file): 206452 kB Unevictable: 0 kB Mlocked: 0 kB HighTotal: 131976 kB HighFree: 356 kB LowTotal: 889556 kB LowFree: 504412 kB SwapTotal: 524280 kB SwapFree: 524280 kB Dirty: 18748 kB Writeback: 0 kB AnonPages: 118992 kB Mapped: 60112 kB Shmem: 20180 kB Slab: 45612 kB SReclaimable: 13632 kB SUnreclaim: 31980 kB KernelStack: 1984 kB PageTables: 6524 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 1035044 kB Committed_AS: 533204 kB VmallocTotal: 122880 kB VmallocUsed: 10004 kB VmallocChunk: 99568 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB DirectMap4k: 14328 kB DirectMap2M: 892928 kB [root@ localhost ~]# - 14 - IPC-BX955 CentOS6.2 インストール確認書 3.5 カーネル モジュールメッセージ [root@ localhost ~]# dmesg Initializing cgroup subsys cpuset Initializing cgroup subsys cpu Linux version 2.6.32-220.el6.i686 ([email protected]) (gcc version 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC) ) #1 SMP Tue Dec 6 16:15:40 GMT 2011 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: 0000000000000000 - 000000000009f000 (usable) BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved) BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) BIOS-e820: 0000000000100000 - 000000003f6e0000 (usable) BIOS-e820: 000000003f6e0000 - 000000003f6e3000 (ACPI NVS) BIOS-e820: 000000003f6e3000 - 000000003f6f0000 (ACPI data) BIOS-e820: 000000003f6f0000 - 000000003f700000 (reserved) BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved) BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved) DMI 2.2 present. SMBIOS version 2.2 @ 0xF13E0 DMI: PhoenixAward #IPC-BX100N#8000053F/#IPC-BX100N#8000053F, BIOS 6.00 PG V121 05/27/2011 Phoenix BIOS detected: BIOS may corrupt low RAM, working around it. e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved) e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved) e820 remove range: 00000000000a0000 - 0000000000100000 (usable) last_pfn = 0x3f6e0 max_arch_pfn = 0x400000 MTRR default type: uncachable MTRR fixed ranges enabled: 00000-9FFFF write-back A0000-BFFFF uncachable C0000-CDFFF write-protect CE000-EFFFF uncachable F0000-FFFFF write-through MTRR variable ranges enabled: 0 base 000000000 mask 0C0000000 write-back 1 base 03F800000 mask 0FF800000 uncachable 2 base 03F700000 mask 0FFF00000 uncachable 3 disabled 4 disabled 5 disabled 6 disabled 7 disabled x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 original variable MTRRs reg 0, base: 0GB, range: 1GB, type WB reg 1, base: 1016MB, range: 8MB, type UC reg 2, base: 1015MB, range: 1MB, type UC total RAM covered: 1015M Found optimal setting for mtrr clean up gran_size: 64K chunk_size: 16M num_reg: 3 lose cover RAM: 0G New variable MTRRs reg 0, base: 0GB, range: 1GB, type WB reg 1, base: 1015MB, range: 1MB, type UC reg 2, base: 1016MB, range: 8MB, type UC initial memory mapped : 0 - 01000000 init_memory_mapping: 0000000000000000-00000000375fe000 NX (Execute Disable) protection: active 0000000000 - 0000200000 page 4k 0000200000 - 0037400000 page 2M 0037400000 - 00375fe000 page 4k kernel direct mapping tables up to 375fe000 @ 10000-18000 RAMDISK: 371e4000 - 37feffaf - 15 - Allocated new RAMDISK: 00c44000 - 01a4ffaf Move RAMDISK from 00000000371e4000 - 0000000037feffae to 00c44000 - 01a4ffae ACPI: RSDP 000f9440 00014 (v00 IntelR) ACPI: RSDT 3f6e3000 00038 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000) ACPI: FACP 3f6e3080 00074 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000) ACPI: DSDT 3f6e3100 05AF4 (v01 INTELR AWRDACPI 00001000 MSFT 03000000) ACPI: FACS 3f6e0000 00040 ACPI: _HPT 3f6e8c80 00038 (v01 IntelR AWRDACPI 42302E31 AWRD 00000098) ACPI: MCFG 3f6e8cc0 0003C (v01 IntelR AWRDACPI 42302E31 AWRD 00000000) ACPI: APIC 3f6e8c00 00068 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000) ACPI: SSDT 3f6e9360 00482 (v01 PmRef CpuPm 00003000 INTL 20081031) ACPI: Local APIC address 0xfee00000 128MB HIGHMEM available. 885MB LOWMEM available. mapped low ram: 0 - 375fe000 low ram: 0 - 375fe000 node 0 low ram: 00000000 - 375fe000 node 0 bootmap 00014000 - 0001aec0 (9 early reservations) ==> bootmem [0000000000 - 00375fe000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000] #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000] #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000] #3 [0000400000 - 0000c3af70] TEXT DATA BSS ==> [0000400000 - 0000c3af70] #4 [000009f000 - 0000100000] BIOS reserved ==> [000009f000 - 0000100000] #5 [0000c3b000 - 0000c430c6] BRK ==> [0000c3b000 - 0000c430c6] #6 [0000010000 - 0000014000] PGTABLE ==> [0000010000 - 0000014000] #7 [0000c44000 - 0001a4ffaf] NEW RAMDISK ==> [0000c44000 - 0001a4ffaf] #8 [0000014000 - 000001b000] BOOTMAP ==> [0000014000 - 000001b000] found SMP MP-table at [c00f5150] f5150 Zone PFN ranges: DMA 0x00000010 -> 0x00001000 Normal 0x00001000 -> 0x000375fe HighMem 0x000375fe -> 0x0003f6e0 Movable zone start PFN for each node early_node_map[2] active PFN ranges 0: 0x00000010 -> 0x0000009f 0: 0x00000100 -> 0x0003f6e0 On node 0 totalpages: 259695 DMA zone: 32 pages used for memmap DMA zone: 0 pages reserved DMA zone: 3951 pages, LIFO batch:0 Normal zone: 1740 pages used for memmap Normal zone: 220978 pages, LIFO batch:31 HighMem zone: 258 pages used for memmap HighMem zone: 32736 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. Using ACPI (MADT) for SMP configuration information SMP: Allowing 2 CPUs, 0 hotplug CPUs nr_irqs_gsi: 24 PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 Allocating PCI resources starting at 3f700000 (gap: 3f700000:a0900000) Booting paravirtualized kernel on bare hardware NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:2 nr_node_ids:1 PERCPU: Embedded 14 pages/cpu @c2400000 s34456 r0 d22888 u1048576 pcpu-alloc: s34456 r0 d22888 u1048576 alloc=1*2097152 pcpu-alloc: [0] 0 1 Built 1 zonelists in Zone order, mobility grouping on. Total pages: 257665 - 16 - IPC-BX955 CentOS6.2 インストール確認書 Kernel command line: ro root=UUID=0f40a126-5843-4031-ba04-160752c4000b rd_NO_LUKS KEYBOARDTYPE=pc KEYTABLE=us-acentos rd_NO_MD quiet rhgb LANG=ja_JP.UTF-8 rd_NO_LVM rd_NO_DM PID hash table entries: 4096 (order: 2, 16384 bytes) Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) Enabling fast FPU save and restore... done. Enabling unmasked SIMD FPU exception support... done. Initializing CPU#0 Initializing HighMem for node 0 (000375fe:0003f6e0) Memory: 1006220k/1039232k available (4313k kernel code, 32136k reserved, 2412k data, 504k init, 131976k highmem) virtual kernel memory layout: fixmap : 0xffad5000 - 0xfffff000 (5288 kB) pkmap : 0xff600000 - 0xff800000 (2048 kB) vmalloc : 0xf7dfe000 - 0xff5fe000 ( 120 MB) lowmem : 0xc0000000 - 0xf75fe000 ( 885 MB) .init : 0xc0a92000 - 0xc0b10000 ( 504 kB) .data : 0xc0836493 - 0xc0a917c8 (2412 kB) .text : 0xc0400000 - 0xc0836493 (4313 kB) Checking if this processor honours the WP bit even in supervisor mode...Ok. Hierarchical RCU implementation. NR_IRQS:2304 nr_irqs:424 Console: colour VGA+ 80x25 console [tty0] enabled allocated 4194304 bytes of page_cgroup please try 'cgroup_disable=memory' option if you don't want memory cgroups Fast TSC calibration using PIT Detected 1596.252 MHz processor. Calibrating delay loop (skipped), value calculated using timer frequency.. 3192.50 BogoMIPS (lpj=1596252) pid_max: default: 32768 minimum: 301 Security Framework initialized SELinux: Initializing. SELinux: Starting in permissive mode Mount-cache hash table entries: 512 Initializing cgroup subsys ns Initializing cgroup subsys cpuacct Initializing cgroup subsys memory Initializing cgroup subsys devices Initializing cgroup subsys freezer Initializing cgroup subsys net_cls Initializing cgroup subsys blkio Initializing cgroup subsys perf_event 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. Checking 'hlt' instruction... OK. ACPI: Core revision 20090903 Enabling APIC mode: Flat. Using 1 I/O APICs ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 CPU0: Intel(R) Atom(TM) CPU N270 @ 1.60GHz stepping 02 Performance Events: PEBS fmt0+, Atom events, Intel PMU driver. ... version: 3 ... bit width: 40 ... generic registers: 2 ... value mask: 000000ffffffffff ... max period: 000000007fffffff ... fixed-purpose events: 3 ... event mask: 0000000700000003 Booting Node 0, Processors #1 Ok. Initializing CPU#1 Brought up 2 CPUs Total of 2 processors activated (6383.97 BogoMIPS). sizeof(vma)=100 bytes sizeof(page)=32 bytes sizeof(inode)=352 bytes sizeof(dentry)=132 bytes sizeof(ext3inode)=508 bytes sizeof(buffer_head)=56 bytes sizeof(skbuff)=184 bytes sizeof(task_struct)=1332 bytes devtmpfs: initialized - 17 - regulator: core version 0.5 NET: Registered protocol family 16 ACPI: bus type pci registered PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255 PCI: MCFG area at e0000000 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. HEST: Table not found. ACPI: PCI Root Bridge [PCI0] (0000:00) pci 0000:00:02.0: reg 10 32bit mmio: [0xfdf00000-0xfdf7ffff] pci 0000:00:02.0: reg 14 io port: [0xff00-0xff07] pci 0000:00:02.0: reg 18 32bit mmio pref: [0xd0000000-0xdfffffff] pci 0000:00:02.0: reg 1c 32bit mmio: [0xfdf80000-0xfdfbffff] pci 0000:00:02.1: reg 10 32bit mmio: [0xfde80000-0xfdefffff] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold pci 0000:00:1c.0: PME# disabled pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold pci 0000:00:1c.1: PME# disabled pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold pci 0000:00:1c.2: PME# disabled pci 0000:00: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: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: [0xfdfff000-0xfdfff1ff] pci 0000:00:1e.2: reg 1c 32bit mmio: [0xfdffe000-0xfdffe0ff] 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 0400-047f claimed by ICH6 ACPI/GPIO/TCO pci 0000:00:1f.0: quirk: region 0480-04bf 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.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: [0xfd7e0000-0xfd7fffff] 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 pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' pci 0000:00:1c.0: bridge io port: [0xe000-0xefff] pci 0000:00:1c.0: bridge 32bit mmio: [0xfd700000-0xfd7fffff] pci 0000:00:1c.0: bridge 64bit mmio pref: [0xfd600000-0xfd6fffff] pci 0000:02:00.0: reg 10 32bit mmio: [0xfdde0000-0xfddfffff] pci 0000:02:00.0: reg 18 io port: [0xcf00-0xcf1f] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold pci 0000:02:00.0: PME# disabled pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' pci 0000:00:1c.1: bridge io port: [0xc000-0xcfff] pci 0000:00:1c.1: bridge 32bit mmio: [0xfdd00000-0xfddfffff] pci 0000:00:1c.1: bridge 64bit mmio pref: [0xfdc00000-0xfdcfffff] pci 0000:00:1c.2: bridge io port: [0xb000-0xbfff] pci 0000:00:1c.2: bridge 32bit mmio: [0xfdb00000-0xfdbfffff] pci 0000:00:1c.2: bridge 64bit mmio pref: [0xfda00000-0xfdafffff] 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: [0xfd900000-0xfd9fffff] pci 0000:00:1e.0: bridge 64bit mmio pref: [0xfd800000-0xfd8fffff] pci_bus 0000:00: on NUMA node 0 - 18 - IPC-BX955 CentOS6.2 インストール確認書 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.PEX2._PRT] ACPI: PCI Interrupt Routing Table [¥_SB_.PCI0.HUB0._PRT] pci0000:00: Requesting ACPI _OSC control (0x1d) ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 7 9 10 11 12 14 15) ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 *15) ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 *9 10 11 12 14 15) ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 *9 10 11 12 14 15) ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12 14 *15) ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 *5 7 9 10 11 12 14 15) vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none vgaarb: loaded vgaarb: bridge control possible 0000:00:02.0 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 PCI: Using ACPI for IRQ routing PCI: old code would have set cacheline size to 32 bytes, but clflush_size = 64 PCI: pci_cache_line_size set to 64 bytes 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 14.318180 MHz counter Switching to clocksource tsc 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 00:09: IRQ 6 override to edge, high pnp 00:0a: IRQ 7 override to edge, high pnp 00:0b: IRQ 10 override to edge, high pnp 00:0c: IRQ 11 override to edge, high pnp: PnP ACPI: found 17 devices ACPI: ACPI bus type pnp unregistered 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:0d: ioport range 0x400-0x4bf could not be reserved system 00:0f: iomem range 0xe0000000-0xefffffff has been reserved system 00:10: iomem range 0xf0000-0xfffff could not be reserved system 00:10: iomem range 0xfed00000-0xfed000ff has been reserved system 00:10: iomem range 0x3f6e0000-0x3f6fffff could not be reserved system 00:10: iomem range 0x0-0x9ffff could not be reserved system 00:10: iomem range 0x100000-0x3f6dffff could not be reserved system 00:10: iomem range 0xfec00000-0xfec00fff could not be reserved system 00:10: iomem range 0xfed13000-0xfed1dfff has been reserved system 00:10: iomem range 0xfed20000-0xfed8ffff has been reserved system 00:10: iomem range 0xfee00000-0xfee00fff has been reserved system 00:10: iomem range 0xffb00000-0xffb7ffff has been reserved system 00:10: iomem range 0xfff00000-0xffffffff has been reserved system 00:10: iomem range 0xe0000-0xeffff has been reserved pci 0000:00:1c.0: PCI bridge to [bus 01-01] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:01 pci 0000:00:1c.0: bridge window [0xe000-0xefff] pci 0000:00:1c.0: bridge window [0xfd700000-0xfd7fffff] pci 0000:00:1c.0: bridge window [0xfd600000-0xfd6fffff] pci 0000:00:1c.1: PCI bridge to [bus 02-02] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:02 pci 0000:00:1c.1: bridge window [0xc000-0xcfff] pci 0000:00:1c.1: bridge window [0xfdd00000-0xfddfffff] pci 0000:00:1c.1: bridge window [0xfdc00000-0xfdcfffff] pci 0000:00:1c.2: PCI bridge to [bus 03-03] - 19 - pci 0000:00:1c.2: PCI bridge, secondary bus 0000:03 pci 0000:00:1c.2: bridge window [0xb000-0xbfff] pci 0000:00:1c.2: bridge window [0xfdb00000-0xfdbfffff] pci 0000:00:1c.2: bridge window [0xfda00000-0xfdafffff] pci 0000:00:1e.0: PCI bridge to [bus 04-04] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:04 pci 0000:00:1e.0: bridge window [0xd000-0xdfff] pci 0000:00:1e.0: bridge window [0xfd900000-0xfd9fffff] pci 0000:00:1e.0: bridge window [0xfd800000-0xfd8fffff] 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 alloc irq_desc for 18 on node -1 alloc kstat_irqs on node -1 pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18 pci 0000:00:1c.2: 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: [0x000000-0xffffffffffffffff] pci_bus 0000:01: resource 0 io: [0xe000-0xefff] pci_bus 0000:01: resource 1 mem: [0xfd700000-0xfd7fffff] pci_bus 0000:01: resource 2 pref mem [0xfd600000-0xfd6fffff] pci_bus 0000:02: resource 0 io: [0xc000-0xcfff] pci_bus 0000:02: resource 1 mem: [0xfdd00000-0xfddfffff] pci_bus 0000:02: resource 2 pref mem [0xfdc00000-0xfdcfffff] pci_bus 0000:03: resource 0 io: [0xb000-0xbfff] pci_bus 0000:03: resource 1 mem: [0xfdb00000-0xfdbfffff] pci_bus 0000:03: resource 2 pref mem [0xfda00000-0xfdafffff] pci_bus 0000:04: resource 0 io: [0xd000-0xdfff] pci_bus 0000:04: resource 1 mem: [0xfd900000-0xfd9fffff] pci_bus 0000:04: resource 2 pref mem [0xfd800000-0xfd8fffff] pci_bus 0000:04: resource 3 io: [0x00-0xffff] pci_bus 0000:04: resource 4 mem: [0x000000-0xffffffffffffffff] NET: Registered protocol family 2 IP route cache hash table entries: 32768 (order: 5, 131072 bytes) TCP established hash table entries: 131072 (order: 8, 1048576 bytes) TCP bind hash table entries: 65536 (order: 7, 524288 bytes) TCP: Hash tables configured (established 131072 bind 65536) TCP reno registered NET: Registered protocol family 1 pci 0000:00:02.0: Boot video device Trying to unpack rootfs image as initramfs... Freeing initrd memory: 14383k freed apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac) apm: disabled - APM is not SMP safe. audit: initializing netlink socket (disabled) type=2000 audit(1168989175.721: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) msgmni has been set to 1736 SELinux: Registering netfilter hooks alg: No test for stdrng (krng) ksign: Installing public key data Loading keyring - Added public key 31B6C542CAF8AEE - key was been created 154193611 seconds in future - User ID: CentOS (Kernel Module GPG key) Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) io scheduler noop registered io scheduler anticipatory registered io scheduler deadline registered io scheduler cfq registered (default) pcieport 0000:00:1c.0: setting latency timer to 64 alloc irq_desc for 24 on node -1 alloc kstat_irqs on node -1 - 20 - IPC-BX955 CentOS6.2 インストール確認書 pcieport 0000:00:1c.0: irq 24 for MSI/MSI-X pcieport 0000:00:1c.1: setting latency timer to 64 alloc irq_desc for 25 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:1c.1: irq 25 for MSI/MSI-X pcieport 0000:00:1c.2: setting latency timer to 64 alloc irq_desc for 26 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:1c.2: irq 26 for MSI/MSI-X pci_hotplug: PCI Hot Plug PCI Core version: 0.5 pciehp: PCI Express Hot Plug Controller Driver version: 0.4 acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 intel_idle: MWAIT substates: 0x20220 intel_idle: v0.4 model 0x1C intel_idle: lapic_timer_reliable_states 0x2 Marking TSC unstable due to TSC halts in idle states deeper than C2 input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 ACPI: Power Button [PWRB] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 ACPI: Power Button [PWRF] fan PNP0C0B:00: registered as cooling_device0 ACPI: Fan [FAN] (on) ACPI: acpi_idle yielding to intel_idle Switching to clocksource hpet ACPI: SSDT 3f6e8d40 002AE (v01 PmRef Cpu0Ist 00003000 INTL 20081031) processor LNXCPU:00: registered as cooling_device1 ACPI: SSDT 3f6e9200 00152 (v01 PmRef Cpu1Ist 00003000 INTL 20081031) processor LNXCPU:01: registered as cooling_device2 thermal LNXTHERM:01: registered as thermal_zone0 ACPI: Thermal Zone [THRM] (46 C) ERST: Table is not found! GHES: HEST is not enabled! isapnp: Scanning for PnP cards... isapnp: No Plug & Play device found Non-volatile memory driver v1.3 Linux agpgart interface v0.103 agpgart-intel 0000:00:00.0: Intel 945GME Chipset agpgart-intel 0000:00:00.0: detected gtt size: 262144K total, 262144K mappable agpgart-intel 0000:00:00.0: detected 8192K stolen memory agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000 crash memory driver: version 1.1 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 00:09: ttyS2 at I/O 0x2a8 (irq = 6) is a 16550A 00:0a: ttyS3 at I/O 0x2b0 (irq = 7) is a 16550A serial 00:0b: disabled serial 00:0c: disabled brd: module loaded loop: module loaded input: Macintosh mouse button emulation as /devices/virtual/input/input2 Fixed MDIO Bus: probed ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver uhci_hcd: USB Universal Host Controller Interface driver alloc irq_desc for 23 on node -1 alloc kstat_irqs on node -1 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 1 uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000fe00 usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb1: Product: UHCI Host Controller usb usb1: Manufacturer: Linux 2.6.32-220.el6.i686 uhci_hcd usb usb1: SerialNumber: 0000:00:1d.0 usb usb1: configuration #1 chosen from 1 choice hub 1-0:1.0: USB hub found hub 1-0:1.0: 2 ports detected - 21 - 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 2 uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000fd00 usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb2: Product: UHCI Host Controller usb usb2: Manufacturer: Linux 2.6.32-220.el6.i686 uhci_hcd usb usb2: SerialNumber: 0000:00:1d.1 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.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 3 uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000fc00 usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb3: Product: UHCI Host Controller usb usb3: Manufacturer: Linux 2.6.32-220.el6.i686 uhci_hcd usb usb3: SerialNumber: 0000:00:1d.2 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.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 4 uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000fb00 usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb4: Product: UHCI Host Controller usb usb4: Manufacturer: Linux 2.6.32-220.el6.i686 uhci_hcd usb usb4: SerialNumber: 0000:00:1d.3 usb usb4: configuration #1 chosen from 1 choice hub 4-0:1.0: USB hub found hub 4-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 cpuidle: using governor ladder cpuidle: using governor menu usbcore: registered new interface driver hiddev usbcore: registered new interface driver usbhid usbhid: v2.6:USB HID core driver TCP cubic registered Initializing XFRM netlink socket NET: Registered protocol family 17 Using IPI No-Shortcut mode registered taskstats version 1 rtc_cmos 00:03: setting system clock to 2007-01-16 23:12:57 UTC (1168989177) Initalizing network drop monitor service Freeing unused kernel memory: 504k freed Write protecting the kernel text: 4316k Write protecting the kernel read-only data: 1852k dracut: dracut-004-256.el6 dracut: rd_NO_LUKS: removing cryptoluks activation dracut: rd_NO_LVM: removing LVM activation device-mapper: uevent: version 1.0.3 device-mapper: ioctl: 4.22.6-ioctl (2011-10-19) initialised: [email protected] usb 2-1: new low speed USB device using uhci_hcd and address 2 udev: starting version 147 usb 2-1: New USB device found, idVendor=413c, idProduct=2003 usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 - 22 - IPC-BX955 CentOS6.2 インストール確認書 usb 2-1: Product: Dell USB Keyboard usb 2-1: Manufacturer: Dell usb 2-1: configuration #1 chosen from 1 choice input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:1d.1/usb2/2-1/2-1:1.0/input/input3 generic-usb 0003:413C:2003.0001: input,hidraw0: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:1d.1-1/input0 usb 2-2: new low speed USB device using uhci_hcd and address 3 usb 2-2: New USB device found, idVendor=046d, idProduct=c05a usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 2-2: Product: USB Optical Mouse usb 2-2: Manufacturer: Logitech usb 2-2: configuration #1 chosen from 1 choice input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2:1.0/input/input4 generic-usb 0003:046D:C05A.0002: input,hidraw1: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.1-2/input0 [drm] Initialized drm 1.1.0 20060810 i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 i915 0000:00:02.0: setting latency timer to 64 [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). [drm] Driver supports precise vblank timestamp query. vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem [drm] initialized overlay support fbcon: inteldrmfb (fb0) is primary device [drm] Changing LVDS panel from (+hsync, +vsync) to (-hsync, -vsync) Console: switching to colour frame buffer device 80x30 fb0: inteldrmfb frame buffer device drm: registered panic notifier Slow work thread pool: Starting up Slow work thread pool: Ready [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 dracut: Starting plymouth daemon dracut: rd_NO_DM: removing DM RAID activation dracut: rd_NO_MD: removing MD RAID activation ata_piix 0000:00:1f.1: version 2.13 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 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 ata2: port disabled. ignoring. ata1.00: ATA-4: GBDriver RA6, ra6h.b00, max UDMA/33 ata1.00: 15728640 sectors, multi 0: LBA ata1.01: CFA: AFAYA CFC 16GB, 20100323, max UDMA/66 ata1.01: 31293360 sectors, multi 0: LBA ata1.01: limited to UDMA/33 due to 40-wire cable ata1.00: configured for UDMA/33 ata1.01: configured for UDMA/33 scsi 0:0:0:0: Direct-Access ATA GBDriver RA6 ra6h PQ: 0 ANSI: 5 scsi 0:0:1:0: Direct-Access ATA AFAYA CFC 16GB 2010 PQ: 0 ANSI: 5 sd 0:0:0:0: [sda] 15728640 512-byte logical blocks: (8.05 GB/7.50 GiB) sd 0:0:0:0: [sda] Write Protect is off sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA sd 0:0:1:0: [sdb] 31293360 512-byte logical blocks: (16.0 GB/14.9 GiB) sd 0:0:1:0: [sdb] Write Protect is off sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00 sd 0:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA sdb: sdb1 sdb2 sdb3 sdb4 < sdb5 > sda: sda1 sda2 < sda5 > sd 0:0:0:0: [sda] Attached SCSI disk sd 0:0:1:0: [sdb] Attached SCSI disk EXT3-fs (sdb2): recovery required on readonly filesystem EXT3-fs (sdb2): write access will be enabled during recovery kjournald starting. Commit interval 5 seconds EXT3-fs (sdb2): orphan cleanup on readonly fs ext3_orphan_cleanup: deleting unreferenced inode 344158 ext3_orphan_cleanup: deleting unreferenced inode 344157 ext3_orphan_cleanup: deleting unreferenced inode 344156 ext3_orphan_cleanup: deleting unreferenced inode 567591 ext3_orphan_cleanup: deleting unreferenced inode 568091 ext3_orphan_cleanup: deleting unreferenced inode 16452 ext3_orphan_cleanup: deleting unreferenced inode 16437 ext3_orphan_cleanup: deleting unreferenced inode 568336 - 23 - ext3_orphan_cleanup: deleting unreferenced inode 358154 ext3_orphan_cleanup: deleting unreferenced inode 255029 ext3_orphan_cleanup: deleting unreferenced inode 16492 ext3_orphan_cleanup: deleting unreferenced inode 568111 ext3_orphan_cleanup: deleting unreferenced inode 356147 ext3_orphan_cleanup: deleting unreferenced inode 16439 ext3_orphan_cleanup: deleting unreferenced inode 358462 ext3_orphan_cleanup: deleting unreferenced inode 461532 ext3_orphan_cleanup: deleting unreferenced inode 358214 ext3_orphan_cleanup: deleting unreferenced inode 568456 ext3_orphan_cleanup: deleting unreferenced inode 589937 ext3_orphan_cleanup: deleting unreferenced inode 354559 ext3_orphan_cleanup: deleting unreferenced inode 568114 ext3_orphan_cleanup: deleting unreferenced inode 589996 ext3_orphan_cleanup: deleting unreferenced inode 356524 ext3_orphan_cleanup: deleting unreferenced inode 568442 ext3_orphan_cleanup: deleting unreferenced inode 16438 ext3_orphan_cleanup: deleting unreferenced inode 16481 ext3_orphan_cleanup: deleting unreferenced inode 16504 ext3_orphan_cleanup: deleting unreferenced inode 609928 ext3_orphan_cleanup: deleting unreferenced inode 568203 ext3_orphan_cleanup: deleting unreferenced inode 568460 ext3_orphan_cleanup: deleting unreferenced inode 16443 ext3_orphan_cleanup: deleting unreferenced inode 568084 ext3_orphan_cleanup: deleting unreferenced inode 355671 ext3_orphan_cleanup: deleting unreferenced inode 355461 ext3_orphan_cleanup: deleting unreferenced inode 16479 ext3_orphan_cleanup: deleting unreferenced inode 356530 ext3_orphan_cleanup: deleting unreferenced inode 40998 ext3_orphan_cleanup: deleting unreferenced inode 589855 ext3_orphan_cleanup: deleting unreferenced inode 589853 ext3_orphan_cleanup: deleting unreferenced inode 589847 ext3_orphan_cleanup: deleting unreferenced inode 356521 ext3_orphan_cleanup: deleting unreferenced inode 589851 ext3_orphan_cleanup: deleting unreferenced inode 567510 ext3_orphan_cleanup: deleting unreferenced inode 358387 ext3_orphan_cleanup: deleting unreferenced inode 357543 ext3_orphan_cleanup: deleting unreferenced inode 590087 ext3_orphan_cleanup: deleting unreferenced inode 16502 ext3_orphan_cleanup: deleting unreferenced inode 355294 ext3_orphan_cleanup: deleting unreferenced inode 589859 ext3_orphan_cleanup: deleting unreferenced inode 16462 ext3_orphan_cleanup: deleting unreferenced inode 16387 ext3_orphan_cleanup: deleting unreferenced inode 358202 ext3_orphan_cleanup: deleting unreferenced inode 360174 ext3_orphan_cleanup: deleting unreferenced inode 286863 ext3_orphan_cleanup: deleting unreferenced inode 40962 ext3_orphan_cleanup: deleting unreferenced inode 589865 ext3_orphan_cleanup: deleting unreferenced inode 356241 ext3_orphan_cleanup: deleting unreferenced inode 359258 ext3_orphan_cleanup: deleting unreferenced inode 358303 ext3_orphan_cleanup: deleting unreferenced inode 16414 ext3_orphan_cleanup: deleting unreferenced inode 358319 ext3_orphan_cleanup: deleting unreferenced inode 16529 ext3_orphan_cleanup: deleting unreferenced inode 452842 ext3_orphan_cleanup: deleting unreferenced inode 16497 ext3_orphan_cleanup: deleting unreferenced inode 609827 ext3_orphan_cleanup: deleting unreferenced inode 589874 ext3_orphan_cleanup: deleting unreferenced inode 355810 ext3_orphan_cleanup: deleting unreferenced inode 609818 ext3_orphan_cleanup: deleting unreferenced inode 358314 ext3_orphan_cleanup: deleting unreferenced inode 568420 ext3_orphan_cleanup: deleting unreferenced inode 358079 ext3_orphan_cleanup: deleting unreferenced inode 357884 ext3_orphan_cleanup: deleting unreferenced inode 359739 ext3_orphan_cleanup: deleting unreferenced inode 359745 ext3_orphan_cleanup: deleting unreferenced inode 568433 ext3_orphan_cleanup: deleting unreferenced inode 355841 ext3_orphan_cleanup: deleting unreferenced inode 286820 ext3_orphan_cleanup: deleting unreferenced inode 356602 ext3_orphan_cleanup: deleting unreferenced inode 355669 ext3_orphan_cleanup: deleting unreferenced inode 355487 - 24 - IPC-BX955 CentOS6.2 インストール確認書 ext3_orphan_cleanup: deleting unreferenced inode 568480 ext3_orphan_cleanup: deleting unreferenced inode 355502 ext3_orphan_cleanup: deleting unreferenced inode 16449 ext3_orphan_cleanup: deleting unreferenced inode 16418 ext3_orphan_cleanup: deleting unreferenced inode 357547 ext3_orphan_cleanup: deleting unreferenced inode 16459 ext3_orphan_cleanup: deleting unreferenced inode 359480 ext3_orphan_cleanup: deleting unreferenced inode 359479 ext3_orphan_cleanup: deleting unreferenced inode 16457 ext3_orphan_cleanup: deleting unreferenced inode 590091 ext3_orphan_cleanup: deleting unreferenced inode 16480 ext3_orphan_cleanup: deleting unreferenced inode 356539 ext3_orphan_cleanup: deleting unreferenced inode 357700 ext3_orphan_cleanup: deleting unreferenced inode 357702 ext3_orphan_cleanup: deleting unreferenced inode 568318 ext3_orphan_cleanup: deleting unreferenced inode 360331 ext3_orphan_cleanup: deleting unreferenced inode 355470 ext3_orphan_cleanup: deleting unreferenced inode 355468 ext3_orphan_cleanup: deleting unreferenced inode 360011 ext3_orphan_cleanup: deleting unreferenced inode 356043 ext3_orphan_cleanup: deleting unreferenced inode 358295 ext3_orphan_cleanup: deleting unreferenced inode 355466 ext3_orphan_cleanup: deleting unreferenced inode 355818 ext3_orphan_cleanup: deleting unreferenced inode 568000 ext3_orphan_cleanup: deleting unreferenced inode 255219 ext3_orphan_cleanup: deleting unreferenced inode 355289 ext3_orphan_cleanup: deleting unreferenced inode 589845 ext3_orphan_cleanup: deleting unreferenced inode 356145 ext3_orphan_cleanup: deleting unreferenced inode 358220 ext3_orphan_cleanup: deleting unreferenced inode 16399 ext3_orphan_cleanup: deleting unreferenced inode 354921 ext3_orphan_cleanup: deleting unreferenced inode 356599 ext3_orphan_cleanup: deleting unreferenced inode 357944 ext3_orphan_cleanup: deleting unreferenced inode 356018 ext3_orphan_cleanup: deleting unreferenced inode 356040 ext3_orphan_cleanup: deleting unreferenced inode 356590 ext3_orphan_cleanup: deleting unreferenced inode 254990 ext3_orphan_cleanup: deleting unreferenced inode 16455 ext3_orphan_cleanup: deleting unreferenced inode 589890 ext3_orphan_cleanup: deleting unreferenced inode 16517 ext3_orphan_cleanup: deleting unreferenced inode 609822 ext3_orphan_cleanup: deleting unreferenced inode 590027 ext3_orphan_cleanup: deleting unreferenced inode 590049 ext3_orphan_cleanup: deleting unreferenced inode 360096 ext3_orphan_cleanup: deleting unreferenced inode 590047 ext3_orphan_cleanup: deleting unreferenced inode 590037 ext3_orphan_cleanup: deleting unreferenced inode 590033 ext3_orphan_cleanup: deleting unreferenced inode 359823 ext3_orphan_cleanup: deleting unreferenced inode 358077 ext3_orphan_cleanup: deleting unreferenced inode 355459 ext3_orphan_cleanup: deleting unreferenced inode 609824 ext3_orphan_cleanup: deleting unreferenced inode 41045 ext3_orphan_cleanup: deleting unreferenced inode 255144 ext3_orphan_cleanup: deleting unreferenced inode 358937 ext3_orphan_cleanup: deleting unreferenced inode 358936 ext3_orphan_cleanup: deleting unreferenced inode 358770 ext3_orphan_cleanup: deleting unreferenced inode 355462 ext3_orphan_cleanup: deleting unreferenced inode 355460 ext3_orphan_cleanup: deleting unreferenced inode 355055 ext3_orphan_cleanup: deleting unreferenced inode 358774 ext3_orphan_cleanup: deleting unreferenced inode 590089 ext3_orphan_cleanup: deleting unreferenced inode 358085 ext3_orphan_cleanup: deleting unreferenced inode 356801 ext3_orphan_cleanup: deleting unreferenced inode 255202 ext3_orphan_cleanup: deleting unreferenced inode 360339 ext3_orphan_cleanup: deleting unreferenced inode 360329 ext3_orphan_cleanup: deleting unreferenced inode 360323 ext3_orphan_cleanup: deleting unreferenced inode 360337 ext3_orphan_cleanup: deleting unreferenced inode 359821 ext3_orphan_cleanup: deleting unreferenced inode 589926 ext3_orphan_cleanup: deleting unreferenced inode 360432 ext3_orphan_cleanup: deleting unreferenced inode 589880 - 25 - ext3_orphan_cleanup: deleting unreferenced inode 355618 ext3_orphan_cleanup: deleting unreferenced inode 356528 ext3_orphan_cleanup: deleting unreferenced inode 357300 ext3_orphan_cleanup: deleting unreferenced inode 255008 ext3_orphan_cleanup: deleting unreferenced inode 254958 ext3_orphan_cleanup: deleting unreferenced inode 355834 ext3_orphan_cleanup: deleting unreferenced inode 427524 ext3_orphan_cleanup: deleting unreferenced inode 254976 ext3_orphan_cleanup: deleting unreferenced inode 355030 ext3_orphan_cleanup: deleting unreferenced inode 356457 ext3_orphan_cleanup: deleting unreferenced inode 356458 ext3_orphan_cleanup: deleting unreferenced inode 355032 ext3_orphan_cleanup: deleting unreferenced inode 356453 ext3_orphan_cleanup: deleting unreferenced inode 354981 ext3_orphan_cleanup: deleting unreferenced inode 355808 ext3_orphan_cleanup: deleting unreferenced inode 254986 ext3_orphan_cleanup: deleting unreferenced inode 254917 ext3_orphan_cleanup: deleting unreferenced inode 355271 ext3_orphan_cleanup: deleting unreferenced inode 359908 ext3_orphan_cleanup: deleting unreferenced inode 358118 ext3_orphan_cleanup: deleting unreferenced inode 354605 ext3_orphan_cleanup: deleting unreferenced inode 354983 ext3_orphan_cleanup: deleting unreferenced inode 354979 ext3_orphan_cleanup: deleting unreferenced inode 354616 ext3_orphan_cleanup: deleting unreferenced inode 356610 ext3_orphan_cleanup: deleting unreferenced inode 360006 ext3_orphan_cleanup: deleting unreferenced inode 589876 ext3_orphan_cleanup: deleting unreferenced inode 356526 ext3_orphan_cleanup: deleting unreferenced inode 254982 ext3_orphan_cleanup: deleting unreferenced inode 355034 ext3_orphan_cleanup: deleting unreferenced inode 254984 ext3_orphan_cleanup: deleting unreferenced inode 254955 ext3_orphan_cleanup: deleting unreferenced inode 354555 ext3_orphan_cleanup: deleting unreferenced inode 358204 ext3_orphan_cleanup: deleting unreferenced inode 589838 ext3_orphan_cleanup: deleting unreferenced inode 354903 ext3_orphan_cleanup: deleting unreferenced inode 254992 ext3_orphan_cleanup: deleting unreferenced inode 270360 ext3_orphan_cleanup: deleting unreferenced inode 355109 ext3_orphan_cleanup: deleting unreferenced inode 355098 ext3_orphan_cleanup: deleting unreferenced inode 255025 ext3_orphan_cleanup: deleting unreferenced inode 255022 ext3_orphan_cleanup: deleting unreferenced inode 355094 ext3_orphan_cleanup: deleting unreferenced inode 589962 ext3_orphan_cleanup: deleting unreferenced inode 589833 ext3_orphan_cleanup: deleting unreferenced inode 355954 ext3_orphan_cleanup: deleting unreferenced inode 355952 ext3_orphan_cleanup: deleting unreferenced inode 359743 ext3_orphan_cleanup: deleting unreferenced inode 255229 ext3_orphan_cleanup: deleting unreferenced inode 359826 ext3_orphan_cleanup: deleting unreferenced inode 589985 ext3_orphan_cleanup: deleting unreferenced inode 355287 ext3_orphan_cleanup: deleting unreferenced inode 354510 ext3_orphan_cleanup: deleting unreferenced inode 255227 ext3_orphan_cleanup: deleting unreferenced inode 357527 ext3_orphan_cleanup: deleting unreferenced inode 357528 ext3_orphan_cleanup: deleting unreferenced inode 357524 ext3_orphan_cleanup: deleting unreferenced inode 354507 ext3_orphan_cleanup: deleting unreferenced inode 254971 ext3_orphan_cleanup: deleting unreferenced inode 254970 ext3_orphan_cleanup: deleting unreferenced inode 254969 ext3_orphan_cleanup: deleting unreferenced inode 355061 ext3_orphan_cleanup: deleting unreferenced inode 354520 ext3_orphan_cleanup: deleting unreferenced inode 358159 ext3_orphan_cleanup: deleting unreferenced inode 354923 ext3_orphan_cleanup: deleting unreferenced inode 358161 ext3_orphan_cleanup: deleting unreferenced inode 355063 ext3_orphan_cleanup: deleting unreferenced inode 254953 ext3_orphan_cleanup: deleting unreferenced inode 356580 ext3_orphan_cleanup: deleting unreferenced inode 356582 ext3_orphan_cleanup: deleting unreferenced inode 16444 ext3_orphan_cleanup: deleting unreferenced inode 360014 - 26 - IPC-BX955 CentOS6.2 インストール確認書 ext3_orphan_cleanup: deleting unreferenced inode 358058 ext3_orphan_cleanup: deleting unreferenced inode 355976 ext3_orphan_cleanup: deleting unreferenced inode 355958 ext3_orphan_cleanup: deleting unreferenced inode 355962 ext3_orphan_cleanup: deleting unreferenced inode 355960 ext3_orphan_cleanup: deleting unreferenced inode 589924 ext3_orphan_cleanup: deleting unreferenced inode 589918 ext3_orphan_cleanup: deleting unreferenced inode 354506 ext3_orphan_cleanup: deleting unreferenced inode 354404 ext3_orphan_cleanup: deleting unreferenced inode 589916 ext3_orphan_cleanup: deleting unreferenced inode 355499 ext3_orphan_cleanup: deleting unreferenced inode 355501 ext3_orphan_cleanup: deleting unreferenced inode 355495 ext3_orphan_cleanup: deleting unreferenced inode 359510 ext3_orphan_cleanup: deleting unreferenced inode 354516 ext3_orphan_cleanup: deleting unreferenced inode 359499 ext3_orphan_cleanup: deleting unreferenced inode 354518 ext3_orphan_cleanup: deleting unreferenced inode 356442 ext3_orphan_cleanup: deleting unreferenced inode 356440 ext3_orphan_cleanup: deleting unreferenced inode 255012 ext3_orphan_cleanup: deleting unreferenced inode 354397 ext3_orphan_cleanup: deleting unreferenced inode 359828 ext3_orphan_cleanup: deleting unreferenced inode 354514 ext3_orphan_cleanup: deleting unreferenced inode 359641 ext3_orphan_cleanup: deleting unreferenced inode 359649 ext3_orphan_cleanup: deleting unreferenced inode 354717 ext3_orphan_cleanup: deleting unreferenced inode 359643 ext3_orphan_cleanup: deleting unreferenced inode 359645 ext3_orphan_cleanup: deleting unreferenced inode 355285 ext3_orphan_cleanup: deleting unreferenced inode 355291 ext3_orphan_cleanup: deleting unreferenced inode 355279 ext3_orphan_cleanup: deleting unreferenced inode 355273 ext3_orphan_cleanup: deleting unreferenced inode 355267 ext3_orphan_cleanup: deleting unreferenced inode 355269 ext3_orphan_cleanup: deleting unreferenced inode 355277 ext3_orphan_cleanup: deleting unreferenced inode 355263 ext3_orphan_cleanup: deleting unreferenced inode 359623 ext3_orphan_cleanup: deleting unreferenced inode 359625 ext3_orphan_cleanup: deleting unreferenced inode 359621 ext3_orphan_cleanup: deleting unreferenced inode 356434 ext3_orphan_cleanup: deleting unreferenced inode 355265 ext3_orphan_cleanup: deleting unreferenced inode 355261 ext3_orphan_cleanup: deleting unreferenced inode 355257 ext3_orphan_cleanup: deleting unreferenced inode 355018 ext3_orphan_cleanup: deleting unreferenced inode 354503 ext3_orphan_cleanup: deleting unreferenced inode 254964 ext3_orphan_cleanup: deleting unreferenced inode 356432 ext3_orphan_cleanup: deleting unreferenced inode 254973 ext3_orphan_cleanup: deleting unreferenced inode 354390 ext3_orphan_cleanup: deleting unreferenced inode 355057 ext3_orphan_cleanup: deleting unreferenced inode 16454 ext3_orphan_cleanup: deleting unreferenced inode 358218 ext3_orphan_cleanup: deleting unreferenced inode 355491 ext3_orphan_cleanup: deleting unreferenced inode 355069 ext3_orphan_cleanup: deleting unreferenced inode 355071 ext3_orphan_cleanup: deleting unreferenced inode 354917 ext3_orphan_cleanup: deleting unreferenced inode 354392 ext3_orphan_cleanup: deleting unreferenced inode 254884 ext3_orphan_cleanup: deleting unreferenced inode 254915 ext3_orphan_cleanup: deleting unreferenced inode 254975 ext3_orphan_cleanup: deleting unreferenced inode 358206 ext3_orphan_cleanup: deleting unreferenced inode 358197 ext3_orphan_cleanup: deleting unreferenced inode 354800 ext3_orphan_cleanup: deleting unreferenced inode 254962 ext3_orphan_cleanup: deleting unreferenced inode 255142 ext3_orphan_cleanup: deleting unreferenced inode 254911 ext3_orphan_cleanup: deleting unreferenced inode 254887 ext3_orphan_cleanup: deleting unreferenced inode 254978 ext3_orphan_cleanup: deleting unreferenced inode 355116 ext3_orphan_cleanup: deleting unreferenced inode 254939 ext3_orphan_cleanup: deleting unreferenced inode 254996 ext3_orphan_cleanup: deleting unreferenced inode 255000 - 27 - ext3_orphan_cleanup: deleting unreferenced inode 255002 ext3_orphan_cleanup: deleting unreferenced inode 255004 ext3_orphan_cleanup: deleting unreferenced inode 254998 ext3_orphan_cleanup: deleting unreferenced inode 254935 ext3_orphan_cleanup: deleting unreferenced inode 255018 ext3_orphan_cleanup: deleting unreferenced inode 254968 ext3_orphan_cleanup: deleting unreferenced inode 254931 ext3_orphan_cleanup: deleting unreferenced inode 255016 ext3_orphan_cleanup: deleting unreferenced inode 255020 ext3_orphan_cleanup: deleting unreferenced inode 254994 ext3_orphan_cleanup: deleting unreferenced inode 254933 ext3_orphan_cleanup: deleting unreferenced inode 255010 ext3_orphan_cleanup: deleting unreferenced inode 254913 ext3_orphan_cleanup: deleting unreferenced inode 254966 ext3_orphan_cleanup: deleting unreferenced inode 254907 ext3_orphan_cleanup: deleting unreferenced inode 254900 ext3_orphan_cleanup: deleting unreferenced inode 344154 ext3_orphan_cleanup: deleting unreferenced inode 344153 EXT3-fs (sdb2): 314 orphan inodes deleted EXT3-fs (sdb2): recovery complete EXT3-fs (sdb2): mounted filesystem with ordered data mode dracut: Mounted root filesystem /dev/sdb2 dracut: Loading SELinux policy type=1404 audit(1168989239.161:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 SELinux: 2048 avtab hash slots, 225596 rules. SELinux: 2048 avtab hash slots, 225596 rules. SELinux: 9 users, 12 roles, 3576 types, 179 bools, 1 sens, 1024 cats SELinux: 81 classes, 225596 rules SELinux: Completing initialization. SELinux: Setting up existing superblocks. SELinux: initialized (dev sdb2, type ext3), uses xattr SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs SELinux: initialized (dev devpts, type devpts), uses transition SIDs SELinux: initialized (dev inotifyfs, type inotifyfs), uses genfs_contexts SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts SELinux: initialized (dev pipefs, type pipefs), uses task SIDs SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts SELinux: initialized (dev sockfs, type sockfs), uses task SIDs SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs SELinux: initialized (dev proc, type proc), uses genfs_contexts SELinux: initialized (dev bdev, type bdev), uses genfs_contexts SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts type=1403 audit(1168989241.490:3): policy loaded auid=4294967295 ses=4294967295 dracut: dracut: Switching root udev: starting version 147 e1000e: Intel(R) PRO/1000 Network Driver - 1.4.4-k e1000e: Copyright(c) 1999 - 2011 Intel Corporation. e1000e 0000:01:00.0: Disabling ASPM L0s L1 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 27 on node -1 alloc kstat_irqs on node -1 e1000e 0000:01:00.0: irq 27 for MSI/MSI-X e1000e 0000:01:00.0: eth0: (PCI Express:2.5GT/s:Width x1) 00:80:4c:a9:06:a4 e1000e 0000:01:00.0: eth0: Intel(R) PRO/1000 Network Connection e1000e 0000:01:00.0: eth0: MAC: 2, PHY: 2, PBA No: FFFFFF-0FF e1000e 0000:02:00.0: Disabling ASPM L0s L1 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 28 on node -1 alloc kstat_irqs on node -1 e1000e 0000:02:00.0: irq 28 for MSI/MSI-X e1000e 0000:02:00.0: eth1: (PCI Express:2.5GT/s:Width x1) 00:80:4c:a9:06:a5 e1000e 0000:02:00.0: eth1: Intel(R) PRO/1000 Network Connection e1000e 0000:02:00.0: eth1: MAC: 2, PHY: 2, PBA No: FFFFFF-0FF - 28 - IPC-BX955 CentOS6.2 インストール確認書 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 50888 usecs (2453 samples) intel8x0: clocking to 48000 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. iTCO_vendor_support: vendor-support=0 iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05 iTCO_wdt: Found a ICH7-M DH TCO device (Version=2, TCOBASE=0x0460) iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19 microcode: CPU0 sig=0x106c2, pf=0x4, revision=0x212 platform microcode: firmware: requesting intel-ucode/06-1c-02 microcode: CPU1 sig=0x106c2, pf=0x4, revision=0x212 platform microcode: firmware: requesting intel-ucode/06-1c-02 Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba sd 0:0:0:0: Attached scsi generic sg0 type 0 sd 0:0:1:0: Attached scsi generic sg1 type 0 microcode: CPU0 updated to revision 0x218, date = 2009-04-10 microcode: CPU1 updated to revision 0x218, date = 2009-04-10 EXT3-fs (sdb2): using internal journal kjournald starting. Commit interval 5 seconds EXT3-fs (sdb1): using internal journal EXT3-fs (sdb1): mounted filesystem with ordered data mode SELinux: initialized (dev sdb1, type ext3), uses xattr kjournald starting. Commit interval 5 seconds EXT3-fs (sdb3): using internal journal EXT3-fs (sdb3): mounted filesystem with ordered data mode SELinux: initialized (dev sdb3, type ext3), uses xattr Adding 524280k swap on /dev/sdb5. Priority:-1 extents:1 across:524280k SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts NET: Registered protocol family 10 lo: Disabled Privacy Extensions ip6_tables: (C) 2000-2006 Netfilter Core Team nf_conntrack version 0.5.0 (15961 buckets, 63844 max) ip_tables: (C) 2000-2006 Netfilter Core Team e1000e 0000:01:00.0: irq 27 for MSI/MSI-X e1000e 0000:01:00.0: irq 27 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 e1000e 0000:01:00.0: eth0: 10/100 speed: disabling TSO ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready e1000e 0000:02:00.0: irq 28 for MSI/MSI-X e1000e 0000:02:00.0: irq 28 for MSI/MSI-X ADDRCONF(NETDEV_UP): eth1: link is not ready eth0: no IPv6 routers present RPC: Registered udp transport module. RPC: Registered tcp transport module. RPC: Registered tcp NFSv4.1 backchannel transport module. SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts SELinux: initialized (dev autofs, type autofs), uses genfs_contexts SELinux: initialized (dev autofs, type autofs), uses genfs_contexts SELinux: initialized (dev autofs, type autofs), uses genfs_contexts fuse init (API version 7.13) PM: Syncing filesystems ... done. Freezing user space processes ... (elapsed 0.01 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done. Suspending console(s) (use no_console_suspend to debug) sd 0:0:1:0: [sdb] Stopping disk sd 0:0:0:0: [sda] Stopping disk ACPI handle has no context! serial 00:0a: disabled serial 00:09: disabled serial 00:07: disabled serial 00:06: disabled e1000e 0000:02:00.0: PCI INT A disabled e1000e 0000:02:00.0: PME# enabled e1000e 0000:01:00.0: PCI INT A disabled e1000e 0000:01:00.0: PME# enabled ata2: port disabled. ignoring. - 29 - ata_piix 0000:00:1f.1: PCI INT A disabled Intel ICH 0000:00:1e.2: PCI INT A disabled uhci_hcd 0000:00:1d.3: PCI INT D disabled uhci_hcd 0000:00:1d.2: PCI INT C disabled uhci_hcd 0000:00:1d.1: PCI INT B disabled uhci_hcd 0000:00:1d.0: PCI INT A disabled i915 0000:00:02.0: PCI INT A disabled ACPI: Preparing to enter system sleep state S1 Disabling non-boot CPUs ... CPU 1 is now offline SMP alternatives: switching to UP code Back to C! microcode: CPU0 updated to revision 0x218, date = 2009-04-10 Force enabled HPET at resume Enabling non-boot CPUs ... SMP alternatives: switching to SMP code Booting Node 0 Processor 1 APIC 0x1 Initializing CPU#1 microcode: CPU1 updated to revision 0x218, date = 2009-04-10 CPU1 is up ACPI: Waking up from system sleep state S1 i915 0000:00:02.0: restoring config space at offset 0x1 (was 0x900003, writing 0x900007) ata_piix 0000:00:1f.1: restoring config space at offset 0x1 (was 0x2880001, writing 0x2880005) e1000e 0000:01:00.0: restoring config space at offset 0xf (was 0x100, writing 0x105) e1000e 0000:01:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100007) e1000e 0000:02:00.0: restoring config space at offset 0xf (was 0x100, writing 0x10f) e1000e 0000:02:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100007) i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 i915 0000:00:02.0: setting latency timer to 64 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.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.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.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16 uhci_hcd 0000:00:1d.3: setting latency timer to 64 pci 0000:00:1e.0: setting latency timer to 64 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 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 e1000e 0000:01:00.0: Disabling ASPM L0s L1 e1000e 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 e1000e 0000:01:00.0: setting latency timer to 64 e1000e 0000:01:00.0: PME# disabled e1000e 0000:01:00.0: irq 27 for MSI/MSI-X ata2: port disabled. ignoring. e1000e 0000:02:00.0: Disabling ASPM L0s L1 e1000e 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 e1000e 0000:02:00.0: setting latency timer to 64 e1000e 0000:02:00.0: PME# disabled e1000e 0000:02:00.0: irq 28 for MSI/MSI-X serial 00:06: activated serial 00:07: activated serial 00:09: activated serial 00:0a: activated ata1.01: ACPI cmd ef/03:22:00:00:00:b0 (SET FEATURES) filtered out ata1.01: ACPI cmd ef/03:22:00:00:00:b0 (SET FEATURES) filtered out ata1.01: ACPI cmd ef/03:0c:00:00:00:b0 (SET FEATURES) filtered out ata1.00: ACPI cmd ef/03:22:00:00:00:a0 (SET FEATURES) filtered out ata1.00: ACPI cmd ef/03:22:00:00:00:a0 (SET FEATURES) filtered out ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 (SET FEATURES) filtered out ata1.00: configured for UDMA/33 ata1.01: configured for UDMA/33 sd 0:0:0:0: [sda] Starting disk sd 0:0:1:0: [sdb] Starting disk Restarting tasks ... done. e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx e1000e 0000:01:00.0: eth0: 10/100 speed: disabling TSO [root@ localhost ~]# - 30 - IPC-BX955 CentOS6.2 インストール確認書 3.6 PCI Device 情報 [root@localhost ~]# 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 N10/ICH 7 Family PCI Express Port 1 (rev 02) 00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 02) 00:1c.2 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 3 (rev 02) 00:1d.0 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 02) 00:1d.1 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 02) 00:1d.2 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 02) 00:1d.3 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 02) 00:1e.0 PCI bridge: Intel Corporation 82801 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 N10/ICH 7 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@ localhost ~]# - 31 - 3.7 システムロードモジュール [root@localhost ~]# lsmod Module Size Used by fuse 55994 0 autofs4 20825 3 sunrpc 197985 1 cpufreq_ondemand 8512 2 acpi_cpufreq 6858 0 mperf 1221 1 acpi_cpufreq ipt_REJECT 1931 2 nf_conntrack_ipv4 7694 2 nf_defrag_ipv4 1039 1 nf_conntrack_ipv4 iptable_filter 2173 1 ip_tables 9567 1 iptable_filter ip6t_REJECT 3987 2 nf_conntrack_ipv6 7207 2 nf_defrag_ipv6 9873 1 nf_conntrack_ipv6 xt_state 1064 4 nf_conntrack 65524 3 nf_conntrack_ipv4,nf_conntrack_ipv6,xt_state ip6table_filter 2245 1 ip6_tables 10867 1 ip6table_filter ipv6 264641 31 ip6t_REJECT,nf_conntrack_ipv6,nf_defrag_ipv6 uinput 6244 0 sg 24612 0 microcode 12152 0 i2c_i801 9531 0 serio_raw 3722 0 iTCO_wdt 10854 0 iTCO_vendor_support 2408 1 iTCO_wdt snd_intel8x0 24345 2 snd_ac97_codec 95768 1 snd_intel8x0 ac97_bus 968 1 snd_ac97_codec snd_seq 45509 0 snd_seq_device 5220 1 snd_seq snd_pcm 66419 2 snd_intel8x0,snd_ac97_codec snd_timer 17758 2 snd_seq,snd_pcm snd 51724 10 snd_intel8x0,snd_ac97_codec,snd_seq,snd_seq_device,snd_pcm,snd_timer soundcore 6486 1 snd snd_page_alloc 7042 2 snd_intel8x0,snd_pcm e1000e 190812 0 ext3 203517 3 jbd 65771 1 ext3 mbcache 5976 1 ext3 sd_mod 35435 5 crc_t10dif 1217 1 sd_mod pata_acpi 2513 0 ata_generic 2805 0 ata_piix 19202 4 i915 481293 2 drm_kms_helper 28144 1 i915 drm 185516 3 i915,drm_kms_helper i2c_algo_bit 4690 1 i915 i2c_core 25825 5 i2c_i801,i915,drm_kms_helper,drm,i2c_algo_bit video 16720 1 i915 output 1805 1 video dm_mirror 11678 0 dm_region_hash 9737 1 dm_mirror dm_log 8546 2 dm_mirror,dm_region_hash dm_mod 67533 2 dm_mirror,dm_log [root@ localhost ~]# - 32 - IPC-BX955 CentOS6.2 インストール確認書 3.8 バージョン情報 [root@localhost ~]# cat /proc/version Linux version 2.6.32-220.el6.i686 ([email protected]) (gcc version 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC) ) #1 SMP Tue Dec 6 16:15:40 GMT 2011 [root@ localhost ~]# 3.9 IRQ 利用情報 [root@ localhost ~]# cat /proc/interrupts CPU0 CPU1 0: 39320 0 IO-APIC-edge timer 1: 4 0 IO-APIC-edge i8042 3: 4 0 IO-APIC-edge 4: 4 0 IO-APIC-edge 6: 2 0 IO-APIC-edge 7: 2 0 IO-APIC-edge 8: 1 0 IO-APIC-edge rtc0 9: 0 0 IO-APIC-fasteoi acpi 14: 15530 0 IO-APIC-edge ata_piix 15: 0 0 IO-APIC-edge ata_piix 16: 92 0 IO-APIC-fasteoi uhci_hcd:usb4, i915@pci:0000:00:02.0 17: 1 107 IO-APIC-fasteoi Intel ICH7 18: 0 0 IO-APIC-fasteoi uhci_hcd:usb3 19: 2005 0 IO-APIC-fasteoi uhci_hcd:usb2 23: 0 0 IO-APIC-fasteoi uhci_hcd:usb1 27: 5326 0 PCI-MSI-edge eth0 28: 164 0 PCI-MSI-edge eth1 NMI: 0 0 Non-maskable interrupts LOC: 85212 78611 Local timer interrupts SPU: 0 0 Spurious interrupts PMI: 0 0 Performance monitoring interrupts PND: 0 0 Performance pending work RES: 1185 2090 Rescheduling interrupts CAL: 259 345 Function call interrupts TLB: 556 747 TLB shootdowns TRM: 0 0 Thermal event interrupts THR: 0 0 Threshold APIC interrupts MCE: 0 0 Machine check exceptions MCP: 4 4 Machine check polls ERR: 0 MIS: 0 [root@ localhost ~]# - 33 - 3.10 I/O ポート利用情報 [root@localhost ~]# cat /proc/ioports 0000-001f : dma1 0020-0021 : pic1 0040-0043 : timer0 0050-0053 : timer1 0060-0060 : keyboard 0064-0064 : keyboard 0070-0073 : rtc0 0080-008f : dma page reg 00a0-00a1 : pic2 00c0-00df : dma2 00f0-00ff : fpu 0170-0177 : 0000:00:1f.1 0170-0177 : ata_piix 01f0-01f7 : 0000:00:1f.1 01f0-01f7 : ata_piix 02a8-02af : serial 02b0-02b7 : serial 02f8-02ff : serial 0376-0376 : 0000:00:1f.1 0376-0376 : ata_piix 03c0-03df : vga+ 03f6-03f6 : 0000:00:1f.1 03f6-03f6 : ata_piix 03f8-03ff : serial 0400-047f : 0000:00:1f.0 0400-0403 : ACPI PM1a_EVT_BLK 0404-0405 : ACPI PM1a_CNT_BLK 0408-040b : ACPI PM_TMR 0428-042f : ACPI GPE0_BLK 0430-0433 : iTCO_wdt 0460-047f : iTCO_wdt 0480-04bf : 0000:00:1f.0 04d0-04d1 : pnp 00:01 0500-051f : 0000:00:1f.3 0500-051f : i801_smbus 0680-06ff : pnp 00:01 0880-088f : pnp 00:01 0cf8-0cff : PCI conf1 b000-bfff : PCI Bus 0000:03 c000-cfff : PCI Bus 0000:02 cf00-cf1f : 0000:02:00.0 d000-dfff : PCI Bus 0000:04 e000-efff : PCI Bus 0000:01 ef00-ef1f : 0000:01:00.0 f200-f2ff : 0000:00:1e.2 f200-f2ff : Intel ICH7 f800-f80f : 0000:00:1f.1 f800-f80f : ata_piix fa00-fa3f : 0000:00:1e.2 fa00-fa3f : Intel ICH7 fb00-fb1f : 0000:00:1d.3 fb00-fb1f : uhci_hcd fc00-fc1f : 0000:00:1d.2 fc00-fc1f : uhci_hcd fd00-fd1f : 0000:00:1d.1 fd00-fd1f : uhci_hcd fe00-fe1f : 0000:00:1d.0 fe00-fe1f : uhci_hcd ff00-ff07 : 0000:00:02.0 [root@ localhost ~]# 発行 株式会社コンテック 大阪市西淀川区姫里3-9-31 〒555-0025 日本語 http://www.contec.co.jp/ 英語 http://www.contec.com/ NNA02609 (LYQH431) 中国語 http://www.contec.com.cn/ [02152013] 本製品および本書は著作権法によって保護されていますので無断で複写、複製、転載、改変することは禁じられています。
© Copyright 2024 Paperzz