Bumblebee-Project / Bumblebee

Bumblebee daemon and client rewritten in C
http://www.bumblebee-project.org/
GNU General Public License v3.0
1.29k stars 144 forks source link

installation crash #84

Closed lukas24 closed 12 years ago

lukas24 commented 12 years ago

Hello,

if I want to install bumblebee 3.0 (ppa:bumblebee/stable) on Ubuntu 11.10 (aptitude install bumblebee) I get error (using dmesg):

[  217.468694] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
[  217.468720] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.GFX0
[  217.469026] bbswitch: detected an Optimus _DSM function
[  217.469039] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
[  217.469058] BUG: unable to handle kernel paging request at ffff8802ffc0470c
[  217.476206] IP: [<ffffffff8109d4b0>] module_put+0x30/0xc0
[  217.479737] PGD 1c04063 PUD 0 
[  217.483307] Oops: 0002 [#2] SMP 
[  217.486823] CPU 0 
[  217.486842] Modules linked in: bbswitch rfcomm bnep pci_stub vboxpci(+) vboxnetadp vboxnetflt vboxdrv parport_pc ppdev binfmt_misc snd_hda_codec_hdmi snd_hda_codec_realtek nvidia(P) ath3k btusb bluetooth snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_seq_midi snd_rawmidi uvcvideo videodev snd_seq_midi_event arc4 ath9k joydev mac80211 snd_seq ath9k_common i915 ath9k_hw v4l2_compat_ioctl32 snd_timer snd_seq_device ath drm_kms_helper psmouse snd drm cfg80211 serio_raw soundcore snd_page_alloc mei(C) i2c_algo_bit asus_nb_wmi asus_wmi sparse_keymap mxm_wmi video wmi lp parport usbhid hid ahci libahci atl1c
[  217.505295] 
[  217.508828] Pid: 2728, comm: modprobe Tainted: P      D  C  3.0.0-16-generic #28-Ubuntu ASUSTeK Computer Inc. K73SV/K73SV
[  217.512395] RIP: 0010:[<ffffffff8109d4b0>]  [<ffffffff8109d4b0>] module_put+0x30/0xc0
[  217.515874] RSP: 0018:ffff88009dbf3f18  EFLAGS: 00010286
[  217.519319] RAX: 00000001b0204708 RBX: ffffffffa100f100 RCX: 00000000ffffffff
[  217.522824] RDX: ffff88009dbf3fd8 RSI: 0000000000000282 RDI: ffffffffa100f100
[  217.526232] RBP: ffff88009dbf3f48 R08: 0000000000000000 R09: 0000000000000000
[  217.529606] R10: 0000000000000000 R11: 0000000000000000 R12: ffffffffa100f100
[  217.532980] R13: 00000000000042e8 R14: 0000000001dea430 R15: 0000000000405e30
[  217.536355] FS:  00007febfd22a720(0000) GS:ffff88014fa00000(0000) knlGS:0000000000000000
[  217.539730] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  217.543145] CR2: ffff8802ffc0470c CR3: 000000009d045000 CR4: 00000000000406f0
[  217.546535] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[  217.549950] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[  217.553373] Process modprobe (pid: 2728, threadinfo ffff88009dbf2000, task ffff8801254bc560)
[  217.556760] Stack:
[  217.560007]  0000000000000000 ffffffffa100f100 0000000000000000 00000000000042e8
[  217.563276]  0000000001dea430 0000000000405e30 ffff88009dbf3f78 ffffffff810a00eb
[  217.566429]  0000000001dea4b0 0000000000000000 0000000001de9080 0000000000000000
[  217.569554] Call Trace:
[  217.572602]  [<ffffffff810a00eb>] sys_init_module+0x11b/0x230
[  217.575644]  [<ffffffff815faac2>] system_call_fastpath+0x16/0x1b
[  217.578671] Code: 83 ec 30 48 89 5d d8 4c 89 65 e0 4c 89 6d e8 4c 89 75 f0 4c 89 7d f8 66 66 66 66 90 48 85 ff 49 89 fc 74 1b 48 8b 87 50 02 00 00 
[  217.578944]  ff 40 04 4c 8b 75 08 66 66 66 66 90 41 83 3c 24 02 74 5e 48 
[  217.585328] RIP  [<ffffffff8109d4b0>] module_put+0x30/0xc0
[  217.588539]  RSP <ffff88009dbf3f18>
[  217.591720] CR2: ffff8802ffc0470c
[  217.601341] ---[ end trace 9b66074e0856b17d ]---
[  223.556175] [drm:drm_mode_getfb] *ERROR* invalid framebuffer id

and installation has stopped and nothing happened after this crash. My laptop is Asus K73S (include geforce GT 540M). Please, can you help me where is the problem?

Many thanks for your help.

Lekensteyn commented 12 years ago

Is the system up-to-date? Are you interested in power saving or using the card as well? It sounds like the installation failed when removing the nouveau module, try reinstalling with the boot option modprobe.blacklist=nouveau.

lukas24 commented 12 years ago

Yes, the system is up-to-date. I forgot that my ubuntu is 64bit. I update from 11.04 to 11.10 and also update ppa bumblebee repository in 11.10. On ubuntu 11.04 with bumblebee < 3.0 the nvidia card works fine. I figure out there is problem in bbswitch. I try to compile bbswitch from source code and I get same result as above. I add nouveau to blacklist and remove xserver-xorg-video-all. Intel driver is i915. Do you have any idea where is the problem?

Many thanks :)

Lekensteyn commented 12 years ago

This is possibly the same issue as https://github.com/Bumblebee-Project/bbswitch/issues/10 Removing the xserver-xorg-video- packages won't help as it's a kernel issue, not a X driver problem. If you have bumblebee-nvidia installed and the installation failed before, try running sudo update-initramfs -u and reboot to make the blacklist permanent. See http://wiki.bumblebee-project.org/Reporting-issues for bugreporting

Lekensteyn commented 12 years ago

Looking at the logs you've mailed me, the issue is in VirtualBox. Once the kernel has crashed, the machine can often not be trusted anymore and a reboot is recommended.

Feb 18 12:04:26 asus-K73SV kernel: [   38.353828] BUG: unable to handle kernel paging request at ffff8800efe3102c
Feb 18 12:04:26 asus-K73SV kernel: [   38.353864] IP: [<ffffffffa00190e3>] VBoxPciLinuxInit+0xe3/0x1000 [vboxpci]
Feb 18 12:04:26 asus-K73SV kernel: [   38.353891] PGD 1c04063 PUD 0 
Feb 18 12:04:26 asus-K73SV kernel: [   38.353906] Oops: 0002 [#1] SMP 
Feb 18 12:04:26 asus-K73SV kernel: [   38.353921] CPU 3 
Feb 18 12:04:26 asus-K73SV kernel: [   38.353929] Modules linked in: pci_stub vboxpci(+) vboxnetadp vboxnetflt vboxdrv parport_pc ppdev binfmt_misc uvcvideo btusb bluetooth usbhid hid snd_hda_codec_hdmi videodev v4l2_compat_ioctl32 snd_hda_codec_realtek arc4 snd_hda_intel ath9k snd_hda_codec snd_hwdep mac80211 i915 snd_pcm snd_seq_midi snd_rawmidi snd_seq_midi_event ath9k_common ath9k_hw snd_seq snd_timer snd_seq_device joydev drm_kms_helper ath cfg80211 asus_nb_wmi mxm_wmi asus_wmi sparse_keymap snd drm soundcore i2c_algo_bit video mei(C) psmouse serio_raw wmi snd_page_alloc lp parport ahci libahci atl1c
Feb 18 12:04:26 asus-K73SV kernel: [   38.354163] 
Feb 18 12:04:26 asus-K73SV kernel: [   38.354170] Pid: 1567, comm: modprobe Tainted: G         C  3.0.0-16-generic #28-Ubuntu ASUSTeK Computer Inc. K73SV/K73SV
Feb 18 12:04:26 asus-K73SV kernel: [   38.354207] RIP: 0010:[<ffffffffa00190e3>]  [<ffffffffa00190e3>] VBoxPciLinuxInit+0xe3/0x1000 [vboxpci]
Feb 18 12:04:26 asus-K73SV kernel: [   38.354239] RSP: 0018:ffff880131529f08  EFLAGS: 00010293
Feb 18 12:04:26 asus-K73SV kernel: [   38.354257] RAX: ffffffffa03d102c RBX: 0000000000000000 RCX: 0000000000000000
Feb 18 12:04:26 asus-K73SV kernel: [   38.354280] RDX: 0000000000000000 RSI: ffffffffa041a15d RDI: ffffffffa03d3118
Feb 18 12:04:26 asus-K73SV kernel: [   38.354302] RBP: ffff880131529f18 R08: 0000000000000000 R09: ffffffff81078c14
Feb 18 12:04:26 asus-K73SV kernel: [   38.354324] R10: 0000000000000001 R11: 0000000000000001 R12: ffffffffa03d3100
Feb 18 12:04:26 asus-K73SV kernel: [   38.354346] R13: ffffffffa0019000 R14: 000000000249d430 R15: 0000000000405e30
Feb 18 12:04:26 asus-K73SV kernel: [   38.354368] FS:  00007f6462a18720(0000) GS:ffff88014fa60000(0000) knlGS:0000000000000000
Feb 18 12:04:26 asus-K73SV kernel: [   38.354393] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
Feb 18 12:04:26 asus-K73SV kernel: [   38.354411] CR2: ffff8800efe3102c CR3: 0000000131512000 CR4: 00000000000406e0
Feb 18 12:04:26 asus-K73SV kernel: [   38.354433] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
Feb 18 12:04:26 asus-K73SV kernel: [   38.354455] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
Feb 18 12:04:26 asus-K73SV kernel: [   38.354477] Process modprobe (pid: 1567, threadinfo ffff880131528000, task ffff880131551720)
Feb 18 12:04:26 asus-K73SV kernel: [   38.354503] Stack:
Feb 18 12:04:26 asus-K73SV kernel: [   38.354511]  ffffffffa041b000 0000000000000000 ffff880131529f48 ffffffff81002042
Feb 18 12:04:26 asus-K73SV kernel: [   38.354539]  ffffffffa041b000 ffffffffffffffff 0000000000008ef0 000000000249d430
Feb 18 12:04:26 asus-K73SV kernel: [   38.354567]  ffff880131529f78 ffffffff810a008e 000000000249d470 0000000000000000
Feb 18 12:04:26 asus-K73SV kernel: [   38.354595] Call Trace:
Feb 18 12:04:26 asus-K73SV kernel: [   38.354608]  [<ffffffff81002042>] do_one_initcall+0x42/0x180
Feb 18 12:04:26 asus-K73SV kernel: [   38.354629]  [<ffffffff810a008e>] sys_init_module+0xbe/0x230
Feb 18 12:04:26 asus-K73SV kernel: [   38.354649]  [<ffffffff815faac2>] system_call_fastpath+0x16/0x1b
Feb 18 12:04:26 asus-K73SV kernel: [   38.354669] Code: 85 c0 75 7f 48 c7 c7 5d a1 41 a0 e8 28 28 08 e1 48 85 c0 49 89 c4 48 89 05 2b 22 40 00 74 4d 83 38 02 74 74 48 8b 80 48 02 00 00 
Feb 18 12:04:26 asus-K73SV kernel: [   38.357442] RIP  [<ffffffffa00190e3>] VBoxPciLinuxInit+0xe3/0x1000 [vboxpci]
Feb 18 12:04:26 asus-K73SV kernel: [   38.358788]  RSP <ffff880131529f08>
Feb 18 12:04:26 asus-K73SV kernel: [   38.360290] CR2: ffff8800efe3102c
Feb 18 12:04:26 asus-K73SV kernel: [   38.421685] ---[ end trace 928d98333fdd96f7 ]---
lukas24 commented 12 years ago

I remove completely VirtualBox and add vboxpci module to blacklist. After reboot my laptop I try to load bbswitch again (just sudo make load after compile source code) and I get same error (dmesg):

[ 8594.352589] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
[ 8594.352599] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.GFX0
[ 8594.352735] bbswitch: detected an Optimus _DSM function
[ 8594.352748] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
[ 8594.352774] BUG: unable to handle kernel paging request at ffff8802ffc4470c
[ 8594.352825] IP: [<ffffffff8109d4b0>] module_put+0x30/0xc0
[ 8594.352860] PGD 1c04063 PUD 0 
[ 8594.352883] Oops: 0002 [#1] SMP 
[ 8594.352906] CPU 2 
[ 8594.352918] Modules linked in: bbswitch rfcomm bnep parport_pc ppdev snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_seq_midi uvcvideo binfmt_misc snd_rawmidi snd_seq_midi_event arc4 videodev ath9k snd_seq ath3k btusb v4l2_compat_ioctl32 mac80211 i915 snd_timer drm_kms_helper bluetooth ath9k_common ath9k_hw drm snd_seq_device snd ath cfg80211 soundcore snd_page_alloc asus_nb_wmi i2c_algo_bit video joydev asus_wmi psmouse sparse_keymap serio_raw mei(C) mxm_wmi wmi lp parport usbhid hid ahci libahci atl1c
[ 8594.353312] 
[ 8594.353329] Pid: 3807, comm: insmod Tainted: G         C  3.0.0-16-generic #28-Ubuntu ASUSTeK Computer Inc. K73SV/K73SV
[ 8594.353394] RIP: 0010:[<ffffffff8109d4b0>]  [<ffffffff8109d4b0>] module_put+0x30/0xc0
[ 8594.353438] RSP: 0018:ffff880070f83f18  EFLAGS: 00010286
[ 8594.353467] RAX: 00000001b0204708 RBX: ffffffffa03c4100 RCX: 00000000ffffffff
[ 8594.353509] RDX: ffff880070f83fd8 RSI: 0000000000000282 RDI: ffffffffa03c4100
[ 8594.353550] RBP: ffff880070f83f48 R08: 0000000000000000 R09: 0000000000000000
[ 8594.353593] R10: 0000000000000000 R11: 0000000000000000 R12: ffffffffa03c4100
[ 8594.353634] R13: 000000000000432e R14: 00000000021af010 R15: 0000000000000003
[ 8594.353670] FS:  00002b900c2f3b40(0000) GS:ffff88014fa40000(0000) knlGS:0000000000000000
[ 8594.353715] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[ 8594.353747] CR2: ffff8802ffc4470c CR3: 0000000093227000 CR4: 00000000000406e0
[ 8594.353793] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 8594.353850] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[ 8594.355332] Process insmod (pid: 3807, threadinfo ffff880070f82000, task ffff88009f7f5c80)
[ 8594.356625] Stack:
[ 8594.357841]  0000000000000000 ffffffffa03c4100 0000000000000000 000000000000432e
[ 8594.359000]  00000000021af010 0000000000000003 ffff880070f83f78 ffffffff810a00eb
[ 8594.360239]  00007fffe1136964 00000000021af010 000000000000432e 0000000000008000
[ 8594.361568] Call Trace:
[ 8594.363172]  [<ffffffff810a00eb>] sys_init_module+0x11b/0x230
[ 8594.364835]  [<ffffffff815faac2>] system_call_fastpath+0x16/0x1b
[ 8594.366574] Code: 83 ec 30 48 89 5d d8 4c 89 65 e0 4c 89 6d e8 4c 89 75 f0 4c 89 7d f8 66 66 66 66 90 48 85 ff 49 89 fc 74 1b 48 8b 87 50 02 00 00 
[ 8594.366725]  ff 40 04 4c 8b 75 08 66 66 66 66 90 41 83 3c 24 02 74 5e 48 
[ 8594.369996] RIP  [<ffffffff8109d4b0>] module_put+0x30/0xc0
[ 8594.371262]  RSP <ffff880070f83f18>
[ 8594.372474] CR2: ffff8802ffc4470c
[ 8594.446927] ---[ end trace 62229ea940527c9e ]---
Lekensteyn commented 12 years ago

When this happens, please pastebin the output of the dmesg command.

lukas24 commented 12 years ago

Okey, this is full dmesg report (include make load for bbswitch):

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.0.0-16-generic (buildd@allspice) (gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) ) #28-Ubuntu SMP Fri Jan 27 17:44:39 UTC 2012 (Ubuntu 3.0.0-16.28-generic 3.0.17)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-16-generic root=UUID=f2bbc033-dd67-4d9b-9084-31a67305ca6b ro quiet splash pcie_aspm=force nouveau modeset=0 modprobe.blacklist=nouveau rdblacklist=nouveau vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009e800 (usable)
[    0.000000]  BIOS-e820: 000000000009e800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 0000000020000000 (usable)
[    0.000000]  BIOS-e820: 0000000020000000 - 0000000020200000 (reserved)
[    0.000000]  BIOS-e820: 0000000020200000 - 0000000040000000 (usable)
[    0.000000]  BIOS-e820: 0000000040000000 - 0000000040200000 (reserved)
[    0.000000]  BIOS-e820: 0000000040200000 - 00000000aad20000 (usable)
[    0.000000]  BIOS-e820: 00000000aad20000 - 00000000aad8e000 (reserved)
[    0.000000]  BIOS-e820: 00000000aad8e000 - 00000000aad95000 (usable)
[    0.000000]  BIOS-e820: 00000000aad95000 - 00000000aad96000 (reserved)
[    0.000000]  BIOS-e820: 00000000aad96000 - 00000000aad97000 (usable)
[    0.000000]  BIOS-e820: 00000000aad97000 - 00000000aadb8000 (reserved)
[    0.000000]  BIOS-e820: 00000000aadb8000 - 00000000aadc6000 (usable)
[    0.000000]  BIOS-e820: 00000000aadc6000 - 00000000aade8000 (reserved)
[    0.000000]  BIOS-e820: 00000000aade8000 - 00000000aaf22000 (usable)
[    0.000000]  BIOS-e820: 00000000aaf22000 - 00000000aaf87000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000aaf87000 - 00000000aaf8a000 (usable)
[    0.000000]  BIOS-e820: 00000000aaf8a000 - 00000000aafe8000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000aafe8000 - 00000000aaffd000 (usable)
[    0.000000]  BIOS-e820: 00000000aaffd000 - 00000000ab000000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000ab000000 - 00000000afa00000 (reserved)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000e4000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed10000 - 00000000fed14000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed18000 - 00000000fed1a000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ff980000 - 00000000ffc00000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffd80000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 000000014fe00000 (usable)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.6 present.
[    0.000000] DMI: ASUSTeK Computer Inc. K73SV/K73SV, BIOS K73SV.207 07/01/2011
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x14fe00 max_arch_pfn = 0x400000000
[    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 F80000000 write-back
[    0.000000]   1 base 080000000 mask FE0000000 write-back
[    0.000000]   2 base 0A0000000 mask FF8000000 write-back
[    0.000000]   3 base 0A8000000 mask FFC000000 write-back
[    0.000000]   4 base 0AB000000 mask FFF000000 uncachable
[    0.000000]   5 base 100000000 mask FC0000000 write-back
[    0.000000]   6 base 140000000 mask FF0000000 write-back
[    0.000000]   7 base 14FE00000 mask FFFE00000 uncachable
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] original variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB
[    0.000000] reg 1, base: 2GB, range: 512MB, type WB
[    0.000000] reg 2, base: 2560MB, range: 128MB, type WB
[    0.000000] reg 3, base: 2688MB, range: 64MB, type WB
[    0.000000] reg 4, base: 2736MB, range: 16MB, type UC
[    0.000000] reg 5, base: 4GB, range: 1GB, type WB
[    0.000000] reg 6, base: 5GB, range: 256MB, type WB
[    0.000000] reg 7, base: 5374MB, range: 2MB, type UC
[    0.000000] total RAM covered: 4014M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K  chunk_size: 4M  num_reg: 8      lose cover RAM: 0G
[    0.000000] New variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB
[    0.000000] reg 1, base: 2GB, range: 512MB, type WB
[    0.000000] reg 2, base: 2560MB, range: 128MB, type WB
[    0.000000] reg 3, base: 2688MB, range: 32MB, type WB
[    0.000000] reg 4, base: 2720MB, range: 16MB, type WB
[    0.000000] reg 5, base: 4GB, range: 1GB, type WB
[    0.000000] reg 6, base: 5GB, range: 256MB, type WB
[    0.000000] reg 7, base: 5374MB, range: 2MB, type UC
[    0.000000] e820 update range: 00000000ab000000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0xaaffd max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [ffff8800000fcc40] fcc40
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 20480
[    0.000000] init_memory_mapping: 0000000000000000-00000000aaffd000
[    0.000000]  0000000000 - 00aae00000 page 2M
[    0.000000]  00aae00000 - 00aaffd000 page 4k
[    0.000000] kernel direct mapping tables up to aaffd000 @ 1fffb000-20000000
[    0.000000] init_memory_mapping: 0000000100000000-000000014fe00000
[    0.000000]  0100000000 - 014fe00000 page 2M
[    0.000000] kernel direct mapping tables up to 14fe00000 @ aaff6000-aaffd000
[    0.000000] RAMDISK: 365be000 - 372d7000
[    0.000000] ACPI: RSDP 00000000000f0430 00024 (v02 _ASUS_)
[    0.000000] ACPI: XSDT 00000000aaffee18 00074 (v01 _ASUS_ Notebook 06222004 MSFT 00010013)
[    0.000000] ACPI: FACP 00000000aaf9ad98 000F4 (v04 _ASUS_ Notebook 06222004 MSFT 00010013)
[    0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20110413/tbfadt-369)
[    0.000000] ACPI Warning: 32/64X FACS address mismatch in FADT - 0xAAFE4E40/0x00000000AAFE4D40, using 32 (20110413/tbfadt-489)
[    0.000000] ACPI: DSDT 00000000aaf67018 12DFA (v01 _ASUS_ Notebook 00000000 INTL 20091112)
[    0.000000] ACPI: FACS 00000000aafe4e40 00040
[    0.000000] ACPI: APIC 00000000aaffdf18 000CC (v02 _ASUS_ Notebook 06222004 MSFT 00010013)
[    0.000000] ACPI: DBGP 00000000aaffff18 00034 (v01 _ASUS_ Notebook 06222004 MSFT 00010013)
[    0.000000] ACPI: ECDT 00000000aafe4b18 000C1 (v01 _ASUS_ Notebook 06222004 AMI. 00000003)
[    0.000000] ACPI: SLIC 00000000aaf9be18 00176 (v01 _ASUS_ Notebook 06222004 ASUS 00000001)
[    0.000000] ACPI: HPET 00000000aafe5d18 00038 (v01 _ASUS_ Notebook 06222004 AMI. 00000003)
[    0.000000] ACPI: MCFG 00000000aafe5c98 0003C (v01 _ASUS_ Notebook 06222004 MSFT 00000097)
[    0.000000] ACPI: SSDT 00000000aaf86818 00787 (v01  PmRef  Cpu0Ist 00003000 INTL 20091112)
[    0.000000] ACPI: SSDT 00000000aaf85018 00996 (v01  PmRef    CpuPm 00003000 INTL 20091112)
[    0.000000] ACPI: ASF! 00000000aafe4a18 000A0 (v32 INTEL       HCG 00000001 TFSM 000F4240)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-000000014fe00000
[    0.000000] Initmem setup node 0 0000000000000000-000000014fe00000
[    0.000000]   NODE_DATA [000000014fdfb000 - 000000014fdfffff]
[    0.000000]  [ffffea0000000000-ffffea00049fffff] PMD -> [ffff88014b400000-ffff88014edfffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x0014fe00
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[11] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009e
[    0.000000]     0: 0x00000100 -> 0x00020000
[    0.000000]     0: 0x00020200 -> 0x00040000
[    0.000000]     0: 0x00040200 -> 0x000aad20
[    0.000000]     0: 0x000aad8e -> 0x000aad95
[    0.000000]     0: 0x000aad96 -> 0x000aad97
[    0.000000]     0: 0x000aadb8 -> 0x000aadc6
[    0.000000]     0: 0x000aade8 -> 0x000aaf22
[    0.000000]     0: 0x000aaf87 -> 0x000aaf8a
[    0.000000]     0: 0x000aafe8 -> 0x000aaffd
[    0.000000]     0: 0x00100000 -> 0x0014fe00
[    0.000000] On node 0 totalpages: 1026070
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 5 pages reserved
[    0.000000]   DMA zone: 3921 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 680640 pages, LIFO batch:31
[    0.000000]   Normal zone: 4473 pages used for memmap
[    0.000000]   Normal zone: 322695 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    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[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled)
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] SMP: Allowing 16 CPUs, 12 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
[    0.000000] PM: Registered nosave memory: 0000000040000000 - 0000000040200000
[    0.000000] PM: Registered nosave memory: 00000000aad20000 - 00000000aad8e000
[    0.000000] PM: Registered nosave memory: 00000000aad95000 - 00000000aad96000
[    0.000000] PM: Registered nosave memory: 00000000aad97000 - 00000000aadb8000
[    0.000000] PM: Registered nosave memory: 00000000aadc6000 - 00000000aade8000
[    0.000000] PM: Registered nosave memory: 00000000aaf22000 - 00000000aaf87000
[    0.000000] PM: Registered nosave memory: 00000000aaf8a000 - 00000000aafe8000
[    0.000000] PM: Registered nosave memory: 00000000aaffd000 - 00000000ab000000
[    0.000000] PM: Registered nosave memory: 00000000ab000000 - 00000000afa00000
[    0.000000] PM: Registered nosave memory: 00000000afa00000 - 00000000e0000000
[    0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000e4000000
[    0.000000] PM: Registered nosave memory: 00000000e4000000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
[    0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed10000
[    0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed14000
[    0.000000] PM: Registered nosave memory: 00000000fed14000 - 00000000fed18000
[    0.000000] PM: Registered nosave memory: 00000000fed18000 - 00000000fed1a000
[    0.000000] PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
[    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
[    0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
[    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ff980000
[    0.000000] PM: Registered nosave memory: 00000000ff980000 - 00000000ffc00000
[    0.000000] PM: Registered nosave memory: 00000000ffc00000 - 00000000ffd80000
[    0.000000] PM: Registered nosave memory: 00000000ffd80000 - 0000000100000000
[    0.000000] Allocating PCI resources starting at afa00000 (gap: afa00000:30600000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:16 nr_node_ids:1
[    0.000000] PERCPU: Embedded 27 pages/cpu @ffff88014fa00000 s79616 r8192 d22784 u131072
[    0.000000] pcpu-alloc: s79616 r8192 d22784 u131072 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1007256
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-16-generic root=UUID=f2bbc033-dd67-4d9b-9084-31a67305ca6b ro quiet splash pcie_aspm=force nouveau modeset=0 modprobe.blacklist=nouveau rdblacklist=nouveau vt.handoff=7
[    0.000000] PCIe ASPM is forcedly enabled
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 3948104k/5502976k available (6138k kernel code, 1398696k absent, 156176k reserved, 6896k data, 988k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] NR_IRQS:16640 nr_irqs:808 16
[    0.000000] Extended CMOS year: 2000
[    0.000000] vt handoff: transparent VT on vt#7
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 33554432 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.004000] Detected 2294.759 MHz processor.
[    0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 4589.51 BogoMIPS (lpj=9179036)
[    0.000007] pid_max: default: 32768 minimum: 301
[    0.000031] Security Framework initialized
[    0.000044] AppArmor: AppArmor initialized
[    0.000045] Yama: becoming mindful.
[    0.000447] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.001521] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.001973] Mount-cache hash table entries: 256
[    0.002084] Initializing cgroup subsys cpuacct
[    0.002089] Initializing cgroup subsys memory
[    0.002096] Initializing cgroup subsys devices
[    0.002098] Initializing cgroup subsys freezer
[    0.002099] Initializing cgroup subsys net_cls
[    0.002101] Initializing cgroup subsys blkio
[    0.002106] Initializing cgroup subsys perf_event
[    0.002132] CPU: Physical Processor ID: 0
[    0.002133] CPU: Processor Core ID: 0
[    0.002138] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.002139] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.002142] mce: CPU supports 7 MCE banks
[    0.002154] CPU0: Thermal monitoring enabled (TM1)
[    0.002160] using mwait in idle threads.
[    0.004597] ACPI: Core revision 20110413
[    0.042524] ftrace: allocating 25737 entries in 101 pages
[    0.052386] x2apic not enabled, IRQ remapping init failed
[    0.052389] Switched APIC routing to physical flat.
[    0.052804] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.092467] CPU0: Intel(R) Core(TM) i5-2410M CPU @ 2.30GHz stepping 07
[    0.199848] Performance Events: PEBS fmt1+, SandyBridge events, Intel PMU driver.
[    0.199854] ... version:                3
[    0.199855] ... bit width:              48
[    0.199857] ... generic registers:      4
[    0.199858] ... value mask:             0000ffffffffffff
[    0.199859] ... max period:             000000007fffffff
[    0.199861] ... fixed-purpose events:   3
[    0.199862] ... event mask:             000000070000000f
[    0.200254] Booting Node   0, Processors  #1
[    0.200257] smpboot cpu 1: start_ip = 99000
[    0.307954]  #2
[    0.307956] smpboot cpu 2: start_ip = 99000
[    0.415953]  #3
[    0.415955] smpboot cpu 3: start_ip = 99000
[    0.523783] Brought up 4 CPUs
[    0.523786] Total of 4 processors activated (18357.62 BogoMIPS).
[    0.526434] devtmpfs: initialized
[    0.526547] PM: Registering ACPI NVS region at aaf22000 (413696 bytes)
[    0.526556] PM: Registering ACPI NVS region at aaf8a000 (385024 bytes)
[    0.527865] print_constraints: dummy: 
[    0.527891] Time: 12:01:34  Date: 02/19/12
[    0.527923] NET: Registered protocol family 16
[    0.528011] Trying to unpack rootfs image as initramfs...
[    0.528017] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.528020] ACPI: bus type pci registered
[    0.528080] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.528083] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
[    0.546729] PCI: Using configuration type 1 for base access
[    0.547383] bio: create slab <bio-0> at 0
[    0.549783] ACPI: EC: EC description table is found, configuring boot EC
[    0.549788] ACPI: EC: Look up EC in DSDT
[    0.552275] ACPI: Executed 1 blocks of module-level executable AML code
[    0.571690] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.675691] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.675753] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.676244] ACPI: SSDT 00000000aadca718 00694 (v01  PmRef  Cpu0Cst 00003001 INTL 20091112)
[    0.676831] ACPI: Dynamic OEM Table Load:
[    0.676833] ACPI: SSDT           (null) 00694 (v01  PmRef  Cpu0Cst 00003001 INTL 20091112)
[    0.711822] ACPI: SSDT 00000000aadcba98 00303 (v01  PmRef    ApIst 00003000 INTL 20091112)
[    0.712438] ACPI: Dynamic OEM Table Load:
[    0.712440] ACPI: SSDT           (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20091112)
[    0.731669] ACPI: SSDT 00000000aadc9d98 00119 (v01  PmRef    ApCst 00003000 INTL 20091112)
[    0.732263] ACPI: Dynamic OEM Table Load:
[    0.732265] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20091112)
[    0.755553] Freeing initrd memory: 13412k freed
[    0.764163] ACPI: Interpreter enabled
[    0.764168] ACPI: (supports S0 S3 S4 S5)
[    0.764192] ACPI: Using IOAPIC for interrupt routing
[    0.888645] ACPI: EC: GPE = 0x1b, I/O: command/status = 0x66, data = 0x62
[    0.888836] ACPI: No dock devices found.
[    0.888838] HEST: Table not found.
[    0.888841] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.889088] \_SB_.PCI0:_OSC invalid UUID
[    0.889089] _OSC request data:1 8 1f 
[    0.889093] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.889480] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.889483] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.889485] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.889487] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
[    0.889489] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
[    0.889491] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
[    0.889493] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
[    0.889495] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
[    0.889497] pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff]
[    0.889499] pci_root PNP0A08:00: host bridge window [mem 0xafa00000-0xfeafffff]
[    0.889501] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff]
[    0.889513] pci 0000:00:00.0: [8086:0104] type 0 class 0x000600
[    0.889546] pci 0000:00:01.0: [8086:0101] type 1 class 0x000604
[    0.889571] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.889573] pci 0000:00:01.0: PME# disabled
[    0.889592] pci 0000:00:02.0: [8086:0116] type 0 class 0x000300
[    0.889602] pci 0000:00:02.0: reg 10: [mem 0xdd400000-0xdd7fffff 64bit]
[    0.889608] pci 0000:00:02.0: reg 18: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.889613] pci 0000:00:02.0: reg 20: [io  0xe000-0xe03f]
[    0.889663] pci 0000:00:16.0: [8086:1c3a] type 0 class 0x000780
[    0.889687] pci 0000:00:16.0: reg 10: [mem 0xdf60b000-0xdf60b00f 64bit]
[    0.889751] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.889755] pci 0000:00:16.0: PME# disabled
[    0.889787] pci 0000:00:1a.0: [8086:1c2d] type 0 class 0x000c03
[    0.889809] pci 0000:00:1a.0: reg 10: [mem 0xdf608000-0xdf6083ff]
[    0.889883] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.889888] pci 0000:00:1a.0: PME# disabled
[    0.889912] pci 0000:00:1b.0: [8086:1c20] type 0 class 0x000403
[    0.889928] pci 0000:00:1b.0: reg 10: [mem 0xdf600000-0xdf603fff 64bit]
[    0.889984] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.889988] pci 0000:00:1b.0: PME# disabled
[    0.890008] pci 0000:00:1c.0: [8086:1c10] type 1 class 0x000604
[    0.890071] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.890076] pci 0000:00:1c.0: PME# disabled
[    0.890099] pci 0000:00:1c.1: [8086:1c12] type 1 class 0x000604
[    0.890162] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.890166] pci 0000:00:1c.1: PME# disabled
[    0.890194] pci 0000:00:1c.5: [8086:1c1a] type 1 class 0x000604
[    0.890257] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.890262] pci 0000:00:1c.5: PME# disabled
[    0.890293] pci 0000:00:1d.0: [8086:1c26] type 0 class 0x000c03
[    0.890314] pci 0000:00:1d.0: reg 10: [mem 0xdf607000-0xdf6073ff]
[    0.890388] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.890393] pci 0000:00:1d.0: PME# disabled
[    0.890418] pci 0000:00:1f.0: [8086:1c49] type 0 class 0x000601
[    0.890535] pci 0000:00:1f.2: [8086:1c03] type 0 class 0x000106
[    0.890554] pci 0000:00:1f.2: reg 10: [io  0xe0b0-0xe0b7]
[    0.890562] pci 0000:00:1f.2: reg 14: [io  0xe0a0-0xe0a3]
[    0.890571] pci 0000:00:1f.2: reg 18: [io  0xe090-0xe097]
[    0.890579] pci 0000:00:1f.2: reg 1c: [io  0xe080-0xe083]
[    0.890588] pci 0000:00:1f.2: reg 20: [io  0xe060-0xe07f]
[    0.890596] pci 0000:00:1f.2: reg 24: [mem 0xdf606000-0xdf6067ff]
[    0.890630] pci 0000:00:1f.2: PME# supported from D3hot
[    0.890634] pci 0000:00:1f.2: PME# disabled
[    0.890652] pci 0000:00:1f.3: [8086:1c22] type 0 class 0x000c05
[    0.890668] pci 0000:00:1f.3: reg 10: [mem 0xdf605000-0xdf6050ff 64bit]
[    0.890690] pci 0000:00:1f.3: reg 20: [io  0xe040-0xe05f]
[    0.890746] pci 0000:01:00.0: [10de:0df4] type 0 class 0x000300
[    0.890755] pci 0000:01:00.0: reg 10: [mem 0xdc000000-0xdcffffff]
[    0.890764] pci 0000:01:00.0: reg 14: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.890773] pci 0000:01:00.0: reg 1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[    0.890780] pci 0000:01:00.0: reg 24: [io  0xd000-0xd07f]
[    0.890786] pci 0000:01:00.0: reg 30: [mem 0xdd000000-0xdd07ffff pref]
[    0.895478] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.895486] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.895493] pci 0000:00:01.0:   bridge window [mem 0xdc000000-0xdd0fffff]
[    0.895503] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.895595] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.895599] pci 0000:00:1c.0:   bridge window [io  0xc000-0xcfff]
[    0.895603] pci 0000:00:1c.0:   bridge window [mem 0xdec00000-0xdf5fffff]
[    0.895610] pci 0000:00:1c.0:   bridge window [mem 0xd3700000-0xd40fffff 64bit pref]
[    0.895679] pci 0000:03:00.0: [168c:002b] type 0 class 0x000280
[    0.895707] pci 0000:03:00.0: reg 10: [mem 0xde200000-0xde20ffff 64bit]
[    0.895812] pci 0000:03:00.0: supports D1
[    0.895814] pci 0000:03:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.895819] pci 0000:03:00.0: PME# disabled
[    0.903478] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    0.903487] pci 0000:00:1c.1:   bridge window [io  0xb000-0xbfff]
[    0.903497] pci 0000:00:1c.1:   bridge window [mem 0xde200000-0xdebfffff]
[    0.903512] pci 0000:00:1c.1:   bridge window [mem 0xd2c00000-0xd35fffff 64bit pref]
[    0.903618] pci 0000:04:00.0: [1969:1083] type 0 class 0x000200
[    0.903647] pci 0000:04:00.0: reg 10: [mem 0xdd800000-0xdd83ffff 64bit]
[    0.903662] pci 0000:04:00.0: reg 18: [io  0xa000-0xa07f]
[    0.903761] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.903766] pci 0000:04:00.0: PME# disabled
[    0.911476] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[    0.911485] pci 0000:00:1c.5:   bridge window [io  0xa000-0xafff]
[    0.911494] pci 0000:00:1c.5:   bridge window [mem 0xdd800000-0xde1fffff]
[    0.911509] pci 0000:00:1c.5:   bridge window [mem 0xd2100000-0xd2afffff 64bit pref]
[    0.911553] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.911678] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG0._PRT]
[    0.911746] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[    0.911776] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[    0.911812] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
[    0.911879] \_SB_.PCI0:_OSC invalid UUID
[    0.911880] _OSC request data:1 1f 1f 
[    0.911883]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.911913] \_SB_.PCI0:_OSC invalid UUID
[    0.911914] _OSC request data:1 0 1d 
[    0.911917]  pci0000:00: ACPI _OSC request failed (AE_ERROR), returned control mask: 0x1d
[    0.911919] ACPI _OSC control for PCIe not granted, disabling ASPM
[    1.587577] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12)
[    1.587621] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 12)
[    1.587662] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 12)
[    1.587701] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 12)
[    1.587739] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    1.587778] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    1.587818] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 12)
[    1.587857] ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 5 6 7 10 12)
[    1.587939] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    1.587945] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
[    1.587948] vgaarb: loaded
[    1.587949] vgaarb: bridge control possible 0000:01:00.0
[    1.587950] vgaarb: bridge control possible 0000:00:02.0
[    1.588084] SCSI subsystem initialized
[    1.588136] libata version 3.00 loaded.
[    1.588168] usbcore: registered new interface driver usbfs
[    1.588176] usbcore: registered new interface driver hub
[    1.588196] usbcore: registered new device driver usb
[    1.588259] PCI: Using ACPI for IRQ routing
[    1.589818] PCI: pci_cache_line_size set to 64 bytes
[    1.589888] reserve RAM buffer: 000000000009e800 - 000000000009ffff 
[    1.589890] reserve RAM buffer: 00000000aad20000 - 00000000abffffff 
[    1.589893] reserve RAM buffer: 00000000aad95000 - 00000000abffffff 
[    1.589896] reserve RAM buffer: 00000000aad97000 - 00000000abffffff 
[    1.589899] reserve RAM buffer: 00000000aadc6000 - 00000000abffffff 
[    1.589902] reserve RAM buffer: 00000000aaf22000 - 00000000abffffff 
[    1.589904] reserve RAM buffer: 00000000aaf8a000 - 00000000abffffff 
[    1.589906] reserve RAM buffer: 00000000aaffd000 - 00000000abffffff 
[    1.589908] reserve RAM buffer: 000000014fe00000 - 000000014fffffff 
[    1.589983] NetLabel: Initializing
[    1.589985] NetLabel:  domain hash size = 128
[    1.589986] NetLabel:  protocols = UNLABELED CIPSOv4
[    1.589995] NetLabel:  unlabeled traffic allowed by default
[    1.590028] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    1.590033] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    1.592049] Switching to clocksource hpet
[    1.595070] Switched to NOHz mode on CPU #0
[    1.595170] Switched to NOHz mode on CPU #1
[    1.595185] Switched to NOHz mode on CPU #3
[    1.595225] Switched to NOHz mode on CPU #2
[    1.596805] AppArmor: AppArmor Filesystem Enabled
[    1.596826] pnp: PnP ACPI init
[    1.596838] ACPI: bus type pnp registered
[    1.597073] pnp 00:00: [bus 00-3e]
[    1.597075] pnp 00:00: [io  0x0000-0x0cf7 window]
[    1.597077] pnp 00:00: [io  0x0cf8-0x0cff]
[    1.597079] pnp 00:00: [io  0x0d00-0xffff window]
[    1.597081] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    1.597083] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[    1.597085] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[    1.597086] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[    1.597088] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[    1.597090] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[    1.597092] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[    1.597093] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[    1.597095] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[    1.597097] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[    1.597099] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[    1.597100] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[    1.597102] pnp 00:00: [mem 0x000ec000-0x000effff window]
[    1.597104] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[    1.597106] pnp 00:00: [mem 0xafa00000-0xfeafffff window]
[    1.597108] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[    1.597174] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    1.648069] pnp 00:01: [io  0x0000-0x001f]
[    1.648071] pnp 00:01: [io  0x0081-0x0091]
[    1.648072] pnp 00:01: [io  0x0093-0x009f]
[    1.648073] pnp 00:01: [io  0x00c0-0x00df]
[    1.648075] pnp 00:01: [dma 4]
[    1.648095] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    1.648102] pnp 00:02: [mem 0xff000000-0xffffffff]
[    1.648120] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[    1.648198] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[    1.648216] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    1.648224] pnp 00:04: [io  0x00f0]
[    1.648234] pnp 00:04: [irq 13]
[    1.648252] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[    1.648260] pnp 00:05: [io  0x002e-0x002f]
[    1.648262] pnp 00:05: [io  0x004e-0x004f]
[    1.648263] pnp 00:05: [io  0x0061]
[    1.648265] pnp 00:05: [io  0x0063]
[    1.648268] pnp 00:05: [io  0x0065]
[    1.648269] pnp 00:05: [io  0x0067]
[    1.648271] pnp 00:05: [io  0x0070]
[    1.648272] pnp 00:05: [io  0x0080]
[    1.648273] pnp 00:05: [io  0x0092]
[    1.648275] pnp 00:05: [io  0x00b2-0x00b3]
[    1.648276] pnp 00:05: [io  0x0680-0x069f]
[    1.648278] pnp 00:05: [io  0x1000-0x100f]
[    1.648279] pnp 00:05: [io  0xffff]
[    1.648281] pnp 00:05: [io  0xffff]
[    1.648282] pnp 00:05: [io  0x0400-0x0453]
[    1.648283] pnp 00:05: [io  0x0458-0x047f]
[    1.648285] pnp 00:05: [io  0x0500-0x057f]
[    1.648286] pnp 00:05: [io  0x164e-0x164f]
[    1.648329] system 00:05: [io  0x0680-0x069f] has been reserved
[    1.648331] system 00:05: [io  0x1000-0x100f] has been reserved
[    1.648334] system 00:05: [io  0xffff] has been reserved
[    1.648335] system 00:05: [io  0xffff] has been reserved
[    1.648337] system 00:05: [io  0x0400-0x0453] has been reserved
[    1.648339] system 00:05: [io  0x0458-0x047f] has been reserved
[    1.648341] system 00:05: [io  0x0500-0x057f] has been reserved
[    1.648343] system 00:05: [io  0x164e-0x164f] has been reserved
[    1.648346] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.648353] pnp 00:06: [io  0x0070-0x0077]
[    1.648358] pnp 00:06: [irq 8]
[    1.648376] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.648393] pnp 00:07: [io  0x0454-0x0457]
[    1.648422] system 00:07: [io  0x0454-0x0457] has been reserved
[    1.648425] system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    1.648438] pnp 00:08: [io  0x0240-0x0259]
[    1.648466] system 00:08: [io  0x0240-0x0259] has been reserved
[    1.648468] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.648500] pnp 00:09: [irq 12]
[    1.648522] pnp 00:09: Plug and Play ACPI device, IDs ETD0101 PNP0f0e PNP0f03 PNP0f12 PNP0f0b PNP0f13 (active)
[    1.648537] pnp 00:0a: [io  0x0060]
[    1.648538] pnp 00:0a: [io  0x0064]
[    1.648543] pnp 00:0a: [irq 1]
[    1.648563] pnp 00:0a: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    1.648746] pnp 00:0b: [mem 0xfed1c000-0xfed1ffff]
[    1.648748] pnp 00:0b: [mem 0xfed10000-0xfed17fff]
[    1.648750] pnp 00:0b: [mem 0xfed18000-0xfed18fff]
[    1.648751] pnp 00:0b: [mem 0xfed19000-0xfed19fff]
[    1.648753] pnp 00:0b: [mem 0xe0000000-0xe3ffffff]
[    1.648754] pnp 00:0b: [mem 0xfed20000-0xfed3ffff]
[    1.648756] pnp 00:0b: [mem 0xfed90000-0xfed93fff]
[    1.648758] pnp 00:0b: [mem 0xfed45000-0xfed8ffff]
[    1.648759] pnp 00:0b: [mem 0xff000000-0xffffffff]
[    1.648761] pnp 00:0b: [mem 0xfee00000-0xfeefffff]
[    1.648763] pnp 00:0b: [mem 0x00000000-0xffffffffffffffff disabled]
[    1.648813] system 00:0b: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.648815] system 00:0b: [mem 0xfed10000-0xfed17fff] could not be reserved
[    1.648817] system 00:0b: [mem 0xfed18000-0xfed18fff] has been reserved
[    1.648820] system 00:0b: [mem 0xfed19000-0xfed19fff] has been reserved
[    1.648822] system 00:0b: [mem 0xe0000000-0xe3ffffff] has been reserved
[    1.648824] system 00:0b: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.648826] system 00:0b: [mem 0xfed90000-0xfed93fff] has been reserved
[    1.648829] system 00:0b: [mem 0xfed45000-0xfed8ffff] has been reserved
[    1.648831] system 00:0b: [mem 0xff000000-0xffffffff] could not be reserved
[    1.648833] system 00:0b: [mem 0xfee00000-0xfeefffff] could not be reserved
[    1.648836] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.648879] pnp 00:0c: [mem 0xafa00000-0xafa00fff]
[    1.648920] system 00:0c: [mem 0xafa00000-0xafa00fff] has been reserved
[    1.648922] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.649020] pnp 00:0d: [mem 0x20000000-0x201fffff]
[    1.649021] pnp 00:0d: [mem 0x40000000-0x401fffff]
[    1.649067] system 00:0d: [mem 0x20000000-0x201fffff] has been reserved
[    1.649069] system 00:0d: [mem 0x40000000-0x401fffff] has been reserved
[    1.649072] system 00:0d: Plug and Play ACPI device, IDs PNP0c01 (active)
[    1.649092] pnp: PnP ACPI: found 14 devices
[    1.649094] ACPI: ACPI bus type pnp unregistered
[    1.654607] PCI: max bus depth: 1 pci_try_num: 2
[    1.654637] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    1.654639] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    1.654642] pci 0000:00:01.0:   bridge window [mem 0xdc000000-0xdd0fffff]
[    1.654645] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    1.654649] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    1.654652] pci 0000:00:1c.0:   bridge window [io  0xc000-0xcfff]
[    1.654658] pci 0000:00:1c.0:   bridge window [mem 0xdec00000-0xdf5fffff]
[    1.654662] pci 0000:00:1c.0:   bridge window [mem 0xd3700000-0xd40fffff 64bit pref]
[    1.654669] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    1.654672] pci 0000:00:1c.1:   bridge window [io  0xb000-0xbfff]
[    1.654678] pci 0000:00:1c.1:   bridge window [mem 0xde200000-0xdebfffff]
[    1.654683] pci 0000:00:1c.1:   bridge window [mem 0xd2c00000-0xd35fffff 64bit pref]
[    1.654689] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[    1.654693] pci 0000:00:1c.5:   bridge window [io  0xa000-0xafff]
[    1.654698] pci 0000:00:1c.5:   bridge window [mem 0xdd800000-0xde1fffff]
[    1.654703] pci 0000:00:1c.5:   bridge window [mem 0xd2100000-0xd2afffff 64bit pref]
[    1.654720] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.654723] pci 0000:00:01.0: setting latency timer to 64
[    1.654730] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.654735] pci 0000:00:1c.0: setting latency timer to 64
[    1.654745] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    1.654749] pci 0000:00:1c.1: setting latency timer to 64
[    1.654757] pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    1.654761] pci 0000:00:1c.5: setting latency timer to 64
[    1.654765] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    1.654767] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    1.654769] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    1.654771] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
[    1.654773] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
[    1.654774] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
[    1.654776] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
[    1.654778] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
[    1.654780] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
[    1.654782] pci_bus 0000:00: resource 13 [mem 0xafa00000-0xfeafffff]
[    1.654784] pci_bus 0000:00: resource 14 [mem 0xfed40000-0xfed44fff]
[    1.654786] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
[    1.654788] pci_bus 0000:01: resource 1 [mem 0xdc000000-0xdd0fffff]
[    1.654790] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[    1.654792] pci_bus 0000:02: resource 0 [io  0xc000-0xcfff]
[    1.654794] pci_bus 0000:02: resource 1 [mem 0xdec00000-0xdf5fffff]
[    1.654796] pci_bus 0000:02: resource 2 [mem 0xd3700000-0xd40fffff 64bit pref]
[    1.654798] pci_bus 0000:03: resource 0 [io  0xb000-0xbfff]
[    1.654800] pci_bus 0000:03: resource 1 [mem 0xde200000-0xdebfffff]
[    1.654802] pci_bus 0000:03: resource 2 [mem 0xd2c00000-0xd35fffff 64bit pref]
[    1.654804] pci_bus 0000:04: resource 0 [io  0xa000-0xafff]
[    1.654805] pci_bus 0000:04: resource 1 [mem 0xdd800000-0xde1fffff]
[    1.654807] pci_bus 0000:04: resource 2 [mem 0xd2100000-0xd2afffff 64bit pref]
[    1.654834] NET: Registered protocol family 2
[    1.654972] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    1.655857] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    1.657694] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.657917] TCP: Hash tables configured (established 524288 bind 65536)
[    1.657919] TCP reno registered
[    1.657928] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    1.657950] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    1.658060] NET: Registered protocol family 1
[    1.658074] pci 0000:00:02.0: Boot video device
[    1.911890] PCI: CLS 64 bytes, default 64
[    1.911895] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.911901] Placing 64MB software IO TLB between ffff8800a6d20000 - ffff8800aad20000
[    1.911906] software IO TLB at phys 0xa6d20000 - 0xaad20000
[    1.912311] audit: initializing netlink socket (disabled)
[    1.912318] type=2000 audit(1329652895.724:1): initialized
[    1.937747] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.950644] VFS: Disk quotas dquot_6.5.2
[    1.950694] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.951170] fuse init (API version 7.16)
[    1.951237] msgmni has been set to 7737
[    1.951589] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.951618] io scheduler noop registered
[    1.951620] io scheduler deadline registered
[    1.951651] io scheduler cfq registered (default)
[    1.951724] pcieport 0000:00:01.0: setting latency timer to 64
[    1.951750] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    1.951933] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.951951] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.951983] intel_idle: MWAIT substates: 0x21120
[    1.951984] intel_idle: v0.4 model 0x2A
[    1.951985] intel_idle: lapic_timer_reliable_states 0xffffffff
[    2.019848] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    2.019909] ACPI: AC Adapter [AC0] (on-line)
[    2.019997] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[    2.035941] ACPI: Lid Switch [LID]
[    2.035972] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
[    2.035977] ACPI: Sleep Button [SLPB]
[    2.036003] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    2.036006] ACPI: Power Button [PWRF]
[    2.036029] ACPI: acpi_idle yielding to intel_idle
[    2.089269] thermal LNXTHERM:00: registered as thermal_zone0
[    2.089271] ACPI: Thermal Zone [THRM] (56 C)
[    2.089290] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    2.089304] ERST: Table is not found!
[    2.089374] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    2.103689] ACPI: Battery Slot [BAT0] (battery present)
[    2.164012] Linux agpgart interface v0.103
[    2.164074] agpgart-intel 0000:00:00.0: Intel Sandybridge Chipset
[    2.164246] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    2.165579] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
[    2.165675] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xb0000000
[    2.166475] brd: module loaded
[    2.166847] loop: module loaded
[    2.167146] Fixed MDIO Bus: probed
[    2.167161] PPP generic driver version 2.4.2
[    2.167187] tun: Universal TUN/TAP device driver, 1.6
[    2.167188] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    2.167241] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.167258] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.167276] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[    2.167280] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[    2.167305] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    2.167330] ehci_hcd 0000:00:1a.0: debug port 2
[    2.171217] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[    2.171233] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xdf608000
[    2.183694] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    2.183843] hub 1-0:1.0: USB hub found
[    2.183846] hub 1-0:1.0: 2 ports detected
[    2.183899] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    2.183911] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[    2.183915] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[    2.183943] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    2.183965] ehci_hcd 0000:00:1d.0: debug port 2
[    2.187841] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[    2.187853] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xdf607000
[    2.203683] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    2.203823] hub 2-0:1.0: USB hub found
[    2.203825] hub 2-0:1.0: 2 ports detected
[    2.203866] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.203874] uhci_hcd: USB Universal Host Controller Interface driver
[    2.203922] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    2.205676] i8042: Detected active multiplexing controller, rev 1.1
[    2.206508] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.206514] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    2.206522] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    2.206524] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    2.206526] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    2.206640] mousedev: PS/2 mouse device common for all mice
[    2.206738] rtc_cmos 00:06: RTC can wake from S4
[    2.206825] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    2.206852] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[    2.206928] device-mapper: uevent: version 1.0.3
[    2.206982] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@redhat.com
[    2.207070] cpuidle: using governor ladder
[    2.207211] cpuidle: using governor menu
[    2.207213] EFI Variables Facility v0.08 2004-May-17
[    2.207379] TCP cubic registered
[    2.207472] NET: Registered protocol family 10
[    2.207831] NET: Registered protocol family 17
[    2.207844] Registering the dns_resolver key type
[    2.207917] PM: Hibernation image not present or could not be loaded.
[    2.207925] registered taskstats version 1
[    2.219356]   Magic number: 0:635:26
[    2.219464] rtc_cmos 00:06: setting system clock to 2012-02-19 12:01:36 UTC (1329652896)
[    2.220147] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.220149] EDD information not available.
[    2.221368] Freeing unused kernel memory: 988k freed
[    2.221475] Write protecting the kernel read-only data: 12288k
[    2.226106] Freeing unused kernel memory: 2036k freed
[    2.229293] Freeing unused kernel memory: 1388k freed
[    2.240522] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    2.241357] udevd[87]: starting version 173
[    2.264645] ahci 0000:00:1f.2: version 3.0
[    2.264677] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    2.264731] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
[    2.268017] atl1c 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    2.268031] atl1c 0000:04:00.0: setting latency timer to 64
[    2.279748] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
[    2.279753] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst 
[    2.279760] ahci 0000:00:1f.2: setting latency timer to 64
[    2.288130] scsi0 : ahci
[    2.288262] scsi1 : ahci
[    2.288396] scsi2 : ahci
[    2.288453] scsi3 : ahci
[    2.288573] scsi4 : ahci
[    2.288627] scsi5 : ahci
[    2.288867] ata1: SATA max UDMA/133 abar m2048@0xdf606000 port 0xdf606100 irq 41
[    2.288868] ata2: DUMMY
[    2.288871] ata3: SATA max UDMA/133 abar m2048@0xdf606000 port 0xdf606200 irq 41
[    2.288872] ata4: DUMMY
[    2.288873] ata5: DUMMY
[    2.288874] ata6: DUMMY
[    2.396235] atl1c 0000:04:00.0: version 1.0.1.0-NAPI
[    2.495632] usb 1-1: new high speed USB device number 2 using ehci_hcd
[    2.607578] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.607631] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.608550] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.608816] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    2.608828] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.609681] ata1.00: ATA-8: ST9750420AS, 0002SDM1, max UDMA/133
[    2.609690] ata1.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    2.610745] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.610943] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    2.610952] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.611771] ata1.00: configured for UDMA/133
[    2.611895] ata3.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    2.611899] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.611991] scsi 0:0:0:0: Direct-Access     ATA      ST9750420AS      0002 PQ: 0 ANSI: 5
[    2.612122] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.612163] sd 0:0:0:0: [sda] 1465149168 512-byte logical blocks: (750 GB/698 GiB)
[    2.612167] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    2.612260] sd 0:0:0:0: [sda] Write Protect is off
[    2.612270] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.612293] ata3.00: ATAPI: SlimtypeDVD A  DS8A5SH, XAA2, max UDMA/100
[    2.612303] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.615066] ata3.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    2.615077] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.615528] ata3.00: configured for UDMA/100
[    2.619755] scsi 2:0:0:0: CD-ROM            Slimtype DVD A  DS8A5SH   XAA2 PQ: 0 ANSI: 5
[    2.626173] sr0: scsi3-mmc drive: 24x/8x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.626184] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.626361] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    2.626423] sr 2:0:0:0: Attached scsi generic sg1 type 5
[    2.628206] hub 1-1:1.0: USB hub found
[    2.628296] hub 1-1:1.0: 6 ports detected
[    2.671163]  sda: sda1 sda2 sda3 < sda5 sda6 >
[    2.671576] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.743502] usb 2-1: new high speed USB device number 2 using ehci_hcd
[    2.876086] hub 2-1:1.0: USB hub found
[    2.876171] hub 2-1:1.0: 6 ports detected
[    2.911329] Refined TSC clocksource calibration: 2294.787 MHz.
[    2.911339] Switching to clocksource tsc
[    2.947392] usb 1-1.1: new full speed USB device number 3 using ehci_hcd
[    3.019363] usb 1-1.1: device descriptor read/64, error -32
[    3.287410] usb 1-1.2: new high speed USB device number 4 using ehci_hcd
[    3.599251] usb 2-1.1: new low speed USB device number 3 using ehci_hcd
[    3.600187] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[   23.400508] udevd[354]: starting version 173
[   23.411331] lp: driver loaded but no devices found
[   23.429236] mei: module is from the staging directory, the quality is unknown, you have been warned.
[   23.429558] mei 0000:00:16.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   23.429565] mei 0000:00:16.0: setting latency timer to 64
[   23.433020] Adding 2927612k swap on /dev/sda6.  Priority:-1 extents:1 across:2927612k 
[   23.460382] [drm] Initialized drm 1.1.0 20060810
[   23.481116] wmi: Mapper loaded
[   23.489976] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   23.489981] i915 0000:00:02.0: setting latency timer to 64
[   23.496891] cfg80211: Calling CRDA to update world regulatory domain
[   23.516778] ath9k 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[   23.516792] ath9k 0000:03:00.0: setting latency timer to 64
[   23.533449] Linux video capture interface: v2.00
[   23.534944] type=1400 audit(1329649317.820:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=582 comm="apparmor_parser"
[   23.535287] type=1400 audit(1329649317.820:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=582 comm="apparmor_parser"
[   23.535509] type=1400 audit(1329649317.820:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=582 comm="apparmor_parser"
[   23.535895] uvcvideo: Found UVC 1.00 device ASUS USB2.0 WebCam (058f:a014)
[   23.538780] input: ASUS USB2.0 WebCam as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input4
[   23.538845] usbcore: registered new interface driver uvcvideo
[   23.538848] USB Video Class driver (v1.1.0)
[   23.548625] Bluetooth: Core ver 2.16
[   23.548646] NET: Registered protocol family 31
[   23.548648] Bluetooth: HCI device and connection manager initialized
[   23.548650] Bluetooth: HCI socket layer initialized
[   23.548652] Bluetooth: L2CAP socket layer initialized
[   23.567629] ath: EEPROM regdomain: 0x60
[   23.567632] ath: EEPROM indicates we should expect a direct regpair map
[   23.567635] ath: Country alpha2 being used: 00
[   23.567637] ath: Regpair used: 0x60
[   23.568446] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
[   23.568450] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
[   23.568452] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
[   23.568454] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
[   23.568456] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
[   23.568459] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
[   23.568461] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
[   23.568464] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
[   23.568466] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
[   23.568468] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
[   23.568470] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
[   23.568473] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
[   23.568475] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
[   23.568477] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
[   23.568480] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
[   23.568482] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
[   23.568484] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
[   23.568487] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
[   23.568489] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
[   23.568491] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
[   23.568494] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
[   23.568496] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
[   23.568498] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule:
[   23.568501] cfg80211: 2457000 KHz - 2482000 KHz @  KHz), (N/A mBi, 2000 mBm)
[   23.568503] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule:
[   23.568505] cfg80211: 2457000 KHz - 2482000 KHz @  KHz), (N/A mBi, 2000 mBm)
[   23.568507] cfg80211: Updating information on frequency 2484 MHz for a 20 MHz width channel with regulatory rule:
[   23.568510] cfg80211: 2474000 KHz - 2494000 KHz @  KHz), (N/A mBi, 2000 mBm)
[   23.569720] Bluetooth: SCO socket layer initialized
[   23.570087] Bluetooth: Generic Bluetooth USB driver ver 0.6
[   23.571415] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain 
[   23.572958] usbcore: registered new interface driver btusb
[   23.594798] input: PIXART USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input5
[   23.594910] generic-usb 0003:093A:2510.0001: input,hidraw0: USB HID v1.10 Mouse [PIXART USB OPTICAL MOUSE] on usb-0000:00:1d.0-1.1/input0
[   23.594928] usbcore: registered new interface driver usbhid
[   23.594931] usbhid: USB HID core driver
[   23.600185] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
[   23.600921] Registered led device: ath9k-phy0
[   23.600930] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc900050a0000, irq=17
[   23.620180] i915 0000:00:02.0: irq 42 for MSI/MSI-X
[   23.620187] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   23.620189] [drm] Driver supports precise vblank timestamp query.
[   23.620457] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=io+mem
[   23.620460] vgaarb: transferring owner from PCI:0000:00:02.0 to PCI:0000:01:00.0
[   23.635178] asus_wmi: ASUS WMI generic driver loaded
[   23.640475] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain 
[   23.640479] cfg80211: World regulatory domain updated:
[   23.640481] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   23.640484] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   23.640487] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   23.640489] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   23.640492] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   23.640494] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   23.650380] asus_wmi: Initialization: 0x1
[   23.650415] asus_wmi: BIOS WMI version: 1792.6
[   23.650467] asus_wmi: SFUN value: 0x1a0877
[   23.651641] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input6
[   23.685978] asus_wmi: Backlight controlled by ACPI video driver
[   23.773552] elantech: assuming hardware version 3, firmware version 69.15.1
[   23.808716] elantech: Synaptics capabilities query result 0x78, 0x15, 0x0c.
[   23.874171] fbcon: inteldrmfb (fb0) is primary device
[   23.874237] Console: switching to colour frame buffer device 200x56
[   23.874256] fb0: inteldrmfb frame buffer device
[   23.874257] drm: registered panic notifier
[   23.875020] ACPI Warning: _BQC returned an invalid level (20110413/video-473)
[   23.875222] elantech: x_max = 2508, y_max = 1320
[   23.875244] acpi device:04: registered as cooling_device4
[   23.875292] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input7
[   23.875337] ACPI: Video Device [GFX0] (multi-head: yes  rom: yes  post: no)
[   23.888495] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input8
[   23.921608] ACPI Warning: _BQC returned an invalid level (20110413/video-473)
[   23.921869] acpi device:45: registered as cooling_device5
[   23.922249] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input9
[   23.922304] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   23.922357] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   23.922398] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[   23.922455] HDA Intel 0000:00:1b.0: irq 43 for MSI/MSI-X
[   23.922476] HDA Intel 0000:00:1b.0: setting latency timer to 64
[   24.475134] hda_codec: ALC269VB: BIOS auto-probing.
[   24.481151] HDMI status: Pin=6 Presence_Detect=0 ELD_Valid=0
[   24.481314] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   24.481492] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[   24.481553] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[   35.967577] EXT4-fs (sda5): warning: maximal mount count reached, running e2fsck is recommended
[   35.968277] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
[   36.091664] ppdev: user-space parallel port driver
[   36.099440] type=1400 audit(1329649330.392:5): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=957 comm="apparmor_parser"
[   36.099886] type=1400 audit(1329649330.392:6): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=957 comm="apparmor_parser"
[   36.156960] atl1c 0000:04:00.0: irq 44 for MSI/MSI-X
[   36.164852] type=1400 audit(1329649330.456:7): apparmor="STATUS" operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" pid=974 comm="apparmor_parser"
[   36.165769] type=1400 audit(1329649330.456:8): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm-guest-session-wrapper" pid=975 comm="apparmor_parser"
[   36.167927] type=1400 audit(1329649330.460:9): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=976 comm="apparmor_parser"
[   36.168294] type=1400 audit(1329649330.460:10): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=976 comm="apparmor_parser"
[   36.168524] type=1400 audit(1329649330.460:11): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=976 comm="apparmor_parser"
[   36.169584] type=1400 audit(1329649330.460:12): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/mission-control-5" pid=981 comm="apparmor_parser"
[   36.169940] type=1400 audit(1329649330.460:13): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/telepathy-*" pid=981 comm="apparmor_parser"
[   36.171454] type=1400 audit(1329649330.464:14): apparmor="STATUS" operation="profile_replace" name="/usr/lib/cups/backend/cups-pdf" pid=983 comm="apparmor_parser"
[   36.240132] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   36.271051] init: failsafe main process (887) killed by TERM signal
[   36.271989] init: apport pre-start process (1039) terminated with status 1
[   36.295416] init: apport post-stop process (1092) terminated with status 1
[   36.296870] init: kdm main process (1054) killed by TERM signal
[   36.297511] init: gdm main process (1090) killed by TERM signal
[   36.471500] init: mongodb main process (1072) terminated with status 100
[   40.709625] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro,commit=0
[   92.185708] HDMI hot plug event: Pin=6 Presence_Detect=1 ELD_Valid=0
[   92.185764] HDMI status: Pin=6 Presence_Detect=1 ELD_Valid=0
[  101.264769] Bluetooth: RFCOMM TTY layer initialized
[  101.264775] Bluetooth: RFCOMM socket layer initialized
[  101.264777] Bluetooth: RFCOMM ver 1.11
[  101.268376] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[  101.268379] Bluetooth: BNEP filters: protocol multicast
[  101.449816] init: plymouth-stop pre-start process (2053) terminated with status 1
[  147.801625] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
[  147.801636] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.GFX0
[  147.801769] bbswitch: detected an Optimus _DSM function
[  147.801776] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
[  147.801785] BUG: unable to handle kernel paging request at ffff8802ffc04b18
[  147.801821] IP: [<ffffffff8109d4b0>] module_put+0x30/0xc0
[  147.801844] PGD 1c04063 PUD 0 
[  147.801859] Oops: 0002 [#1] SMP 
[  147.801876] CPU 0 
[  147.801884] Modules linked in: bbswitch bnep rfcomm parport_pc ppdev binfmt_misc snd_hda_codec_hdmi snd_hda_codec_realtek joydev asus_nb_wmi asus_wmi sparse_keymap mxm_wmi snd_hda_intel snd_hda_codec snd_hwdep snd_pcm usbhid hid arc4 btusb bluetooth snd_seq_midi snd_rawmidi uvcvideo videodev v4l2_compat_ioctl32 snd_seq_midi_event snd_seq ath9k snd_timer snd_seq_device mac80211 snd ath9k_common ath9k_hw ath cfg80211 i915 psmouse serio_raw soundcore wmi snd_page_alloc drm_kms_helper drm i2c_algo_bit video mei(C) lp parport atl1c ahci libahci
[  147.802107] 
[  147.802125] Pid: 2280, comm: insmod Tainted: G         C  3.0.0-16-generic #28-Ubuntu ASUSTeK Computer Inc. K73SV/K73SV
[  147.802160] RIP: 0010:[<ffffffff8109d4b0>]  [<ffffffff8109d4b0>] module_put+0x30/0xc0
[  147.802186] RSP: 0018:ffff88009e1a3f18  E
Lekensteyn commented 12 years ago

Can you try a newer kernel version from, say, http://packages.ubuntu.com/precise/linux-image or kernel.org? (install the linux-{image,headers}-...-generic packages in the earlier case). If it still fails, do a memory test from the boot menu.

lukas24 commented 12 years ago

I've installed newer kernel from http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.1-oneiric/. And now I can manually load bbswitch. I tried to install bumblebee from repository also and it's everything working now! :) Many thanks again! But I don't understand why the bumblebee doesn't work in kernel 3.0.0-16 and after I updated to newer kernel it works fine?

Lekensteyn commented 12 years ago

Hmm, you may run in trouble when using the Ubuntu mainline kernels (check whether [permanent] is shown in lsmod | grep bbswitch). The new kernel has probably fixed a bug that occured in 3.0.

lukas24 commented 12 years ago

Ok. There is no [permanent]. Is it wrong?

Lekensteyn commented 12 years ago

No it's ok. Interesting, I did not know that the Ubuntu mainline kernels switched their toolchain to gcc 4.6.1

lukas24 commented 12 years ago

Can I play audio through hdmi cable? If I can how do I configure?

Lekensteyn commented 12 years ago

I've honestly no idea on that, my HDMI connection is wired to the Intel card.

ArchangeGabriel commented 12 years ago

Closing, as the initial problem is solved, for everything else follow tracker on HDMI.