IPC-BX955 ubuntu 9.10 インストール確認書
ubuntu-9.10-desktop-i386.iso
目次
1 調査環境 ... - 3 -
1.1 ハードウェア ... - 3 -
1.2 ソフトウェア ... - 3 -
2 調査項目の手順と結果...- 4 -
2.1 Console
日本語入力...- 4 -
2.2 シリアルポート... - 6 -
2.3 LINE出力 ... - 7 -
2.4 LINE入力 ... - 8 -
2.5 CF ... - 9 -
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情報... - 12 -
3.4 メモリ情報... - 13 -
3.5 カーネル
モジュールメッセージ... - 14 -
3.6 PCI Device情報 ...- 22 -
3.7 システムロードモジュール ... - 22 -
3.8 バージョン情報...- 23 -
3.9 IRQ利用情報 ... - 23 -
3.10 I/Oポート利用情報... - 23 -
1 調査環境
1 調査環境
1.1 ハードウェア
IPC-BX955
ハードウェアの詳細なスペックについては、ユーザーズマニュアルを参照してください。
図 1 ハードウェアの接続形態
※マウス、モニタ等は省略しています。
※マイクが無い場合(マイク感度が悪く音が拾えない場合)は、マイク代替として
PC
のLine-OUT
からLine-IN
へ直接接続でも可能です。1.2 ソフトウェア
本調査で使用したディストリビューションについては以下の通りです。
・ubuntu-9.10 バージョン情報
root@ud910d4g:~# cat /proc/version
Linux version 2.6.31-14-generic (buildd@rothera) (gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu8) ) #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009
root@ud910d4g:~#
汎用
PC(Windows XP)
IPC-BX955(Linux)
LAN 1
イヤフォンCOM 1
LAN 1 COM 2
クロスケーブル クロスケーブル
2 調査項目の手順と結果
本調査では以下の内容を調査致しました。また、インストール後に行った調査に関しましては、
root
権限にて 実行しています。表 1 調査結果
2.1 Console 日本語入力
GNOME
画面上で「Ctrl」 + 「space」または「半角/全角 キー」を押下します。画面右下に日本語のコントロールが表示され、「anthy」で正常に日本語が入力できることを確認します。
調査項目 確認内容 結果 備考
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 ステート)動作 IPC-BX955のBIOSがサポートしていないため。
ハイバネーション(S4 ステート)動作 IPC-BX955のBIOSがサポートしていないため。
Power Management
システム終了時の電源 OFF(S5 ステート)動作 ○ 正常動作
2 調査項目の手順と結果
2.2 シリアルポート
文字列の送受信テスト
IPC-BX955
のCOM1
とCOM2
にクロスケーブルを用いて接続します。ターミナルウインドウを2つ起動してください。片側のターミナルウインドウで、以下のコマンドを入力して ください。このコマンドを入力した方が受信側となります。
[root@localhost ]# cat /dev/ttyS0 [root@localhost ]#
もう片方が送信側です。以下のコマンドを入力して文字列(aiueo)を送信してください。
[root@localhost ]# echo aiueo > /dev/ttyS1 [root@localhost ]#
受信側のターミナルウインドウに送信側のターミナルウインドウから送信したテキストが表示されれば、正常 に通信が出来ています。以下の画面が表示されます。
2 調査項目の手順と結果
2.3 LINE 出力
デスクトップのタスクバーより、「システム」→「設定」→「サウンド」を開きます。
以下の画面が表示され、ラジオ釦を押すとイヤフォンに音が出力されるのを確認します。
2.4 LINE 入力
録音と再生
録音を行う場合、まずマイクの接続、または
LINE-OUT
とLINE-IN
の接続を行って下さい。その後録音の設定としまして、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
機にて録音を行います。LINE-OUTとLINE-IN
の接続を行っている場合、エラー! 参照元が見つかりません。の操作を行い、音を出力してください。
[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 調査項目の手順と結果
2.5 CF
FAT32でフォーマットしたCF
(容量4.0GB)をCF2スロットに挿入し、BX955の電源をONします。Linux起動後、デスクトップ操作メニューの「場所」→「ファイルシステム 4.0GB(容量の表示はCF容量に
依存します)」が表示され、自動的にマウントされていることを確認します。下記コマンドの「B018-9CFB」は自動的にマウントが行われ名前が設定されたものなので、同じディレクト リ名になるとは限りません。
端末上よりマウントの確認を行います。
[root@localhost ]# mount
<省略>
/dev/sdb1 on /media/ B018-9CFB type vfat (rw) [root@localhost ]#
テキストファイルの読み書きを行います。
[root@localhost ]# echo hello > /media/ B018-9CFB /hello.txt [root@localhost ]# cat /media/ B018-9CFB /hello.txt
hello
[root@localhost ]#
アンマウントを行い、ファイルが読めなくなる事を確認します。
[root@localhost ]# umount /media/ B018-9CFB [root@localhost ]# ls /media/ B018-9CFB [root@localhost ]#
マウントを行い、ファイルが読めるようになる事を確認します。
[root@localhost ]# mount -t vfat /dev/sdb1 /media/ B018-9CFB [root@localhost ]# ls /media/ B018-9CFB
[root@localhost ]#
2.6 PowerManagement
2.6.1 S1, S3, S4
ステートパワーマネジメントステータスを確認し、サスペンド処理が使用可の状態か確認を行います。
[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.6.2 S5
ステートシャットダウンコマンドを実行してください。
シャットダウン終了後、本体の電源が
OFF
になることを確認できます。[root@localhost ]# shutdown -h now
3 付録
3 付録
3.1 メモリの確認
root@ud910d4g:~# free
total used free shared buffers cached Mem: 1017316 378528 638788 0 22716 194904 -/+ buffers/cache: 160908 856408
Swap: 232900 0 232900 root@ud910d4g:~#
3.2 runlevel 対応サービス
root@ud910d4g:~# sysv-rc-conf --list
acpi-support 1:off 2:on 3:on 4:on 5:on
acpid
alsa-utils 0:off 6:off anacron
apparmor S:on apport atd avahi-daemon
binfmt-suppo 2:on 3:on 4:on 5:on
bluetooth 0:off 1:off 2:on 3:on 4:on 5:on 6:off
bootchart bootlogd brltty S:on console-setu S:on cron
cups 1:off 2:on 3:on 4:on 5:on
dbus dmesg
dns-clean 1:on 2:on 3:on 4:on 5:on
gdm
grub-common 2:on 3:on 4:on 5:on
hal halt 0:on hwclock hwclock-save
kerneloops 0:off 1:off 2:on 3:on 4:on 5:on 6:off
keyboard-set S:on killprocs 1:on
laptop-mode 0:off 1:off 2:on 3:on 4:on 5:on 6:off
module-init- network-mana
networking 0:on 6:on
ondemand 2:on 3:on 4:on 5:on
openbsd-inet 0:off 1:off 2:on 3:on 4:on 5:on 6:off
pcmciautils S:on
postfix 0:off 1:off 2:on 3:on 4:on 5:on 6:off
pppd-dns 1:on 2:on 3:on 4:on 5:on
procps
pulseaudio 1:off 2:on 3:on 4:on 5:on
rc.local 2:on 3:on 4:on 5:on
reboot 6:on
rsync 1:off 2:on 3:on 4:on 5:on
rsyslog rsyslog-kmsg
saned 1:off 2:on 3:on 4:on 5:on
screen-clean S:on
sendsigs 0:on 6:on single 1:on
speech-dispa 1:off 2:on 3:on 4:on 5:on
sreadahead
ssh 1:off 2:on 3:on 4:on 5:on
stop-bootlog stop-bootlog udev udev-finish udevmonitor udevtrigger ufw
umountfs 0:on 6:on umountroot 0:on 6:on unattended-u 0:on 6:on
urandom 0:on 6:on S:on
usplash
wpa-ifupdown 0:on 6:on x11-common S:on root@ud910d4g:~#
3.3 CPU 情報
root@ud910d4g:~# 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 pni dtes64 monitor ds_cpl est tm2 ssse3 xtpr pdcm movbe lahf_lm
bogomips : 3192.11 clflush size : 64 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 pni dtes64 monitor ds_cpl est tm2 ssse3 xtpr pdcm movbe lahf_lm
bogomips : 3192.27 clflush size : 64 power management:
3 付録
3.4 メモリ情報
root@ud910d4g:~# cat /proc/meminfo MemTotal: 1017284 kB MemFree: 843404 kB Buffers: 11508 kB Cached: 96372 kB SwapCached: 0 kB Active: 73688 kB Inactive: 78948 kB Active(anon): 47308 kB Inactive(anon): 0 kB Active(file): 26380 kB Inactive(file): 78948 kB Unevictable: 0 kB Mlocked: 0 kB HighTotal: 127880 kB HighFree: 252 kB LowTotal: 889404 kB LowFree: 843152 kB SwapTotal: 221176 kB SwapFree: 221176 kB Dirty: 8 kB Writeback: 0 kB AnonPages: 44860 kB Mapped: 27616 kB Slab: 10604 kB SReclaimable: 4484 kB SUnreclaim: 6120 kB PageTables: 1356 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 729816 kB Committed_AS: 319084 kB VmallocTotal: 122880 kB VmallocUsed: 7460 kB VmallocChunk: 109456 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB DirectMap4k: 10232 kB DirectMap2M: 901120 kB [root@f12d4g ~]#
3.5 カーネル モジュールメッセージ
root@ud910d4g:~# dmesg
[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.31-14-generic (buildd@rothera) (gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu8) ) #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009 (Ubuntu 2.6.31-14.48-generic)
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] NSC Geode by NSC [ 0.000000] Cyrix CyrixInstead [ 0.000000] Centaur CentaurHauls [ 0.000000] Transmeta GenuineTMx86 [ 0.000000] Transmeta TransmetaCPU [ 0.000000] UMC UMC UMC UMC [ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f000 (usable) [ 0.000000] BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 000000003f6e0000 (usable) [ 0.000000] BIOS-e820: 000000003f6e0000 - 000000003f6e3000 (ACPI NVS) [ 0.000000] BIOS-e820: 000000003f6e3000 - 000000003f6f0000 (ACPI data) [ 0.000000] BIOS-e820: 000000003f6f0000 - 000000003f700000 (reserved) [ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved) [ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved) [ 0.000000] DMI 2.2 present.
[ 0.000000] Phoenix BIOS detected: BIOS may corrupt low RAM, working around it.
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved) [ 0.000000] last_pfn = 0x3f6e0 max_arch_pfn = 0x100000
[ 0.000000] MTRR default type: uncachable [ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back [ 0.000000] A0000-BFFFF uncachable [ 0.000000] C0000-CFFFF write-back [ 0.000000] D0000-EFFFF uncachable [ 0.000000] F0000-FFFFF write-through [ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask 0C0000000 write-back [ 0.000000] 1 base 03F800000 mask 0FF800000 uncachable [ 0.000000] 2 base 03F700000 mask 0FFF00000 uncachable [ 0.000000] 3 disabled
[ 0.000000] 4 disabled [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] Scanning 0 areas for low memory corruption
[ 0.000000] modified physical RAM map:
[ 0.000000] modified: 0000000000000000 - 0000000000010000 (reserved) [ 0.000000] modified: 0000000000010000 - 000000000009f000 (usable) [ 0.000000] modified: 000000000009f000 - 00000000000a0000 (reserved) [ 0.000000] modified: 00000000000f0000 - 0000000000100000 (reserved) [ 0.000000] modified: 0000000000100000 - 000000003f6e0000 (usable) [ 0.000000] modified: 000000003f6e0000 - 000000003f6e3000 (ACPI NVS) [ 0.000000] modified: 000000003f6e3000 - 000000003f6f0000 (ACPI data) [ 0.000000] modified: 000000003f6f0000 - 000000003f700000 (reserved) [ 0.000000] modified: 00000000e0000000 - 00000000f0000000 (reserved) [ 0.000000] modified: 00000000fec00000 - 0000000100000000 (reserved) [ 0.000000] initial memory mapped : 0 - 00c00000
[ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000 [ 0.000000] Using x86 segment limits to approximate NX protection [ 0.000000] 0000000000 - 0000400000 page 4k
3 付録
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
[ 0.000000] #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
[ 0.000000] #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
[ 0.000000] #3 [0000100000 - 00008a80a0] TEXT DATA BSS ==> [0000100000 - 00008a80a0]
[ 0.000000] #4 [002f21c000 - 002f967aa2] RAMDISK ==> [002f21c000 - 002f967aa2]
[ 0.000000] #5 [000009f000 - 0000100000] BIOS reserved ==> [000009f000 - 0000100000]
[ 0.000000] #6 [00008a9000 - 00008ac0be] BRK ==> [00008a9000 - 00008ac0be]
[ 0.000000] #7 [0000010000 - 0000011000] PGTABLE ==> [0000010000 - 0000011000]
[ 0.000000] #8 [0000011000 - 0000018000] BOOTMAP ==> [0000011000 - 0000018000]
[ 0.000000] found SMP MP-table at [c00f4f90] f4f90 [ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000 [ 0.000000] Normal 0x00001000 -> 0x000377fe [ 0.000000] HighMem 0x000377fe -> 0x0003f6e0 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[2] active PFN ranges [ 0.000000] 0: 0x00000010 -> 0x0000009f [ 0.000000] 0: 0x00000100 -> 0x0003f6e0 [ 0.000000] On node 0 totalpages: 259695
[ 0.000000] free_area_init_node: node 0, pgdat c0784900, node_mem_map c1000200 [ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 3951 pages, LIFO batch:0 [ 0.000000] Normal zone: 1744 pages used for memmap [ 0.000000] Normal zone: 221486 pages, LIFO batch:31 [ 0.000000] HighMem zone: 254 pages used for memmap [ 0.000000] HighMem zone: 32228 pages, LIFO batch:7 [ 0.000000] Using APIC driver default
[ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 24
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 [ 0.000000] Allocating PCI resources starting at 3f700000 (gap: 3f700000:a0900000) [ 0.000000] NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 14 pages at c17f4000, static data 35612 bytes [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 257665
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.31-14-generic root=UUID=56ee96cc-4ab6-4226-951c-e685561c0923 ro quiet splash [ 0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Enabling fast FPU save and restore... done.
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
[ 0.000000] Initializing CPU#0
[ 0.000000] allocated 5195840 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] Initializing HighMem for node 0 (000377fe:0003f6e0)
[ 0.000000] Memory: 1008740k/1039232k available (4565k kernel code, 29476k reserved, 2143k data, 540k init, 129928k highmem) [ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xfff1d000 - 0xfffff000 ( 904 kB) [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB) [ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB) [ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB) [ 0.000000] .init : 0xc078e000 - 0xc0815000 ( 540 kB) [ 0.000000] .data : 0xc0575554 - 0xc078d308 (2143 kB) [ 0.000000] .text : 0xc0100000 - 0xc0575554 (4565 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] NR_IRQS:2304 nr_irqs:424
[ 0.000000] Fast TSC calibration using PIT [ 0.000000] Detected 1596.018 MHz processor.
[ 0.001950] Console: colour VGA+ 80x25 [ 0.001962] console [tty0] enabled
[ 0.004022] Calibrating delay loop (skipped), value calculated using timer frequency.. 3192.03 BogoMIPS (lpj=6384072) [ 0.004098] Security Framework initialized
[ 0.004161] AppArmor: AppArmor initialized [ 0.004190] Mount-cache hash table entries: 512 [ 0.004584] Initializing cgroup subsys ns [ 0.004604] Initializing cgroup subsys cpuacct [ 0.004622] Initializing cgroup subsys memory [ 0.004645] Initializing cgroup subsys freezer
[ 0.004655] Initializing cgroup subsys net_cls [ 0.004701] CPU: L1 I cache: 32K, L1 D cache: 24K [ 0.004713] CPU: L2 cache: 512K
[ 0.004723] CPU: Physical Processor ID: 0 [ 0.004731] CPU: Processor Core ID: 0 [ 0.004745] mce: CPU supports 5 MCE banks [ 0.004769] CPU0: Thermal monitoring enabled (TM1) [ 0.004783] using mwait in idle threads.
[ 0.004802] Performance Counters: Atom events, Intel PMU driver.
[ 0.004830] ... version: 3 [ 0.004839] ... bit width: 40 [ 0.004847] ... generic counters: 2
[ 0.004856] ... value mask: 000000ffffffffff [ 0.004865] ... max period: 000000007fffffff [ 0.004874] ... fixed-purpose counters: 3
[ 0.004883] ... counter mask: 0000000700000003 [ 0.004897] Checking 'hlt' instruction... OK.
[ 0.024021] ACPI: Core revision 20090521
[ 0.048596] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.088752] CPU0: Intel(R) Atom(TM) CPU N270 @ 1.60GHz stepping 02 [ 0.092001] Booting processor 1 APIC 0x1 ip 0x6000
[ 0.004000] Initializing CPU#1
[ 0.004000] Calibrating delay using timer specific routine.. 3192.15 BogoMIPS (lpj=6384315) [ 0.004000] CPU: L1 I cache: 32K, L1 D cache: 24K
[ 0.004000] CPU: L2 cache: 512K [ 0.004000] CPU: Physical Processor ID: 0 [ 0.004000] CPU: Processor Core ID: 0 [ 0.004000] mce: CPU supports 5 MCE banks [ 0.004000] CPU1: Thermal monitoring enabled (TM2)
[ 0.004000] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106 [ 0.177478] CPU1: Intel(R) Atom(TM) CPU N270 @ 1.60GHz stepping 02 [ 0.177541] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[ 0.180052] Brought up 2 CPUs
[ 0.180065] Total of 2 processors activated (6384.19 BogoMIPS).
[ 0.180159] CPU0 attaching sched-domain:
[ 0.180172] domain 0: span 0-1 level SIBLING [ 0.180184] groups: 0 1
[ 0.180204] CPU1 attaching sched-domain:
[ 0.180215] domain 0: span 0-1 level SIBLING [ 0.180225] groups: 1 0
[ 0.180499] Booting paravirtualized kernel on bare hardware [ 0.180917] regulator: core version 0.5
[ 0.180917] Time: 17:13:25 Date: 02/26/10 [ 0.180917] NET: Registered protocol family 16 [ 0.184480] EISA bus registered
[ 0.184523] ACPI: bus type pci registered
[ 0.184764] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255 [ 0.184779] PCI: MCFG area at e0000000 reserved in E820
[ 0.184787] PCI: Using MMCONFIG for extended config space [ 0.184797] PCI: Using configuration type 1 for base access [ 0.189081] bio: create slab <bio-0> at 0
[ 0.192102] ACPI: EC: Look up EC in DSDT [ 0.217840] ACPI: Interpreter enabled [ 0.217861] ACPI: (supports S0 S1 S4 S5)
[ 0.217960] ACPI: Using IOAPIC for interrupt routing [ 0.240634] ACPI: No dock devices found.
[ 0.241001] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.241259] pci 0000:00:02.0: reg 10 32bit mmio: [0xfdf00000-0xfdf7ffff]
[ 0.241280] pci 0000:00:02.0: reg 14 io port: [0xff00-0xff07]
[ 0.241298] pci 0000:00:02.0: reg 18 32bit mmio: [0xd0000000-0xdfffffff]
[ 0.241315] pci 0000:00:02.0: reg 1c 32bit mmio: [0xfdf80000-0xfdfbffff]
[ 0.241409] pci 0000:00:02.1: reg 10 32bit mmio: [0xfde80000-0xfdefffff]
[ 0.241653] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.241669] pci 0000:00:1c.0: PME# disabled
[ 0.241805] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold [ 0.241820] pci 0000:00:1c.1: PME# disabled
3 付録
[ 0.243148] pci 0000:00:1f.2: reg 14 io port: [0x00-0x03]
[ 0.243167] pci 0000:00:1f.2: reg 18 io port: [0x00-0x07]
[ 0.243186] pci 0000:00:1f.2: reg 1c io port: [0x00-0x03]
[ 0.243205] pci 0000:00:1f.2: reg 20 io port: [0xf800-0xf80f]
[ 0.243263] pci 0000:00:1f.2: PME# supported from D3hot [ 0.243277] pci 0000:00:1f.2: PME# disabled
[ 0.243364] pci 0000:00:1f.3: reg 20 io port: [0x500-0x51f]
[ 0.243526] pci 0000:01:00.0: reg 10 32bit mmio: [0xfdde0000-0xfddfffff]
[ 0.243565] pci 0000:01:00.0: reg 18 io port: [0xcf00-0xcf1f]
[ 0.243698] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold [ 0.243714] pci 0000:01:00.0: PME# disabled
[ 0.243832] pci 0000:00:1c.0: bridge io port: [0xc000-0xcfff]
[ 0.243847] pci 0000:00:1c.0: bridge 32bit mmio: [0xfdd00000-0xfddfffff]
[ 0.243868] pci 0000:00:1c.0: bridge 64bit mmio pref: [0xfda00000-0xfdafffff]
[ 0.243984] pci 0000:02:00.0: reg 10 32bit mmio: [0xfd9e0000-0xfd9fffff]
[ 0.244047] pci 0000:02:00.0: reg 18 io port: [0xbf00-0xbf1f]
[ 0.244181] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold [ 0.244198] pci 0000:02:00.0: PME# disabled
[ 0.244316] pci 0000:00:1c.1: bridge io port: [0xb000-0xbfff]
[ 0.244332] pci 0000:00:1c.1: bridge 32bit mmio: [0xfd900000-0xfd9fffff]
[ 0.244352] pci 0000:00:1c.1: bridge 64bit mmio pref: [0xfd800000-0xfd8fffff]
[ 0.244456] pci 0000:00:1e.0: transparent bridge
[ 0.244470] pci 0000:00:1e.0: bridge io port: [0xd000-0xdfff]
[ 0.244485] pci 0000:00:1e.0: bridge 32bit mmio: [0xfdc00000-0xfdcfffff]
[ 0.244505] pci 0000:00:1e.0: bridge 64bit mmio pref: [0xfdb00000-0xfdbfffff]
[ 0.244544] pci_bus 0000:00: on NUMA node 0
[ 0.244583] ACPI: PCI Interrupt Routing Table [¥_SB_.PCI0._PRT]
[ 0.245163] ACPI: PCI Interrupt Routing Table [¥_SB_.PCI0.PEX0._PRT]
[ 0.245391] ACPI: PCI Interrupt Routing Table [¥_SB_.PCI0.PEX1._PRT]
[ 0.245682] ACPI: PCI Interrupt Routing Table [¥_SB_.PCI0.HUB0._PRT]
[ 0.286709] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 7 9 10 11 12 14 15) [ 0.287129] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 *10 11 12 14 15) [ 0.287540] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 *9 10 11 12 14 15) [ 0.287953] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.288388] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 *7 9 10 11 12 14 15)
[ 0.288801] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[ 0.289215] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[ 0.289639] ACPI: PCI Interrupt Link [LNK1] (IRQs *3 4 5 7 9 10 11 12 14 15) [ 0.290394] SCSI subsystem initialized
[ 0.290521] libata version 3.00 loaded.
[ 0.290521] usbcore: registered new interface driver usbfs [ 0.290521] usbcore: registered new interface driver hub [ 0.290521] usbcore: registered new device driver usb [ 0.290521] ACPI: WMI: Mapper loaded
[ 0.290521] PCI: Using ACPI for IRQ routing [ 0.304037] Bluetooth: Core ver 2.15
[ 0.304123] NET: Registered protocol family 31
[ 0.304123] Bluetooth: HCI device and connection manager initialized [ 0.304123] Bluetooth: HCI socket layer initialized
[ 0.304123] NetLabel: Initializing
[ 0.304123] NetLabel: domain hash size = 128
[ 0.304123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.304151] NetLabel: unlabeled traffic allowed by default [ 0.304438] hpet clockevent registered
[ 0.304451] HPET: 3 timers in total, 0 timers will be used for per-cpu timer [ 0.304469] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.304491] hpet0: 3 comparators, 64-bit 14.318180 MHz counter [ 0.324054] pnp: PnP ACPI init
[ 0.324119] ACPI: bus type pnp registered [ 0.327664] pnp 00:06: IRQ 4 override to edge, high [ 0.328976] pnp 00:07: IRQ 3 override to edge, high [ 0.337220] pnp: PnP ACPI: found 13 devices [ 0.337231] ACPI: ACPI bus type pnp unregistered [ 0.337247] PnPBIOS: Disabled by ACPI PNP
[ 0.337299] system 00:01: ioport range 0x4d0-0x4d1 has been reserved [ 0.337315] system 00:01: ioport range 0x680-0x6ff has been reserved [ 0.337329] system 00:01: ioport range 0x880-0x88f has been reserved [ 0.337363] system 00:09: ioport range 0x400-0x4bf could not be reserved [ 0.337391] system 00:0b: iomem range 0xe0000000-0xefffffff has been reserved [ 0.337418] system 00:0c: iomem range 0xf0000-0xfffff could not be reserved [ 0.337434] system 00:0c: iomem range 0x3f6e0000-0x3f6fffff could not be reserved [ 0.337448] system 00:0c: iomem range 0x0-0x9ffff could not be reserved [ 0.337463] system 00:0c: iomem range 0x100000-0x3f6dffff could not be reserved [ 0.337479] system 00:0c: iomem range 0xfec00000-0xfec00fff could not be reserved [ 0.337494] system 00:0c: iomem range 0xfed13000-0xfed1dfff has been reserved [ 0.337509] system 00:0c: iomem range 0xfed20000-0xfed8ffff has been reserved [ 0.337524] system 00:0c: iomem range 0xfee00000-0xfee00fff has been reserved [ 0.337538] system 00:0c: iomem range 0xffb00000-0xffb7ffff has been reserved [ 0.337553] system 00:0c: iomem range 0xfff00000-0xffffffff has been reserved [ 0.337568] system 00:0c: iomem range 0xe0000-0xeffff has been reserved [ 0.372767] AppArmor: AppArmor Filesystem Enabled
[ 0.372878] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:01 [ 0.372893] pci 0000:00:1c.0: IO window: 0xc000-0xcfff
[ 0.372910] pci 0000:00:1c.0: MEM window: 0xfdd00000-0xfddfffff
[ 0.372927] pci 0000:00:1c.0: PREFETCH window: 0x000000fda00000-0x000000fdafffff [ 0.372947] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:02
[ 0.372961] pci 0000:00:1c.1: IO window: 0xb000-0xbfff
[ 0.372977] pci 0000:00:1c.1: MEM window: 0xfd900000-0xfd9fffff
[ 0.372993] pci 0000:00:1c.1: PREFETCH window: 0x000000fd800000-0x000000fd8fffff [ 0.373013] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:03
[ 0.373026] pci 0000:00:1e.0: IO window: 0xd000-0xdfff [ 0.373042] pci 0000:00:1e.0: MEM window: 0xfdc00000-0xfdcfffff
[ 0.373058] pci 0000:00:1e.0: PREFETCH window: 0x000000fdb00000-0x000000fdbfffff [ 0.373101] alloc irq_desc for 16 on node -1
[ 0.373111] alloc kstat_irqs on node -1
[ 0.373133] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 0.373152] pci 0000:00:1c.0: setting latency timer to 64
[ 0.373175] alloc irq_desc for 17 on node -1 [ 0.373184] alloc kstat_irqs on node -1
[ 0.373201] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17 [ 0.373217] pci 0000:00:1c.1: setting latency timer to 64
[ 0.373238] pci 0000:00:1e.0: setting latency timer to 64 [ 0.373256] pci_bus 0000:00: resource 0 io: [0x00-0xffff]
[ 0.373269] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
[ 0.373282] pci_bus 0000:01: resource 0 io: [0xc000-0xcfff]
[ 0.373295] pci_bus 0000:01: resource 1 mem: [0xfdd00000-0xfddfffff]
[ 0.373308] pci_bus 0000:01: resource 2 pref mem [0xfda00000-0xfdafffff]
[ 0.373321] pci_bus 0000:02: resource 0 io: [0xb000-0xbfff]
[ 0.373333] pci_bus 0000:02: resource 1 mem: [0xfd900000-0xfd9fffff]
[ 0.373346] pci_bus 0000:02: resource 2 pref mem [0xfd800000-0xfd8fffff]
[ 0.373360] pci_bus 0000:03: resource 0 io: [0xd000-0xdfff]
[ 0.373372] pci_bus 0000:03: resource 1 mem: [0xfdc00000-0xfdcfffff]
[ 0.373385] pci_bus 0000:03: resource 2 pref mem [0xfdb00000-0xfdbfffff]
[ 0.373397] pci_bus 0000:03: resource 3 io: [0x00-0xffff]
[ 0.373410] pci_bus 0000:03: resource 4 mem: [0x000000-0xffffffff]
[ 0.373545] NET: Registered protocol family 2
[ 0.373952] IP route cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.375228] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.377222] TCP bind hash table entries: 65536 (order: 7, 524288 bytes) [ 0.378131] TCP: Hash tables configured (established 131072 bind 65536) [ 0.378144] TCP reno registered
[ 0.378515] NET: Registered protocol family 1
[ 0.378735] Trying to unpack rootfs image as initramfs...
[ 0.805641] Switched to high resolution mode on CPU 1 [ 0.808036] Switched to high resolution mode on CPU 0 [ 1.099294] Freeing initrd memory: 7470k freed [ 1.109344] cpufreq-nforce2: No nForce2 chipset.
[ 1.109464] Scanning for low memory corruption every 60 seconds [ 1.109858] audit: initializing netlink socket (disabled)
[ 1.109903] type=2000 audit(1267204406.108:1): initialized [ 1.145166] highmem bounce pool size: 64 pages
[ 1.145190] HugeTLB registered 4 MB page size, pre-allocated 0 pages [ 1.151837] VFS: Disk quotas dquot_6.5.2
[ 1.152123] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 1.154721] fuse init (API version 7.12)
[ 1.155109] msgmni has been set to 1732 [ 1.156054] alg: No test for stdrng (krng) [ 1.156118] io scheduler noop registered [ 1.156129] io scheduler anticipatory registered [ 1.156139] io scheduler deadline registered [ 1.156366] io scheduler cfq registered (default) [ 1.156409] pci 0000:00:02.0: Boot video device [ 1.156932] alloc irq_desc for 24 on node -1 [ 1.156945] alloc kstat_irqs on node -1
[ 1.156977] pcieport-driver 0000:00:1c.0: irq 24 for MSI/MSI-X [ 1.157003] pcieport-driver 0000:00:1c.0: setting latency timer to 64 [ 1.157354] alloc irq_desc for 25 on node -1
[ 1.157365] alloc kstat_irqs on node -1
[ 1.157390] pcieport-driver 0000:00:1c.1: irq 25 for MSI/MSI-X [ 1.157414] pcieport-driver 0000:00:1c.1: setting latency timer to 64 [ 1.157720] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 1.158049] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
3 付録
[ 1.545301] loop: module loaded
[ 1.545633] input: Macintosh mouse button emulation as /devices/virtual/input/input2 [ 1.546068] ata_piix 0000:00:1f.2: version 2.13
[ 1.546117] alloc irq_desc for 19 on node -1 [ 1.546128] alloc kstat_irqs on node -1
[ 1.546150] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19 [ 1.546168] ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ]
[ 1.546275] ata_piix 0000:00:1f.2: setting latency timer to 64 [ 1.546510] scsi0 : ata_piix
[ 1.546853] scsi1 : ata_piix
[ 1.549357] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf800 irq 14 [ 1.549372] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf808 irq 15 [ 1.553244] Fixed MDIO Bus: probed
[ 1.553404] PPP generic driver version 2.4.2
[ 1.553802] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.553884] alloc irq_desc for 23 on node -1
[ 1.553895] alloc kstat_irqs on node -1
[ 1.553919] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23 [ 1.553964] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 1.553978] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 1.554167] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1 [ 1.558128] ehci_hcd 0000:00:1d.7: debug port 1
[ 1.558146] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported [ 1.558306] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfdfff000
[ 1.572041] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00 [ 1.572352] usb usb1: configuration #1 chosen from 1 choice [ 1.572481] hub 1-0:1.0: USB hub found
[ 1.572515] hub 1-0:1.0: 8 ports detected
[ 1.572772] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.572853] uhci_hcd: USB Universal Host Controller Interface driver [ 1.572976] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23 [ 1.573001] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 1.573043] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 1.573211] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 [ 1.573268] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000fe00
[ 1.573630] usb usb2: configuration #1 chosen from 1 choice [ 1.573755] hub 2-0:1.0: USB hub found
[ 1.573785] hub 2-0:1.0: 2 ports detected
[ 1.573962] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19 [ 1.573985] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 1.573998] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 1.574132] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3 [ 1.574207] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000fd00
[ 1.574564] usb usb3: configuration #1 chosen from 1 choice [ 1.574689] hub 3-0:1.0: USB hub found
[ 1.574718] hub 3-0:1.0: 2 ports detected [ 1.574902] alloc irq_desc for 18 on node -1 [ 1.574914] alloc kstat_irqs on node -1
[ 1.574936] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18 [ 1.574957] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 1.574970] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 1.575108] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4 [ 1.575180] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000fc00
[ 1.575509] usb usb4: configuration #1 chosen from 1 choice [ 1.575629] hub 4-0:1.0: USB hub found
[ 1.575658] hub 4-0:1.0: 2 ports detected
[ 1.575829] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16 [ 1.575850] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[ 1.575863] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 1.575997] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5 [ 1.576079] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000fb00
[ 1.576419] usb usb5: configuration #1 chosen from 1 choice [ 1.576540] hub 5-0:1.0: USB hub found
[ 1.576569] hub 5-0:1.0: 2 ports detected
[ 1.576927] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[ 1.576938] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp [ 1.577672] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.577936] mice: PS/2 mouse device common for all mice [ 1.578273] rtc_cmos 00:03: RTC can wake from S4
[ 1.578410] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0 [ 1.578468] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs [ 1.578937] device-mapper: uevent: version 1.0.3
[ 1.579438] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: [email protected] [ 1.579782] device-mapper: multipath: version 1.1.0 loaded
[ 1.579799] device-mapper: multipath round-robin: version 1.0.0 loaded [ 1.580338] EISA: Probing bus 0 at eisa.0
[ 1.580400] EISA: Detected 0 cards.
[ 1.580795] cpuidle: using governor ladder [ 1.580806] cpuidle: using governor menu [ 1.583009] TCP cubic registered
[ 1.583742] NET: Registered protocol family 10 [ 1.585678] lo: Disabled Privacy Extensions [ 1.587107] NET: Registered protocol family 17 [ 1.587189] Bluetooth: L2CAP ver 2.13
[ 1.587198] Bluetooth: L2CAP socket layer initialized [ 1.587210] Bluetooth: SCO (Voice Link) ver 0.6
[ 1.587218] Bluetooth: SCO socket layer initialized [ 1.587362] Bluetooth: RFCOMM TTY layer initialized [ 1.587383] Bluetooth: RFCOMM socket layer initialized [ 1.587395] Bluetooth: RFCOMM ver 1.11
[ 1.589069] Using IPI No-Shortcut mode [ 1.589250] PM: Resume from disk failed.
[ 1.589277] registered taskstats version 1 [ 1.589506] Magic number: 14:898:239
[ 1.589618] rtc_cmos 00:03: setting system clock to 2010-02-26 17:13:27 UTC (1267204407) [ 1.589628] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 1.589632] EDD information not available.
[ 1.724458] ata2.00: ATA-4: GBDriver RA6, ra6h.b00, max UDMA/33 [ 1.724466] ata2.00: 7864320 sectors, multi 0: LBA
[ 1.732382] ata2.00: configured for UDMA/33
[ 1.732642] scsi 1:0:0:0: Direct-Access ATA GBDriver RA6 ra6h PQ: 0 ANSI: 5 [ 1.732926] sd 1:0:0:0: Attached scsi generic sg0 type 0
[ 1.733042] sd 1:0:0:0: [sda] 7864320 512-byte logical blocks: (4.02 GB/3.75 GiB) [ 1.733180] sd 1:0:0:0: [sda] Write Protect is off
[ 1.733188] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.733258] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 1.733596] sda: sda1 sda2 < sda5 >
[ 1.737836] sd 1:0:0:0: [sda] Attached SCSI disk [ 1.737880] Freeing unused kernel memory: 540k freed [ 1.738384] Write protecting the kernel text: 4568k
[ 1.738455] Write protecting the kernel read-only data: 1836k
[ 1.885090] usb 1-1: new high speed USB device using ehci_hcd and address 2 [ 2.039445] usb 1-1: configuration #1 chosen from 1 choice
[ 2.140152] Linux agpgart interface v0.103
[ 2.206951] usb 1-2: new high speed USB device using ehci_hcd and address 3 [ 2.263990] agpgart-intel 0000:00:00.0: Intel 945GME Chipset
[ 2.264300] agpgart-intel 0000:00:00.0: detected 7932K stolen memory [ 2.267222] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000 [ 2.323373] [drm] Initialized drm 1.1.0 20060810
[ 2.350869] usb 1-2: configuration #1 chosen from 1 choice
[ 2.359525] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 2.359540] i915 0000:00:02.0: setting latency timer to 64
[ 2.377145] [drm:intel_init_bios] *ERROR* VBT signature missing [ 2.377155] [drm] failed to find VBIOS tables
[ 2.381775] e1000e: Intel(R) PRO/1000 Network Driver - 1.0.2-k2 [ 2.381784] e1000e: Copyright (c) 1999-2008 Intel Corporation.
[ 2.381899] e1000e 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 2.381952] e1000e 0000:01:00.0: setting latency timer to 64
[ 2.382167] alloc irq_desc for 26 on node -1 [ 2.382175] alloc kstat_irqs on node -1
[ 2.382204] e1000e 0000:01:00.0: irq 26 for MSI/MSI-X [ 2.399441] Initializing USB Mass Storage driver...
[ 2.400358] scsi2 : SCSI emulation for USB Mass Storage devices [ 2.400752] usb-storage: device found at 2
[ 2.400760] usb-storage: waiting for device to settle before scanning [ 2.400838] scsi3 : SCSI emulation for USB Mass Storage devices [ 2.401489] usbcore: registered new interface driver usb-storage [ 2.401501] USB Mass Storage support registered.
[ 2.401831] usb-storage: device found at 3
[ 2.401838] usb-storage: waiting for device to settle before scanning [ 2.408674] i2c-adapter i2c-0: unable to read EDID block.
[ 2.408685] i915 0000:00:02.0: VGA-1: no EDID data
[ 2.408691] [drm:drm_helper_initial_config] *ERROR* connectors have no modes, using standard modes [ 2.413005] [drm] fb0: inteldrmfb frame buffer device
[ 2.413027] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 2.438426] e1000e 0000:01:00.0: Warning: detected ASPM enabled in EEPROM [ 2.491556] [drm] DAC-6: set mode 800x600 9
[ 2.497746] 0000:01:00.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:80:4c:a9:00:b8 [ 2.497754] 0000:01:00.0: eth0: Intel(R) PRO/1000 Network Connection [ 2.497834] 0000:01:00.0: eth0: MAC: 2, PHY: 2, PBA No: ffffff-0ff
[ 2.497905] e1000e 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 [ 2.497955] e1000e 0000:02:00.0: setting latency timer to 64
3 付録
[ 3.148171] EXT4-fs (sda1): barriers enabled
[ 3.155275] kjournald2 starting: pid 353, dev sda1:8, commit interval 5 seconds [ 3.155320] EXT4-fs (sda1): delayed allocation enabled
[ 3.155335] EXT4-fs: file extents enabled [ 3.155647] EXT4-fs: mballoc enabled
[ 3.155684] EXT4-fs (sda1): mounted filesystem with ordered data mode [ 3.345576] usb 3-2: configuration #1 chosen from 1 choice
[ 3.413930] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/input/input4
[ 3.414076] generic-usb 0003:413C:2105.0002: input,hidraw1: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:1d.1-2/input0 [ 3.643077] type=1505 audit(1267204409.550:2): operation="profile_load" pid=380 name=/usr/share/gdm/guest-session/Xsession
[ 3.653038] type=1505 audit(1267204409.562:3): operation="profile_load" pid=381 name=/sbin/dhclient3
[ 3.653716] type=1505 audit(1267204409.562:4): operation="profile_load" pid=381 name=/usr/lib/NetworkManager/nm-dhcp-client.action [ 3.654048] type=1505 audit(1267204409.562:5): operation="profile_load" pid=381 name=/usr/lib/connman/scripts/dhclient-script [ 3.718398] type=1505 audit(1267204409.626:6): operation="profile_load" pid=382 name=/usr/bin/evince
[ 3.727319] type=1505 audit(1267204409.634:7): operation="profile_load" pid=382 name=/usr/bin/evince-previewer [ 3.734349] type=1505 audit(1267204409.642:8): operation="profile_load" pid=382 name=/usr/bin/evince-thumbnailer [ 3.751277] type=1505 audit(1267204409.658:9): operation="profile_load" pid=384 name=/usr/lib/cups/backend/cups-pdf [ 3.752012] type=1505 audit(1267204409.658:10): operation="profile_load" pid=384 name=/usr/sbin/cupsd
[ 4.318295] Adding 232900k swap on /dev/sda5. Priority:-1 extents:1 across:232900k [ 4.602438] EXT4-fs (sda1): internal journal on sda1:8
[ 4.616126] udev: starting version 147
[ 5.257879] intel_rng: Firmware space is locked read-only. If you can't or [ 5.257885] intel_rng: don't want to disable this in firmware setup, and if [ 5.257889] intel_rng: you are certain that your system has a functional [ 5.257893] intel_rng: RNG, try using the 'no_fwh_detect' option.
[ 6.120366] lp: driver loaded but no devices found [ 6.500546] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 7.184042] Intel ICH 0000:00:1e.2: PCI INT A -> GSI 17 (level, low) -> IRQ 17 [ 7.184121] Intel ICH 0000:00:1e.2: setting latency timer to 64
[ 7.400387] usb-storage: device scan complete [ 7.400422] usb-storage: device scan complete
[ 7.401129] scsi 2:0:0:0: Direct-Access I-O DATA HDH-U 1.09 PQ: 0 ANSI: 2 [ 7.402171] scsi 3:0:0:0: CD-ROM Optiarc DVD RW AD-7560A DX09 PQ: 0 ANSI: 0 [ 7.411425] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 7.411441] Uniform CD-ROM driver Revision: 3.20 [ 7.411740] sr 3:0:0:0: Attached scsi CD-ROM sr0 [ 7.412159] sr 3:0:0:0: Attached scsi generic sg1 type 5 [ 7.415005] sd 2:0:0:0: Attached scsi generic sg2 type 0
[ 7.432659] sd 2:0:0:0: [sdb] 234493056 512-byte logical blocks: (120 GB/111 GiB) [ 7.433404] sd 2:0:0:0: [sdb] Write Protect is off
[ 7.433413] sd 2:0:0:0: [sdb] Mode Sense: 53 00 00 08
[ 7.433419] sd 2:0:0:0: [sdb] Assuming drive cache: write through [ 7.434896] sd 2:0:0:0: [sdb] Assuming drive cache: write through [ 7.434906] sdb: sdb1
[ 7.457177] sd 2:0:0:0: [sdb] Assuming drive cache: write through [ 7.457194] sd 2:0:0:0: [sdb] Attached SCSI disk
[ 7.508117] intel8x0_measure_ac97_clock: measured 53970 usecs (2601 samples) [ 7.508132] intel8x0: clocking to 48000
[ 8.449450] __ratelimit: 3 callbacks suppressed
[ 8.449461] type=1505 audit(1267204414.358:12): operation="profile_replace" pid=795 name=/usr/share/gdm/guest-session/Xsession [ 8.454240] type=1505 audit(1267204414.362:13): operation="profile_replace" pid=797 name=/sbin/dhclient3
[ 8.454824] type=1505 audit(1267204414.362:14): operation="profile_replace" pid=797 name=/usr/lib/NetworkManager/nm-dhcp-client.action [ 8.455287] type=1505 audit(1267204414.362:15): operation="profile_replace" pid=797 name=/usr/lib/connman/scripts/dhclient-script [ 8.465355] type=1505 audit(1267204414.374:16): operation="profile_replace" pid=798 name=/usr/bin/evince
[ 8.475452] type=1505 audit(1267204414.382:17): operation="profile_replace" pid=798 name=/usr/bin/evince-previewer [ 8.481240] type=1505 audit(1267204414.390:18): operation="profile_replace" pid=798 name=/usr/bin/evince-thumbnailer [ 8.494810] type=1505 audit(1267204414.402:19): operation="profile_replace" pid=802 name=/usr/lib/cups/backend/cups-pdf [ 8.495782] type=1505 audit(1267204414.402:20): operation="profile_replace" pid=802 name=/usr/sbin/cupsd
[ 8.499990] type=1505 audit(1267204414.406:21): operation="profile_replace" pid=803 name=/usr/sbin/tcpdump [ 9.320507] e1000e 0000:01:00.0: irq 26 for MSI/MSI-X
[ 9.376412] e1000e 0000:01:00.0: irq 26 for MSI/MSI-X [ 9.377551] ADDRCONF(NETDEV_UP): eth0: link is not ready [ 9.524541] e1000e 0000:02:00.0: irq 27 for MSI/MSI-X [ 9.581297] e1000e 0000:02:00.0: irq 27 for MSI/MSI-X [ 9.582370] ADDRCONF(NETDEV_UP): eth1: link is not ready [ 10.685503] ppdev: user-space parallel port driver
[ 11.078570] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX [ 11.078581] 0000:01:00.0: eth0: 10/100 speed: disabling TSO
[ 11.079258] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 12.956683] i2c-adapter i2c-0: unable to read EDID block.
[ 12.956694] i915 0000:00:02.0: VGA-1: no EDID data [ 12.989029] i2c-adapter i2c-0: unable to read EDID block.
[ 12.989042] i915 0000:00:02.0: VGA-1: no EDID data [ 14.251237] CPU0 attaching NULL sched-domain.
[ 14.251252] CPU1 attaching NULL sched-domain.
[ 14.272289] CPU0 attaching sched-domain:
[ 14.272300] domain 0: span 0-1 level SIBLING [ 14.272309] groups: 0 1
[ 14.272322] domain 1: span 0-1 level MC [ 14.272330] groups: 0-1 (__cpu_power = 2048) [ 14.272347] CPU1 attaching sched-domain:
[ 14.272354] domain 0: span 0-1 level SIBLING [ 14.272362] groups: 1 0
[ 14.272374] domain 1: span 0-1 level MC [ 14.272382] groups: 0-1 (__cpu_power = 2048) [ 17.249776] CPU0 attaching NULL sched-domain.
[ 17.249791] CPU1 attaching NULL sched-domain.
[ 17.268878] CPU0 attaching sched-domain:
[ 17.269005] domain 0: span 0-1 level SIBLING [ 17.269014] groups: 0 1
[ 17.269030] CPU1 attaching sched-domain:
[ 17.269036] domain 0: span 0-1 level SIBLING [ 17.269044] groups: 1 0
[ 17.661538] i2c-adapter i2c-0: unable to read EDID block.
[ 17.661548] i915 0000:00:02.0: VGA-1: no EDID data [ 17.688481] i2c-adapter i2c-0: unable to read EDID block.
[ 17.688491] i915 0000:00:02.0: VGA-1: no EDID data [ 17.712703] i2c-adapter i2c-0: unable to read EDID block.
[ 17.712715] i915 0000:00:02.0: VGA-1: no EDID data [ 21.146313] eth0: no IPv6 routers present
[ 33.588920] i2c-adapter i2c-0: unable to read EDID block.
[ 33.588937] i915 0000:00:02.0: VGA-1: no EDID data [ 33.677500] i2c-adapter i2c-0: unable to read EDID block.
[ 33.677513] i915 0000:00:02.0: VGA-1: no EDID data [ 33.733162] i2c-adapter i2c-0: unable to read EDID block.
[ 33.733178] i915 0000:00:02.0: VGA-1: no EDID data [ 35.801521] i2c-adapter i2c-0: unable to read EDID block.
[ 35.801532] i915 0000:00:02.0: VGA-1: no EDID data root@ud910d4g:~#
3.6 PCI Device 情報
root@ud910d4g:~# lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03) 00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02) 00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02) 00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02) 00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02) 00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02) 00:1e.0 PCI bridge: Intel Corporation 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.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 02) 00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
01:00.0 Ethernet controller: Intel Corporation 82573L Gigabit Ethernet Controller 02:00.0 Ethernet controller: Intel Corporation 82573L Gigabit Ethernet Controller root@ud910d4g:~#
3.7 システムロードモジュール
root@ud910d4g:~# lsmod
Module Size Used by binfmt_misc 8356 1 ppdev 6688 0 snd_intel8x0 30168 2
snd_ac97_codec 101216 1 snd_intel8x0 ac97_bus 1532 1 snd_ac97_codec snd_pcm_oss 37920 0
snd_mixer_oss 16028 1 snd_pcm_oss
snd_pcm 75296 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss snd_seq_dummy 2656 0
3 付録
tileblit 2460 1 fbcon font 8124 1 fbcon bitblit 5372 1 fbcon
3.8 バージョン情報
root@ud910d4g:~# cat /proc/version
Linux version 2.6.31-14-generic (buildd@rothera) (gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu8) ) #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009 root@ud910d4g:~#
3.9 IRQ 利用情報
root@ud910d4g:~# cat /proc/interrupts CPU0 CPU1
0: 52 0 IO-APIC-edge timer 1: 4 0 IO-APIC-edge i8042 3: 2 0 IO-APIC-edge 4: 2 0 IO-APIC-edge 8: 1 0 IO-APIC-edge rtc0 9: 0 0 IO-APIC-fasteoi acpi 14: 0 0 IO-APIC-edge ata_piix 15: 13374 0 IO-APIC-edge ata_piix 16: 1827 0 IO-APIC-fasteoi uhci_hcd:usb5, i915 17: 220 0 IO-APIC-fasteoi Intel ICH7 18: 0 0 IO-APIC-fasteoi uhci_hcd:usb4 19: 2362 0 IO-APIC-fasteoi uhci_hcd:usb3
23: 24650 0 IO-APIC-fasteoi ehci_hcd:usb1, uhci_hcd:usb2 26: 1920 0 PCI-MSI-edge eth0
27: 431 0 PCI-MSI-edge eth1 NMI: 0 0 Non-maskable interrupts LOC: 50876 53417 Local timer interrupts SPU: 0 0 Spurious interrupts
CNT: 0 0 Performance counter interrupts PND: 0 0 Performance pending work RES: 166 222 Rescheduling interrupts CAL: 47 64 Function call interrupts TLB: 602 1390 TLB shootdowns TRM: 0 0 Thermal event interrupts THR: 0 0 Threshold APIC interrupts MCE: 0 0 Machine check exceptions MCP: 3 3 Machine check polls ERR: 0
MIS: 0 root@ud910d4g:~#
3.10 I/Oポート利用情報
root@ud910d4g:~# cat /proc/ipoports 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.2 0170-0177 : ata_piix 01f0-01f7 : 0000:00:1f.2 01f0-01f7 : ata_piix 02f8-02ff : serial 0376-0376 : 0000:00:1f.2 0376-0376 : ata_piix 03c0-03df : vga+
03f6-03f6 : 0000:00:1f.2 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 0480-04bf : 0000:00:1f.0 04d0-04d1 : pnp 00:01 0500-051f : 0000:00:1f.3 0680-06ff : pnp 00:01 0880-088f : pnp 00:01 0cf8-0cff : PCI conf1 b000-bfff : PCI Bus 0000:02 bf00-bf1f : 0000:02:00.0 c000-cfff : PCI Bus 0000:01 cf00-cf1f : 0000:01:00.0 d000-dfff : PCI Bus 0000:03 f000-f0ff : 0000:00:1e.2 f000-f0ff : Intel ICH7 f800-f80f : 0000:00:1f.2 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@ud910d4g:~#
3 付録
発行 株式会社コンテック
大阪市西淀川区姫里3-9-31 〒555-0025 日本語 http://www.contec.co.jp/
英語 http://www.contec.com/ NA00921(LYLV911)