Contec PT-955 取扱説明書

タイプ
取扱説明書
PT-955 CentOS 6.0 インストール確認書
CentOS 6.0-i386-bin-DVD.iso
- 2 -
目次
1 調査環境 .................................................................................................................................................. - 3 -
1.1 ハードウェア .................................................................................................................................... - 3 -
1.2 ソフトウェア .................................................................................................................................... - 3 -
2 調査項目の手順と結............................................................................................................................. - 4 -
2.1 Console 日本語入 .........................................................................................................................- 5 -
2.2 シリアルポート................................................................................................................................. - 6 -
2.2.1 ポーリング処理の接続方法......................................................................................................... - 6 -
2.2.2 IRQ4,3 を使用して送受信する方法........................エラー! ブックマークが定義されていません
2.3 LINE 出力.........................................................................................................................................- 7 -
2.4 LINE 入力.........................................................................................................................................- 8 -
2.5 CF ..................................................................................................................................................... - 8 -
2.6 PowerManagement........................................................................................................................ - 10 -
2.6.1 S1, S3, S4 ステート.................................................................................................................. - 10 -
2.6.2 S5 ステート ..............................................................................................................................- 10 -
3....................................................................................................................................................... - 11 -
3.1 メモリの確認 .................................................................................................................................. - 11 -
3.2 runlevel 対応サービス.................................................................................................................... - 11 -
3.3 CPU 情報........................................................................................................................................ - 13 -
3.4 メモリ情 ...................................................................................................................................... - 14 -
3.5 カーネル モジュールメッセージ .................................................................................................... - 15 -
3.6 PCI Device 情報 ............................................................................................................................. - 27 -
3.7 システムロードモジュール............................................................................................................. - 28 -
3.8 バージョン情報...............................................................................................................................- 29 -
3.9 IRQ 利用情報.................................................................................................................................. - 29 -
3.10 I/O ポート利用情報....................................................................................................................... - 30 -
1 調査環境
- 3 -
1 調査環境
1.1 ハードウェア
PT-955
ハードウェアの詳細なスペックについては、ユーザーズマニュアルを参照してください。
1 ハードウェアの接続形態
※マウス等は省略しています。
※マイクが無い場合(マイク感度が悪く音が拾えない場合)は、マイク代替として PC Line-OUTから Line-IN
へ直接接続でも可能です。
1.2 ソフトウェア
本調査で使用したディストリビューションについては以下の通りです。
CentOS6.0
バージョン情報
[root@localhost ~]# cat /proc/version
Linux version 2.6.32-71.el6.i686 (m[email protected].centos.org) (gcc version 4.4.4 20100726 (Red
Hat 4.4.4-13) (GCC) ) #1 SMP Fri Nov 12 04:17:17 GMT 2010
[root@localhost ~]#
2 調査項目の手順と結果
- 4 -
2 調査項目の手順と結果
本書では以下の内容を調査致しました。また、インストール後に行った調査に関しましては、root 権限にて実
行しています。
1 調査結果
調査項目 確認内容 結果 備考
OS
USB 接続メディアよりインストール出来る事
正常に通常インストールが可能
メモリ free の内容確認 付録参照
キーボード インストール時及び OS 入力後共正常
マウス インストール時及び OS 入力後共正常
USB
CD/DVD
キーボード、マウスが正常に動作する事
インストール DVD からインストール作業が正常
に行える事
インストール時正常認識
OS ンストール後 auto mount 確認
日本語入力 日本語入力を行い表示できる事
DVI ディスプレイを接続し正しく表示される事
シリアルポート シリアルポートより通信が出来ること
ライン出力 イヤフォンを接続し音の出力が確認出来る事 イヤフォンにて音声確認
マイク入力 外部から音声入力し録音出来る事 ライン出力から入力し録音
LAN DHCP でネットワーク情報が取得出来る事
DHCP サーバよ IP address 得確認。
Yum にてパッケージインストールが可能
CF
FAT32 でフォーマットした CF CF2 に挿入し、
読み書きすることができるか。
スタンバイ(S1 ステート)動作 正常動作
サスペンド(S3 ステート)動作
PT-955 BIOS がサポートしていないため。
ハイバネーション(S4 ステート)動作
PT-955 BIOS がサポートしていないため。
Power
Management
システム終了時の電源 OFF(S5 ステート)動作 正常動作
2 調査項目の手順と結果
- 5 -
2.1 Console 日本語入力
GNOME 画面上で「Ctrl + space」または「半角/全角 キー」を押下します。
画面右下に日本語のコントロールが表示され、日本語が入力できることを確認します。
2 調査項目の手順と結果
- 6 -
2.2 シリアルポート
文字列の送受信テスト
PT-955 COM1 COM2 にクロスケーブルを用いて接続します。
ターミナルウインドウを2つ起動してください。片側のターミナルウインドウで、以下のコマンドを入力して
ください。このコマンドを入力した方が受信側となります。
[root@localhost ]# cat /dev/ttyS0
[root@localhost ]#
もう片方が送信側です。以下のコマンドを入力して文字列(aiueo)を送信してください。
[root@localhost ]# echo aiueo > /dev/ttyS1
[root@localhost ]#
受信側のターミナルウインドウに送信側のターミナルウインドウから送信したテキストが表示されれば、正常
に通信が出来ています。以下の画面が表示されます。
2.2.1 ポーリング処理の接続方法
PT-955ttyS0 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 skip_test
[root@localhost ]#
2.2 シリアルポートを元に文字列の送受信を行います。
2 調査項目の手順と結果
- 7 -
2.3 LINE 出力
デスクトップのタスクバーより、「システム」→「設定」→「サウンドを開く」
以下の画面が表示され、テストボタンを押すとイヤフォンに音が出力されるのを確認します。
2 調査項目の手順と結果
- 8 -
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 ]#
PT-955 機にて録音を行います。
[root@localhost ]# arecord -t wav -d 15 -f dat test1.wav
録音中 WAVE ‘test1.wav’ : Signed 16bit Little Endian, レート 48000 Hz, ステレオ
[root@localhost ]#
録音したファイルの再生を行います。
[root@localhost ]# aplay test1.wav
再生中 WAVE ‘test1.wav’ : Signed 16bit Little Endian, レート 48000 Hz, ステレオ
[root@localhost ]#
2.5 CF
「システム」→「管理」→「ハードウェア」を選択し、デバイスマネージャを表示します。Devices CF
表示されている事を確認します。
2 調査項目の手順と結果
- 9 -
フォルダを作成し、マウントを行います。
[root@localhost ]# mkdir /mnt/DATA
[root@localhost ]# mount -t vfat /dev/sdb1 /mnt/DATA
マウントの確認を行います。
[root@localhost ]# mount
<省略>
/dev/hdb1 on /mnt/DATA type vfat (rw)
[root@localhost ]#
テキストファイルの読み書きを行います。
[root@localhost ]# echo hello > /mnt/DATA/hello.txt
[root@localhost ]# cat /mnt/DATA/hello.txt
hello
[root@localhost ]#
2 調査項目の手順と結果
- 10 -
アンマウントを行い、ファイルが読めなくなる事を確認します。
[root@localhost ]# umount /mnt/DATA/
[root@localhost ]# ls /mnt/DATA
[root@localhost ]#
2.6 PowerManagement
2.6.1 S1, S3, S4 ステー
パワーマネジメントステータスを確認し、サスペンド処理が使用可の状態か確認を行います。
[root@localhost ]# cat /sys/power/state
standby disk
[root@localhost ]#
このシステムは、スタンバイ(standby)とハイバネーション(disk)をサポートしていると表示されますが
PT-955 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.6.2 S5 ステート
シャットダウンコマンドを実行してください。
シャットダウン終了後、本体の電源が OFF になることを確認できます。
[root@localhost ]# shutdown -h now
3
- 11 -
3
3.1 メモリの確認
[root@localhost ~]#free
total used free shared buffers cached
Mem: 1021964 701836 320128 0 31352 362060
-/+ buffers/cache: 308424 713540
Swap: 2064376 0 2064376
[root@localhost ~]#
3.2 runlevel 対応サービス
[root@localhost ~]# chkconfig –list
NetworkManager 0:off 1:off 2:on 3:on 4:on 5:on 6:off
abrtd 0:off 1:off 2:off 3:on 4:off 5:on 6:off
acpid 0:off 1:off 2:on 3:on 4:on 5:on 6:off
atd 0:off 1:off 2:off 3:on 4:on 5:on 6:off
auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
autofs 0:off 1:off 2:off 3:on 4:on 5:on 6:off
avahi-daemon 0:off 1:off 2:off 3:on 4:on 5:on 6:off
bluetooth 0:off 1:off 2:off 3:on 4:on 5:on 6:off
certmonger 0:off 1:off 2:off 3:off 4:off 5:off 6:off
cgconfig 0:off 1:off 2:off 3:off 4:off 5:off 6:off
cgred 0:off 1:off 2:off 3:off 4:off 5:off 6:off
cpuspeed 0:off 1:on 2:on 3:on 4:on 5:on 6:off
crond 0:off 1:off 2:on 3:on 4:on 5:on 6:off
cups 0:off 1:off 2:on 3:on 4:on 5:on 6:off
dnsmasq 0:off 1:off 2:off 3:off 4:off 5:off 6:off
firstboot 0:off 1:off 2:off 3:off 4:off 5:off 6:off
haldaemon 0:off 1:off 2:off 3:on 4:on 5:on 6:off
httpd 0:off 1:off 2:off 3:off 4:off 5:off 6:off
ip6tables 0:off 1:off 2:on 3:on 4:on 5:on 6:off
iptables 0:off 1:off 2:on 3:on 4:on 5:on 6:off
irqbalance 0:off 1:off 2:off 3:on 4:on 5:on 6:off
kdump 0:off 1:off 2:off 3:off 4:off 5:off 6:off
lvm2-monitor 0:off 1:on 2:on 3:on 4:on 5:on 6:off
mdmonitor 0:off 1:off 2:on 3:on 4:on 5:on 6:off
messagebus 0:off 1:off 2:on 3:on 4:on 5:on 6:off
microcode_ctl 0:off 1:off 2:on 3:on 4:on 5:on 6:off
netconsole 0:off 1:off 2:off 3:off 4:off 5:off 6:off
netfs 0:off 1:off 2:off 3:on 4:on 5:on 6:off
network 0:off 1:off 2:on 3:on 4:on 5:on 6:off
nfs 0:off 1:off 2:off 3:off 4:off 5:off 6:off
nfslock 0:off 1:off 2:off 3:on 4:on 5:on 6:off
nscd 0:off 1:off 2:off 3:off 4:off 5:off 6:off
nslcd 0:off 1:off 2:off 3:off 4:off 5:off 6:off
ntpd 0:off 1:off 2:off 3:off 4:off 5:off 6:off
ntpdate 0:off 1:off 2:off 3:off 4:off 5:off 6:off
oddjobd 0:off 1:off 2:off 3:off 4:off 5:off 6:off
portreserve 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
psacct 0:off 1:off 2:off 3:off 4:off 5:off 6:off
rdisc 0:off 1:off 2:off 3:off 4:off 5:off 6:off
restorecond 0:off 1:off 2:off 3:off 4:off 5:off 6:off
rpcbind 0:off 1:off 2:on 3:on 4:on 5:on 6:off
rpcgssd 0:off 1:off 2:off 3:on 4:on 5:on 6:off
rpcidmapd 0:off 1:off 2:off 3:on 4:on 5:on 6:off
rpcsvcgssd 0:off 1:off 2:off 3:off 4:off 5:off 6:off
rsyslog 0:off 1:off 2:on 3:on 4:on 5:on 6:off
saslauthd 0:off 1:off 2:off 3:off 4:off 5:off 6:off
smartd 0:off 1:off 2:off 3:off 4:off 5:off 6:off
snmpd 0:off 1:off 2:off 3:off 4:off 5:off 6:off
snmptrapd 0:off 1:off 2:off 3:off 4:off 5:off 6:off
sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
sssd 0:off 1:off 2:off 3:off 4:off 5:off 6:off
sysstat 0:off 1:on 2:on 3:on 4:on 5:on 6:off
3
- 12 -
udev-post 0:off 1:on 2:on 3:on 4:on 5:on 6:off
wpa_supplicant 0:off 1:off 2:off 3:off 4:off 5:off 6:off
ypbind 0:off 1:off 2:off 3:off 4:off 5:off 6:off
[root@localhost ~]#
3
- 13 -
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
bogomips : 3191.72
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
bogomips : 3191.46
clflush size : 64
cache_alignment : 64
address sizes : 32 bits physical, 32 bits virtual
power management:
[root@localhost ~]#
3
- 14 -
3.4 メモリ情報
[root@localhost ~]# cat /proc/meminfo
MemTotal: 1021964 kB
MemFree: 320376 kB
Buffers: 31216 kB
Cached: 361856 kB
SwapCached: 0 kB
Active: 325816 kB
Inactive: 279180 kB
Active(anon): 212004 kB
Inactive(anon): 73296 kB
Active(file): 113812 kB
Inactive(file): 205884 kB
Unevictable: 0 kB
Mlocked: 0 kB
HighTotal: 131976 kB
HighFree: 252 kB
LowTotal: 889988 kB
LowFree: 320124 kB
SwapTotal: 2064376 kB
SwapFree: 2064376 kB
Dirty: 24 kB
Writeback: 0 kB
AnonPages: 212088 kB
Mapped: 64504 kB
Shmem: 73380 kB
Slab: 68096 kB
SReclaimable: 22924 kB
SUnreclaim: 45172 kB
KernelStack: 2632 kB
PageTables: 12196 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 2575356 kB
Committed_AS: 1075564 kB
VmallocTotal: 122880 kB
VmallocUsed: 12328 kB
VmallocChunk: 96688 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
DirectMap4k: 12280 kB
DirectMap2M: 894976 kB
[root@localhost ~]#
3
- 15 -
3.5 カーネル モジュールメッセージ
[root@localhost ~]# dmesg
Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 2.6.32-71.el6.i686 (mockbuild@c6b5.bsys.dev.centos.org) (gcc version 4.4.4 20100726 (Red Hat 4.4.4-13) (GCC) ) #1 SMP Fri Nov 12 04:17:17
GMT 2010
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.
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: 373ba000 - 37fef262
Allocated new RAMDISK: 00bdb000 - 01810262
Move RAMDISK from 00000000373ba000 - 0000000037fef261 to 00bdb000 - 01810261
3
- 16 -
ACPI: RSDP 000f9380 00014 (v00 IntelR)
ACPI: RSDT 3f6e3000 00034 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
ACPI: FACP 3f6e3080 00074 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
ACPI: DSDT 3f6e3100 0561F (v01 INTELR AWRDACPI 00001000 MSFT 03000000)
ACPI: FACS 3f6e0000 00040
ACPI: MCFG 3f6e87c0 0003C (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
ACPI: APIC 3f6e8740 00068 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
ACPI: SSDT 3f6e8e60 00482 (v01 PmRef CpuPm 00003000 INTL 20061109)
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 - 0000bd18a4] TEXT DATA BSS ==> [0000400000 - 0000bd18a4]
#4 [000009f000 - 0000100000] BIOS reserved ==> [000009f000 - 0000100000]
#5 [0000bd2000 - 0000bda0be] BRK ==> [0000bd2000 - 0000bda0be]
#6 [0000010000 - 0000014000] PGTABLE ==> [0000010000 - 0000014000]
#7 [0000bdb000 - 0001810262] NEW RAMDISK ==> [0000bdb000 - 0001810262]
#8 [0000014000 - 000001b000] BOOTMAP ==> [0000014000 - 000001b000]
found SMP MP-table at [c00f5090] f5090
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 15 pages/cpu @c2200000 s38360 r0 d23080 u1048576
pcpu-alloc: s38360 r0 d23080 u1048576 alloc=1*2097152
pcpu-alloc: [0] 0 1
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 257665
Kernel command line: ro root=/dev/mapper/VolGroup-lv_root rd_LVM_LV=VolGroup/lv_root rd_LVM_LV=VolGroup/lv_swap rd_NO_LUKS rd_NO_MD
rd_NO_DM LANG=ja_JP.UTF-8 KEYBOARDTYPE=pc KEYTABLE=hu101 rhgb quiet
PID hash table entries: 4096 (order: 2, 16384 bytes)
3
- 17 -
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: 1008524k/1039232k available (4168k kernel code, 29844k reserved, 2220k data, 524k 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 : 0xc0a3e000 - 0xc0ac1000 ( 524 kB)
.data : 0xc0812006 - 0xc0a3d008 (2220 kB)
.text : 0xc0400000 - 0xc0812006 (4168 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 5242880 bytes of page_cgroup
please try 'cgroup_disable=memory' option if you don't want memory cgroups
Fast TSC calibration using PIT
Detected 1595.860 MHz processor.
Calibrating delay loop (skipped), value calculated using timer frequency.. 3191.72 BogoMIPS (lpj=1595860)
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
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
mce: CPU supports 5 MCE banks
CPU0: Thermal monitoring enabled (TM1)
using mwait in idle threads.
Performance 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
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
Booting Node 0, Processors #1 Ok.
Initializing CPU#1
Brought up 2 CPUs
Total of 2 processors activated (6383.18 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)=1324 bytes
devtmpfs: initialized
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
3
- 18 -
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.
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:02.0: reg 10 32bit mmio: [0xfde80000-0xfdefffff]
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: [0xfdf00000-0xfdf7ffff]
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 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: [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
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: [0xfdc00000-0xfdcfffff]
pci 0000:00:1c.0: bridge 64bit mmio pref: [0xfd900000-0xfd9fffff]
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: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: [0xd000-0xdfff]
pci 0000:00:1c.1: bridge 32bit mmio: [0xfd800000-0xfd8fffff]
pci 0000:00:1c.1: bridge 64bit mmio pref: [0xfdd00000-0xfddfffff]
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: [0xfdb00000-0xfdbfffff]
pci 0000:00:1e.0: bridge 64bit mmio pref: [0xfda00000-0xfdafffff]
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]
Unable to assume PCIe control: Disabling ASPM
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)
3
- 19 -
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
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:08: IRQ 5 override to edge, high
pnp: PnP ACPI: found 14 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:0a: ioport range 0x400-0x4bf could not be reserved
system 00:0c: iomem range 0xe0000000-0xefffffff has been reserved
system 00:0d: iomem range 0xf0000-0xfffff could not be reserved
system 00:0d: iomem range 0x3f6e0000-0x3f6fffff could not be reserved
system 00:0d: iomem range 0x0-0x9ffff could not be reserved
system 00:0d: iomem range 0x100000-0x3f6dffff could not be reserved
system 00:0d: iomem range 0xfec00000-0xfec00fff could not be reserved
system 00:0d: iomem range 0xfed13000-0xfed1dfff has been reserved
system 00:0d: iomem range 0xfed20000-0xfed8ffff has been reserved
system 00:0d: iomem range 0xfee00000-0xfee00fff has been reserved
system 00:0d: iomem range 0xffb00000-0xffb7ffff has been reserved
system 00:0d: iomem range 0xfff00000-0xffffffff has been reserved
system 00:0d: 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 [0xfdc00000-0xfdcfffff]
pci 0000:00:1c.0: bridge window [0xfd900000-0xfd9fffff]
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 [0xd000-0xdfff]
pci 0000:00:1c.1: bridge window [0xfd800000-0xfd8fffff]
pci 0000:00:1c.1: bridge window [0xfdd00000-0xfddfffff]
pci 0000:00:1e.0: PCI bridge to [bus 03-03]
pci 0000:00:1e.0: PCI bridge, secondary bus 0000:03
pci 0000:00:1e.0: bridge window [0xc000-0xcfff]
pci 0000:00:1e.0: bridge window [0xfdb00000-0xfdbfffff]
pci 0000:00:1e.0: bridge window [0xfda00000-0xfdafffff]
alloc irq_desc for 16 on node -1
alloc kstat_irqs on node -1
pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:1c.0: setting latency timer to 64
alloc irq_desc for 17 on node -1
alloc kstat_irqs on node -1
pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1c.1: setting latency timer to 64
pci 0000:00:1e.0: setting latency timer to 64
3
- 20 -
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: [0xfdc00000-0xfdcfffff]
pci_bus 0000:01: resource 2 pref mem [0xfd900000-0xfd9fffff]
pci_bus 0000:02: resource 0 io: [0xd000-0xdfff]
pci_bus 0000:02: resource 1 mem: [0xfd800000-0xfd8fffff]
pci_bus 0000:02: resource 2 pref mem [0xfdd00000-0xfddfffff]
pci_bus 0000:03: resource 0 io: [0xc000-0xcfff]
pci_bus 0000:03: resource 1 mem: [0xfdb00000-0xfdbfffff]
pci_bus 0000:03: resource 2 pref mem [0xfda00000-0xfdafffff]
pci_bus 0000:03: resource 3 io: [0x00-0xffff]
pci_bus 0000:03: 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: 12500k 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(1167609614.589: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 1737
SELinux: Registering netfilter hooks
alg: No test for stdrng (krng)
ksign: Installing public key data
Loading keyring
- Added public key 363E47C77F765FC
- key was been created 121811976 seconds in future
- User ID: Red Hat, Inc. (Kernel Module GPG key)
- Added public key D4A26C9CCD09BEDA
- key was been created 101126478 seconds in future
- User ID: Red Hat Enterprise Linux Driver Update Program <secale[email protected]>
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)
alloc irq_desc for 24 on node -1
alloc kstat_irqs on node -1
pcieport 0000:00:1c.0: irq 24 for MSI/MSI-X
pcieport 0000:00:1c.0: 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.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
acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
pci-stub: invalid id string ""
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: SSDT 3f6e8840 002AE (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
processor LNXCPU:00: registered as cooling_device1
ACPI: SSDT 3f6e8d00 00152 (v01 PmRef Cpu1Ist 00003000 INTL 20061109)
processor LNXCPU:01: registered as cooling_device2
thermal LNXTHERM:01: registered as thermal_zone0
ACPI: Thermal Zone [THRM] (22 C)
isapnp: Scanning for PnP cards...
  • Page 1 1
  • Page 2 2
  • Page 3 3
  • Page 4 4
  • Page 5 5
  • Page 6 6
  • Page 7 7
  • Page 8 8
  • Page 9 9
  • Page 10 10
  • Page 11 11
  • Page 12 12
  • Page 13 13
  • Page 14 14
  • Page 15 15
  • Page 16 16
  • Page 17 17
  • Page 18 18
  • Page 19 19
  • Page 20 20
  • Page 21 21
  • Page 22 22
  • Page 23 23
  • Page 24 24
  • Page 25 25
  • Page 26 26
  • Page 27 27
  • Page 28 28
  • Page 29 29
  • Page 30 30

Contec PT-955 取扱説明書

タイプ
取扱説明書