お知らせ

  • 利用規約を守って投稿してください。また、よくある質問および投稿の手引きも参照してください。
  • メッセージの投稿にはアカウントが必要です。未登録の方は、ユーザ登録ページからアカウントを作成することができます。

#1 2010-10-25 19:24:58

ssugamura
メンバ
登録日: 2010-10-25

ノートPCのTouchpadが認識されない件について

初めて投稿させて頂きます。

無謀かと思ったのですが、マウスコンピュター製のネットブックLB-M120BのOS無しを購入し、Ubuntuをセットアップしました。
その際にTouchpadが認識されずいろいろ調査した所、最終的に下記の現象で確実に再現できることまで追求しました。

この状態で行き詰まり投稿させて頂きした。

以下現在の状況

・Ubuntu 10.10をインストールしています。
・Windows7のインストールを実行させるとTouchpad使用できます。(初期画面まで)
・その後にUbuntuを起動するとTouchpadが使用できます。
・AC電源を抜きます。
・再度Ubuntuを起動するとTouchpadが使用できません。
・再度Windows7にでインストールを実行するとマウスが使用でき、Ubuntuでも使用できます。

状況から判断するとTouchpadに関するメモリにWindows7が書き込みを行っており、
その後Ubuntuを起動してもTouchpadが認識される。
ACを抜くと揮発させTouchpadが認識できなくなる。

と考えいます。
ノートPCのTouchpadはi8042を使用しているようです。
いろいろ探してパラメータを使ってみましたがうまくいきません。

勘違いかもしれませんが、CentOS5.4をインストールしてTouchpadが使用できない状態でi8082.nopnp i8082.noloopを付けて
起動した所Touchpadが使用できました。

できればUbuntuを使いたいととても思っているのですが、Touchpadが使用できないのであればCentOSに切り替えるか・・・
と悲しい判断もしています。

どなたかいい情報あればよろしくお願いします。

オフライン

 

#2 2010-10-26 18:37:27

ssugamura
メンバ
登録日: 2010-10-25

Re: ノートPCのTouchpadが認識されない件について

調査の追加を投稿します。

# dmesg
PNP: PS/2 Controller [PNP0320:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice

-----ここから------- この範囲が認識されないときはでてこない。上は同じ
Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04731/0xa40000/0xa0000
input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
-----ここまで-------

下記は認識される/されないににかかわらず同じ(この時は認識されていない)
# cat /proc/interrupts
           CPU0       CPU1       
  0:      40479      37709   IO-APIC-edge      timer
  1:          3        359   IO-APIC-edge      i8042
  8:          1          0   IO-APIC-edge      rtc0
  9:       5180        111   IO-APIC-fasteoi   acpi
12:          2          2   IO-APIC-edge      i8042
16:       2750         13   IO-APIC-fasteoi   uhci_hcd:usb5, ath9k
18:        108        111   IO-APIC-fasteoi   uhci_hcd:usb4
19:          0          0   IO-APIC-fasteoi   uhci_hcd:usb3
23:        294       1409   IO-APIC-fasteoi   ehci_hcd:usb1, uhci_hcd:usb2
40:          0          0   PCI-MSI-edge      pciehp
41:          0          0   PCI-MSI-edge      pciehp
42:         47      10106   PCI-MSI-edge      eth0
43:       2481       1436   PCI-MSI-edge      ahci
44:       2888        154   PCI-MSI-edge      i915
45:        232        242   PCI-MSI-edge      hda_intel


上記の内容からするとPnPでは認識されているのにドライバーが読み込まれていない状態のようです。
PnPで認識されるのにドライバーが認識されないのは何故でしょうか?

オフライン

 

#3 2010-10-27 19:35:55

tista
ゲスト

Re: ノートPCのTouchpadが認識されない件について

ssugamura様

ちょっと最初の投稿は・・・?なのですが、
とりあえずi8042とはデバイス管理の仕組みであって、ドライバではありませんよ。

Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04731/0xa40000/0xa0000
input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6

うまくシステムがTouchpadを認識している際にはSynapticsのタッチパッドドライバが当てられるようです。
常に正常に認識したうえでエッジスクロールなどの追加機能を利用したい場合は、Synapticsの追加ドライバをインストールすれば良いのですが、
上記症状だとまず安定して認識させる必要があるでしょう。

割り込みコントローラ(つまりはAPIC)依存なのか、あるいはACPIが影響する場合もあるので、下記オプションをGrubへ追加適用してみて頂けますか?

コード:

nolapic noacpi
 

#4 2010-10-28 22:20:25

ssugamura
メンバ
登録日: 2010-10-25

Re: ノートPCのTouchpadが認識されない件について

ヒントありがとうございます。

パラメータを追加して起動しましたが改善されません。
dmesgの結果は下記のようになっています。
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.35-22-generic (buildd@vernadsky) (gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) ) #35-Ubuntu SMP Sat Oct 16 20:36:48 UTC 2010 (Ubuntu 2.6.35-22.35-generic 2.6.35.4)
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009d800 (usable)
[    0.000000]  BIOS-e820: 000000000009d800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000007f3f3000 (usable)
[    0.000000]  BIOS-e820: 000000007f3f3000 - 000000007f439000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007f439000 - 000000007f43f000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007f43f000 - 000000007f442000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007f442000 - 000000007f46a000 (reserved)
[    0.000000]  BIOS-e820: 000000007f46a000 - 000000007f46b000 (usable)
[    0.000000]  BIOS-e820: 000000007f46b000 - 000000007f475000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007f475000 - 000000007f493000 (reserved)
[    0.000000]  BIOS-e820: 000000007f493000 - 000000007f49a000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007f49a000 - 000000007f600000 (usable)
[    0.000000]  BIOS-e820: 000000007f600000 - 0000000080000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed00000 - 00000000fed01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
[    0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[    0.000000] DMI 2.6 present.
[    0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working around it.
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] last_pfn = 0x7f600 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-protect
[    0.000000]   D0000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask 080000000 write-back
[    0.000000]   1 base 07F600000 mask 0FFF00000 write-through
[    0.000000]   2 base 07F700000 mask 0FFF00000 uncachable
[    0.000000]   3 base 07F800000 mask 0FF800000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 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 - 000000000009d800 (usable)
[    0.000000]  modified: 000000000009d800 - 00000000000a0000 (reserved)
[    0.000000]  modified: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  modified: 0000000000100000 - 000000007f3f3000 (usable)
[    0.000000]  modified: 000000007f3f3000 - 000000007f439000 (ACPI NVS)
[    0.000000]  modified: 000000007f439000 - 000000007f43f000 (ACPI data)
[    0.000000]  modified: 000000007f43f000 - 000000007f442000 (ACPI NVS)
[    0.000000]  modified: 000000007f442000 - 000000007f46a000 (reserved)
[    0.000000]  modified: 000000007f46a000 - 000000007f46b000 (usable)
[    0.000000]  modified: 000000007f46b000 - 000000007f475000 (ACPI NVS)
[    0.000000]  modified: 000000007f475000 - 000000007f493000 (reserved)
[    0.000000]  modified: 000000007f493000 - 000000007f49a000 (ACPI NVS)
[    0.000000]  modified: 000000007f49a000 - 000000007f600000 (usable)
[    0.000000]  modified: 000000007f600000 - 0000000080000000 (reserved)
[    0.000000]  modified: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  modified: 00000000fed00000 - 00000000fed01000 (reserved)
[    0.000000]  modified: 00000000fed1c000 - 00000000fed90000 (reserved)
[    0.000000]  modified: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  modified: 00000000fff00000 - 0000000100000000 (reserved)
[    0.000000] initial memory mapped : 0 - 00c00000
[    0.000000] found SMP MP-table at [c00fcbc0] fcbc0
[    0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 0037400000 page 2M
[    0.000000]  0037400000 - 00377fe000 page 4k
[    0.000000] kernel direct mapping tables up to 377fe000 @ 15000-1a000
[    0.000000] RAMDISK: 375aa000 - 37ff0000
[    0.000000] Allocated new RAMDISK: 009a5000 - 013ea0fe
[    0.000000] Move RAMDISK from 00000000375aa000 - 0000000037fef0fd to 009a5000 - 013ea0fd
[    0.000000] ACPI: RSDP 000f0420 00024 (v03 MOUSEC)
[    0.000000] ACPI: XSDT 7f439080 0004C (v01 MOUSEC COMPUTER 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 7f43df10 000F4 (v04 MOUSEC COMPUTER 01072009 AMI  00010013)
[    0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20100428/tbfadt-369)
[    0.000000] ACPI Warning: 32/64X FACS address mismatch in FADT - 0x7F471F40/0x000000007F471F80, using 32 (20100428/tbfadt-486)
[    0.000000] ACPI: DSDT 7f439158 04DB3 (v02 MOUSEC COMPUTER 00000000 INTL 20051117)
[    0.000000] ACPI: FACS 7f471f40 00040
[    0.000000] ACPI: APIC 7f43e008 00072 (v01 MOUSEC COMPUTER 01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 7f43e080 0003C (v01 A M I  ITL 945. 01072009 MSFT 00000097)
[    0.000000] ACPI: SLIC 7f43e0c0 00176 (v01 MOUSEC COMPUTER 01072009 AMI  00010013)
[    0.000000] ACPI: HPET 7f43e238 00038 (v01 MOUSEC COMPUTER 01072009 AMI. 00000004)
[    0.000000] 1150MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x000377fe
[    0.000000]   HighMem  0x000377fe -> 0x0007f600
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[4] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009d
[    0.000000]     0: 0x00000100 -> 0x0007f3f3
[    0.000000]     0: 0x0007f46a -> 0x0007f46b
[    0.000000]     0: 0x0007f49a -> 0x0007f600
[    0.000000] On node 0 totalpages: 521447
[    0.000000] free_area_init_node: node 0, pgdat c07ffd40, node_mem_map c13ec200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3949 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: 2301 pages used for memmap
[    0.000000]   HighMem zone: 291935 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] Intel MultiProcessor Specification v1.4
[    0.000000]     Virtual Wire compatibility mode.
[    0.000000] MPTABLE: OEM ID: COMPUTER
[    0.000000] MPTABLE: Product ID: MOUSEC
[    0.000000] MPTABLE: APIC at: 0xFEE00000
[    0.000000] Processor #0 (Bootup-CPU)
[    0.000000] I/O APIC #4 Version 32 at 0xFEC00000.
[    0.000000] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
[    0.000000] Processors: 1
[    0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] early_res array is doubled to 64 at [16000 - 167ff]
[    0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 80000000 (gap: 80000000:7ec00000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1 nr_node_ids:1
[    0.000000] PERCPU: Embedded 14 pages/cpu @c2400000 s36416 r0 d20928 u4194304
[    0.000000] pcpu-alloc: s36416 r0 d20928 u4194304 alloc=1*4194304
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 517370
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic root=UUID=44635f7e-dc14-43d5-bdcc-2432832306f5 ro i8042.nomux nolapic noacpi
[    0.000000] PID hash table entries: 4096 (order: 2, 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] early_res array is doubled to 128 at [16800 - 177ff]
[    0.000000] allocated 10434240 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Subtract (57 early reservations)
[    0.000000]   #1 [0000001000 - 0000002000]   EX TRAMPOLINE
[    0.000000]   #2 [0000100000 - 00009a0adc]   TEXT DATA BSS
[    0.000000]   #3 [00009a1000 - 00009a41ba]             BRK
[    0.000000]   #4 [00000fcbd0 - 0000100000]   BIOS reserved
[    0.000000]   #5 [00000fcbc0 - 00000fcbd0]    MP-table mpf
[    0.000000]   #6 [000009d800 - 00000fc9c0]   BIOS reserved
[    0.000000]   #7 [00000fcb38 - 00000fcbc0]   BIOS reserved
[    0.000000]   #8 [00000fc9c0 - 00000fcb38]    MP-table mpc
[    0.000000]   #9 [0000010000 - 0000011000]      TRAMPOLINE
[    0.000000]   #10 [0000011000 - 0000015000]     ACPI WAKEUP
[    0.000000]   #11 [0000015000 - 0000016000]         PGTABLE
[    0.000000]   #12 [00009a5000 - 00013eb000]     NEW RAMDISK
[    0.000000]   #13 [00013eb000 - 00013ec000]         BOOTMEM
[    0.000000]   #14 [00013ec000 - 00023dc000]         BOOTMEM
[    0.000000]   #15 [00023dc000 - 00023dc004]         BOOTMEM
[    0.000000]   #16 [00023dc040 - 00023dc100]         BOOTMEM
[    0.000000]   #17 [00023dc100 - 00023dc154]         BOOTMEM
[    0.000000]   #18 [00023dc180 - 00023df180]         BOOTMEM
[    0.000000]   #19 [00023df180 - 00023df1ec]         BOOTMEM
[    0.000000]   #20 [00023df200 - 00023e5200]         BOOTMEM
[    0.000000]   #21 [00023e5200 - 00023e5225]         BOOTMEM
[    0.000000]   #22 [00023e5240 - 00023e5267]         BOOTMEM
[    0.000000]   #23 [00023e5280 - 00023e54b0]         BOOTMEM
[    0.000000]   #24 [00023e54c0 - 00023e5500]         BOOTMEM
[    0.000000]   #25 [00023e5500 - 00023e5540]         BOOTMEM
[    0.000000]   #26 [00023e5540 - 00023e5580]         BOOTMEM
[    0.000000]   #27 [00023e5580 - 00023e55c0]         BOOTMEM
[    0.000000]   #28 [00023e55c0 - 00023e5600]         BOOTMEM
[    0.000000]   #29 [00023e5600 - 00023e5640]         BOOTMEM
[    0.000000]   #30 [00023e5640 - 00023e5680]         BOOTMEM
[    0.000000]   #31 [00023e5680 - 00023e56c0]         BOOTMEM
[    0.000000]   #32 [00023e56c0 - 00023e5700]         BOOTMEM
[    0.000000]   #33 [00023e5700 - 00023e5740]         BOOTMEM
[    0.000000]   #34 [00023e5740 - 00023e5780]         BOOTMEM
[    0.000000]   #35 [00023e5780 - 00023e57c0]         BOOTMEM
[    0.000000]   #36 [00023e57c0 - 00023e5800]         BOOTMEM
[    0.000000]   #37 [00023e5800 - 00023e5840]         BOOTMEM
[    0.000000]   #38 [00023e5840 - 00023e5880]         BOOTMEM
[    0.000000]   #39 [00023e5880 - 00023e58c0]         BOOTMEM
[    0.000000]   #40 [00023e58c0 - 00023e5900]         BOOTMEM
[    0.000000]   #41 [00023e5900 - 00023e5940]         BOOTMEM
[    0.000000]   #42 [00023e5940 - 00023e5980]         BOOTMEM
[    0.000000]   #43 [00023e5980 - 00023e5990]         BOOTMEM
[    0.000000]   #44 [00023e59c0 - 00023e5a38]         BOOTMEM
[    0.000000]   #45 [00023e5a40 - 00023e5ab8]         BOOTMEM
[    0.000000]   #46 [0002400000 - 000240e000]         BOOTMEM
[    0.000000]   #47 [00023e7ac0 - 00023e7ac4]         BOOTMEM
[    0.000000]   #48 [00023e7b00 - 00023e7b04]         BOOTMEM
[    0.000000]   #49 [00023e7b40 - 00023e7b44]         BOOTMEM
[    0.000000]   #50 [00023e7b80 - 00023e7b84]         BOOTMEM
[    0.000000]   #51 [00023e7bc0 - 00023e7c70]         BOOTMEM
[    0.000000]   #52 [00023e7c80 - 00023e7d28]         BOOTMEM
[    0.000000]   #53 [00023e7d40 - 00023ebd40]         BOOTMEM
[    0.000000]   #54 [000240e000 - 000248e000]         BOOTMEM
[    0.000000]   #55 [000248e000 - 00024ce000]         BOOTMEM
[    0.000000]   #56 [00024ce000 - 0002ec16c0]         BOOTMEM
[    0.000000] Initializing HighMem for node 0 (000377fe:0007f600)
[    0.000000] Memory: 2038992k/2086912k available (4928k kernel code, 46796k reserved, 2336k data, 684k init, 1176944k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff16000 - 0xfffff000   ( 932 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 : 0xc0819000 - 0xc08c4000   ( 684 kB)
[    0.000000]       .data : 0xc05d030e - 0xc0818668   (2336 kB)
[    0.000000]       .text : 0xc0100000 - 0xc05d030e   (4928 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=1, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]     RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000]     RCU-based detection of stalled CPUs is disabled.
[    0.000000]     Verbose stalled-CPUs detection is disabled.
[    0.000000] NR_IRQS:2304 nr_irqs:256
[    0.000000] Extended CMOS year: 2000
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 1828.775 MHz processor.
[    0.004008] Calibrating delay loop (skipped), value calculated using timer frequency.. 3657.55 BogoMIPS (lpj=7315100)
[    0.004152] pid_max: default: 32768 minimum: 301
[    0.004255] Security Framework initialized
[    0.004348] AppArmor: AppArmor initialized
[    0.004413] Yama: becoming mindful.
[    0.004578] Mount-cache hash table entries: 512
[    0.004844] Initializing cgroup subsys ns
[    0.004915] Initializing cgroup subsys cpuacct
[    0.004988] Initializing cgroup subsys memory
[    0.005066] Initializing cgroup subsys devices
[    0.005134] Initializing cgroup subsys freezer
[    0.005203] Initializing cgroup subsys net_cls
[    0.005308] CPU: Unsupported number of siblings 2
[    0.005356] mce: CPU supports 5 MCE banks
[    0.005476] using mwait in idle threads.
[    0.005549] Performance Events: PEBS fmt0+, Atom events,
[    0.005650] no APIC, boot with the "lapic" boot parameter to force-enable it.
[    0.005774] no hardware sampling interrupt available.
[    0.005844] Intel PMU driver.
[    0.005910] ... version:                3
[    0.005976] ... bit width:              40
[    0.006041] ... generic registers:      2
[    0.008020] ... value mask:             000000ffffffffff
[    0.008091] ... max period:             000000007fffffff
[    0.008161] ... fixed-purpose events:   3
[    0.008226] ... event mask:             0000000700000003
[    0.009364] SMP alternatives: switching to UP code
[    0.017966] Freeing SMP alternatives: 24k freed
[    0.018054] ACPI: Core revision 20100428
[    0.027227] ACPI: setting ELCR to 0200 (from 0c00)
[    0.027793] ftrace: converting mcount calls to 0f 1f 44 00 00
[    0.027869] ftrace: allocating 21758 entries in 43 pages
[    0.032095] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.032171] SMP disabled
[    0.032475] Brought up 1 CPUs
[    0.036018] Total of 1 processors activated (3657.55 BogoMIPS).
[    0.036531] devtmpfs: initialized
[    0.039263] regulator: core version 0.5
[    0.039363] Time: 13:08:04  Date: 10/28/10
[    0.039494] NET: Registered protocol family 16
[    0.039810] EISA bus registered
[    0.039885] ACPI: bus type pci registered
[    0.040135] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.040245] PCI: not using MMCONFIG
[    0.070863] PCI: Using configuration type 1 for base access
[    0.073192] bio: create slab <bio-0> at 0
[    0.075254] ACPI: EC: Look up EC in DSDT
[    0.077185] ACPI: Executed 1 blocks of module-level executable AML code
[    0.084420] ACPI: SSDT 7f46cc18 00374 (v01    AMI      IST 00000001 MSFT 03000001)
[    0.085366] ACPI: Dynamic OEM Table Load:
[    0.085483] ACPI: SSDT (null) 00374 (v01    AMI      IST 00000001 MSFT 03000001)
[    0.104150] ACPI: Interpreter enabled
[    0.104219] ACPI: (supports S0 S1 S3 S4 S5)
[    0.104451] ACPI: Using PIC for interrupt routing
[    0.104601] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.104838] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in ACPI motherboard resources
[    0.104944] PCI: Using MMCONFIG for extended config space
[    0.124920] ACPI: BIOS _OSI(Linux) query ignored
[    0.133120] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[    0.133561] ACPI: No dock devices found.
[    0.133630] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.134207] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.134609] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.134686] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.134763] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.134863] pci_root PNP0A08:00: host bridge window [mem 0x7f700000-0xffffffff]
[    0.135034] pci 0000:00:02.0: reg 10: [mem 0xfea80000-0xfeafffff]
[    0.135042] pci 0000:00:02.0: reg 14: [io  0xf0c0-0xf0c7]
[    0.135050] pci 0000:00:02.0: reg 18: [mem 0xc0000000-0xcfffffff pref]
[    0.135057] pci 0000:00:02.0: reg 1c: [mem 0xfe700000-0xfe7fffff]
[    0.135100] pci 0000:00:02.1: reg 10: [mem 0xfea00000-0xfea7ffff]
[    0.135212] pci 0000:00:1b.0: reg 10: [mem 0xfeb00000-0xfeb03fff 64bit]
[    0.135277] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.135286] pci 0000:00:1b.0: PME# disabled
[    0.135390] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.135397] pci 0000:00:1c.0: PME# disabled
[    0.135507] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.135515] pci 0000:00:1c.2: PME# disabled
[    0.135587] pci 0000:00:1d.0: reg 20: [io  0xf060-0xf07f]
[    0.135658] pci 0000:00:1d.1: reg 20: [io  0xf040-0xf05f]
[    0.135730] pci 0000:00:1d.2: reg 20: [io  0x0000-0x001f]
[    0.135801] pci 0000:00:1d.3: reg 20: [io  0x0000-0x001f]
[    0.135869] pci 0000:00:1d.7: reg 10: [mem 0xfeb05000-0xfeb053ff]
[    0.135936] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.135944] pci 0000:00:1d.7: PME# disabled
[    0.136195] pci 0000:00:1f.2: reg 10: [io  0xf0b0-0xf0b7]
[    0.136206] pci 0000:00:1f.2: reg 14: [io  0xf0a0-0xf0a3]
[    0.136217] pci 0000:00:1f.2: reg 18: [io  0xf090-0xf097]
[    0.136227] pci 0000:00:1f.2: reg 1c: [io  0xf080-0xf083]
[    0.136238] pci 0000:00:1f.2: reg 20: [io  0xf020-0xf03f]
[    0.136248] pci 0000:00:1f.2: reg 24: [mem 0xfeb04000-0xfeb043ff]
[    0.136292] pci 0000:00:1f.2: PME# supported from D3hot
[    0.136300] pci 0000:00:1f.2: PME# disabled
[    0.136360] pci 0000:00:1f.3: reg 20: [io  0xf000-0xf01f]
[    0.136500] pci 0000:01:00.0: reg 10: [mem 0xfe900000-0xfe90ffff 64bit]
[    0.136583] pci 0000:01:00.0: supports D1
[    0.136588] pci 0000:01:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.136596] pci 0000:01:00.0: PME# disabled
[    0.144038] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    0.144113] pci 0000:00:1c.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.144122] pci 0000:00:1c.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.144133] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.144237] pci 0000:02:00.0: reg 10: [io  0xe000-0xe0ff]
[    0.144265] pci 0000:02:00.0: reg 18: [mem 0xd0010000-0xd0010fff 64bit pref]
[    0.144285] pci 0000:02:00.0: reg 20: [mem 0xd0000000-0xd000ffff 64bit pref]
[    0.144298] pci 0000:02:00.0: reg 30: [mem 0xfe800000-0xfe81ffff pref]
[    0.144352] pci 0000:02:00.0: supports D1 D2
[    0.144357] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot
[    0.144365] pci 0000:02:00.0: PME# disabled
[    0.152035] pci 0000:00:1c.2: PCI bridge to [bus 02-02]
[    0.152109] pci 0000:00:1c.2:   bridge window [io  0xe000-0xefff]
[    0.152117] pci 0000:00:1c.2:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.152128] pci 0000:00:1c.2:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.152215] pci 0000:00:1e.0: PCI bridge to [bus 03-03] (subtractive decode)
[    0.152295] pci 0000:00:1e.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.152304] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.152315] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.152321] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.152327] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.152333] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.152339] pci 0000:00:1e.0:   bridge window [mem 0x7f700000-0xffffffff] (subtractive decode)
[    0.152364] pci_bus 0000:00: on NUMA node 0
[    0.152374] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.152661] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
[    0.152785] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0PB._PRT]
[    0.170664] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.171228] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.171855] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.172418] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.172966] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.173592] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.174218] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.174842] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.175296] HEST: Table is not found!
[    0.175523] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.175639] vgaarb: loaded
[    0.176087] SCSI subsystem initialized
[    0.176256] libata version 3.00 loaded.
[    0.176380] usbcore: registered new interface driver usbfs
[    0.176478] usbcore: registered new interface driver hub
[    0.176601] usbcore: registered new device driver usb
[    0.176965] ACPI: WMI: Mapper loaded
[    0.177029] PCI: Using ACPI for IRQ routing
[    0.177096] PCI: pci_cache_line_size set to 64 bytes
[    0.177198] Expanded resource reserved due to conflict with PCI Bus 0000:00
[    0.177276] reserve RAM buffer: 000000000009d800 - 000000000009ffff
[    0.177282] reserve RAM buffer: 000000007f3f3000 - 000000007fffffff
[    0.177290] reserve RAM buffer: 000000007f46b000 - 000000007fffffff
[    0.177296] reserve RAM buffer: 000000007f600000 - 000000007fffffff
[    0.177485] NetLabel: Initializing
[    0.177549] NetLabel:  domain hash size = 128
[    0.177613] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.177700] NetLabel:  unlabeled traffic allowed by default
[    0.177846] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.177930] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.178099] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.184047] Switching to clocksource tsc
[    0.202301] AppArmor: AppArmor Filesystem Enabled
[    0.202401] pnp: PnP ACPI init
[    0.202500] ACPI: bus type pnp registered
[    0.204176] pnp 00:07: disabling [io  0x0010-0x001f] because it overlaps 0000:00:1d.2 BAR 4 [io  0x0000-0x001f]
[    0.204297] pnp 00:07: disabling [io  0x0010-0x001f disabled] because it overlaps 0000:00:1d.3 BAR 4 [io  0x0000-0x001f]
[    0.213164] pnp: PnP ACPI: found 14 devices
[    0.213232] ACPI: ACPI bus type pnp unregistered
[    0.213302] PnPBIOS: Disabled by ACPI PNP
[    0.213386] system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
[    0.213463] system 00:01: [mem 0xe0000000-0xe3ffffff] has been reserved
[    0.213546] system 00:03: [io  0x0800-0x087f] has been reserved
[    0.213619] system 00:03: [io  0x0480-0x04bf] has been reserved
[    0.213693] system 00:03: [mem 0xfec00000-0xfec00fff] has been reserved
[    0.213769] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.213845] system 00:03: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.213922] system 00:03: [mem 0xfed20000-0xfed8ffff] has been reserved
[    0.213998] system 00:03: [mem 0xfff00000-0xffffffff] has been reserved
[    0.214082] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.214162] system 00:0a: [io  0x0360-0x0361] has been reserved
[    0.214242] system 00:0c: [mem 0xe0000000-0xefffffff] could not be reserved
[    0.214320] system 00:0c: [mem 0xfed14000-0xfed17fff] has been reserved
[    0.214396] system 00:0c: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.214472] system 00:0c: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.214548] system 00:0c: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.252775] pci 0000:00:1c.0: BAR 15: assigned [mem 0x7f700000-0x7f8fffff 64bit pref]
[    0.252883] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
[    0.252959] pci 0000:00:1d.2: BAR 4: assigned [io  0x2000-0x201f]
[    0.253037] pci 0000:00:1d.2: BAR 4: set to [io  0x2000-0x201f] (PCI address [0x2000-0x201f]
[    0.253142] pci 0000:00:1d.3: BAR 4: assigned [io  0x2020-0x203f]
[    0.253219] pci 0000:00:1d.3: BAR 4: set to [io  0x2020-0x203f] (PCI address [0x2020-0x203f]
[    0.253324] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    0.253395] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    0.253472] pci 0000:00:1c.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.253551] pci 0000:00:1c.0:   bridge window [mem 0x7f700000-0x7f8fffff 64bit pref]
[    0.253658] pci 0000:00:1c.2: PCI bridge to [bus 02-02]
[    0.253729] pci 0000:00:1c.2:   bridge window [io  0xe000-0xefff]
[    0.253806] pci 0000:00:1c.2:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.253885] pci 0000:00:1c.2:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.253992] pci 0000:00:1e.0: PCI bridge to [bus 03-03]
[    0.254061] pci 0000:00:1e.0:   bridge window [io  disabled]
[    0.254135] pci 0000:00:1e.0:   bridge window [mem disabled]
[    0.254208] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    0.254548] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
[    0.254621] PCI: setting IRQ 11 as level-triggered
[    0.254630] pci 0000:00:1c.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[    0.254736] pci 0000:00:1c.0: setting latency timer to 64
[    0.254961] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
[    0.255034] PCI: setting IRQ 10 as level-triggered
[    0.255042] pci 0000:00:1c.2: PCI INT C -> Link[LNKC] -> GSI 10 (level, low) -> IRQ 10
[    0.255147] pci 0000:00:1c.2: setting latency timer to 64
[    0.255161] pci 0000:00:1e.0: setting latency timer to 64
[    0.255169] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.255174] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.255180] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.255185] pci_bus 0000:00: resource 7 [mem 0x7f700000-0xffffffff]
[    0.255191] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    0.255196] pci_bus 0000:01: resource 1 [mem 0xfe900000-0xfe9fffff]
[    0.255202] pci_bus 0000:01: resource 2 [mem 0x7f700000-0x7f8fffff 64bit pref]
[    0.255208] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.255213] pci_bus 0000:02: resource 1 [mem 0xfe800000-0xfe8fffff]
[    0.255219] pci_bus 0000:02: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.255225] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7]
[    0.255230] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff]
[    0.255235] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
[    0.255241] pci_bus 0000:03: resource 7 [mem 0x7f700000-0xffffffff]
[    0.255313] NET: Registered protocol family 2
[    0.255493] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.256126] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.257065] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.257566] TCP: Hash tables configured (established 131072 bind 65536)
[    0.257644] TCP reno registered
[    0.257709] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.258733] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.258980] NET: Registered protocol family 1
[    0.259082] pci 0000:00:02.0: Boot video device
[    0.687981] PCI: CLS 64 bytes, default 64
[    0.688343] cpufreq-nforce2: No nForce2 chipset.
[    0.688460] Scanning for low memory corruption every 60 seconds
[    0.688750] audit: initializing netlink socket (disabled)
[    0.688837] type=2000 audit(1288271284.684:1): initialized
[    0.705557] Trying to unpack rootfs image as initramfs...
[    0.724816] highmem bounce pool size: 64 pages
[    0.724896] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.735256] VFS: Disk quotas dquot_6.5.2
[    0.735453] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.736862] fuse init (API version 7.14)
[    0.737132] msgmni has been set to 1683
[    0.744964] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.745072] io scheduler noop registered
[    0.745136] io scheduler deadline registered
[    0.745234] io scheduler cfq registered (default)
[    0.745503] pcieport 0000:00:1c.0: setting latency timer to 64
[    0.745556]   alloc irq_desc for 40 on node -1
[    0.745561]   alloc kstat_irqs on node -1
[    0.745729] pcieport 0000:00:1c.2: setting latency timer to 64
[    0.745970] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.752114] pciehp 0000:00:1c.0:pcie04: HPC vendor_id 8086 device_id 27d0 ss_vid 8086 ss_did 27d0
[    0.752298] pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
[    0.752341] pciehp 0000:00:1c.2:pcie04: HPC vendor_id 8086 device_id 27d4 ss_vid 8086 ss_did 27d4
[    0.752489] pciehp 0000:00:1c.2:pcie04: service driver pciehp loaded
[    0.752510] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.752799] intel_idle: MWAIT substates: 0x20220
[    0.752803] intel_idle: v0.4 model 0x1C
[    0.752807] intel_idle: lapic_timer_reliable_states 0x6
[    0.752820] Marking TSC unstable due to TSC halts in idle states deeper than C2
[    0.753136] Switching to clocksource hpet
[    0.760630] ACPI: AC Adapter [AC0] (on-line)
[    0.760879] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.760989] ACPI: Power Button [PWRB]
[    0.761158] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    0.761272] ACPI: Sleep Button [SLPB]
[    0.761425] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    0.761586] ACPI: Lid Switch [LID0]
[    0.761737] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.761840] ACPI: Power Button [PWRF]
[    0.762254] ACPI: acpi_idle yielding to intel_idle
[    0.771662] ERST: Table is not found!
[    0.772300] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.775376] brd: module loaded
[    0.780514] isapnp: Scanning for PnP cards...
[    0.786762] loop: module loaded
[    0.787992] Fixed MDIO Bus: probed
[    0.791325] PPP generic driver version 2.4.2
[    0.791610] tun: Universal TUN/TAP device driver, 1.6
[    0.791724] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
[    0.792204] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.792561] ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 11
[    0.792638] ehci_hcd 0000:00:1d.7: PCI INT A -> Link[LNKH] -> GSI 11 (level, low) -> IRQ 11
[    0.792767] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    0.792773] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    0.792925] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    0.793124] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[    0.793246] ehci_hcd 0000:00:1d.7: debug port 1
[    0.797255] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[    0.847758] ehci_hcd 0000:00:1d.7: irq 11, io mem 0xfeb05000
[    0.862561] ACPI: Battery Slot [BAT0] (battery present)
[    0.864094] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    0.864447] hub 1-0:1.0: USB hub found
[    0.864519] hub 1-0:1.0: 8 ports detected
[    0.864726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.864831] uhci_hcd: USB Universal Host Controller Interface driver
[    0.864967] uhci_hcd 0000:00:1d.0: PCI INT A -> Link[LNKH] -> GSI 11 (level, low) -> IRQ 11
[    0.865079] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    0.865086] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    0.865241] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.865377] uhci_hcd 0000:00:1d.0: irq 11, io base 0x0000f060
[    0.865698] hub 2-0:1.0: USB hub found
[    0.865769] hub 2-0:1.0: 2 ports detected
[    0.866185] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10
[    0.866262] uhci_hcd 0000:00:1d.1: PCI INT B -> Link[LNKD] -> GSI 10 (level, low) -> IRQ 10
[    0.866372] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    0.866379] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    0.866527] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    0.866660] uhci_hcd 0000:00:1d.1: irq 10, io base 0x0000f040
[    0.866996] hub 3-0:1.0: USB hub found
[    0.867065] hub 3-0:1.0: 2 ports detected
[    0.867231] uhci_hcd 0000:00:1d.2: enabling device (0000 -> 0001)
[    0.867310] uhci_hcd 0000:00:1d.2: PCI INT C -> Link[LNKC] -> GSI 10 (level, low) -> IRQ 10
[    0.867422] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    0.867428] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    0.867573] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    0.867704] uhci_hcd 0000:00:1d.2: irq 10, io base 0x00002000
[    0.872123] hub 4-0:1.0: USB hub found
[    0.872207] hub 4-0:1.0: 2 ports detected
[    0.872400] uhci_hcd 0000:00:1d.3: enabling device (0000 -> 0001)
[    0.872482] uhci_hcd 0000:00:1d.3: PCI INT D -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[    0.872596] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    0.872602] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    0.872775] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    0.872912] uhci_hcd 0000:00:1d.3: irq 11, io base 0x00002020
[    0.873241] hub 5-0:1.0: USB hub found
[    0.873311] hub 5-0:1.0: 2 ports detected
[    0.873598] PNP: PS/2 Controller [PNP0320:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.880256] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.880344] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.880700] mice: PS/2 mouse device common for all mice
[    0.881141] rtc_cmos 00:05: RTC can wake from S4
[    0.881290] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    0.881389] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.881719] device-mapper: uevent: version 1.0.3
[    0.884597] device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: [email protected]
[    0.888315] device-mapper: multipath: version 1.1.1 loaded
[    0.888393] device-mapper: multipath round-robin: version 1.0.0 loaded
[    0.892436] EISA: Probing bus 0 at eisa.0
[    0.892509] EISA: Cannot allocate resource for mainboard
[    0.892580] Cannot allocate resource for EISA slot 1
[    0.892648] Cannot allocate resource for EISA slot 2
[    0.892716] Cannot allocate resource for EISA slot 3
[    0.892785] Cannot allocate resource for EISA slot 4
[    0.892854] Cannot allocate resource for EISA slot 5
[    0.892923] Cannot allocate resource for EISA slot 6
[    0.892991] Cannot allocate resource for EISA slot 7
[    0.893059] Cannot allocate resource for EISA slot 8
[    0.893127] EISA: Detected 0 cards.
[    0.896635] cpuidle: using governor ladder
[    0.896825] cpuidle: using governor menu
[    0.897517] TCP cubic registered
[    0.897870] NET: Registered protocol family 10
[    0.898623] lo: Disabled Privacy Extensions
[    0.899136] NET: Registered protocol family 17
[    0.899962] Using IPI No-Shortcut mode
[    0.900306] PM: Resume from disk failed.
[    0.900332] registered taskstats version 1
[    0.900749]   Magic number: 14:571:130
[    0.900873] acpi device:05: hash matches
[    0.900940] acpi PNP0C02:02: hash matches
[    0.901047] rtc_cmos 00:05: setting system clock to 2010-10-28 13:08:05 UTC (1288271285)
[    0.901150] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    0.901221] EDD information not available.
[    1.061500] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    1.475825] isapnp: No Plug & Play device found
[    1.580722] Freeing initrd memory: 10520k freed
[    1.588574] Freeing unused kernel memory: 684k freed
[    1.589276] Write protecting the kernel text: 4932k
[    1.589400] Write protecting the kernel read-only data: 1976k
[    1.623839] udev[66]: starting version 163
[    2.094790] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    2.094899] r8169 0000:02:00.0: PCI INT A -> Link[LNKC] -> GSI 10 (level, low) -> IRQ 10
[    2.095051] r8169 0000:02:00.0: setting latency timer to 64
[    2.095113] r8169 0000:02:00.0: no MSI. Back to INTx.
[    2.139559] r8169 0000:02:00.0: eth0: RTL8102e at 0xf8036000, 00:23:81:0f:af:3f, XID 04c00000 IRQ 10
[    2.160612] ahci 0000:00:1f.2: version 3.0
[    2.160643] ahci 0000:00:1f.2: PCI INT B -> Link[LNKD] -> GSI 10 (level, low) -> IRQ 10
[    2.160897] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
[    2.161003] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part
[    2.161081] ahci 0000:00:1f.2: setting latency timer to 64
[    3.272538] irq 10: nobody cared (try booting with the "irqpoll" option)
[    3.272617] Pid: 175, comm: modprobe Not tainted 2.6.35-22-generic #35-Ubuntu
[    3.272693] Call Trace:
[    3.272760]  [<c05c64d0>] ? printk+0x2d/0x35
[    3.272832]  [<c01a98dc>] __report_bad_irq+0x2c/0x90
[    3.272902]  [<c01a7df4>] ? handle_IRQ_event+0x44/0x150
[    3.272973]  [<c01a9a9d>] note_interrupt+0x15d/0x1a0
[    3.273045]  [<c0106747>] ? mask_and_ack_8259A+0x57/0xf0
[    3.273117]  [<c01aa734>] handle_level_irq+0xd4/0x100
[    3.273188]  [<c01050ad>] handle_irq+0x1d/0x30
[    3.273256]  [<c05cf6cc>] do_IRQ+0x4c/0xc0
[    3.273323]  [<c0169fde>] ? hrtimer_interrupt+0x1ae/0x2a0
[    3.273395]  [<c0103630>] common_interrupt+0x30/0x38
[    3.273466]  [<c015122d>] ? __do_softirq+0x4d/0x1b0
[    3.273537]  [<c012ce18>] ? default_spin_lock_flags+0x8/0x10
[    3.273610]  [<c05c8c0f>] ? _raw_spin_lock_irqsave+0x2f/0x50
[    3.273683]  [<c01aa71a>] ? handle_level_irq+0xba/0x100
[    3.273754]  [<c01513d5>] do_softirq+0x45/0x50
[    3.274764]  [<c0151545>] irq_exit+0x65/0x70
[    3.274830]  [<c05cf6d5>] do_IRQ+0x55/0xc0
[    3.274899]  [<c04034c3>] ? devres_add+0x53/0x70
[    3.274968]  [<c0103630>] common_interrupt+0x30/0x38
[    3.275042]  [<f8068d50>] ? ahci_error_handler+0x0/0x70 [libahci]
[    3.275118]  [<c01200e0>] ? setup_p4_watchdog+0x10/0x180
[    3.275189]  [<c05c8c65>] ? _raw_spin_unlock_irqrestore+0x15/0x20
[    3.275265]  [<c0448409>] ata_eh_freeze_port+0x39/0x50
[    3.275336]  [<c043d973>] ata_host_start+0xf3/0x1c0
[    3.275405]  [<c043e050>] ata_host_activate+0x20/0xf0
[    3.275478]  [<f8069c30>] ? ahci_interrupt+0x0/0x100 [libahci]
[    3.275556]  [<f8081d30>] ahci_init_one+0x470/0x7d0 [ahci]
[    3.275629]  [<c027165d>] ? sysfs_add_one+0x1d/0x110
[    3.275699]  [<c0270c07>] ? sysfs_new_dirent+0x67/0x100
[    3.275771]  [<c0270c07>] ? sysfs_new_dirent+0x67/0x100
[    3.275842]  [<c0270106>] ? sysfs_schedule_callback_work+0x6/0x60
[    3.275919]  [<c036b9d3>] local_pci_probe+0x13/0x20
[    3.275988]  [<c036c988>] pci_device_probe+0x68/0x90
[    3.276021]  [<c0400540>] really_probe+0x50/0x150
[    3.276021]  [<c0407bb7>] ? pm_runtime_barrier+0x57/0xb0
[    3.276021]  [<c040067c>] driver_probe_device+0x3c/0x60
[    3.276021]  [<c0400721>] __driver_attach+0x81/0x90
[    3.276021]  [<c03ffb43>] bus_for_each_dev+0x53/0x80
[    3.276021]  [<c040040e>] driver_attach+0x1e/0x20
[    3.276021]  [<c04006a0>] ? __driver_attach+0x0/0x90
[    3.276021]  [<c03ffdd5>] bus_add_driver+0xd5/0x280
[    3.276021]  [<c036c8c0>] ? pci_device_remove+0x0/0x40
[    3.276021]  [<c0400a1a>] driver_register+0x6a/0x130
[    3.276021]  [<c036cbc5>] __pci_register_driver+0x45/0xb0
[    3.276021]  [<f8088017>] ahci_init+0x17/0x19 [ahci]
[    3.276021]  [<c0101132>] do_one_initcall+0x32/0x1a0
[    3.276021]  [<f8088000>] ? ahci_init+0x0/0x19 [ahci]
[    3.276021]  [<c0180c2b>] sys_init_module+0x9b/0x1e0
[    3.276021]  [<c0218fa2>] ? sys_write+0x42/0x70
[    3.276021]  [<c05c9114>] syscall_call+0x7/0xb
[    3.276021] handlers:
[    3.276021] [<c037c490>] (pcie_isr+0x0/0x260)
[    3.276021] [<c046fa50>] (usb_hcd_irq+0x0/0x80)
[    3.276021] [<c046fa50>] (usb_hcd_irq+0x0/0x80)
[    3.276021] Disabling IRQ #10
[    3.278115] scsi0 : ahci
[    3.278611] scsi1 : ahci
[    3.278920] scsi2 : ahci
[    3.279227] scsi3 : ahci
[    3.279584] ata1: SATA max UDMA/133 irq_stat 0x00400040, connection status changed irq 10
[    3.279690] ata2: SATA max UDMA/133 abar m1024@0xfeb04000 port 0xfeb04180 irq 10
[    3.279789] ata3: DUMMY
[    3.279846] ata4: DUMMY
[    3.600139] ata2: SATA link down (SStatus 0 SControl 300)
[    4.004138] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    4.010144] ata1.00: ATA-8: SAMSUNG HM321HI, 2AJ10001, max UDMA/133
[    4.010234] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    4.016344] ata1.00: configured for UDMA/133
[    4.032321] scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG HM321HI  2AJ1 PQ: 0 ANSI: 5
[    4.032765] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    4.033345] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[    4.033602] sd 0:0:0:0: [sda] Write Protect is off
[    4.033672] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    4.033735] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.034194]  sda: sda1 sda2 < sda5 >
[    4.088572] sd 0:0:0:0: [sda] Attached SCSI disk
[    4.467860] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   13.104313] Adding 6142972k swap on /dev/sda5.  Priority:-1 extents:1 across:6142972k
[   13.205823] udev[329]: starting version 163
[   13.288430] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   13.526367] lp: driver loaded but no devices found
[   14.246431] Linux agpgart interface v0.103
[   14.414274] agpgart-intel 0000:00:00.0: Intel GMA3150 Chipset
[   14.414974] agpgart-intel 0000:00:00.0: detected 8188K stolen memory
[   14.553230] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
[   14.593264] cfg80211: Calling CRDA to update world regulatory domain
[   14.658666] cfg80211: World regulatory domain updated:
[   14.658672]     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   14.658679]     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   14.658684]     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   14.658689]     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   14.658695]     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   14.658700]     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   14.684448] type=1400 audit(1288271299.279:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient3" pid=591 comm="apparmor_parser"
[   14.684957] type=1400 audit(1288271299.279:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=591 comm="apparmor_parser"
[   14.685259] type=1400 audit(1288271299.279:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=591 comm="apparmor_parser"
[   15.134592] [drm] Initialized drm 1.1.0 20060810
[   15.565094] r8169 0000:02:00.0: eth0: link up
[   15.565117] r8169 0000:02:00.0: eth0: link up
[   15.642230] type=1400 audit(1288271300.235:5): apparmor="STATUS" operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" pid=742 comm="apparmor_parser"
[   15.664887] ath9k 0000:01:00.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[   15.664904] ath9k 0000:01:00.0: setting latency timer to 64
[   15.730485] type=1400 audit(1288271300.323:6): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient3" pid=745 comm="apparmor_parser"
[   15.731005] type=1400 audit(1288271300.323:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=745 comm="apparmor_parser"
[   15.731310] type=1400 audit(1288271300.323:8): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=745 comm="apparmor_parser"
[   15.744065] type=1400 audit(1288271300.335:9): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince" pid=749 comm="apparmor_parser"
[   15.778262] i915 0000:00:02.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[   15.778273] i915 0000:00:02.0: setting latency timer to 64
[   15.851333] type=1400 audit(1288271300.443:10): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer" pid=749 comm="apparmor_parser"
[   15.869946] type=1400 audit(1288271300.463:11): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-thumbnailer" pid=749 comm="apparmor_parser"
[   15.928298] ath: EEPROM regdomain: 0x60
[   15.928304] ath: EEPROM indicates we should expect a direct regpair map
[   15.928311] ath: Country alpha2 being used: 00
[   15.928315] ath: Regpair used: 0x60
[   15.951927] [drm] set up 7M of stolen space
[   15.965210] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   15.965618] [drm] initialized overlay support
[   16.277685] phy0: Selected rate control algorithm 'ath9k_rate_control'
[   16.279799] Registered led device: ath9k-phy0::radio
[   16.279958] Registered led device: ath9k-phy0::assoc
[   16.280755] Registered led device: ath9k-phy0::tx
[   16.280925] Registered led device: ath9k-phy0::rx
[   16.280941] phy0: Atheros AR9285 Rev:2 mem=0xf87a0000, irq=11
[   16.725330] Console: switching to colour frame buffer device 160x45
[   16.735434] fb0: inteldrmfb frame buffer device
[   16.735438] drm: registered panic notifier
[   16.748104] Slow work thread pool: Starting up
[   16.760301] Slow work thread pool: Ready
[   16.766086] acpi device:1c: registered as cooling_device1
[   16.766682] ACPI: BIOS _OSI(Linux) query ignored
[   16.773164] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
[   16.773505] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   16.774813] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   16.774894] HDA Intel 0000:00:1b.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[   16.774989] HDA Intel 0000:00:1b.0: setting latency timer to 64
[   16.924134] hda_codec: ALC269: BIOS auto-probing.
[   17.210425] ppdev: user-space parallel port driver
[   17.452158] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   18.613160] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro,commit=0
[   21.881735] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro,commit=0
[   50.920124] usb 2-1: new low speed USB device using uhci_hcd and address 2
[   51.226408] usbcore: registered new interface driver hiddev
[   51.240301] input: ELECOM ELECOM USB mouse with wheel  as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input6
[   51.240773] generic-usb 0003:056E:0018.0001: input,hidraw0: USB HID v1.10 Mouse [ELECOM ELECOM USB mouse with wheel ] on usb-0000:00:1d.0-1/input0
[   51.242386] usbcore: registered new interface driver usbhid
[   51.242394] usbhid: USB HID core driver

前回投稿からいろいろと調べていましたが、[    0.880256] のserioの認識から[   15.134592]drm Initializedまでの間(Touchpadの認識はdrmの後に有ったため)に問題があるのではないかと思っています。
他のデバイスが先に認識したことによりTouchpadが認識できない?との可能性も考え調べていますが、どうすれば良いのか調査中でした。
他のパラメータが有りますか?
カーネルの最小構成にすれば判断できるかな?と思いカーネル再コンパイルも試し中です。
他のヒントがあればお願いします。

上記のdmesgにはELECOMマスウがありますが、USBで接続しているものです。

よろしくお願いします。

オフライン

 

#5 2010-10-28 22:32:28

ssugamura
メンバ
登録日: 2010-10-25

Re: ノートPCのTouchpadが認識されない件について

下記が正常に認識した場合のdmesです。
USB CD-ROMを接続しています。

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.35-22-generic (buildd@rothera) (gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu4) ) #33-Ubuntu SMP Sun Sep 19 20:34:50 UTC 2010 (Ubuntu 2.6.35-22.33-generic 2.6.35.4)
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009d800 (usable)
[    0.000000]  BIOS-e820: 000000000009d800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000007f3f3000 (usable)
[    0.000000]  BIOS-e820: 000000007f3f3000 - 000000007f439000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007f439000 - 000000007f43f000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007f43f000 - 000000007f442000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007f442000 - 000000007f46a000 (reserved)
[    0.000000]  BIOS-e820: 000000007f46a000 - 000000007f46b000 (usable)
[    0.000000]  BIOS-e820: 000000007f46b000 - 000000007f475000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007f475000 - 000000007f493000 (reserved)
[    0.000000]  BIOS-e820: 000000007f493000 - 000000007f49a000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007f49a000 - 000000007f600000 (usable)
[    0.000000]  BIOS-e820: 000000007f600000 - 0000000080000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed00000 - 00000000fed01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
[    0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[    0.000000] DMI 2.6 present.
[    0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working around it.
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] last_pfn = 0x7f600 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-protect
[    0.000000]   D0000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask 080000000 write-back
[    0.000000]   1 base 07F600000 mask 0FFF00000 write-through
[    0.000000]   2 base 07F700000 mask 0FFF00000 uncachable
[    0.000000]   3 base 07F800000 mask 0FF800000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 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 - 000000000009d800 (usable)
[    0.000000]  modified: 000000000009d800 - 00000000000a0000 (reserved)
[    0.000000]  modified: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  modified: 0000000000100000 - 000000007f3f3000 (usable)
[    0.000000]  modified: 000000007f3f3000 - 000000007f439000 (ACPI NVS)
[    0.000000]  modified: 000000007f439000 - 000000007f43f000 (ACPI data)
[    0.000000]  modified: 000000007f43f000 - 000000007f442000 (ACPI NVS)
[    0.000000]  modified: 000000007f442000 - 000000007f46a000 (reserved)
[    0.000000]  modified: 000000007f46a000 - 000000007f46b000 (usable)
[    0.000000]  modified: 000000007f46b000 - 000000007f475000 (ACPI NVS)
[    0.000000]  modified: 000000007f475000 - 000000007f493000 (reserved)
[    0.000000]  modified: 000000007f493000 - 000000007f49a000 (ACPI NVS)
[    0.000000]  modified: 000000007f49a000 - 000000007f600000 (usable)
[    0.000000]  modified: 000000007f600000 - 0000000080000000 (reserved)
[    0.000000]  modified: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  modified: 00000000fed00000 - 00000000fed01000 (reserved)
[    0.000000]  modified: 00000000fed1c000 - 00000000fed90000 (reserved)
[    0.000000]  modified: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  modified: 00000000fff00000 - 0000000100000000 (reserved)
[    0.000000] initial memory mapped : 0 - 00c00000
[    0.000000] found SMP MP-table at [c00fcbc0] fcbc0
[    0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 0037400000 page 2M
[    0.000000]  0037400000 - 00377fe000 page 4k
[    0.000000] kernel direct mapping tables up to 377fe000 @ 15000-1a000
[    0.000000] RAMDISK: 375aa000 - 37ff0000
[    0.000000] Allocated new RAMDISK: 009a5000 - 013ea2a9
[    0.000000] Move RAMDISK from 00000000375aa000 - 0000000037fef2a8 to 009a5000 - 013ea2a8
[    0.000000] ACPI: RSDP 000f0420 00024 (v03 MOUSEC)
[    0.000000] ACPI: XSDT 7f439080 0004C (v01 MOUSEC COMPUTER 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 7f43df10 000F4 (v04 MOUSEC COMPUTER 01072009 AMI  00010013)
[    0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20100428/tbfadt-369)
[    0.000000] ACPI Warning: 32/64X FACS address mismatch in FADT - 0x7F471F40/0x000000007F471F80, using 32 (20100428/tbfadt-486)
[    0.000000] ACPI: DSDT 7f439158 04DB3 (v02 MOUSEC COMPUTER 00000000 INTL 20051117)
[    0.000000] ACPI: FACS 7f471f40 00040
[    0.000000] ACPI: APIC 7f43e008 00072 (v01 MOUSEC COMPUTER 01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 7f43e080 0003C (v01 A M I  ITL 945. 01072009 MSFT 00000097)
[    0.000000] ACPI: SLIC 7f43e0c0 00176 (v01 MOUSEC COMPUTER 01072009 AMI  00010013)
[    0.000000] ACPI: HPET 7f43e238 00038 (v01 MOUSEC COMPUTER 01072009 AMI. 00000004)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 1150MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x000377fe
[    0.000000]   HighMem  0x000377fe -> 0x0007f600
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[4] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009d
[    0.000000]     0: 0x00000100 -> 0x0007f3f3
[    0.000000]     0: 0x0007f46a -> 0x0007f46b
[    0.000000]     0: 0x0007f49a -> 0x0007f600
[    0.000000] On node 0 totalpages: 521447
[    0.000000] free_area_init_node: node 0, pgdat c07ffd40, node_mem_map c13ec200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3949 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: 2301 pages used for memmap
[    0.000000]   HighMem zone: 291935 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 4, 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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] early_res array is doubled to 64 at [16000 - 167ff]
[    0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 80000000 (gap: 80000000:7ec00000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 14 pages/cpu @c2400000 s36416 r0 d20928 u1048576
[    0.000000] pcpu-alloc: s36416 r0 d20928 u1048576 alloc=1*4194304
[    0.000000] pcpu-alloc: [0] 0 1 2 3
[    0.000000] early_res array is doubled to 128 at [16800 - 177ff]
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 517370
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic root=UUID=44635f7e-dc14-43d5-bdcc-2432832306f5 ro quiet splash
[    0.000000] PID hash table entries: 4096 (order: 2, 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 10434240 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Subtract (60 early reservations)
[    0.000000]   #1 [0000001000 - 0000002000]   EX TRAMPOLINE
[    0.000000]   #2 [0000100000 - 00009a0adc]   TEXT DATA BSS
[    0.000000]   #3 [00009a1000 - 00009a41ba]             BRK
[    0.000000]   #4 [00000fcbd0 - 0000100000]   BIOS reserved
[    0.000000]   #5 [00000fcbc0 - 00000fcbd0]    MP-table mpf
[    0.000000]   #6 [000009d800 - 00000fc9c0]   BIOS reserved
[    0.000000]   #7 [00000fcb38 - 00000fcbc0]   BIOS reserved
[    0.000000]   #8 [00000fc9c0 - 00000fcb38]    MP-table mpc
[    0.000000]   #9 [0000010000 - 0000011000]      TRAMPOLINE
[    0.000000]   #10 [0000011000 - 0000015000]     ACPI WAKEUP
[    0.000000]   #11 [0000015000 - 0000016000]         PGTABLE
[    0.000000]   #12 [00009a5000 - 00013eb000]     NEW RAMDISK
[    0.000000]   #13 [00013eb000 - 00013ec000]         BOOTMEM
[    0.000000]   #14 [00013ec000 - 00023dc000]         BOOTMEM
[    0.000000]   #15 [00023dc000 - 00023dc004]         BOOTMEM
[    0.000000]   #16 [00023dc040 - 00023dc100]         BOOTMEM
[    0.000000]   #17 [00023dc100 - 00023dc154]         BOOTMEM
[    0.000000]   #18 [00023dc180 - 00023df180]         BOOTMEM
[    0.000000]   #19 [00023df180 - 00023df1ec]         BOOTMEM
[    0.000000]   #20 [00023df200 - 00023e5200]         BOOTMEM
[    0.000000]   #21 [00023e5200 - 00023e5225]         BOOTMEM
[    0.000000]   #22 [00023e5240 - 00023e5267]         BOOTMEM
[    0.000000]   #23 [00023e5280 - 00023e54b0]         BOOTMEM
[    0.000000]   #24 [00023e54c0 - 00023e5500]         BOOTMEM
[    0.000000]   #25 [00023e5500 - 00023e5540]         BOOTMEM
[    0.000000]   #26 [00023e5540 - 00023e5580]         BOOTMEM
[    0.000000]   #27 [00023e5580 - 00023e55c0]         BOOTMEM
[    0.000000]   #28 [00023e55c0 - 00023e5600]         BOOTMEM
[    0.000000]   #29 [00023e5600 - 00023e5640]         BOOTMEM
[    0.000000]   #30 [00023e5640 - 00023e5680]         BOOTMEM
[    0.000000]   #31 [00023e5680 - 00023e56c0]         BOOTMEM
[    0.000000]   #32 [00023e56c0 - 00023e5700]         BOOTMEM
[    0.000000]   #33 [00023e5700 - 00023e5740]         BOOTMEM
[    0.000000]   #34 [00023e5740 - 00023e5780]         BOOTMEM
[    0.000000]   #35 [00023e5780 - 00023e57c0]         BOOTMEM
[    0.000000]   #36 [00023e57c0 - 00023e5800]         BOOTMEM
[    0.000000]   #37 [00023e5800 - 00023e5840]         BOOTMEM
[    0.000000]   #38 [00023e5840 - 00023e5880]         BOOTMEM
[    0.000000]   #39 [00023e5880 - 00023e58c0]         BOOTMEM
[    0.000000]   #40 [00023e58c0 - 00023e5900]         BOOTMEM
[    0.000000]   #41 [00023e5900 - 00023e5940]         BOOTMEM
[    0.000000]   #42 [00023e5940 - 00023e5980]         BOOTMEM
[    0.000000]   #43 [00023e5980 - 00023e5990]         BOOTMEM
[    0.000000]   #44 [00023e59c0 - 00023e5a2a]         BOOTMEM
[    0.000000]   #45 [00023e5a40 - 00023e5aaa]         BOOTMEM
[    0.000000]   #46 [0002400000 - 000240e000]         BOOTMEM
[    0.000000]   #47 [0002500000 - 000250e000]         BOOTMEM
[    0.000000]   #48 [0002600000 - 000260e000]         BOOTMEM
[    0.000000]   #49 [0002700000 - 000270e000]         BOOTMEM
[    0.000000]   #50 [00023e7ac0 - 00023e7ac4]         BOOTMEM
[    0.000000]   #51 [00023e7b00 - 00023e7b04]         BOOTMEM
[    0.000000]   #52 [00023e7b40 - 00023e7b50]         BOOTMEM
[    0.000000]   #53 [00023e7b80 - 00023e7b90]         BOOTMEM
[    0.000000]   #54 [00023e7bc0 - 00023e7c60]         BOOTMEM
[    0.000000]   #55 [00023e7c80 - 00023e7cc8]         BOOTMEM
[    0.000000]   #56 [00023e7d00 - 00023ebd00]         BOOTMEM
[    0.000000]   #57 [000240e000 - 000248e000]         BOOTMEM
[    0.000000]   #58 [000248e000 - 00024ce000]         BOOTMEM
[    0.000000]   #59 [000270e000 - 00031016c0]         BOOTMEM
[    0.000000] Initializing HighMem for node 0 (000377fe:0007f600)
[    0.000000] Memory: 2038824k/2086912k available (4928k kernel code, 46964k reserved, 2336k data, 684k init, 1176944k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff16000 - 0xfffff000   ( 932 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 : 0xc0819000 - 0xc08c4000   ( 684 kB)
[    0.000000]       .data : 0xc05d029e - 0xc0818668   (2336 kB)
[    0.000000]       .text : 0xc0100000 - 0xc05d029e   (4928 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=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]     RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000]     RCU-based detection of stalled CPUs is disabled.
[    0.000000]     Verbose stalled-CPUs detection is disabled.
[    0.000000] NR_IRQS:2304 nr_irqs:712
[    0.000000] Extended CMOS year: 2000
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 1828.921 MHz processor.
[    0.004010] Calibrating delay loop (skipped), value calculated using timer frequency.. 3657.84 BogoMIPS (lpj=7315684)
[    0.004020] pid_max: default: 32768 minimum: 301
[    0.004061] Security Framework initialized
[    0.004093] AppArmor: AppArmor initialized
[    0.004097] Yama: becoming mindful.
[    0.004203] Mount-cache hash table entries: 512
[    0.004417] Initializing cgroup subsys ns
[    0.004426] Initializing cgroup subsys cpuacct
[    0.004435] Initializing cgroup subsys memory
[    0.004451] Initializing cgroup subsys devices
[    0.004457] Initializing cgroup subsys freezer
[    0.004462] Initializing cgroup subsys net_cls
[    0.004507] CPU: Physical Processor ID: 0
[    0.004511] CPU: Processor Core ID: 0
[    0.004516] mce: CPU supports 5 MCE banks
[    0.004528] CPU0: Thermal monitoring enabled (TM2)
[    0.004536] using mwait in idle threads.
[    0.004548] Performance Events: PEBS fmt0+, Atom events, Intel PMU driver.
[    0.004565] ... version:                3
[    0.004569] ... bit width:              40
[    0.004573] ... generic registers:      2
[    0.004578] ... value mask:             000000ffffffffff
[    0.004582] ... max period:             000000007fffffff
[    0.004587] ... fixed-purpose events:   3
[    0.004591] ... event mask:             0000000700000003
[    0.010571] ACPI: Core revision 20100428
[    0.020026] ftrace: converting mcount calls to 0f 1f 44 00 00
[    0.020036] ftrace: allocating 21758 entries in 43 pages
[    0.024100] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.024417] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.067722] CPU0: Intel(R) Atom(TM) CPU N475   @ 1.83GHz stepping 0a
[    0.068000] Booting Node   0, Processors  #1
[    0.008000] Initializing CPU#1
[    0.156029] Brought up 2 CPUs
[    0.156037] Total of 2 processors activated (7315.70 BogoMIPS).
[    0.156376] devtmpfs: initialized
[    0.158163] regulator: core version 0.5
[    0.158206] Time:  5:38:50  Date: 10/26/10
[    0.158282] NET: Registered protocol family 16
[    0.158304] Trying to unpack rootfs image as initramfs...
[    0.158671] EISA bus registered
[    0.160028] ACPI: bus type pci registered
[    0.160215] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.160225] PCI: not using MMCONFIG
[    0.191162] PCI: Using configuration type 1 for base access
[    0.194776] bio: create slab <bio-0> at 0
[    0.197925] ACPI: EC: Look up EC in DSDT
[    0.200861] ACPI: Executed 1 blocks of module-level executable AML code
[    0.211328] ACPI: SSDT 7f46cc18 00374 (v01    AMI      IST 00000001 MSFT 03000001)
[    0.212543] ACPI: Dynamic OEM Table Load:
[    0.212554] ACPI: SSDT (null) 00374 (v01    AMI      IST 00000001 MSFT 03000001)
[    0.228265] ACPI: Interpreter enabled
[    0.228279] ACPI: (supports S0 S1 S3 S4 S5)
[    0.228350] ACPI: Using IOAPIC for interrupt routing
[    0.228477] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.228672] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in ACPI motherboard resources
[    0.228679] PCI: Using MMCONFIG for extended config space
[    0.249403] ACPI: BIOS _OSI(Linux) query ignored
[    0.261251] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[    0.261791] ACPI: No dock devices found.
[    0.261803] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.262446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.262916] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.262926] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.262935] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.262944] pci_root PNP0A08:00: host bridge window [mem 0x7f700000-0xffffffff]
[    0.263043] pci 0000:00:02.0: reg 10: [mem 0xfea80000-0xfeafffff]
[    0.263054] pci 0000:00:02.0: reg 14: [io  0xf0c0-0xf0c7]
[    0.263064] pci 0000:00:02.0: reg 18: [mem 0xc0000000-0xcfffffff pref]
[    0.263075] pci 0000:00:02.0: reg 1c: [mem 0xfe700000-0xfe7fffff]
[    0.263131] pci 0000:00:02.1: reg 10: [mem 0xfea00000-0xfea7ffff]
[    0.263265] pci 0000:00:1b.0: reg 10: [mem 0xfeb00000-0xfeb03fff 64bit]
[    0.263343] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.263354] pci 0000:00:1b.0: PME# disabled
[    0.263476] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.263486] pci 0000:00:1c.0: PME# disabled
[    0.263610] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.263619] pci 0000:00:1c.2: PME# disabled
[    0.263705] pci 0000:00:1d.0: reg 20: [io  0xf060-0xf07f]
[    0.263788] pci 0000:00:1d.1: reg 20: [io  0xf040-0xf05f]
[    0.263871] pci 0000:00:1d.2: reg 20: [io  0x0000-0x001f]
[    0.263953] pci 0000:00:1d.3: reg 20: [io  0x0000-0x001f]
[    0.264069] pci 0000:00:1d.7: reg 10: [mem 0xfeb05000-0xfeb053ff]
[    0.264152] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.264163] pci 0000:00:1d.7: PME# disabled
[    0.264423] pci 0000:00:1f.2: reg 10: [io  0xf0b0-0xf0b7]
[    0.264437] pci 0000:00:1f.2: reg 14: [io  0xf0a0-0xf0a3]
[    0.264450] pci 0000:00:1f.2: reg 18: [io  0xf090-0xf097]
[    0.264463] pci 0000:00:1f.2: reg 1c: [io  0xf080-0xf083]
[    0.264476] pci 0000:00:1f.2: reg 20: [io  0xf020-0xf03f]
[    0.264490] pci 0000:00:1f.2: reg 24: [mem 0xfeb04000-0xfeb043ff]
[    0.264541] pci 0000:00:1f.2: PME# supported from D3hot
[    0.264550] pci 0000:00:1f.2: PME# disabled
[    0.264621] pci 0000:00:1f.3: reg 20: [io  0xf000-0xf01f]
[    0.264784] pci 0000:01:00.0: reg 10: [mem 0xfe900000-0xfe90ffff 64bit]
[    0.264878] pci 0000:01:00.0: supports D1
[    0.264885] pci 0000:01:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.264895] pci 0000:01:00.0: PME# disabled
[    0.272061] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    0.272074] pci 0000:00:1c.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.272087] pci 0000:00:1c.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.272101] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.272242] pci 0000:02:00.0: reg 10: [io  0xe000-0xe0ff]
[    0.272277] pci 0000:02:00.0: reg 18: [mem 0xd0010000-0xd0010fff 64bit pref]
[    0.272301] pci 0000:02:00.0: reg 20: [mem 0xd0000000-0xd000ffff 64bit pref]
[    0.272317] pci 0000:02:00.0: reg 30: [mem 0xfe800000-0xfe81ffff pref]
[    0.272381] pci 0000:02:00.0: supports D1 D2
[    0.272388] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot
[    0.272399] pci 0000:02:00.0: PME# disabled
[    0.280065] pci 0000:00:1c.2: PCI bridge to [bus 02-02]
[    0.280079] pci 0000:00:1c.2:   bridge window [io  0xe000-0xefff]
[    0.280091] pci 0000:00:1c.2:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.280105] pci 0000:00:1c.2:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.280216] pci 0000:00:1e.0: PCI bridge to [bus 03-03] (subtractive decode)
[    0.280228] pci 0000:00:1e.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.280239] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.280253] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.280262] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.280270] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.280279] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.280287] pci 0000:00:1e.0:   bridge window [mem 0x7f700000-0xffffffff] (subtractive decode)
[    0.280319] pci_bus 0000:00: on NUMA node 0
[    0.280338] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.280738] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
[    0.280903] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0PB._PRT]
[    0.306974] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.307241] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.307517] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.307783] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.308083] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.308352] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.308615] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.308891] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.309022] HEST: Table is not found!
[    0.309260] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.309287] vgaarb: loaded
[    0.309815] SCSI subsystem initialized
[    0.310030] libata version 3.00 loaded.
[    0.310208] usbcore: registered new interface driver usbfs
[    0.310253] usbcore: registered new interface driver hub
[    0.310329] usbcore: registered new device driver usb
[    0.310785] ACPI: WMI: Mapper loaded
[    0.310791] PCI: Using ACPI for IRQ routing
[    0.310799] PCI: pci_cache_line_size set to 64 bytes
[    0.310929] Expanded resource reserved due to conflict with PCI Bus 0000:00
[    0.310940] reserve RAM buffer: 000000000009d800 - 000000000009ffff
[    0.310949] reserve RAM buffer: 000000007f3f3000 - 000000007fffffff
[    0.310960] reserve RAM buffer: 000000007f46b000 - 000000007fffffff
[    0.310969] reserve RAM buffer: 000000007f600000 - 000000007fffffff
[    0.311243] NetLabel: Initializing
[    0.311249] NetLabel:  domain hash size = 128
[    0.311254] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.311288] NetLabel:  unlabeled traffic allowed by default
[    0.311395] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.311408] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.311422] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.316425] Switching to clocksource tsc
[    0.341241] AppArmor: AppArmor Filesystem Enabled
[    0.341274] pnp: PnP ACPI init
[    0.341319] ACPI: bus type pnp registered
[    0.343558] pnp 00:07: disabling [io  0x0010-0x001f] because it overlaps 0000:00:1d.2 BAR 4 [io  0x0000-0x001f]
[    0.343574] pnp 00:07: disabling [io  0x0010-0x001f disabled] because it overlaps 0000:00:1d.3 BAR 4 [io  0x0000-0x001f]
[    0.353381] pnp: PnP ACPI: found 14 devices
[    0.353388] ACPI: ACPI bus type pnp unregistered
[    0.353398] PnPBIOS: Disabled by ACPI PNP
[    0.353442] system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
[    0.353453] system 00:01: [mem 0xe0000000-0xe3ffffff] has been reserved
[    0.353475] system 00:03: [io  0x0800-0x087f] has been reserved
[    0.353484] system 00:03: [io  0x0480-0x04bf] has been reserved
[    0.353496] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.353506] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.353515] system 00:03: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.353525] system 00:03: [mem 0xfed20000-0xfed8ffff] has been reserved
[    0.353535] system 00:03: [mem 0xfff00000-0xffffffff] has been reserved
[    0.353558] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.353578] system 00:0a: [io  0x0360-0x0361] has been reserved
[    0.353598] system 00:0c: [mem 0xe0000000-0xefffffff] could not be reserved
[    0.353608] system 00:0c: [mem 0xfed14000-0xfed17fff] has been reserved
[    0.353618] system 00:0c: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.353627] system 00:0c: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.353637] system 00:0c: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.393492] pci 0000:00:1c.0: BAR 15: assigned [mem 0x7f700000-0x7f8fffff 64bit pref]
[    0.393505] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
[    0.393514] pci 0000:00:1d.2: BAR 4: assigned [io  0x2000-0x201f]
[    0.393527] pci 0000:00:1d.2: BAR 4: set to [io  0x2000-0x201f] (PCI address [0x2000-0x201f]
[    0.393537] pci 0000:00:1d.3: BAR 4: assigned [io  0x2020-0x203f]
[    0.393549] pci 0000:00:1d.3: BAR 4: set to [io  0x2020-0x203f] (PCI address [0x2020-0x203f]
[    0.393558] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    0.393567] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    0.393579] pci 0000:00:1c.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.393591] pci 0000:00:1c.0:   bridge window [mem 0x7f700000-0x7f8fffff 64bit pref]
[    0.393605] pci 0000:00:1c.2: PCI bridge to [bus 02-02]
[    0.393613] pci 0000:00:1c.2:   bridge window [io  0xe000-0xefff]
[    0.393625] pci 0000:00:1c.2:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.393636] pci 0000:00:1c.2:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.393649] pci 0000:00:1e.0: PCI bridge to [bus 03-03]
[    0.393655] pci 0000:00:1e.0:   bridge window [io  disabled]
[    0.393665] pci 0000:00:1e.0:   bridge window [mem disabled]
[    0.393674] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    0.393713]   alloc irq_desc for 16 on node -1
[    0.393719]   alloc kstat_irqs on node -1
[    0.393736] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.393748] pci 0000:00:1c.0: setting latency timer to 64
[    0.393767]   alloc irq_desc for 18 on node -1
[    0.393773]   alloc kstat_irqs on node -1
[    0.393784] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    0.393795] pci 0000:00:1c.2: setting latency timer to 64
[    0.393811] pci 0000:00:1e.0: setting latency timer to 64
[    0.393823] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.393831] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.393838] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.393846] pci_bus 0000:00: resource 7 [mem 0x7f700000-0xffffffff]
[    0.393853] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    0.393861] pci_bus 0000:01: resource 1 [mem 0xfe900000-0xfe9fffff]
[    0.393869] pci_bus 0000:01: resource 2 [mem 0x7f700000-0x7f8fffff 64bit pref]
[    0.393878] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.393885] pci_bus 0000:02: resource 1 [mem 0xfe800000-0xfe8fffff]
[    0.393894] pci_bus 0000:02: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.393903] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7]
[    0.393910] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff]
[    0.393918] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
[    0.393926] pci_bus 0000:03: resource 7 [mem 0x7f700000-0xffffffff]
[    0.394022] NET: Registered protocol family 2
[    0.394198] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.394957] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.395976] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.396502] TCP: Hash tables configured (established 131072 bind 65536)
[    0.396509] TCP reno registered
[    0.396520] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.396542] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.396852] NET: Registered protocol family 1
[    0.396899] pci 0000:00:02.0: Boot video device
[    0.827442] PCI: CLS 64 bytes, default 64
[    0.828025] cpufreq-nforce2: No nForce2 chipset.
[    0.828117] Scanning for low memory corruption every 60 seconds
[    0.828427] audit: initializing netlink socket (disabled)
[    0.828452] type=2000 audit(1288071530.824:1): initialized
[    0.849367] highmem bounce pool size: 64 pages
[    0.849383] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.854174] VFS: Disk quotas dquot_6.5.2
[    0.854360] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.856266] fuse init (API version 7.14)
[    0.856571] msgmni has been set to 1683
[    0.859510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.859520] io scheduler noop registered
[    0.859526] io scheduler deadline registered
[    0.859578] io scheduler cfq registered (default)
[    0.859853] pcieport 0000:00:1c.0: setting latency timer to 64
[    0.859916]   alloc irq_desc for 40 on node -1
[    0.859922]   alloc kstat_irqs on node -1
[    0.859944] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[    0.860159] pcieport 0000:00:1c.2: setting latency timer to 64
[    0.860215]   alloc irq_desc for 41 on node -1
[    0.860221]   alloc kstat_irqs on node -1
[    0.860241] pcieport 0000:00:1c.2: irq 41 for MSI/MSI-X
[    0.860549] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.861198] pciehp 0000:00:1c.0:pcie04: HPC vendor_id 8086 device_id 27d0 ss_vid 8086 ss_did 27d0
[    0.861301] pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
[    0.861341] pciehp 0000:00:1c.2:pcie04: HPC vendor_id 8086 device_id 27d4 ss_vid 8086 ss_did 27d4
[    0.861421] pciehp 0000:00:1c.2:pcie04: service driver pciehp loaded
[    0.861452] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.861737] intel_idle: MWAIT substates: 0x20220
[    0.861743] intel_idle: v0.4 model 0x1C
[    0.861748] intel_idle: lapic_timer_reliable_states 0x6
[    0.861767] Marking TSC unstable due to TSC halts in idle states deeper than C2
[    0.862063] Switching to clocksource hpet
[    0.864414] ACPI: AC Adapter [AC0] (on-line)
[    0.864662] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.864677] ACPI: Power Button [PWRB]
[    0.864811] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    0.864830] ACPI: Sleep Button [SLPB]
[    0.864969] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    0.865058] ACPI: Lid Switch [LID0]
[    0.865194] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.865206] ACPI: Power Button [PWRF]
[    0.865697] ACPI: acpi_idle yielding to intel_idle
[    0.876560] ERST: Table is not found!
[    0.877239] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.881661] brd: module loaded
[    0.883411] loop: module loaded
[    0.885327] Fixed MDIO Bus: probed
[    0.885453] PPP generic driver version 2.4.2
[    0.885603] tun: Universal TUN/TAP device driver, 1.6
[    0.885609] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
[    0.885881] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.885935]   alloc irq_desc for 23 on node -1
[    0.885941]   alloc kstat_irqs on node -1
[    0.885958] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    0.885994] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    0.886003] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    0.886108] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    0.886165] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[    0.886184] ehci_hcd 0000:00:1d.7: debug port 1
[    0.890085] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[    0.890132] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfeb05000
[    0.894108] isapnp: Scanning for PnP cards...
[    0.918524] ACPI: Battery Slot [BAT0] (battery present)
[    0.986820] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    0.987203] hub 1-0:1.0: USB hub found
[    0.987218] hub 1-0:1.0: 8 ports detected
[    0.987417] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.987468] uhci_hcd: USB Universal Host Controller Interface driver
[    0.987553] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    0.987573] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    0.987583] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    0.987720] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.987769] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000f060
[    0.988171] hub 2-0:1.0: USB hub found
[    0.988185] hub 2-0:1.0: 2 ports detected
[    0.988335]   alloc irq_desc for 19 on node -1
[    0.988342]   alloc kstat_irqs on node -1
[    0.988358] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    0.988376] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    0.988385] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    0.988509] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    0.988576] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000f040
[    0.988933] hub 3-0:1.0: USB hub found
[    0.988947] hub 3-0:1.0: 2 ports detected
[    0.989097] uhci_hcd 0000:00:1d.2: enabling device (0000 -> 0001)
[    0.989111] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    0.989131] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    0.989140] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    0.989278] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    0.989345] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00002000
[    0.989718] hub 4-0:1.0: USB hub found
[    0.989731] hub 4-0:1.0: 2 ports detected
[    0.989876] uhci_hcd 0000:00:1d.3: enabling device (0000 -> 0001)
[    0.989890] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[    0.989908] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    0.989916] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    0.990029] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    0.990096] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00002020
[    0.990478] hub 5-0:1.0: USB hub found
[    0.990491] hub 5-0:1.0: 2 ports detected
[    0.990812] PNP: PS/2 Controller [PNP0320:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.997555] i8042.c: Detected active multiplexing controller, rev 1.1.
[    0.999348] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.999375] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    0.999488] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    0.999566] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    0.999642] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.000092] mice: PS/2 mouse device common for all mice
[    1.000595] rtc_cmos 00:05: RTC can wake from S4
[    1.000705] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    1.000757] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.001120] device-mapper: uevent: version 1.0.3
[    1.045124] device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: [email protected]
[    1.126462] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    1.133370] device-mapper: multipath: version 1.1.1 loaded
[    1.133381] device-mapper: multipath round-robin: version 1.0.0 loaded
[    1.142740] EISA: Probing bus 0 at eisa.0
[    1.142749] EISA: Cannot allocate resource for mainboard
[    1.142757] Cannot allocate resource for EISA slot 1
[    1.142764] Cannot allocate resource for EISA slot 2
[    1.142771] Cannot allocate resource for EISA slot 3
[    1.142778] Cannot allocate resource for EISA slot 4
[    1.142785] Cannot allocate resource for EISA slot 5
[    1.142792] Cannot allocate resource for EISA slot 6
[    1.142798] Cannot allocate resource for EISA slot 7
[    1.142805] Cannot allocate resource for EISA slot 8
[    1.142811] EISA: Detected 0 cards.
[    1.145120] Freeing initrd memory: 10520k freed
[    1.149225] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[    1.149234] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[    1.153736] cpuidle: using governor ladder
[    1.154089] cpuidle: using governor menu
[    1.154873] TCP cubic registered
[    1.155267] NET: Registered protocol family 10
[    1.156216] lo: Disabled Privacy Extensions
[    1.156809] NET: Registered protocol family 17
[    1.158004] Using IPI No-Shortcut mode
[    1.158252] PM: Resume from disk failed.
[    1.158277] registered taskstats version 1
[    1.158738]   Magic number: 14:88:619
[    1.158862] rtc_cmos 00:05: setting system clock to 2010-10-26 05:38:51 UTC (1288071531)
[    1.158870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.158875] EDD information not available.
[    1.263377] isapnp: No Plug & Play device found
[    1.263418] Freeing unused kernel memory: 684k freed
[    1.263939] Write protecting the kernel text: 4932k
[    1.264009] Write protecting the kernel read-only data: 1976k
[    1.299393] udev[78]: starting version 163
[    1.350161] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[    1.350171] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[    1.484908] usb 2-1: new low speed USB device using uhci_hcd and address 2
[    1.550039] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[    1.550050] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[    1.659965] ahci 0000:00:1f.2: version 3.0
[    1.660041] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.660112]   alloc irq_desc for 42 on node -1
[    1.660119]   alloc kstat_irqs on node -1
[    1.660141] ahci 0000:00:1f.2: irq 42 for MSI/MSI-X
[    1.660271] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
[    1.660282] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part
[    1.660293] ahci 0000:00:1f.2: setting latency timer to 64
[    1.660979] scsi0 : ahci
[    1.661331] scsi1 : ahci
[    1.661575] scsi2 : ahci
[    1.661822] scsi3 : ahci
[    1.662272] ata1: SATA max UDMA/133 abar m1024@0xfeb04000 port 0xfeb04100 irq 42
[    1.662284] ata2: SATA max UDMA/133 abar m1024@0xfeb04000 port 0xfeb04180 irq 42
[    1.662290] ata3: DUMMY
[    1.662295] ata4: DUMMY
[    1.663851] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.663898] r8169 0000:02:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    1.663966] r8169 0000:02:00.0: setting latency timer to 64
[    1.664076]   alloc irq_desc for 43 on node -1
[    1.664083]   alloc kstat_irqs on node -1
[    1.664109] r8169 0000:02:00.0: irq 43 for MSI/MSI-X
[    1.665522] r8169 0000:02:00.0: eth0: RTL8102e at 0xf808e000, 00:23:81:0f:af:3f, XID 04c00000 IRQ 43
[    1.749545] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[    1.749553] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[    1.980145] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.980180] ata2: SATA link down (SStatus 0 SControl 300)
[    1.986020] ata1.00: ATA-8: SAMSUNG HM321HI, 2AJ10001, max UDMA/133
[    1.986027] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.991963] ata1.00: configured for UDMA/133
[    2.004361] scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG HM321HI  2AJ1 PQ: 0 ANSI: 5
[    2.004856] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.005118] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[    2.005269] sd 0:0:0:0: [sda] Write Protect is off
[    2.005276] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.005337] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.005693]  sda: sda1 sda2 < sda5 >
[    2.057884] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.074239] usbcore: registered new interface driver hiddev
[    2.087779] input: ELECOM ELECOM USB mouse with wheel  as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input5
[    2.088092] generic-usb 0003:056E:0018.0001: input,hidraw0: USB HID v1.10 Mouse [ELECOM ELECOM USB mouse with wheel ] on usb-0000:00:1d.0-1/input0
[    2.088152] usbcore: registered new interface driver usbhid
[    2.088159] usbhid: USB HID core driver
[    2.483067] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    4.572361] Adding 6142972k swap on /dev/sda5.  Priority:-1 extents:1 across:6142972k
[    5.370006] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[    5.576111] udev[342]: starting version 163
[    7.066480] Linux agpgart interface v0.103
[    7.575529] agpgart-intel 0000:00:00.0: Intel GMA3150 Chipset
[    7.576396] agpgart-intel 0000:00:00.0: detected 8188K stolen memory
[    7.589348] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
[    7.751053] type=1400 audit(1288071538.085:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient3" pid=500 comm="apparmor_parser"
[    7.751802] type=1400 audit(1288071538.085:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=500 comm="apparmor_parser"
[    7.752250] type=1400 audit(1288071538.089:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=500 comm="apparmor_parser"
[    7.982760] cfg80211: Calling CRDA to update world regulatory domain
[    8.042272] lp: driver loaded but no devices found
[    8.338705] [drm] Initialized drm 1.1.0 20060810
[    8.514701] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    8.514713] i915 0000:00:02.0: setting latency timer to 64
[    8.567639]   alloc irq_desc for 44 on node -1
[    8.567645]   alloc kstat_irqs on node -1
[    8.567661] i915 0000:00:02.0: irq 44 for MSI/MSI-X
[    8.567677] [drm] set up 7M of stolen space
[    8.573600] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    8.573961] [drm] initialized overlay support
[    8.624248] Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04731/0xa40000/0xa0000
[    8.668524] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input6
[    8.678555] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[    8.678563] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[    8.877909] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[    8.877917] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[    9.240712] ath9k 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    9.240730] ath9k 0000:01:00.0: setting latency timer to 64
[    9.307370] ath: EEPROM regdomain: 0x60
[    9.307376] ath: EEPROM indicates we should expect a direct regpair map
[    9.307383] ath: Country alpha2 being used: 00
[    9.307387] ath: Regpair used: 0x60
[    9.354766] Console: switching to colour frame buffer device 160x45
[    9.363984] fb0: inteldrmfb frame buffer device
[    9.363988] drm: registered panic notifier
[    9.364025] Slow work thread pool: Starting up
[    9.364141] Slow work thread pool: Ready
[    9.369782] acpi device:1c: registered as cooling_device2
[    9.372712] ACPI: BIOS _OSI(Linux) query ignored
[    9.374488] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
[    9.374641] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    9.374706] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    9.850843] phy0: Selected rate control algorithm 'ath9k_rate_control'
[    9.852577] Registered led device: ath9k-phy0::radio
[    9.852649] Registered led device: ath9k-phy0::assoc
[    9.852711] Registered led device: ath9k-phy0::tx
[    9.852776] Registered led device: ath9k-phy0::rx
[    9.852796] phy0: Atheros AR9285 Rev:2 mem=0xf8ea0000, irq=16
[   10.049277] cfg80211: World regulatory domain updated:
[   10.049284]     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   10.049291]     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   10.049297]     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   10.049303]     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   10.049309]     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   10.049314]     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   11.178355] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   11.178741]   alloc irq_desc for 45 on node -1
[   11.178750]   alloc kstat_irqs on node -1
[   11.178774] HDA Intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[   11.178836] HDA Intel 0000:00:1b.0: setting latency timer to 64
[   11.881935] hda_codec: ALC269: BIOS auto-probing.
[   12.303978] type=1400 audit(1288071542.637:5): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient3" pid=837 comm="apparmor_parser"
[   12.304743] type=1400 audit(1288071542.641:6): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=837 comm="apparmor_parser"
[   12.305057] type=1400 audit(1288071542.641:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=837 comm="apparmor_parser"
[   12.705978] ppdev: user-space parallel port driver
[   12.725895] type=1400 audit(1288071543.065:8): apparmor="STATUS" operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" pid=836 comm="apparmor_parser"
[   12.964861] type=1400 audit(1288071543.305:9): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince" pid=838 comm="apparmor_parser"
[   12.971396] type=1400 audit(1288071543.309:10): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer" pid=838 comm="apparmor_parser"
[   12.975702] type=1400 audit(1288071543.313:11): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-thumbnailer" pid=838 comm="apparmor_parser"
[   14.248379] type=1400 audit(1288071544.585:12): apparmor="STATUS" operation="profile_load" name="/usr/sbin/tcpdump" pid=858 comm="apparmor_parser"
[   14.351231] type=1400 audit(1288071544.689:13): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=850 comm="apparmor_parser"
[   14.351939] type=1400 audit(1288071544.689:14): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=850 comm="apparmor_parser"
[   16.783353] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   16.801362] r8169 0000:02:00.0: eth0: link up
[   16.801373] r8169 0000:02:00.0: eth0: link up
[   22.164709] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro,commit=0
[   35.079011] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro,commit=0



前投稿にはi8042.nomuxをいれているためにAUXは一つです。

オフライン

 

#6 2010-10-29 01:23:31

tista
ゲスト

Re: ノートPCのTouchpadが認識されない件について

#5に投稿されたdmesgからLAPICが動作している状態で正常にTouchpadが動作しているとなると厳しいですね。
GMA3150はi915互換で動作しているのでしょうか?
であれば下記オプションを試してみて下さい。

コード:

nomodeset

※ただし、Xの起動に問題が出る場合があります。

 

#7 2010-10-29 19:54:54

ssugamura
メンバ
登録日: 2010-10-25

Re: ノートPCのTouchpadが認識されない件について

tistaさんありがとうございます。
nosetmode試しましたがXが起動しませんでした。

本日は他OSで土曜になるか試してみました。
他OSと言ってもできることはFreeBSDくらいでした。
テスト結果は問題無くマウスが使用できました。
FreeBSDのdmesgは下記のようになっています

Copyright (c) 1992-2010 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
        The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010
    [email protected]:/usr/obj/usr/src/sys/GENERIC i386
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) Atom(TM) CPU N475   @ 1.83GHz (1828.97-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x106ca  Family = 6  Model = 1c  Stepping = 10
  Features=0xbfe9fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
  Features2=0x40e39d<SSE3,DTES64,MON,DS_CPL,EST,TM2,SSSE3,CX16,xTPR,PDCM,MOVBE>
  AMD Features=0x20100000<NX,LM>
  AMD Features2=0x1<LAHF>
  TSC: P-state invariant
real memory  = 2147483648 (2048 MB)
avail memory = 2080145408 (1983 MB)
ACPI APIC Table: <MOUSEC COMPUTER>
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
FreeBSD/SMP: 1 package(s) x 1 core(s) x 2 HTT threads
cpu0 (BSP): APIC ID:  0
cpu1 (AP/HT): APIC ID:  1
ACPI Warning: 32/64X FACS address mismatch in FADT - 0x7F471F40/0x       07F471F80, using 32 (20100331/tbfadt-586)
ioapic0 <Version 2.0> irqs 0-23 on motherboard
kbd1 at kbdmux0
acpi0: <MOUSEC COMPUTER> on motherboard
acpi0: [ITHREAD]
acpi0: Power Button (fixed)
Timecounter "ACPI-safe" frequency 3579545 Hz quality 850
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
cpu0: <ACPI CPU> on acpi0
cpu1: <ACPI CPU> on acpi0
acpi_ec0: <Embedded Controller: GPE 0x17> port 0x62,0x66 on acpi0
acpi_hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
Timecounter "HPET" frequency 14318180 Hz quality 900
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
vgapci0: <VGA-compatible display> port 0xf0c0-0xf0c7 mem 0xfea80000-0xfeafffff,0xc0000000-0xcfffffff,0xfe700000-0xfe7fffff irq 16 at device 2.0 on pci0
agp0: <Intel Pineview (M) SVGA controller> on vgapci0
agp0: detected 8188k stolen memory
agp0: aperture size is 256M
vgapci1: <VGA-compatible display> mem 0xfea00000-0xfea7ffff at device 2.1 on pci0
pci0: <multimedia, HDA> at device 27.0 (no driver attached)
pcib1: <ACPI PCI-PCI bridge> irq 16 at device 28.0 on pci0
pci1: <ACPI PCI bus> on pcib1
ath0: <Atheros 9285> mem 0xfe900000-0xfe90ffff irq 16 at device 0.0 on pci1
ath0: [ITHREAD]
ath0: AR9285 mac 192.2 RF5133 phy 14.0
pcib2: <ACPI PCI-PCI bridge> irq 18 at device 28.2 on pci0
pci2: <ACPI PCI bus> on pcib2
re0: <RealTek 8101E/8102E/8102EL/8103E PCIe 10/100baseTX> port 0xe000-0xe0ff mem 0xd0010000-0xd0010fff,0xd0000000-0xd000ffff irq 18 at device 0.0 on pci2
re0: Using 1 MSI messages
re0: Chip rev. 0x24800000
re0: MAC rev. 0x00400000
miibus0: <MII bus> on re0
rlphy0: <RTL8201L 10/100 media interface> PHY 1 on miibus0
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
re0: Ethernet address: 00:23:81:0f:af:3f
re0: [FILTER]
uhci0: <Intel 82801G (ICH7) USB controller USB-A> port 0xf060-0xf07f irq 23 at device 29.0 on pci0
uhci0: [ITHREAD]
uhci0: LegSup = 0x2f00
usbus0: <Intel 82801G (ICH7) USB controller USB-A> on uhci0
uhci1: <Intel 82801G (ICH7) USB controller USB-B> port 0xf040-0xf05f irq 19 at device 29.1 on pci0
uhci1: [ITHREAD]
uhci1: LegSup = 0x2f00
usbus1: <Intel 82801G (ICH7) USB controller USB-B> on uhci1
uhci2: <Intel 82801G (ICH7) USB controller USB-C> port 0x1000-0x101f at device 29.2 on pci0
uhci2: [ITHREAD]
uhci2: LegSup = 0x2f00
usbus2: <Intel 82801G (ICH7) USB controller USB-C> on uhci2
uhci3: <Intel 82801G (ICH7) USB controller USB-D> port 0x1000-0x101f at device 29.3 on pci0
uhci3: Could not map ports
device_attach: uhci3 attach returned 6
ehci0: <Intel 82801GB/R (ICH7) USB 2.0 controller> mem 0xfeb05000-0xfeb053ff irq 23 at device 29.7 on pci0
ehci0: [ITHREAD]
usbus3: EHCI version 1.0
usbus3: <Intel 82801GB/R (ICH7) USB 2.0 controller> on ehci0
pcib3: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pci3: <ACPI PCI bus> on pcib3
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH7 SATA300 controller> port 0xf0b0-0xf0b7,0xf0a0-0xf0a3,0xf090-0xf097,0xf080-0xf083,0xf020-0xf03f mem 0xfeb04000-0xfeb043ff irq 19 at device 31.2 on pci0
atapci0: [ITHREAD]
atapci0: AHCI called from vendor specific driver
atapci0: AHCI v1.10 controller with 4 3Gbps ports, PM not supported
ata2: <ATA channel 0> on atapci0
ata2: [ITHREAD]
ata3: <ATA channel 1> on atapci0
ata3: [ITHREAD]
pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
acpi_button0: <Power Button> on acpi0
acpi_button1: <Sleep Button> on acpi0
acpi_lid0: <Control Method Lid Switch> on acpi0
atrtc0: <AT realtime clock> port 0x70-0x71 on acpi0
acpi_acad0: <AC Adapter> on acpi0
battery0: <ACPI Control Method Battery> on acpi0
pmtimer0 on isa0
orm0: <ISA Option ROM> at iomem 0xce000-0xcefff pnpid ORM0000 on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0
ata0: [ITHREAD]
ata1 at port 0x170-0x177,0x376 irq 15 on isa0
ata1: [ITHREAD]
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
atkbd0: [ITHREAD]
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: [ITHREAD]
psm0: model IntelliMouse, device ID 3
ppc0: cannot reserve I/O port range
est0: <Enhanced SpeedStep Frequency Control> on cpu0
p4tcc0: <CPU Frequency Thermal Control> on cpu0
est1: <Enhanced SpeedStep Frequency Control> on cpu1
p4tcc1: <CPU Frequency Thermal Control> on cpu1
Timecounters tick every 1.000 msec
usbus0: 12Mbps Full Speed USB v1.0
usbus1: 12Mbps Full Speed USB v1.0
usbus2: 12Mbps Full Speed USB v1.0
usbus3: 480Mbps High Speed USB v2.0
ad4: 305245MB <SAMSUNG HM321HI 2AJ10001> at ata2-master UDMA100 SATA 3Gb/s
ugen0.1: <Intel> at usbus0
uhub0: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0
ugen1.1: <Intel> at usbus1
uhub1: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1
ugen2.1: <Intel> at usbus2
uhub2: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus2
ugen3.1: <Intel> at usbus3
uhub3: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus3
SMP: AP CPU #1 Launched!
Root mount waiting for: usbus3 usbus2 usbus1 usbus0
uhub0: 2 ports with 2 removable, self powered
uhub1: 2 ports with 2 removable, self powered
uhub2: 2 ports with 2 removable, self powered
acpi_ec0: wait timed out (response), forcing polled mode
Root mount waiting for: usbus3
Root mount waiting for: usbus3
Root mount waiting for: usbus3
uhub3: 8 ports with 8 removable, self powered
Trying to mount root from ufs:/dev/ad4s1a
ugen0.2: <ELECOM> at usbus0
ums0: <EP1 INT> on usbus0
ums0: 3 buttons and [XYZ] coordinates ID=0

この後Ubuntuをインストールする際にはマウスは認識しています。

認識が不安定だとの指摘もあったので再度マウスが認識できる時と出来ない時の違いを調べていましたが
気になることがあります。

-- OK LOG --
[    0.962756] PNP: PS/2 Controller [PNP0320:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.965734] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.965828] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.966274] mice: PS/2 mouse device common for all mice
[    0.966874] rtc_cmos 00:05: RTC can wake from S4
[    0.967073] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    0.967191] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.967604] device-mapper: uevent: version 1.0.3
[    1.005002] device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: [email protected]
[    1.080554] device-mapper: multipath: version 1.1.1 loaded
[    1.080638] device-mapper: multipath round-robin: version 1.0.0 loaded
[    1.094017] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    1.098971] EISA: Probing bus 0 at eisa.0
[    1.099047] EISA: Cannot allocate resource for mainboard

-- NG LOG --
[    1.014117] PNP: PS/2 Controller [PNP0320:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.018042] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.018129] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.018382] mice: PS/2 mouse device common for all mice
[    1.018871] rtc_cmos 00:05: RTC can wake from S4
[    1.019047] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    1.019157] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.019536] device-mapper: uevent: version 1.0.3
[    1.052560] device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: [email protected]
[    1.151648] Freeing initrd memory: 10520k freed
[    1.159897] device-mapper: multipath: version 1.1.1 loaded
[    1.159980] device-mapper: multipath round-robin: version 1.0.0 loaded
[    1.160532] EISA: Probing bus 0 at eisa.0
[    1.160605] EISA: Cannot allocate resource for mainboard
[    1.160680] Cannot allocate resource for EISA slot 1
[    1.160751] Cannot allocate resource for EISA slot 2
[    1.160824] Cannot allocate resource for EISA slot 3
[    1.160896] Cannot allocate resource for EISA slot 4
[    1.160968] Cannot allocate resource for EISA slot 5
[    1.161040] Cannot allocate resource for EISA slot 6
[    1.161112] Cannot allocate resource for EISA slot 7
[    1.161183] Cannot allocate resource for EISA slot 8
[    1.161254] EISA: Detected 0 cards.
[    1.161714] cpuidle: using governor ladder
[    1.162125] cpuidle: using governor menu
[    1.162937] TCP cubic registered
[    1.163387] NET: Registered protocol family 10
[    1.164424] lo: Disabled Privacy Extensions
[    1.165055] NET: Registered protocol family 17
[    1.166304] Using IPI No-Shortcut mode
[    1.166619] PM: Resume from disk failed.
[    1.166645] registered taskstats version 1
[    1.167163]   Magic number: 14:92:912
[    1.167344] rtc_cmos 00:05: setting system clock to 2010-10-29 00:56:05 UTC (1288313765)
[    1.167452] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.167525] EDD information not available.
[    1.202350] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    1.269924] isapnp: No Plug & Play device found
[    1.270025] Freeing unused kernel memory: 684k freed

input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
が認識される場所が違います。
これは原因解決につながりますか?


カーネルコンパイルで不要なモジュール使わないようにすれば安定して認識するようになりますか?
とりあえず試してみようと思います。

オフライン

 

#8 2010-10-29 20:21:03

tista
ゲスト

Re: ノートPCのTouchpadが認識されない件について

ご確認ありがとう御座います。

Xが起動しないことは予想の範囲内ですので、その状態でdmesg出力をとり、投稿して頂けると助かります。
確認したいのはi8042のAUXポートに関するworkaroundです。
i915モジュールは割と手強いので、fbdevでXを上げてもらっても構いません。
あるいは、あえてi915.modeset=1を指定するという手もあります。

一見GraphicsとPS/2は無関係のようですが、GMAシリーズでは影響しあうこともあります。

 

#9 2010-10-29 20:38:29

tista
ゲスト

Re: ノートPCのTouchpadが認識されない件について

すいませんが、もうひとつ試して頂きたいオプションがあります。

コード:

intel_idle.max_cstate=0

N4xxプロセッサファミリーで有用かも知れませんが、NM10チップセットとの関係は不明瞭で申し訳ないのですが・・・。

 

#10 2010-10-29 21:51:34

tista
ゲスト

Re: ノートPCのTouchpadが認識されない件について

連投してしまい、申し訳御座いません。
ご質問への回答ですが、#7の

input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
が認識される場所が違います。
これは原因解決につながりますか?


カーネルコンパイルで不要なモジュール使わないようにすれば安定して認識するようになりますか?

ですが、認識する/しないでdmesgのタイムスタンプが変わる件はあまり解決には繋がらない可能性が高いです。
また、無闇にkernelをrebuildするのは得策ではありません。少なくとも数年前よりは選択肢が遥かに複雑化しています。
特にUbuntuの場合はkernelへの適応patchを書ける程度の技量がある場合に限り、rebuildを行なったほうが宜しいかと思います。
少なくともkernelにbuilt-inしているmodule同士がconfrictするというのはあまり確率的に高くありませんので、多くはkernel optionで外部から対応したほうが賢明です。

 

#11 2010-10-29 23:11:51

ssugamura
メンバ
登録日: 2010-10-25

Re: ノートPCのTouchpadが認識されない件について

パラメータテストの結果です。
nomodeset の結果

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.35-22-generic (buildd@rothera) (gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu4) ) #33-Ubuntu SMP Sun Sep 19 20:34:50 UTC 2010 (Ubuntu 2.6.35-22.33-generic 2.6.35.4)
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009d800 (usable)
[    0.000000]  BIOS-e820: 000000000009d800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000007f3f3000 (usable)
[    0.000000]  BIOS-e820: 000000007f3f3000 - 000000007f439000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007f439000 - 000000007f43f000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007f43f000 - 000000007f442000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007f442000 - 000000007f46a000 (reserved)
[    0.000000]  BIOS-e820: 000000007f46a000 - 000000007f46b000 (usable)
[    0.000000]  BIOS-e820: 000000007f46b000 - 000000007f475000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007f475000 - 000000007f493000 (reserved)
[    0.000000]  BIOS-e820: 000000007f493000 - 000000007f49a000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007f49a000 - 000000007f600000 (usable)
[    0.000000]  BIOS-e820: 000000007f600000 - 0000000080000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed00000 - 00000000fed01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
[    0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[    0.000000] DMI 2.6 present.
[    0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working around it.
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] last_pfn = 0x7f600 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-protect
[    0.000000]   D0000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask 080000000 write-back
[    0.000000]   1 base 07F600000 mask 0FFF00000 write-through
[    0.000000]   2 base 07F700000 mask 0FFF00000 uncachable
[    0.000000]   3 base 07F800000 mask 0FF800000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 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 - 000000000009d800 (usable)
[    0.000000]  modified: 000000000009d800 - 00000000000a0000 (reserved)
[    0.000000]  modified: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  modified: 0000000000100000 - 000000007f3f3000 (usable)
[    0.000000]  modified: 000000007f3f3000 - 000000007f439000 (ACPI NVS)
[    0.000000]  modified: 000000007f439000 - 000000007f43f000 (ACPI data)
[    0.000000]  modified: 000000007f43f000 - 000000007f442000 (ACPI NVS)
[    0.000000]  modified: 000000007f442000 - 000000007f46a000 (reserved)
[    0.000000]  modified: 000000007f46a000 - 000000007f46b000 (usable)
[    0.000000]  modified: 000000007f46b000 - 000000007f475000 (ACPI NVS)
[    0.000000]  modified: 000000007f475000 - 000000007f493000 (reserved)
[    0.000000]  modified: 000000007f493000 - 000000007f49a000 (ACPI NVS)
[    0.000000]  modified: 000000007f49a000 - 000000007f600000 (usable)
[    0.000000]  modified: 000000007f600000 - 0000000080000000 (reserved)
[    0.000000]  modified: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  modified: 00000000fed00000 - 00000000fed01000 (reserved)
[    0.000000]  modified: 00000000fed1c000 - 00000000fed90000 (reserved)
[    0.000000]  modified: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  modified: 00000000fff00000 - 0000000100000000 (reserved)
[    0.000000] initial memory mapped : 0 - 00c00000
[    0.000000] found SMP MP-table at [c00fcbc0] fcbc0
[    0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 0037400000 page 2M
[    0.000000]  0037400000 - 00377fe000 page 4k
[    0.000000] kernel direct mapping tables up to 377fe000 @ 15000-1a000
[    0.000000] RAMDISK: 375ac000 - 37ff0000
[    0.000000] Allocated new RAMDISK: 009a5000 - 013e8bf8
[    0.000000] Move RAMDISK from 00000000375ac000 - 0000000037fefbf7 to 009a5000 - 013e8bf7
[    0.000000] ACPI: RSDP 000f0420 00024 (v03 MOUSEC)
[    0.000000] ACPI: XSDT 7f439080 0004C (v01 MOUSEC COMPUTER 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 7f43df10 000F4 (v04 MOUSEC COMPUTER 01072009 AMI  00010013)
[    0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20100428/tbfadt-369)
[    0.000000] ACPI Warning: 32/64X FACS address mismatch in FADT - 0x7F471F40/0x000000007F471F80, using 32 (20100428/tbfadt-486)
[    0.000000] ACPI: DSDT 7f439158 04DB3 (v02 MOUSEC COMPUTER 00000000 INTL 20051117)
[    0.000000] ACPI: FACS 7f471f40 00040
[    0.000000] ACPI: APIC 7f43e008 00072 (v01 MOUSEC COMPUTER 01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 7f43e080 0003C (v01 A M I  ITL 945. 01072009 MSFT 00000097)
[    0.000000] ACPI: SLIC 7f43e0c0 00176 (v01 MOUSEC COMPUTER 01072009 AMI  00010013)
[    0.000000] ACPI: HPET 7f43e238 00038 (v01 MOUSEC COMPUTER 01072009 AMI. 00000004)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 1150MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x000377fe
[    0.000000]   HighMem  0x000377fe -> 0x0007f600
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[4] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009d
[    0.000000]     0: 0x00000100 -> 0x0007f3f3
[    0.000000]     0: 0x0007f46a -> 0x0007f46b
[    0.000000]     0: 0x0007f49a -> 0x0007f600
[    0.000000] On node 0 totalpages: 521447
[    0.000000] free_area_init_node: node 0, pgdat c07ffd40, node_mem_map c13ea200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3949 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: 2301 pages used for memmap
[    0.000000]   HighMem zone: 291935 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 4, 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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] early_res array is doubled to 64 at [16000 - 167ff]
[    0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 80000000 (gap: 80000000:7ec00000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 14 pages/cpu @c2400000 s36416 r0 d20928 u1048576
[    0.000000] pcpu-alloc: s36416 r0 d20928 u1048576 alloc=1*4194304
[    0.000000] pcpu-alloc: [0] 0 1 2 3
[    0.000000] early_res array is doubled to 128 at [16800 - 177ff]
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 517370
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic root=UUID=a6000892-6454-4929-9f19-dd74ec25acb5 ro nomodeset
[    0.000000] PID hash table entries: 4096 (order: 2, 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 10434240 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Subtract (60 early reservations)
[    0.000000]   #1 [0000001000 - 0000002000]   EX TRAMPOLINE
[    0.000000]   #2 [0000100000 - 00009a0adc]   TEXT DATA BSS
[    0.000000]   #3 [00009a1000 - 00009a41ba]             BRK
[    0.000000]   #4 [00000fcbd0 - 0000100000]   BIOS reserved
[    0.000000]   #5 [00000fcbc0 - 00000fcbd0]    MP-table mpf
[    0.000000]   #6 [000009d800 - 00000fc9c0]   BIOS reserved
[    0.000000]   #7 [00000fcb38 - 00000fcbc0]   BIOS reserved
[    0.000000]   #8 [00000fc9c0 - 00000fcb38]    MP-table mpc
[    0.000000]   #9 [0000010000 - 0000011000]      TRAMPOLINE
[    0.000000]   #10 [0000011000 - 0000015000]     ACPI WAKEUP
[    0.000000]   #11 [0000015000 - 0000016000]         PGTABLE
[    0.000000]   #12 [00009a5000 - 00013e9000]     NEW RAMDISK
[    0.000000]   #13 [00013e9000 - 00013ea000]         BOOTMEM
[    0.000000]   #14 [00013ea000 - 00023da000]         BOOTMEM
[    0.000000]   #15 [00023da000 - 00023da004]         BOOTMEM
[    0.000000]   #16 [00023da040 - 00023da100]         BOOTMEM
[    0.000000]   #17 [00023da100 - 00023da154]         BOOTMEM
[    0.000000]   #18 [00023da180 - 00023dd180]         BOOTMEM
[    0.000000]   #19 [00023dd180 - 00023dd1ec]         BOOTMEM
[    0.000000]   #20 [00023dd200 - 00023e3200]         BOOTMEM
[    0.000000]   #21 [00023e3200 - 00023e3225]         BOOTMEM
[    0.000000]   #22 [00023e3240 - 00023e3267]         BOOTMEM
[    0.000000]   #23 [00023e3280 - 00023e34b0]         BOOTMEM
[    0.000000]   #24 [00023e34c0 - 00023e3500]         BOOTMEM
[    0.000000]   #25 [00023e3500 - 00023e3540]         BOOTMEM
[    0.000000]   #26 [00023e3540 - 00023e3580]         BOOTMEM
[    0.000000]   #27 [00023e3580 - 00023e35c0]         BOOTMEM
[    0.000000]   #28 [00023e35c0 - 00023e3600]         BOOTMEM
[    0.000000]   #29 [00023e3600 - 00023e3640]         BOOTMEM
[    0.000000]   #30 [00023e3640 - 00023e3680]         BOOTMEM
[    0.000000]   #31 [00023e3680 - 00023e36c0]         BOOTMEM
[    0.000000]   #32 [00023e36c0 - 00023e3700]         BOOTMEM
[    0.000000]   #33 [00023e3700 - 00023e3740]         BOOTMEM
[    0.000000]   #34 [00023e3740 - 00023e3780]         BOOTMEM
[    0.000000]   #35 [00023e3780 - 00023e37c0]         BOOTMEM
[    0.000000]   #36 [00023e37c0 - 00023e3800]         BOOTMEM
[    0.000000]   #37 [00023e3800 - 00023e3840]         BOOTMEM
[    0.000000]   #38 [00023e3840 - 00023e3880]         BOOTMEM
[    0.000000]   #39 [00023e3880 - 00023e38c0]         BOOTMEM
[    0.000000]   #40 [00023e38c0 - 00023e3900]         BOOTMEM
[    0.000000]   #41 [00023e3900 - 00023e3940]         BOOTMEM
[    0.000000]   #42 [00023e3940 - 00023e3980]         BOOTMEM
[    0.000000]   #43 [00023e3980 - 00023e3990]         BOOTMEM
[    0.000000]   #44 [00023e39c0 - 00023e3a27]         BOOTMEM
[    0.000000]   #45 [00023e3a40 - 00023e3aa7]         BOOTMEM
[    0.000000]   #46 [0002400000 - 000240e000]         BOOTMEM
[    0.000000]   #47 [0002500000 - 000250e000]         BOOTMEM
[    0.000000]   #48 [0002600000 - 000260e000]         BOOTMEM
[    0.000000]   #49 [0002700000 - 000270e000]         BOOTMEM
[    0.000000]   #50 [00023e5ac0 - 00023e5ac4]         BOOTMEM
[    0.000000]   #51 [00023e5b00 - 00023e5b04]         BOOTMEM
[    0.000000]   #52 [00023e5b40 - 00023e5b50]         BOOTMEM
[    0.000000]   #53 [00023e5b80 - 00023e5b90]         BOOTMEM
[    0.000000]   #54 [00023e5bc0 - 00023e5c60]         BOOTMEM
[    0.000000]   #55 [00023e5c80 - 00023e5cc8]         BOOTMEM
[    0.000000]   #56 [00023e5d00 - 00023e9d00]         BOOTMEM
[    0.000000]   #57 [000240e000 - 000248e000]         BOOTMEM
[    0.000000]   #58 [000248e000 - 00024ce000]         BOOTMEM
[    0.000000]   #59 [000270e000 - 00031016c0]         BOOTMEM
[    0.000000] Initializing HighMem for node 0 (000377fe:0007f600)
[    0.000000] Memory: 2038832k/2086912k available (4928k kernel code, 46956k reserved, 2336k data, 684k init, 1176944k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff16000 - 0xfffff000   ( 932 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 : 0xc0819000 - 0xc08c4000   ( 684 kB)
[    0.000000]       .data : 0xc05d029e - 0xc0818668   (2336 kB)
[    0.000000]       .text : 0xc0100000 - 0xc05d029e   (4928 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=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]     RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000]     RCU-based detection of stalled CPUs is disabled.
[    0.000000]     Verbose stalled-CPUs detection is disabled.
[    0.000000] NR_IRQS:2304 nr_irqs:712
[    0.000000] Extended CMOS year: 2000
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration failed
[    0.000000] TSC: PIT calibration matches HPET. 1 loops
[    0.000000] Detected 1828.948 MHz processor.
[    0.004009] Calibrating delay loop (skipped), value calculated using timer frequency.. 3657.89 BogoMIPS (lpj=7315792)
[    0.004153] pid_max: default: 32768 minimum: 301
[    0.004258] Security Framework initialized
[    0.004351] AppArmor: AppArmor initialized
[    0.004417] Yama: becoming mindful.
[    0.004581] Mount-cache hash table entries: 512
[    0.004857] Initializing cgroup subsys ns
[    0.004927] Initializing cgroup subsys cpuacct
[    0.005000] Initializing cgroup subsys memory
[    0.005078] Initializing cgroup subsys devices
[    0.005147] Initializing cgroup subsys freezer
[    0.005214] Initializing cgroup subsys net_cls
[    0.005321] CPU: Physical Processor ID: 0
[    0.005387] CPU: Processor Core ID: 0
[    0.005452] mce: CPU supports 5 MCE banks
[    0.005525] CPU0: Thermal monitoring enabled (TM2)
[    0.005596] using mwait in idle threads.
[    0.005668] Performance Events: PEBS fmt0+, Atom events, Intel PMU driver.
[    0.005830] ... version:                3
[    0.005895] ... bit width:              40
[    0.005960] ... generic registers:      2
[    0.006026] ... value mask:             000000ffffffffff
[    0.006096] ... max period:             000000007fffffff
[    0.006167] ... fixed-purpose events:   3
[    0.006232] ... event mask:             0000000700000003
[    0.010981] ACPI: Core revision 20100428
[    0.020605] ftrace: converting mcount calls to 0f 1f 44 00 00
[    0.020686] ftrace: allocating 21758 entries in 43 pages
[    0.024099] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.024486] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.064342] CPU0: Intel(R) Atom(TM) CPU N475   @ 1.83GHz stepping 0a
[    0.068000] Booting Node   0, Processors  #1
[    0.008000] Initializing CPU#1
[    0.156028] Brought up 2 CPUs
[    0.156201] Total of 2 processors activated (7315.75 BogoMIPS).
[    0.156605] devtmpfs: initialized
[    0.158173] regulator: core version 0.5
[    0.158275] Time: 13:50:28  Date: 10/29/10
[    0.158412] NET: Registered protocol family 16
[    0.160175] Trying to unpack rootfs image as initramfs...
[    0.160326] EISA bus registered
[    0.160411] ACPI: bus type pci registered
[    0.160660] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.160780] PCI: not using MMCONFIG
[    0.191860] PCI: Using configuration type 1 for base access
[    0.195545] bio: create slab <bio-0> at 0
[    0.198802] ACPI: EC: Look up EC in DSDT
[    0.201745] ACPI: Executed 1 blocks of module-level executable AML code
[    0.212085] ACPI: SSDT 7f46cc18 00374 (v01    AMI      IST 00000001 MSFT 03000001)
[    0.213428] ACPI: Dynamic OEM Table Load:
[    0.213557] ACPI: SSDT (null) 00374 (v01    AMI      IST 00000001 MSFT 03000001)
[    0.228270] ACPI: Interpreter enabled
[    0.228353] ACPI: (supports S0 S1 S3 S4 S5)
[    0.228613] ACPI: Using IOAPIC for interrupt routing
[    0.228806] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.229108] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in ACPI motherboard resources
[    0.229221] PCI: Using MMCONFIG for extended config space
[    0.249411] ACPI: BIOS _OSI(Linux) query ignored
[    0.261277] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[    0.261920] ACPI: No dock devices found.
[    0.261998] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.262754] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.263295] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.263380] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.263463] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.263570] pci_root PNP0A08:00: host bridge window [mem 0x7f700000-0xffffffff]
[    0.263777] pci 0000:00:02.0: reg 10: [mem 0xfea80000-0xfeafffff]
[    0.263789] pci 0000:00:02.0: reg 14: [io  0xf0c0-0xf0c7]
[    0.263800] pci 0000:00:02.0: reg 18: [mem 0xc0000000-0xcfffffff pref]
[    0.263812] pci 0000:00:02.0: reg 1c: [mem 0xfe700000-0xfe7fffff]
[    0.263877] pci 0000:00:02.1: reg 10: [mem 0xfea00000-0xfea7ffff]
[    0.264031] pci 0000:00:1b.0: reg 10: [mem 0xfeb00000-0xfeb03fff 64bit]
[    0.264107] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.264117] pci 0000:00:1b.0: PME# disabled
[    0.264237] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.264247] pci 0000:00:1c.0: PME# disabled
[    0.264370] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.264380] pci 0000:00:1c.2: PME# disabled
[    0.264464] pci 0000:00:1d.0: reg 20: [io  0xf060-0xf07f]
[    0.264550] pci 0000:00:1d.1: reg 20: [io  0xf040-0xf05f]
[    0.264641] pci 0000:00:1d.2: reg 20: [io  0x0000-0x001f]
[    0.264726] pci 0000:00:1d.3: reg 20: [io  0x0000-0x001f]
[    0.264806] pci 0000:00:1d.7: reg 10: [mem 0xfeb05000-0xfeb053ff]
[    0.264881] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.264891] pci 0000:00:1d.7: PME# disabled
[    0.265138] pci 0000:00:1f.2: reg 10: [io  0xf0b0-0xf0b7]
[    0.265151] pci 0000:00:1f.2: reg 14: [io  0xf0a0-0xf0a3]
[    0.265164] pci 0000:00:1f.2: reg 18: [io  0xf090-0xf097]
[    0.265177] pci 0000:00:1f.2: reg 1c: [io  0xf080-0xf083]
[    0.265191] pci 0000:00:1f.2: reg 20: [io  0xf020-0xf03f]
[    0.265204] pci 0000:00:1f.2: reg 24: [mem 0xfeb04000-0xfeb043ff]
[    0.265255] pci 0000:00:1f.2: PME# supported from D3hot
[    0.265265] pci 0000:00:1f.2: PME# disabled
[    0.265346] pci 0000:00:1f.3: reg 20: [io  0xf000-0xf01f]
[    0.265510] pci 0000:01:00.0: reg 10: [mem 0xfe900000-0xfe90ffff 64bit]
[    0.265601] pci 0000:01:00.0: supports D1
[    0.265607] pci 0000:01:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.265618] pci 0000:01:00.0: PME# disabled
[    0.272064] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    0.272151] pci 0000:00:1c.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.272165] pci 0000:00:1c.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.272179] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.272309] pci 0000:02:00.0: reg 10: [io  0xe000-0xe0ff]
[    0.272341] pci 0000:02:00.0: reg 18: [mem 0xd0010000-0xd0010fff 64bit pref]
[    0.272365] pci 0000:02:00.0: reg 20: [mem 0xd0000000-0xd000ffff 64bit pref]
[    0.272381] pci 0000:02:00.0: reg 30: [mem 0xfe800000-0xfe81ffff pref]
[    0.272445] pci 0000:02:00.0: supports D1 D2
[    0.272452] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot
[    0.272462] pci 0000:02:00.0: PME# disabled
[    0.280058] pci 0000:00:1c.2: PCI bridge to [bus 02-02]
[    0.280146] pci 0000:00:1c.2:   bridge window [io  0xe000-0xefff]
[    0.280158] pci 0000:00:1c.2:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.280172] pci 0000:00:1c.2:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.280283] pci 0000:00:1e.0: PCI bridge to [bus 03-03] (subtractive decode)
[    0.280385] pci 0000:00:1e.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.280398] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.280412] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.280422] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.280431] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.280440] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.280449] pci 0000:00:1e.0:   bridge window [mem 0x7f700000-0xffffffff] (subtractive decode)
[    0.280483] pci_bus 0000:00: on NUMA node 0
[    0.280503] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.280901] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
[    0.281066] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0PB._PRT]
[    0.307149] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.307811] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.308565] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.309217] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.309862] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.310595] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.311329] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.312088] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.312610] HEST: Table is not found!
[    0.312898] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.313028] vgaarb: loaded
[    0.313614] SCSI subsystem initialized
[    0.313880] libata version 3.00 loaded.
[    0.314064] usbcore: registered new interface driver usbfs
[    0.314183] usbcore: registered new interface driver hub
[    0.314339] usbcore: registered new device driver usb
[    0.314879] ACPI: WMI: Mapper loaded
[    0.314950] PCI: Using ACPI for IRQ routing
[    0.315022] PCI: pci_cache_line_size set to 64 bytes
[    0.315144] Expanded resource reserved due to conflict with PCI Bus 0000:00
[    0.315230] reserve RAM buffer: 000000000009d800 - 000000000009ffff
[    0.315238] reserve RAM buffer: 000000007f3f3000 - 000000007fffffff
[    0.315248] reserve RAM buffer: 000000007f46b000 - 000000007fffffff
[    0.315257] reserve RAM buffer: 000000007f600000 - 000000007fffffff
[    0.315533] NetLabel: Initializing
[    0.315603] NetLabel:  domain hash size = 128
[    0.315671] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.315770] NetLabel:  unlabeled traffic allowed by default
[    0.315954] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.316016] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.316207] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.324078] Switching to clocksource tsc
[    0.349271] AppArmor: AppArmor Filesystem Enabled
[    0.349378] pnp: PnP ACPI init
[    0.349483] ACPI: bus type pnp registered
[    0.351689] pnp 00:07: disabling [io  0x0010-0x001f] because it overlaps 0000:00:1d.2 BAR 4 [io  0x0000-0x001f]
[    0.351844] pnp 00:07: disabling [io  0x0010-0x001f disabled] because it overlaps 0000:00:1d.3 BAR 4 [io  0x0000-0x001f]
[    0.361760] pnp: PnP ACPI: found 14 devices
[    0.361837] ACPI: ACPI bus type pnp unregistered
[    0.361912] PnPBIOS: Disabled by ACPI PNP
[    0.362010] system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
[    0.362094] system 00:01: [mem 0xe0000000-0xe3ffffff] has been reserved
[    0.362186] system 00:03: [io  0x0800-0x087f] has been reserved
[    0.362266] system 00:03: [io  0x0480-0x04bf] has been reserved
[    0.362357] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.362443] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.362525] system 00:03: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.362607] system 00:03: [mem 0xfed20000-0xfed8ffff] has been reserved
[    0.362689] system 00:03: [mem 0xfff00000-0xffffffff] has been reserved
[    0.362785] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.362875] system 00:0a: [io  0x0360-0x0361] has been reserved
[    0.362965] system 00:0c: [mem 0xe0000000-0xefffffff] could not be reserved
[    0.363059] system 00:0c: [mem 0xfed14000-0xfed17fff] has been reserved
[    0.363141] system 00:0c: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.363223] system 00:0c: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.363306] system 00:0c: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.403193] pci 0000:00:1c.0: BAR 15: assigned [mem 0x7f700000-0x7f8fffff 64bit pref]
[    0.403314] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
[    0.403396] pci 0000:00:1d.2: BAR 4: assigned [io  0x2000-0x201f]
[    0.403481] pci 0000:00:1d.2: BAR 4: set to [io  0x2000-0x201f] (PCI address [0x2000-0x201f]
[    0.403604] pci 0000:00:1d.3: BAR 4: assigned [io  0x2020-0x203f]
[    0.403696] pci 0000:00:1d.3: BAR 4: set to [io  0x2020-0x203f] (PCI address [0x2020-0x203f]
[    0.403824] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    0.403902] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    0.403985] pci 0000:00:1c.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.404071] pci 0000:00:1c.0:   bridge window [mem 0x7f700000-0x7f8fffff 64bit pref]
[    0.404185] pci 0000:00:1c.2: PCI bridge to [bus 02-02]
[    0.404265] pci 0000:00:1c.2:   bridge window [io  0xe000-0xefff]
[    0.404355] pci 0000:00:1c.2:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.404441] pci 0000:00:1c.2:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.404556] pci 0000:00:1e.0: PCI bridge to [bus 03-03]
[    0.404629] pci 0000:00:1e.0:   bridge window [io  disabled]
[    0.404708] pci 0000:00:1e.0:   bridge window [mem disabled]
[    0.404786] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    0.404910]   alloc irq_desc for 16 on node -1
[    0.404916]   alloc kstat_irqs on node -1
[    0.404933] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.405019] pci 0000:00:1c.0: setting latency timer to 64
[    0.405039]   alloc irq_desc for 18 on node -1
[    0.405045]   alloc kstat_irqs on node -1
[    0.405056] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    0.405140] pci 0000:00:1c.2: setting latency timer to 64
[    0.405156] pci 0000:00:1e.0: setting latency timer to 64
[    0.405167] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.405174] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.405182] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.405189] pci_bus 0000:00: resource 7 [mem 0x7f700000-0xffffffff]
[    0.405197] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    0.405204] pci_bus 0000:01: resource 1 [mem 0xfe900000-0xfe9fffff]
[    0.405212] pci_bus 0000:01: resource 2 [mem 0x7f700000-0x7f8fffff 64bit pref]
[    0.405221] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.405228] pci_bus 0000:02: resource 1 [mem 0xfe800000-0xfe8fffff]
[    0.405236] pci_bus 0000:02: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.405244] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7]
[    0.405251] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff]
[    0.405258] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
[    0.405266] pci_bus 0000:03: resource 7 [mem 0x7f700000-0xffffffff]
[    0.405360] NET: Registered protocol family 2
[    0.405612] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.406465] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.407567] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.408190] TCP: Hash tables configured (established 131072 bind 65536)
[    0.408302] TCP reno registered
[    0.409368] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.409463] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.409781] NET: Registered protocol family 1
[    0.409889] pci 0000:00:02.0: Boot video device
[    0.839871] PCI: CLS 64 bytes, default 64
[    0.840455] cpufreq-nforce2: No nForce2 chipset.
[    0.840621] Scanning for low memory corruption every 60 seconds
[    0.841029] audit: initializing netlink socket (disabled)
[    0.841124] type=2000 audit(1288360227.836:1): initialized
[    0.862071] highmem bounce pool size: 64 pages
[    0.862166] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.866999] VFS: Disk quotas dquot_6.5.2
[    0.867261] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.869312] fuse init (API version 7.14)
[    0.869679] msgmni has been set to 1683
[    0.870605] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.870718] io scheduler noop registered
[    0.870786] io scheduler deadline registered
[    0.870901] io scheduler cfq registered (default)
[    0.871251] pcieport 0000:00:1c.0: setting latency timer to 64
[    0.871313]   alloc irq_desc for 40 on node -1
[    0.871319]   alloc kstat_irqs on node -1
[    0.871339] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[    0.871553] pcieport 0000:00:1c.2: setting latency timer to 64
[    0.871609]   alloc irq_desc for 41 on node -1
[    0.871615]   alloc kstat_irqs on node -1
[    0.871631] pcieport 0000:00:1c.2: irq 41 for MSI/MSI-X
[    0.871938] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.872680] pciehp 0000:00:1c.0:pcie04: HPC vendor_id 8086 device_id 27d0 ss_vid 8086 ss_did 27d0
[    0.872904] pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
[    0.872950] pciehp 0000:00:1c.2:pcie04: HPC vendor_id 8086 device_id 27d4 ss_vid 8086 ss_did 27d4
[    0.873145] pciehp 0000:00:1c.2:pcie04: service driver pciehp loaded
[    0.873175] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.873546] intel_idle: MWAIT substates: 0x20220
[    0.873553] intel_idle: v0.4 model 0x1C
[    0.873558] intel_idle: lapic_timer_reliable_states 0x6
[    0.873578] Marking TSC unstable due to TSC halts in idle states deeper than C2
[    0.873994] Switching to clocksource hpet
[    0.876806] ACPI: AC Adapter [AC0] (on-line)
[    0.877120] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.877240] ACPI: Power Button [PWRB]
[    0.877441] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    0.877564] ACPI: Sleep Button [SLPB]
[    0.877776] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    0.877973] ACPI: Lid Switch [LID0]
[    0.878172] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.878284] ACPI: Power Button [PWRF]
[    0.878855] ACPI: acpi_idle yielding to intel_idle
[    0.893006] ERST: Table is not found!
[    0.893747] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.898238] brd: module loaded
[    0.900096] loop: module loaded
[    0.902047] Fixed MDIO Bus: probed
[    0.902244] PPP generic driver version 2.4.2
[    0.902463] tun: Universal TUN/TAP device driver, 1.6
[    0.902538] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
[    0.902840] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.902969]   alloc irq_desc for 23 on node -1
[    0.902975]   alloc kstat_irqs on node -1
[    0.902994] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    0.903119] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    0.903128] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    0.903321] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    0.903468] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[    0.903560] ehci_hcd 0000:00:1d.7: debug port 1
[    0.907541] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[    0.907589] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfeb05000
[    0.911626] isapnp: Scanning for PnP cards...
[    0.935593] ACPI: Battery Slot [BAT0] (battery present)
[    1.004634] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.005075] hub 1-0:1.0: USB hub found
[    1.005150] hub 1-0:1.0: 8 ports detected
[    1.005395] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.005512] uhci_hcd: USB Universal Host Controller Interface driver
[    1.005655] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.005745] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.005753] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.005925] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.006067] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000f060
[    1.006456] hub 2-0:1.0: USB hub found
[    1.006531] hub 2-0:1.0: 2 ports detected
[    1.006725]   alloc irq_desc for 19 on node -1
[    1.006731]   alloc kstat_irqs on node -1
[    1.006746] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.006835] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.006842] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.007002] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    1.007157] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000f040
[    1.007540] hub 3-0:1.0: USB hub found
[    1.007613] hub 3-0:1.0: 2 ports detected
[    1.007797] uhci_hcd 0000:00:1d.2: enabling device (0000 -> 0001)
[    1.007879] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.007967] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.007975] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.008174] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    1.008329] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00002000
[    1.008718] hub 4-0:1.0: USB hub found
[    1.008791] hub 4-0:1.0: 2 ports detected
[    1.008983] uhci_hcd 0000:00:1d.3: enabling device (0000 -> 0001)
[    1.009064] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[    1.009153] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    1.009160] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    1.009319] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    1.009471] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00002020
[    1.009849] hub 5-0:1.0: USB hub found
[    1.009922] hub 5-0:1.0: 2 ports detected
[    1.010278] PNP: PS/2 Controller [PNP0320:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.013783] i8042.c: Detected active multiplexing controller, rev 1.1.
[    1.016271] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.016357] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.016432] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.016508] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.016584] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.016849] mice: PS/2 mouse device common for all mice
[    1.017335] rtc_cmos 00:05: RTC can wake from S4
[    1.017510] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    1.017621] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.018008] device-mapper: uevent: version 1.0.3
[    1.052838] device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: [email protected]
[    1.153381] Freeing initrd memory: 10512k freed
[    1.161609] device-mapper: multipath: version 1.1.1 loaded
[    1.161694] device-mapper: multipath round-robin: version 1.0.0 loaded
[    1.162177] EISA: Probing bus 0 at eisa.0
[    1.162249] EISA: Cannot allocate resource for mainboard
[    1.162323] Cannot allocate resource for EISA slot 1
[    1.162394] Cannot allocate resource for EISA slot 2
[    1.162466] Cannot allocate resource for EISA slot 3
[    1.162537] Cannot allocate resource for EISA slot 4
[    1.162609] Cannot allocate resource for EISA slot 5
[    1.162681] Cannot allocate resource for EISA slot 6
[    1.162753] Cannot allocate resource for EISA slot 7
[    1.162825] Cannot allocate resource for EISA slot 8
[    1.162894] EISA: Detected 0 cards.
[    1.163357] cpuidle: using governor ladder
[    1.163770] cpuidle: using governor menu
[    1.164622] TCP cubic registered
[    1.165074] NET: Registered protocol family 10
[    1.166080] lo: Disabled Privacy Extensions
[    1.166708] NET: Registered protocol family 17
[    1.167956] Using IPI No-Shortcut mode
[    1.168308] PM: Resume from disk failed.
[    1.168333] registered taskstats version 1
[    1.168852]   Magic number: 14:370:838
[    1.169032] rtc_cmos 00:05: setting system clock to 2010-10-29 13:50:29 UTC (1288360229)
[    1.169141] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.169214] EDD information not available.
[    1.196213] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    1.214420] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[    1.214528] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[    1.266218] isapnp: No Plug & Play device found
[    1.266318] Freeing unused kernel memory: 684k freed
[    1.266901] Write protecting the kernel text: 4932k
[    1.267037] Write protecting the kernel read-only data: 1976k
[    1.302685] udev[78]: starting version 163
[    1.414056] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[    1.414182] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[    1.520085] usb 2-1: new low speed USB device using uhci_hcd and address 2
[    1.613989] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.614121] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[    1.614249] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[    1.621008] r8169 0000:02:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    1.621166] r8169 0000:02:00.0: setting latency timer to 64
[    1.621232]   alloc irq_desc for 42 on node -1
[    1.621239]   alloc kstat_irqs on node -1
[    1.621266] r8169 0000:02:00.0: irq 42 for MSI/MSI-X
[    1.622674] r8169 0000:02:00.0: eth0: RTL8102e at 0xf8036000, 00:23:81:0f:af:3f, XID 04c00000 IRQ 42
[    1.652813] ahci 0000:00:1f.2: version 3.0
[    1.652848] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.653010]   alloc irq_desc for 43 on node -1
[    1.653017]   alloc kstat_irqs on node -1
[    1.653041] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
[    1.653166] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
[    1.653301] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part
[    1.653400] ahci 0000:00:1f.2: setting latency timer to 64
[    1.654051] scsi0 : ahci
[    1.654485] scsi1 : ahci
[    1.654787] scsi2 : ahci
[    1.655107] scsi3 : ahci
[    1.655612] ata1: SATA max UDMA/133 abar m1024@0xfeb04000 port 0xfeb04100 irq 43
[    1.655740] ata2: SATA max UDMA/133 abar m1024@0xfeb04000 port 0xfeb04180 irq 43
[    1.655858] ata3: DUMMY
[    1.655925] ata4: DUMMY
[    1.813512] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[    1.813624] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[    1.972133] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.972239] ata2: SATA link down (SStatus 0 SControl 300)
[    1.978076] ata1.00: ATA-8: SAMSUNG HM321HI, 2AJ10001, max UDMA/133
[    1.979079] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.985081] ata1.00: configured for UDMA/133
[    2.000360] scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG HM321HI  2AJ1 PQ: 0 ANSI: 5
[    2.000942] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.001119] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[    2.001473] sd 0:0:0:0: [sda] Write Protect is off
[    2.001545] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.001606] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.002059]  sda:
[    2.014028] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[    2.014192] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[    2.028038]  sda1 sda2 < sda5 >
[    2.054006] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.069432] usbcore: registered new interface driver hiddev
[    2.083140] input: ELECOM ELECOM USB mouse with wheel  as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input5
[    2.083604] generic-usb 0003:056E:0018.0001: input,hidraw0: USB HID v1.10 Mouse [ELECOM ELECOM USB mouse with wheel ] on usb-0000:00:1d.0-1/input0
[    2.083788] usbcore: registered new interface driver usbhid
[    2.083873] usbhid: USB HID core driver
[    2.213916] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[    2.214035] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[    2.401587] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    2.425478] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[    2.425607] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[    2.621539] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[    2.621651] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[    2.821480] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[    2.821597] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[    3.021436] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[    3.021557] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[    3.225472] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[    3.225592] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[    3.421427] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[    3.421545] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[   11.443415] udev[338]: starting version 163
[   11.522205] Adding 6142972k swap on /dev/sda5.  Priority:-1 extents:1 across:6142972k
[   11.528307] lp: driver loaded but no devices found
[   11.956567] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[   11.956577] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[   11.964609] Linux agpgart interface v0.103
[   12.088991] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   12.142865] agpgart-intel 0000:00:00.0: Intel GMA3150 Chipset
[   12.143791] agpgart-intel 0000:00:00.0: detected 8188K stolen memory
[   12.153945] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[   12.153955] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[   12.310705] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
[   12.315659] type=1400 audit(1288360240.639:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient3" pid=564 comm="apparmor_parser"
[   12.316460] type=1400 audit(1288360240.643:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=564 comm="apparmor_parser"
[   12.316899] type=1400 audit(1288360240.643:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=564 comm="apparmor_parser"
[   12.353964] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[   12.353972] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[   12.381263] cfg80211: Calling CRDA to update world regulatory domain
[   12.467425] cfg80211: World regulatory domain updated:
[   12.467435]     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   12.467446]     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.467455]     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   12.467463]     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   12.467471]     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.467479]     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.726155] [drm] Initialized drm 1.1.0 20060810
[   13.008609] ath9k 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   13.008631] ath9k 0000:01:00.0: setting latency timer to 64
[   13.044280] pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   13.044291] pci 0000:00:02.0: setting latency timer to 64
[   13.196785] ath: EEPROM regdomain: 0x60
[   13.196792] ath: EEPROM indicates we should expect a direct regpair map
[   13.196802] ath: Country alpha2 being used: 00
[   13.196807] ath: Regpair used: 0x60
[   13.217593] type=1400 audit(1288360241.543:5): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient3" pid=759 comm="apparmor_parser"
[   13.218335] type=1400 audit(1288360241.543:6): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=759 comm="apparmor_parser"
[   13.218781] type=1400 audit(1288360241.543:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=759 comm="apparmor_parser"
[   13.227090] type=1400 audit(1288360241.551:8): apparmor="STATUS" operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" pid=758 comm="apparmor_parser"
[   13.258505] type=1400 audit(1288360241.583:9): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=768 comm="apparmor_parser"
[   13.259543] type=1400 audit(1288360241.583:10): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=768 comm="apparmor_parser"
[   13.263334] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   13.263428]   alloc irq_desc for 44 on node -1
[   13.263434]   alloc kstat_irqs on node -1
[   13.263460] HDA Intel 0000:00:1b.0: irq 44 for MSI/MSI-X
[   13.263521] HDA Intel 0000:00:1b.0: setting latency timer to 64
[   13.267728] type=1400 audit(1288360241.591:11): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince" pid=763 comm="apparmor_parser"
[   13.271964] r8169 0000:02:00.0: eth0: link up
[   13.271973] r8169 0000:02:00.0: eth0: link up
[   13.273468]   alloc irq_desc for 45 on node -1
[   13.273477]   alloc kstat_irqs on node -1
[   13.273496] pci 0000:00:02.0: irq 45 for MSI/MSI-X
[   13.277992] acpi device:1c: registered as cooling_device2
[   13.278778] ACPI: BIOS _OSI(Linux) query ignored
[   13.282652] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
[   13.282971] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   13.283333] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   13.352653] phy0: Selected rate control algorithm 'ath9k_rate_control'
[   13.354491] Registered led device: ath9k-phy0::radio
[   13.354562] Registered led device: ath9k-phy0::assoc
[   13.354624] Registered led device: ath9k-phy0::tx
[   13.354689] Registered led device: ath9k-phy0::rx
[   13.354713] phy0: Atheros AR9285 Rev:2 mem=0xf8480000, irq=16
[   13.427765] hda_codec: ALC269: BIOS auto-probing.
[   13.487575] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   13.636317] ppdev: user-space parallel port driver
[   15.025630] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro,commit=0

オフライン

 

#12 2010-10-29 23:13:25

ssugamura
メンバ
登録日: 2010-10-25

Re: ノートPCのTouchpadが認識されない件について

intel_idle.max_cstate=0の結果です。

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.35-22-generic (buildd@rothera) (gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu4) ) #33-Ubuntu SMP Sun Sep 19 20:34:50 UTC 2010 (Ubuntu 2.6.35-22.33-generic 2.6.35.4)
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009d800 (usable)
[    0.000000]  BIOS-e820: 000000000009d800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000007f3f3000 (usable)
[    0.000000]  BIOS-e820: 000000007f3f3000 - 000000007f439000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007f439000 - 000000007f43f000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007f43f000 - 000000007f442000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007f442000 - 000000007f46a000 (reserved)
[    0.000000]  BIOS-e820: 000000007f46a000 - 000000007f46b000 (usable)
[    0.000000]  BIOS-e820: 000000007f46b000 - 000000007f475000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007f475000 - 000000007f493000 (reserved)
[    0.000000]  BIOS-e820: 000000007f493000 - 000000007f49a000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007f49a000 - 000000007f600000 (usable)
[    0.000000]  BIOS-e820: 000000007f600000 - 0000000080000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed00000 - 00000000fed01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
[    0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[    0.000000] DMI 2.6 present.
[    0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working around it.
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] last_pfn = 0x7f600 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-protect
[    0.000000]   D0000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask 080000000 write-back
[    0.000000]   1 base 07F600000 mask 0FFF00000 write-through
[    0.000000]   2 base 07F700000 mask 0FFF00000 uncachable
[    0.000000]   3 base 07F800000 mask 0FF800000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 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 - 000000000009d800 (usable)
[    0.000000]  modified: 000000000009d800 - 00000000000a0000 (reserved)
[    0.000000]  modified: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  modified: 0000000000100000 - 000000007f3f3000 (usable)
[    0.000000]  modified: 000000007f3f3000 - 000000007f439000 (ACPI NVS)
[    0.000000]  modified: 000000007f439000 - 000000007f43f000 (ACPI data)
[    0.000000]  modified: 000000007f43f000 - 000000007f442000 (ACPI NVS)
[    0.000000]  modified: 000000007f442000 - 000000007f46a000 (reserved)
[    0.000000]  modified: 000000007f46a000 - 000000007f46b000 (usable)
[    0.000000]  modified: 000000007f46b000 - 000000007f475000 (ACPI NVS)
[    0.000000]  modified: 000000007f475000 - 000000007f493000 (reserved)
[    0.000000]  modified: 000000007f493000 - 000000007f49a000 (ACPI NVS)
[    0.000000]  modified: 000000007f49a000 - 000000007f600000 (usable)
[    0.000000]  modified: 000000007f600000 - 0000000080000000 (reserved)
[    0.000000]  modified: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  modified: 00000000fed00000 - 00000000fed01000 (reserved)
[    0.000000]  modified: 00000000fed1c000 - 00000000fed90000 (reserved)
[    0.000000]  modified: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  modified: 00000000fff00000 - 0000000100000000 (reserved)
[    0.000000] initial memory mapped : 0 - 00c00000
[    0.000000] found SMP MP-table at [c00fcbc0] fcbc0
[    0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 0037400000 page 2M
[    0.000000]  0037400000 - 00377fe000 page 4k
[    0.000000] kernel direct mapping tables up to 377fe000 @ 15000-1a000
[    0.000000] RAMDISK: 375ac000 - 37ff0000
[    0.000000] Allocated new RAMDISK: 009a5000 - 013e8bf8
[    0.000000] Move RAMDISK from 00000000375ac000 - 0000000037fefbf7 to 009a5000 - 013e8bf7
[    0.000000] ACPI: RSDP 000f0420 00024 (v03 MOUSEC)
[    0.000000] ACPI: XSDT 7f439080 0004C (v01 MOUSEC COMPUTER 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 7f43df10 000F4 (v04 MOUSEC COMPUTER 01072009 AMI  00010013)
[    0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20100428/tbfadt-369)
[    0.000000] ACPI Warning: 32/64X FACS address mismatch in FADT - 0x7F471F40/0x000000007F471F80, using 32 (20100428/tbfadt-486)
[    0.000000] ACPI: DSDT 7f439158 04DB3 (v02 MOUSEC COMPUTER 00000000 INTL 20051117)
[    0.000000] ACPI: FACS 7f471f40 00040
[    0.000000] ACPI: APIC 7f43e008 00072 (v01 MOUSEC COMPUTER 01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 7f43e080 0003C (v01 A M I  ITL 945. 01072009 MSFT 00000097)
[    0.000000] ACPI: SLIC 7f43e0c0 00176 (v01 MOUSEC COMPUTER 01072009 AMI  00010013)
[    0.000000] ACPI: HPET 7f43e238 00038 (v01 MOUSEC COMPUTER 01072009 AMI. 00000004)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 1150MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x000377fe
[    0.000000]   HighMem  0x000377fe -> 0x0007f600
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[4] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009d
[    0.000000]     0: 0x00000100 -> 0x0007f3f3
[    0.000000]     0: 0x0007f46a -> 0x0007f46b
[    0.000000]     0: 0x0007f49a -> 0x0007f600
[    0.000000] On node 0 totalpages: 521447
[    0.000000] free_area_init_node: node 0, pgdat c07ffd40, node_mem_map c13ea200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3949 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: 2301 pages used for memmap
[    0.000000]   HighMem zone: 291935 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 4, 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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] early_res array is doubled to 64 at [16000 - 167ff]
[    0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 80000000 (gap: 80000000:7ec00000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 14 pages/cpu @c2400000 s36416 r0 d20928 u1048576
[    0.000000] pcpu-alloc: s36416 r0 d20928 u1048576 alloc=1*4194304
[    0.000000] pcpu-alloc: [0] 0 1 2 3
[    0.000000] early_res array is doubled to 128 at [16800 - 177ff]
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 517370
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic root=UUID=a6000892-6454-4929-9f19-dd74ec25acb5 ro intel_idle.max_cstate=0
[    0.000000] PID hash table entries: 4096 (order: 2, 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 10434240 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Subtract (60 early reservations)
[    0.000000]   #1 [0000001000 - 0000002000]   EX TRAMPOLINE
[    0.000000]   #2 [0000100000 - 00009a0adc]   TEXT DATA BSS
[    0.000000]   #3 [00009a1000 - 00009a41ba]             BRK
[    0.000000]   #4 [00000fcbd0 - 0000100000]   BIOS reserved
[    0.000000]   #5 [00000fcbc0 - 00000fcbd0]    MP-table mpf
[    0.000000]   #6 [000009d800 - 00000fc9c0]   BIOS reserved
[    0.000000]   #7 [00000fcb38 - 00000fcbc0]   BIOS reserved
[    0.000000]   #8 [00000fc9c0 - 00000fcb38]    MP-table mpc
[    0.000000]   #9 [0000010000 - 0000011000]      TRAMPOLINE
[    0.000000]   #10 [0000011000 - 0000015000]     ACPI WAKEUP
[    0.000000]   #11 [0000015000 - 0000016000]         PGTABLE
[    0.000000]   #12 [00009a5000 - 00013e9000]     NEW RAMDISK
[    0.000000]   #13 [00013e9000 - 00013ea000]         BOOTMEM
[    0.000000]   #14 [00013ea000 - 00023da000]         BOOTMEM
[    0.000000]   #15 [00023da000 - 00023da004]         BOOTMEM
[    0.000000]   #16 [00023da040 - 00023da100]         BOOTMEM
[    0.000000]   #17 [00023da100 - 00023da154]         BOOTMEM
[    0.000000]   #18 [00023da180 - 00023dd180]         BOOTMEM
[    0.000000]   #19 [00023dd180 - 00023dd1ec]         BOOTMEM
[    0.000000]   #20 [00023dd200 - 00023e3200]         BOOTMEM
[    0.000000]   #21 [00023e3200 - 00023e3225]         BOOTMEM
[    0.000000]   #22 [00023e3240 - 00023e3267]         BOOTMEM
[    0.000000]   #23 [00023e3280 - 00023e34b0]         BOOTMEM
[    0.000000]   #24 [00023e34c0 - 00023e3500]         BOOTMEM
[    0.000000]   #25 [00023e3500 - 00023e3540]         BOOTMEM
[    0.000000]   #26 [00023e3540 - 00023e3580]         BOOTMEM
[    0.000000]   #27 [00023e3580 - 00023e35c0]         BOOTMEM
[    0.000000]   #28 [00023e35c0 - 00023e3600]         BOOTMEM
[    0.000000]   #29 [00023e3600 - 00023e3640]         BOOTMEM
[    0.000000]   #30 [00023e3640 - 00023e3680]         BOOTMEM
[    0.000000]   #31 [00023e3680 - 00023e36c0]         BOOTMEM
[    0.000000]   #32 [00023e36c0 - 00023e3700]         BOOTMEM
[    0.000000]   #33 [00023e3700 - 00023e3740]         BOOTMEM
[    0.000000]   #34 [00023e3740 - 00023e3780]         BOOTMEM
[    0.000000]   #35 [00023e3780 - 00023e37c0]         BOOTMEM
[    0.000000]   #36 [00023e37c0 - 00023e3800]         BOOTMEM
[    0.000000]   #37 [00023e3800 - 00023e3840]         BOOTMEM
[    0.000000]   #38 [00023e3840 - 00023e3880]         BOOTMEM
[    0.000000]   #39 [00023e3880 - 00023e38c0]         BOOTMEM
[    0.000000]   #40 [00023e38c0 - 00023e3900]         BOOTMEM
[    0.000000]   #41 [00023e3900 - 00023e3940]         BOOTMEM
[    0.000000]   #42 [00023e3940 - 00023e3980]         BOOTMEM
[    0.000000]   #43 [00023e3980 - 00023e3990]         BOOTMEM
[    0.000000]   #44 [00023e39c0 - 00023e3a35]         BOOTMEM
[    0.000000]   #45 [00023e3a40 - 00023e3ab5]         BOOTMEM
[    0.000000]   #46 [0002400000 - 000240e000]         BOOTMEM
[    0.000000]   #47 [0002500000 - 000250e000]         BOOTMEM
[    0.000000]   #48 [0002600000 - 000260e000]         BOOTMEM
[    0.000000]   #49 [0002700000 - 000270e000]         BOOTMEM
[    0.000000]   #50 [00023e5ac0 - 00023e5ac4]         BOOTMEM
[    0.000000]   #51 [00023e5b00 - 00023e5b04]         BOOTMEM
[    0.000000]   #52 [00023e5b40 - 00023e5b50]         BOOTMEM
[    0.000000]   #53 [00023e5b80 - 00023e5b90]         BOOTMEM
[    0.000000]   #54 [00023e5bc0 - 00023e5c60]         BOOTMEM
[    0.000000]   #55 [00023e5c80 - 00023e5cc8]         BOOTMEM
[    0.000000]   #56 [00023e5d00 - 00023e9d00]         BOOTMEM
[    0.000000]   #57 [000240e000 - 000248e000]         BOOTMEM
[    0.000000]   #58 [000248e000 - 00024ce000]         BOOTMEM
[    0.000000]   #59 [000270e000 - 00031016c0]         BOOTMEM
[    0.000000] Initializing HighMem for node 0 (000377fe:0007f600)
[    0.000000] Memory: 2038832k/2086912k available (4928k kernel code, 46956k reserved, 2336k data, 684k init, 1176944k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff16000 - 0xfffff000   ( 932 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 : 0xc0819000 - 0xc08c4000   ( 684 kB)
[    0.000000]       .data : 0xc05d029e - 0xc0818668   (2336 kB)
[    0.000000]       .text : 0xc0100000 - 0xc05d029e   (4928 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=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]     RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000]     RCU-based detection of stalled CPUs is disabled.
[    0.000000]     Verbose stalled-CPUs detection is disabled.
[    0.000000] NR_IRQS:2304 nr_irqs:712
[    0.000000] Extended CMOS year: 2000
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 1828.769 MHz processor.
[    0.004009] Calibrating delay loop (skipped), value calculated using timer frequency.. 3657.53 BogoMIPS (lpj=7315076)
[    0.004152] pid_max: default: 32768 minimum: 301
[    0.004257] Security Framework initialized
[    0.004351] AppArmor: AppArmor initialized
[    0.004416] Yama: becoming mindful.
[    0.004581] Mount-cache hash table entries: 512
[    0.004858] Initializing cgroup subsys ns
[    0.004928] Initializing cgroup subsys cpuacct
[    0.005001] Initializing cgroup subsys memory
[    0.005080] Initializing cgroup subsys devices
[    0.005148] Initializing cgroup subsys freezer
[    0.005216] Initializing cgroup subsys net_cls
[    0.005322] CPU: Physical Processor ID: 0
[    0.005388] CPU: Processor Core ID: 0
[    0.005453] mce: CPU supports 5 MCE banks
[    0.005526] CPU0: Thermal monitoring enabled (TM2)
[    0.005598] using mwait in idle threads.
[    0.005670] Performance Events: PEBS fmt0+, Atom events, Intel PMU driver.
[    0.005833] ... version:                3
[    0.008018] ... bit width:              40
[    0.008084] ... generic registers:      2
[    0.008150] ... value mask:             000000ffffffffff
[    0.008220] ... max period:             000000007fffffff
[    0.008290] ... fixed-purpose events:   3
[    0.008356] ... event mask:             0000000700000003
[    0.012633] ACPI: Core revision 20100428
[    0.022874] ftrace: converting mcount calls to 0f 1f 44 00 00
[    0.022954] ftrace: allocating 21758 entries in 43 pages
[    0.024098] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.024487] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.066610] CPU0: Intel(R) Atom(TM) CPU N475   @ 1.83GHz stepping 0a
[    0.068000] Booting Node   0, Processors  #1
[    0.008000] Initializing CPU#1
[    0.156028] Brought up 2 CPUs
[    0.156201] Total of 2 processors activated (7315.38 BogoMIPS).
[    0.156607] devtmpfs: initialized
[    0.158168] regulator: core version 0.5
[    0.158270] Time: 14:04:18  Date: 10/29/10
[    0.158408] NET: Registered protocol family 16
[    0.160164] Trying to unpack rootfs image as initramfs...
[    0.160397] EISA bus registered
[    0.160482] ACPI: bus type pci registered
[    0.160726] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.160845] PCI: not using MMCONFIG
[    0.192043] PCI: Using configuration type 1 for base access
[    0.195699] bio: create slab <bio-0> at 0
[    0.198899] ACPI: EC: Look up EC in DSDT
[    0.201832] ACPI: Executed 1 blocks of module-level executable AML code
[    0.212167] ACPI: SSDT 7f46cc18 00374 (v01    AMI      IST 00000001 MSFT 03000001)
[    0.213515] ACPI: Dynamic OEM Table Load:
[    0.213638] ACPI: SSDT (null) 00374 (v01    AMI      IST 00000001 MSFT 03000001)
[    0.228261] ACPI: Interpreter enabled
[    0.228342] ACPI: (supports S0 S1 S3 S4 S5)
[    0.228600] ACPI: Using IOAPIC for interrupt routing
[    0.228797] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.229091] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in ACPI motherboard resources
[    0.229203] PCI: Using MMCONFIG for extended config space
[    0.249418] ACPI: BIOS _OSI(Linux) query ignored
[    0.261297] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[    0.261913] ACPI: No dock devices found.
[    0.261990] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.262749] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.263276] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.263371] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.263462] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.263573] pci_root PNP0A08:00: host bridge window [mem 0x7f700000-0xffffffff]
[    0.263771] pci 0000:00:02.0: reg 10: [mem 0xfea80000-0xfeafffff]
[    0.263782] pci 0000:00:02.0: reg 14: [io  0xf0c0-0xf0c7]
[    0.263793] pci 0000:00:02.0: reg 18: [mem 0xc0000000-0xcfffffff pref]
[    0.263803] pci 0000:00:02.0: reg 1c: [mem 0xfe700000-0xfe7fffff]
[    0.263859] pci 0000:00:02.1: reg 10: [mem 0xfea00000-0xfea7ffff]
[    0.264019] pci 0000:00:1b.0: reg 10: [mem 0xfeb00000-0xfeb03fff 64bit]
[    0.264094] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.264104] pci 0000:00:1b.0: PME# disabled
[    0.264231] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.264241] pci 0000:00:1c.0: PME# disabled
[    0.264366] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.264375] pci 0000:00:1c.2: PME# disabled
[    0.264461] pci 0000:00:1d.0: reg 20: [io  0xf060-0xf07f]
[    0.264544] pci 0000:00:1d.1: reg 20: [io  0xf040-0xf05f]
[    0.264627] pci 0000:00:1d.2: reg 20: [io  0x0000-0x001f]
[    0.264710] pci 0000:00:1d.3: reg 20: [io  0x0000-0x001f]
[    0.264789] pci 0000:00:1d.7: reg 10: [mem 0xfeb05000-0xfeb053ff]
[    0.264865] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.264875] pci 0000:00:1d.7: PME# disabled
[    0.265133] pci 0000:00:1f.2: reg 10: [io  0xf0b0-0xf0b7]
[    0.265147] pci 0000:00:1f.2: reg 14: [io  0xf0a0-0xf0a3]
[    0.265160] pci 0000:00:1f.2: reg 18: [io  0xf090-0xf097]
[    0.265173] pci 0000:00:1f.2: reg 1c: [io  0xf080-0xf083]
[    0.265186] pci 0000:00:1f.2: reg 20: [io  0xf020-0xf03f]
[    0.265199] pci 0000:00:1f.2: reg 24: [mem 0xfeb04000-0xfeb043ff]
[    0.265251] pci 0000:00:1f.2: PME# supported from D3hot
[    0.265260] pci 0000:00:1f.2: PME# disabled
[    0.265331] pci 0000:00:1f.3: reg 20: [io  0xf000-0xf01f]
[    0.265491] pci 0000:01:00.0: reg 10: [mem 0xfe900000-0xfe90ffff 64bit]
[    0.265585] pci 0000:01:00.0: supports D1
[    0.265591] pci 0000:01:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.265602] pci 0000:01:00.0: PME# disabled
[    0.272063] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    0.272154] pci 0000:00:1c.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.272168] pci 0000:00:1c.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.272182] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.272319] pci 0000:02:00.0: reg 10: [io  0xe000-0xe0ff]
[    0.272353] pci 0000:02:00.0: reg 18: [mem 0xd0010000-0xd0010fff 64bit pref]
[    0.272378] pci 0000:02:00.0: reg 20: [mem 0xd0000000-0xd000ffff 64bit pref]
[    0.272393] pci 0000:02:00.0: reg 30: [mem 0xfe800000-0xfe81ffff pref]
[    0.272460] pci 0000:02:00.0: supports D1 D2
[    0.272466] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot
[    0.272477] pci 0000:02:00.0: PME# disabled
[    0.280069] pci 0000:00:1c.2: PCI bridge to [bus 02-02]
[    0.280161] pci 0000:00:1c.2:   bridge window [io  0xe000-0xefff]
[    0.280172] pci 0000:00:1c.2:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.280187] pci 0000:00:1c.2:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.280294] pci 0000:00:1e.0: PCI bridge to [bus 03-03] (subtractive decode)
[    0.280389] pci 0000:00:1e.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.280402] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.280418] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.280427] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.280435] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.280443] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.280452] pci 0000:00:1e.0:   bridge window [mem 0x7f700000-0xffffffff] (subtractive decode)
[    0.280483] pci_bus 0000:00: on NUMA node 0
[    0.280502] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.280889] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
[    0.281050] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0PB._PRT]
[    0.307160] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.307810] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.308592] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.309245] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.309896] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.310629] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.311360] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.312129] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.312654] HEST: Table is not found!
[    0.312964] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.313095] vgaarb: loaded
[    0.313666] SCSI subsystem initialized
[    0.313948] libata version 3.00 loaded.
[    0.314136] usbcore: registered new interface driver usbfs
[    0.314260] usbcore: registered new interface driver hub
[    0.314421] usbcore: registered new device driver usb
[    0.314938] ACPI: WMI: Mapper loaded
[    0.315009] PCI: Using ACPI for IRQ routing
[    0.315081] PCI: pci_cache_line_size set to 64 bytes
[    0.315204] Expanded resource reserved due to conflict with PCI Bus 0000:00
[    0.315289] reserve RAM buffer: 000000000009d800 - 000000000009ffff
[    0.315297] reserve RAM buffer: 000000007f3f3000 - 000000007fffffff
[    0.315308] reserve RAM buffer: 000000007f46b000 - 000000007fffffff
[    0.315316] reserve RAM buffer: 000000007f600000 - 000000007fffffff
[    0.315598] NetLabel: Initializing
[    0.315667] NetLabel:  domain hash size = 128
[    0.315736] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.315834] NetLabel:  unlabeled traffic allowed by default
[    0.316048] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.316140] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.316329] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.320267] Switching to clocksource tsc
[    0.345211] AppArmor: AppArmor Filesystem Enabled
[    0.345317] pnp: PnP ACPI init
[    0.345435] ACPI: bus type pnp registered
[    0.347685] pnp 00:07: disabling [io  0x0010-0x001f] because it overlaps 0000:00:1d.2 BAR 4 [io  0x0000-0x001f]
[    0.347818] pnp 00:07: disabling [io  0x0010-0x001f disabled] because it overlaps 0000:00:1d.3 BAR 4 [io  0x0000-0x001f]
[    0.356892] pnp: PnP ACPI: found 14 devices
[    0.356969] ACPI: ACPI bus type pnp unregistered
[    0.357044] PnPBIOS: Disabled by ACPI PNP
[    0.357142] system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
[    0.357226] system 00:01: [mem 0xe0000000-0xe3ffffff] has been reserved
[    0.357319] system 00:03: [io  0x0800-0x087f] has been reserved
[    0.357398] system 00:03: [io  0x0480-0x04bf] has been reserved
[    0.357479] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.357575] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.357658] system 00:03: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.357741] system 00:03: [mem 0xfed20000-0xfed8ffff] has been reserved
[    0.357824] system 00:03: [mem 0xfff00000-0xffffffff] has been reserved
[    0.357921] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.358010] system 00:0a: [io  0x0360-0x0361] has been reserved
[    0.358099] system 00:0c: [mem 0xe0000000-0xefffffff] could not be reserved
[    0.358184] system 00:0c: [mem 0xfed14000-0xfed17fff] has been reserved
[    0.358274] system 00:0c: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.358357] system 00:0c: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.358440] system 00:0c: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.398337] pci 0000:00:1c.0: BAR 15: assigned [mem 0x7f700000-0x7f8fffff 64bit pref]
[    0.398458] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
[    0.398540] pci 0000:00:1d.2: BAR 4: assigned [io  0x2000-0x201f]
[    0.398625] pci 0000:00:1d.2: BAR 4: set to [io  0x2000-0x201f] (PCI address [0x2000-0x201f]
[    0.398750] pci 0000:00:1d.3: BAR 4: assigned [io  0x2020-0x203f]
[    0.398834] pci 0000:00:1d.3: BAR 4: set to [io  0x2020-0x203f] (PCI address [0x2020-0x203f]
[    0.398975] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    0.399053] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    0.399139] pci 0000:00:1c.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.399224] pci 0000:00:1c.0:   bridge window [mem 0x7f700000-0x7f8fffff 64bit pref]
[    0.399345] pci 0000:00:1c.2: PCI bridge to [bus 02-02]
[    0.399425] pci 0000:00:1c.2:   bridge window [io  0xe000-0xefff]
[    0.399508] pci 0000:00:1c.2:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.399593] pci 0000:00:1c.2:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.399708] pci 0000:00:1e.0: PCI bridge to [bus 03-03]
[    0.399781] pci 0000:00:1e.0:   bridge window [io  disabled]
[    0.399860] pci 0000:00:1e.0:   bridge window [mem disabled]
[    0.399940] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    0.400053]   alloc irq_desc for 16 on node -1
[    0.400059]   alloc kstat_irqs on node -1
[    0.400076] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.400162] pci 0000:00:1c.0: setting latency timer to 64
[    0.400181]   alloc irq_desc for 18 on node -1
[    0.400187]   alloc kstat_irqs on node -1
[    0.400198] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    0.400282] pci 0000:00:1c.2: setting latency timer to 64
[    0.400298] pci 0000:00:1e.0: setting latency timer to 64
[    0.400309] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.400316] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.400324] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.400331] pci_bus 0000:00: resource 7 [mem 0x7f700000-0xffffffff]
[    0.400339] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    0.400347] pci_bus 0000:01: resource 1 [mem 0xfe900000-0xfe9fffff]
[    0.400355] pci_bus 0000:01: resource 2 [mem 0x7f700000-0x7f8fffff 64bit pref]
[    0.400363] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.400370] pci_bus 0000:02: resource 1 [mem 0xfe800000-0xfe8fffff]
[    0.400378] pci_bus 0000:02: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.400386] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7]
[    0.400393] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff]
[    0.400401] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
[    0.400408] pci_bus 0000:03: resource 7 [mem 0x7f700000-0xffffffff]
[    0.400505] NET: Registered protocol family 2
[    0.400758] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.401622] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.402713] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.403365] TCP: Hash tables configured (established 131072 bind 65536)
[    0.403453] TCP reno registered
[    0.403540] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.404602] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.404950] NET: Registered protocol family 1
[    0.405061] pci 0000:00:02.0: Boot video device
[    0.835087] PCI: CLS 64 bytes, default 64
[    0.835670] cpufreq-nforce2: No nForce2 chipset.
[    0.835837] Scanning for low memory corruption every 60 seconds
[    0.836236] audit: initializing netlink socket (disabled)
[    0.836331] type=2000 audit(1288361057.832:1): initialized
[    0.857334] highmem bounce pool size: 64 pages
[    0.857420] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.862274] VFS: Disk quotas dquot_6.5.2
[    0.862526] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.864552] fuse init (API version 7.14)
[    0.864919] msgmni has been set to 1683
[    0.865826] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.865939] io scheduler noop registered
[    0.866007] io scheduler deadline registered
[    0.866120] io scheduler cfq registered (default)
[    0.866477] pcieport 0000:00:1c.0: setting latency timer to 64
[    0.866536]   alloc irq_desc for 40 on node -1
[    0.866542]   alloc kstat_irqs on node -1
[    0.866563] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[    0.866777] pcieport 0000:00:1c.2: setting latency timer to 64
[    0.866832]   alloc irq_desc for 41 on node -1
[    0.866838]   alloc kstat_irqs on node -1
[    0.866854] pcieport 0000:00:1c.2: irq 41 for MSI/MSI-X
[    0.867192] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.867939] pciehp 0000:00:1c.0:pcie04: HPC vendor_id 8086 device_id 27d0 ss_vid 8086 ss_did 27d0
[    0.868151] pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
[    0.868193] pciehp 0000:00:1c.2:pcie04: HPC vendor_id 8086 device_id 27d4 ss_vid 8086 ss_did 27d4
[    0.868384] pciehp 0000:00:1c.2:pcie04: service driver pciehp loaded
[    0.868414] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.868796] intel_idle: disabled
[    0.875304] ACPI: AC Adapter [AC0] (on-line)
[    0.875618] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.875737] ACPI: Power Button [PWRB]
[    0.875940] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    0.876073] ACPI: Sleep Button [SLPB]
[    0.876281] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    0.876476] ACPI: Lid Switch [LID0]
[    0.876670] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.876787] ACPI: Power Button [PWRF]
[    0.877352] ACPI: acpi_idle registered with cpuidle
[    0.878255] Monitor-Mwait will be used to enter C-1 state
[    0.878346] Monitor-Mwait will be used to enter C-2 state
[    0.878419] Monitor-Mwait will be used to enter C-3 state
[    0.878437] Marking TSC unstable due to TSC halts in idle
[    0.878889] Switching to clocksource hpet
[    0.888428] ERST: Table is not found!
[    0.889244] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.893727] brd: module loaded
[    0.895556] loop: module loaded
[    0.897516] Fixed MDIO Bus: probed
[    0.897716] PPP generic driver version 2.4.2
[    0.897921] tun: Universal TUN/TAP device driver, 1.6
[    0.897995] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
[    0.898318] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.898445]   alloc irq_desc for 23 on node -1
[    0.898451]   alloc kstat_irqs on node -1
[    0.898468] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    0.898581] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    0.898590] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    0.898774] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    0.898942] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[    0.899034] ehci_hcd 0000:00:1d.7: debug port 1
[    0.902998] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[    0.903047] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfeb05000
[    0.907099] isapnp: Scanning for PnP cards...
[    0.933619] ACPI: Battery Slot [BAT0] (battery present)
[    0.999855] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.000371] hub 1-0:1.0: USB hub found
[    1.000451] hub 1-0:1.0: 8 ports detected
[    1.000724] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.000861] uhci_hcd: USB Universal Host Controller Interface driver
[    1.001014] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.001108] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.001117] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.001311] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.001457] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000f060
[    1.001905] hub 2-0:1.0: USB hub found
[    1.001985] hub 2-0:1.0: 2 ports detected
[    1.002197]   alloc irq_desc for 19 on node -1
[    1.002204]   alloc kstat_irqs on node -1
[    1.002222] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.002328] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.002338] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.002527] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    1.002714] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000f040
[    1.003177] hub 3-0:1.0: USB hub found
[    1.003259] hub 3-0:1.0: 2 ports detected
[    1.003468] uhci_hcd 0000:00:1d.2: enabling device (0000 -> 0001)
[    1.003554] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.003648] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.003657] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.003843] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    1.004064] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00002000
[    1.004522] hub 4-0:1.0: USB hub found
[    1.004600] hub 4-0:1.0: 2 ports detected
[    1.004832] uhci_hcd 0000:00:1d.3: enabling device (0000 -> 0001)
[    1.004924] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[    1.005022] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    1.005030] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    1.005222] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    1.005392] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00002020
[    1.005823] hub 5-0:1.0: USB hub found
[    1.005902] hub 5-0:1.0: 2 ports detected
[    1.006294] PNP: PS/2 Controller [PNP0320:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.011189] i8042.c: Detected active multiplexing controller, rev 1.1.
[    1.026608] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.026705] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.026781] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.026856] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.026930] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.027230] mice: PS/2 mouse device common for all mice
[    1.027738] rtc_cmos 00:05: RTC can wake from S4
[    1.027911] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    1.028028] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.028418] device-mapper: uevent: version 1.0.3
[    1.056872] device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: [email protected]
[    1.109100] device-mapper: multipath: version 1.1.1 loaded
[    1.109183] device-mapper: multipath round-robin: version 1.0.0 loaded
[    1.116411] EISA: Probing bus 0 at eisa.0
[    1.116488] EISA: Cannot allocate resource for mainboard
[    1.116587] Cannot allocate resource for EISA slot 1
[    1.116661] Cannot allocate resource for EISA slot 2
[    1.116732] Cannot allocate resource for EISA slot 3
[    1.116804] Cannot allocate resource for EISA slot 4
[    1.116876] Cannot allocate resource for EISA slot 5
[    1.116948] Cannot allocate resource for EISA slot 6
[    1.117020] Cannot allocate resource for EISA slot 7
[    1.117092] Cannot allocate resource for EISA slot 8
[    1.117161] EISA: Detected 0 cards.
[    1.145927] Freeing initrd memory: 10512k freed
[    1.154513] cpuidle: using governor ladder
[    1.154933] cpuidle: using governor menu
[    1.155777] TCP cubic registered
[    1.156231] NET: Registered protocol family 10
[    1.157264] lo: Disabled Privacy Extensions
[    1.157900] NET: Registered protocol family 17
[    1.159173] Using IPI No-Shortcut mode
[    1.159491] PM: Resume from disk failed.
[    1.159516] registered taskstats version 1
[    1.160041]   Magic number: 14:202:82
[    1.160223] rtc_cmos 00:05: setting system clock to 2010-10-29 14:04:19 UTC (1288361059)
[    1.160332] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.160406] EDD information not available.
[    1.182379] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    1.200649] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[    1.200757] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[    1.273299] isapnp: No Plug & Play device found
[    1.273402] Freeing unused kernel memory: 684k freed
[    1.274239] Write protecting the kernel text: 4932k
[    1.274422] Write protecting the kernel read-only data: 1976k
[    1.310493] udev[84]: starting version 163
[    1.401487] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[    1.401619] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[    1.572109] usb 2-1: new low speed USB device using uhci_hcd and address 2
[    1.601721] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[    1.601847] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[    1.639515] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.639648] r8169 0000:02:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    1.639801] r8169 0000:02:00.0: setting latency timer to 64
[    1.639870]   alloc irq_desc for 42 on node -1
[    1.639877]   alloc kstat_irqs on node -1
[    1.639903] r8169 0000:02:00.0: irq 42 for MSI/MSI-X
[    1.641362] r8169 0000:02:00.0: eth0: RTL8102e at 0xf8036000, 00:23:81:0f:af:3f, XID 04c00000 IRQ 42
[    1.657153] ahci 0000:00:1f.2: version 3.0
[    1.657188] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.657352]   alloc irq_desc for 43 on node -1
[    1.657359]   alloc kstat_irqs on node -1
[    1.657382] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
[    1.657511] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
[    1.657641] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part
[    1.657739] ahci 0000:00:1f.2: setting latency timer to 64
[    1.658386] scsi0 : ahci
[    1.658817] scsi1 : ahci
[    1.659143] scsi2 : ahci
[    1.659475] scsi3 : ahci
[    1.659977] ata1: SATA max UDMA/133 abar m1024@0xfeb04000 port 0xfeb04100 irq 43
[    1.660159] ata2: SATA max UDMA/133 abar m1024@0xfeb04000 port 0xfeb04180 irq 43
[    1.660278] ata3: DUMMY
[    1.660348] ata4: DUMMY
[    1.801436] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[    1.801556] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[    1.980140] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.980251] ata2: SATA link down (SStatus 0 SControl 300)
[    1.986084] ata1.00: ATA-8: SAMSUNG HM321HI, 2AJ10001, max UDMA/133
[    1.986160] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.992168] ata1.00: configured for UDMA/133
[    2.001586] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[    2.001704] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[    2.008799] scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG HM321HI  2AJ1 PQ: 0 ANSI: 5
[    2.009357] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.009560] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[    2.009914] sd 0:0:0:0: [sda] Write Protect is off
[    2.009987] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.010048] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.010503]  sda: sda1 sda2 < sda5 >
[    2.064297] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.080803] usbcore: registered new interface driver hiddev
[    2.094533] input: ELECOM ELECOM USB mouse with wheel  as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input5
[    2.094977] generic-usb 0003:056E:0018.0001: input,hidraw0: USB HID v1.10 Mouse [ELECOM ELECOM USB mouse with wheel ] on usb-0000:00:1d.0-1/input0
[    2.095165] usbcore: registered new interface driver usbhid
[    2.095249] usbhid: USB HID core driver
[    2.205421] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[    2.205555] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[    2.416886] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[    2.416999] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[    2.489708] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    2.613908] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[    2.614031] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[    2.813465] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[    2.813601] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[    3.013926] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[    3.014045] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[    3.213966] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[    3.214078] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[    3.413918] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[    3.414034] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[   12.641094] udev[342]: starting version 163
[   12.698258] Adding 6142972k swap on /dev/sda5.  Priority:-1 extents:1 across:6142972k
[   12.899710] lp: driver loaded but no devices found
[   13.206333] Linux agpgart interface v0.103
[   13.216076] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   13.284466] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[   13.284477] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[   13.411638] agpgart-intel 0000:00:00.0: Intel GMA3150 Chipset
[   13.412649] agpgart-intel 0000:00:00.0: detected 8188K stolen memory
[   13.482886] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[   13.482895] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[   13.495089] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
[   13.650859] type=1400 audit(1288361071.988:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient3" pid=587 comm="apparmor_parser"
[   13.651611] type=1400 audit(1288361071.988:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=587 comm="apparmor_parser"
[   13.652134] type=1400 audit(1288361071.988:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=587 comm="apparmor_parser"
[   13.728136] cfg80211: Calling CRDA to update world regulatory domain
[   13.733052] atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
[   13.733063] atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
[   13.810192] cfg80211: World regulatory domain updated:
[   13.810202]     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   13.810212]     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   13.810221]     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   13.810229]     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   13.810238]     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   13.810246]     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   13.928164] [drm] Initialized drm 1.1.0 20060810
[   14.200213] ath9k 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   14.200234] ath9k 0000:01:00.0: setting latency timer to 64
[   14.255006] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   14.255019] i915 0000:00:02.0: setting latency timer to 64
[   14.316355] type=1400 audit(1288361072.652:5): apparmor="STATUS" operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" pid=775 comm="apparmor_parser"
[   14.320172] type=1400 audit(1288361072.656:6): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient3" pid=776 comm="apparmor_parser"
[   14.320928] type=1400 audit(1288361072.660:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=776 comm="apparmor_parser"
[   14.321374] type=1400 audit(1288361072.660:8): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=776 comm="apparmor_parser"
[   14.348809] type=1400 audit(1288361072.688:9): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=781 comm="apparmor_parser"
[   14.349856] type=1400 audit(1288361072.688:10): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=781 comm="apparmor_parser"
[   14.354014] type=1400 audit(1288361072.692:11): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince" pid=778 comm="apparmor_parser"
[   14.458690] ath: EEPROM regdomain: 0x60
[   14.458698] ath: EEPROM indicates we should expect a direct regpair map
[   14.458708] ath: Country alpha2 being used: 00
[   14.458714] ath: Regpair used: 0x60
[   14.497565] r8169 0000:02:00.0: eth0: link up
[   14.497580] r8169 0000:02:00.0: eth0: link up
[   14.503470]   alloc irq_desc for 44 on node -1
[   14.503480]   alloc kstat_irqs on node -1
[   14.503502] i915 0000:00:02.0: irq 44 for MSI/MSI-X
[   14.503526] [drm] set up 7M of stolen space
[   14.516690] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   14.517155] [drm] initialized overlay support
[   14.581841] phy0: Selected rate control algorithm 'ath9k_rate_control'
[   14.583340] Registered led device: ath9k-phy0::radio
[   14.583395] Registered led device: ath9k-phy0::assoc
[   14.583444] Registered led device: ath9k-phy0::tx
[   14.583491] Registered led device: ath9k-phy0::rx
[   14.583507] phy0: Atheros AR9285 Rev:2 mem=0xf84e0000, irq=16
[   14.828585] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   15.297494] Console: switching to colour frame buffer device 160x45
[   15.308935] fb0: inteldrmfb frame buffer device
[   15.308942] drm: registered panic notifier
[   15.312871] Slow work thread pool: Starting up
[   15.313024] Slow work thread pool: Ready
[   15.320480] acpi device:1c: registered as cooling_device2
[   15.322274] ACPI: BIOS _OSI(Linux) query ignored
[   15.326401] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
[   15.326839] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   15.327730] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   15.327824] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   15.327915]   alloc irq_desc for 45 on node -1
[   15.327922]   alloc kstat_irqs on node -1
[   15.327946] HDA Intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[   15.328055] HDA Intel 0000:00:1b.0: setting latency timer to 64
[   15.469046] hda_codec: ALC269: BIOS auto-probing.
[   15.714810] ppdev: user-space parallel port driver
[   17.072207] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro,commit=0
[   19.509849] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro,commit=0

オフライン

 

#13 2010-10-30 06:10:54

tista
ゲスト

Re: ノートPCのTouchpadが認識されない件について

ご確認ありがとう御座います。

nomodesetの付加、及びintel_idle.max_cstate=0の付加の双方で下記の部分:

コード:

[    1.011189] i8042.c: Detected active multiplexing controller, rev 1.1.
[    1.026608] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.026705] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.026781] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.026856] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.026930] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.027230] mice: PS/2 mouse device common for all mice

が現れますね。
Xの問題がなければnomodesetでも有効な対処が可能なように思えますが、さすがにGMA3150への対応が厄介になるので下記オプション:

コード:

intel_idle.max_cstate=0 i8042.nopnp i8042.noloop acpi=off

外付けマウスを付けずに起動して頂き、投稿頂くのはdmesg | grep 8042だけで結構です。
よろしくお願い致します。

 

#14 2010-10-30 09:26:50

ssugamura
メンバ
登録日: 2010-10-25

Re: ノートPCのTouchpadが認識されない件について

済みません。パラメータが違う状態です。
i8042.nomux をつけると
[    0.873598] PNP: PS/2 Controller [PNP0320:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.880256] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.880344] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.880700] mice: PS/2 mouse device common for all mice
となります。
前テストの場合はi8042.nomuxがついていません。

パラメータの関連性が分からないので指定されたパラメータのみでテストしました。

オフライン

 

#15 2010-10-30 09:39:36

ssugamura
メンバ
登録日: 2010-10-25

Re: ノートPCのTouchpadが認識されない件について

intel_idle.max_cstate=0 i8042.nopnp i8042.noloop acpi=off
のテストを行いました。

上記のままでは起動(コマンド待ち含め)できずブート途中に停止しました。

影響するパラメータはacpi=offでこのパラメータを取ると起動(Xまで)します。

acpi=offが無い状態でマウスは使用できませんでした。

オフライン

 

#16 2010-10-30 09:44:10

ssugamura
メンバ
登録日: 2010-10-25

Re: ノートPCのTouchpadが認識されない件について

intel_idle.max_cstate=0 i8042.nopnp i8042.noloop
の結果は以下のとおりでした。

[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic root=UUID=a6000892-6454-4929-9f19-dd74ec25acb5 ro intel_idle.max_cstate=0 i8042.nopnp i8042.noloop
[    0.280421] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.967117] i8042: PNP detection disabled
[    1.013229] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.013329] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.199261] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4

オフライン

 

#17 2010-10-30 11:56:15

tista
ゲスト

Re: ノートPCのTouchpadが認識されない件について

ご確認ありがとう御座います。

そうですか・・・。
現状ではMaverickのkernelではうまく認識させるのが難しいかもしれません。
あるいはLucidとも考えますが、GMA3150となるとXのほうでより大きな問題に直面する可能性もあります。
次期Ubuntu 11.04 (Natty Narwhal)にて何か刷新されるのを待つか、他の例えばFedoraやCentOSでお使い頂くか・・・。

こちらでも追跡調査はしておきますが、海外でメジャーではない機種はどうしても対応が進みにくくなるというのが現状です
(決して国内のメンテナンサがどうのという意味ではないのですが)。

 

#18 2010-10-31 04:35:27

ssugamura
メンバ
登録日: 2010-10-25

Re: ノートPCのTouchpadが認識されない件について

いろいろと情報ありがとうございます。

カーネルパラメータによる認識は難しいとのことになりますね。
私は今回の原因はハード的なものではないかと考えています。
メーカーに聞きましたが期待とおり対応してもらえませんでした。

テストの状況をまとめると
・認識がうまくいくときといかない時がある。
・うまくいく時は、他のOS(Windows & FreeBSD)を起動しマウス動作を確認後に
Ubuntuを起動した時である。
・うまくいかなく理由はACを抜くと必ず使えなくなる。
・WindowsやFreeBSDでは同問題が発生しない。
・CentOSでテストしたがUbuntuと同様である。(#1でうまくいったと書きましたが間違いでした)

上記の事から私のノートPCではAC電源を抜くと電源供給経路がバッテリーになったときに
何らかの情報が書き換えられるのではないか?
つまり、ハードウェア特有の問題ではないかと考えています。

しかし、WindowsとFreeBSDでは問題が発生しません。
Windowsがメーカーで対応しているので発生しなと思いますが、
FreeBSDはLinux以上に対応してくれません
またFreeBSDは新しい環境にはあまり強くありません。
そのようなFreeBSD環境では動作するのはなぜでしょうか?

WindowsとFreeBSDは起動時にリセットしてら起動するのに対し
Linuxは参照で起動するのでは無いでしょうか?

いろいろと考えるうちに根本はもっと簡単なものでは無いかと思うのです。
Linuxカーネルについて強くはないので何とも言えませんが、
起動後の/proc/interruptsではIRQ12がi8042になっています。
この状態で起動後に強制的に認識する方法は無いのでしょうか?

また、カーネル起動時に強制的にマウスをセットできないのでしょうか?

今回の問題はUbuntuよりLinuxカーネルの問題のような感じがしているので、
この場では不適切かもしれませんが、Debian系はマニアックな人が多いので
解決できるのではと期待して投稿しました。

他のOSやLinuxでも再度テストしてみます。
何か情報があればよろしくお願いします。

本投稿も問題のノートPCから行っていますが、是非ともこのままUbuntuで生きたいです。

オフライン

 

#19 2010-10-31 04:47:44

ssugamura
メンバ
登録日: 2010-10-25

Re: ノートPCのTouchpadが認識されない件について

今ふと思ったのですが、現在Touchpadとして認識していますが、PS/2のマウスとして認識
しないのでしょうか?
というのは認識した際にシステム設定・マウスにタッチパッドの設定画面がでます。
ということはTouchpadとして認識しているためですよね?

現在はマウスとして認識すれば良いので、PS/2マウスとして認識し、マウス操作ができれば
十分です。

よろしくお願いします。

オフライン

 

#20 2010-10-31 07:52:07

tista
ゲスト

Re: ノートPCのTouchpadが認識されない件について

では、FreeBSDについて解説しましょう。

しかし、WindowsとFreeBSDでは問題が発生しません。
Windowsがメーカーで対応しているので発生しなと思いますが、
FreeBSDはLinux以上に対応してくれません
またFreeBSDは新しい環境にはあまり強くありません。
そのようなFreeBSD環境では動作するのはなぜでしょうか?

当方もFreeBSDユーザですが、新しい環境で強くないというのはもはや幻想でしかありません。
Linux KernelとBSD KernelでAPIC制御にあたり最も異なるのはACPIの実装形態です。
また、I/O Schedulerも大きく異なります。
BSD KernelでのACPIは簡素であるがゆえ、あまり積極的な制御を行わず、むしろAPMすら歓迎される構造になっています。
これはどちらが優れるかという議論ではありません。Kernel自体が全く異なるシステムを単純に比較することは困難です。

次に、

いろいろと考えるうちに根本はもっと簡単なものでは無いかと思うのです。
Linuxカーネルについて強くはないので何とも言えませんが、
起動後の/proc/interruptsではIRQ12がi8042になっています。
この状態で起動後に強制的に認識する方法は無いのでしょうか?

また、カーネル起動時に強制的にマウスをセットできないのでしょうか?

ですが、仮にssugamura様がLinux以外の優れたKenelメンテナンサで、
Linux Kernelの不備を指摘しているというなら、上記の発言が何を意味するかは既に自明のことと思います。
これはKernelの自由度を束縛し、もはや組込みKernelです。x86で動作させるべきKernelではありません。
なぜここ最近でi8042と仮想デバイスでserio制御を行うLinuxが増えたかという議論はここですべきことではありません。

今回の問題はUbuntuよりLinuxカーネルの問題のような感じがしているので、

これはある意味で正しく、ある意味で大きく誤っています。
Ubuntu用KernelをtuningしているのはUbuntu開発チームです。
リビジョンまで同一のKernelがFedoraにあったとしても動作が同一であるはずがありません。
むしろそれは歓迎されるべきことです。

上記の事から私のノートPCではAC電源を抜くと電源供給経路がバッテリーになったときに
何らかの情報が書き換えられるのではないか?
つまり、ハードウェア特有の問題ではないかと考えています。

ですが、ニュアンスは理解できますが残念ながら当方の知識不足なのか、
前回起動時のPS/2デバイスのstateを記録するEEPROMというのは聞いたことがありません。
今回試して頂いたKernel Optionで「acpi=off」がありましたが、これでクラッシュしてしまうことからも、
現行Maverick KernelのACPIでご使用の機種に対し問題が起きH/Wを制御しきれていないため、
本来のRebootやShutdownとは異なるシステム挙動が起こっている可能性が高いです。
acpi=offでクラッシュするPCは当方もあまり存じ上げませんので、他のユーザ様が現れるまでお待ち頂くのも良いでしょう。

最後に、

今ふと思ったのですが、現在Touchpadとして認識していますが、PS/2のマウスとして認識
しないのでしょうか?
というのは認識した際にシステム設定・マウスにタッチパッドの設定画面がでます。
ということはTouchpadとして認識しているためですよね?

TouchpadもLinux Kernelから言わせればマウスの一種です。
ThinkpadのTrackpointもそうです。
つまり今回の件は、そもそもPS/2マウス自体を安定して認識できていませんということです。
マウスの一種であるからこそi8042制御なのです。

 

#21 2010-11-08 15:11:23

ssugamura
メンバ
登録日: 2010-10-25

Re: ノートPCのTouchpadが認識されない件について

いろいろと情報ありがとうございます。
ここ数日は自力で調査してきました。
i8042.debugでの情報で状況によって判断方法が違うことから、カーネルソースを追っかけi8042を見ていました。
その後は判らない事がいろいろとあり断念しました。
今後のハードウェア対応を待つことにしました。

と言ってもUbuntuは使いたいので、デュアルブートをできるようにして、はじめFreeBSDを起動し、再起動でUbuntuを起動することにしました。また、サスペンドの間は電源の抜き差しが有ってもマウスは使い続けることができるので、
出来る限りサスペンドとリブートで使います。

オフライン

 

#22 2010-11-14 20:02:52

tista
ゲスト

Re: ノートPCのTouchpadが認識されない件について

お久しぶりです。

あれから進展はなかったでしょうか。

こちらでも色々とfollowしてみたのですが、一点だけ試してみたい作業があります。
ただし、かなりリスキーなので注意して下さい。

まず、以前のdmesgからSynaptics Touchpadが認識されるinputが多少変わっても、多分ですがserio1へリンクすると思われます。
同様にKeyboardはserio0へリンクされます。
第一選択のポインティングデバイスをserio1へ強制的にリンクするには、下記のコード:

コード:

/echo -n psmouse > sys/bus/serio/devices/serio1/drvctl

としてみます。この場合、まずはGeneric PS/2 Mouseとして認識するか確認したいのです。
このコードを/etc/rc.local内、exit 0の前へ記入して下さい。その後、再起動します。

また、同時にkernel optionへ

コード:

i8042.nomux

を追加して下さい。

では、結果をお待ちします。

 

#23 2010-11-14 20:04:51

tista
ゲスト

Re: ノートPCのTouchpadが認識されない件について

すいません。誤記です。正しくは。

コード:

echo -n psmouse > sys/bus/serio/devices/serio1/drvctl

です。行頭の/は無視して下さい。

 

#24 2010-11-15 18:16:26

ssugamura
メンバ
登録日: 2010-10-25

Re: ノートPCのTouchpadが認識されない件について

フォローありがとうございます。

最近本業業を疎かにしていたので原因解明は殆ど進んでいません。
とりあえずFreeBSDで起動後にUbuntuを起動し、電源はサスペンドにすればとりあえずタッチパッドは使い続けることができるので、それで使っています。

最近発見した事は、
1.インストール時に「電源を接続している」が×になっている事(以前一度○になった)
2.タッチパッドを認識しない場合は、内蔵のBluetooth認識されるようだ。(実際には使用できない)
3.バッテリーの状態が推定中・・・が長い

との事から
・acpi関係のドライバが合わない。
・タッチパッドとBluetoothでバッティングしている。
など関係性を探っていました。

#22の件は本日夜にでもテストしてみます。

オフライン

 

Board footer

Powered by FluxBB