Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: Long Boot Time

  1. #1
    Join Date
    Dec 2008
    Beans
    79
    Distro
    Ubuntu

    hd0: out of disk - Ubuntu/Kubuntu Grub Boot Issues

    I suspect this is the wrong forum, so please move it to the appropriate forum if it is.

    I am having issues booting up my Kubuntu install. I just swapped my HDD for an SDD and once booted, the performance is wonderful. However, it takes a good 3 solid minutes to actually boot a fresh install.

    Here's what's happening. Starting from a cold boot, I see post (about 5 seconds total), then it begins booting and I get presented with a bright-blue KDE color screen that sits there for a good minute or two, then I get a tear across the screen and the screen goes black. About 15-20 seconds later, I get my KDE login. The black tear is nothing new, but the getting stuck at a bright blue screen is. If I boot off my thumbstick (which has Kubuntu on it as well), it boots in about the same amount of time.

    I *think* that the boot sequence is hanging at GRUB, though I have no cursor or anything.

    Anyone have any ideas on how I can trouble shoot this?
    Last edited by geudrik; August 16th, 2011 at 08:35 PM. Reason: Changing title to more accurately reflect the issue.

  2. #2
    Join Date
    Dec 2008
    Beans
    79
    Distro
    Ubuntu

    Re: Long Boot Time

    I should suppliment that by saying during the 'pause' during the blue screen, there is no HD activity. It's literally just sorta' sitting there...

  3. #3
    Join Date
    Dec 2008
    Beans
    79
    Distro
    Ubuntu

    Re: Long Boot Time

    It would appear that after running
    Code:
    $ sudo apt-get dist-upgrade
    and getting the most recent kernel and headers, the issue is resolved. I still have that solid 'Blue Screen' but it only sits there for 7ish seconds now, then I get the Kubuntu logo (with the 5 dots) and then I'm in.

  4. #4
    Join Date
    Dec 2008
    Beans
    79
    Distro
    Ubuntu

    Re: Long Boot Time

    Alright, this is aggravating...

    I have a Crucial 64 gig SSD as my primary drive, in an Asus N53SV Laptop. I have tried Kubuntu 11.04 countless times, as well as Ubuntu 11.04 and once every couple of reboots I get the following message.
    Code:
    error: hd0 out of disk
    press any key to continue...
    This is what is causing my long boot times, but it's always able to boot afterwards.

    What is going on / what's wrong with my machine? I'm beginning to think that it's due to the SSD being faulty / not fully supported? I don't want my install to just randomly crash and never come back to life on me - I would like to get this fixed.

    Ideas? :S

    Note: the above "fix" using apt-get dist-upgrade *DOES NOT* solve this issue. I have re-marked this thread as unsolved, subsequently.
    Last edited by geudrik; August 16th, 2011 at 08:03 PM. Reason: Spelling.

  5. #5
    Join Date
    Dec 2008
    Beans
    79
    Distro
    Ubuntu

    Excerpts

    And here are excerpts...
    I should also point out that using a normal HDD I have had no issues at all.

    fdisk -l
    Code:
    Disk /dev/sda: 64.0 GB, 64023257088 bytes
    255 heads, 63 sectors/track, 7783 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x000a8dfc
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *           1        7273    58419200   83  Linux
    /dev/sda2            7274        7784     4101121    5  Extended
    /dev/sda5            7274        7784     4101120   82  Linux swap / Solaris
    /boot/grub/grub.cfg
    Code:
    #
    # DO NOT EDIT THIS FILE
    #
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    #
    
    ### BEGIN /etc/grub.d/00_header ###
    if [ -s $prefix/grubenv ]; then
      set have_grubenv=true
      load_env
    fi
    set default="0"
    if [ "${prev_saved_entry}" ]; then
      set saved_entry="${prev_saved_entry}"
      save_env saved_entry
      set prev_saved_entry=
      save_env prev_saved_entry
      set boot_once=true
    fi
    
    function savedefault {
      if [ -z "${boot_once}" ]; then
        saved_entry="${chosen}"
        save_env saved_entry
      fi
    }
    
    function recordfail {
      set recordfail=1
      if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
    }
    
    function load_video {
      insmod vbe
      insmod vga
      insmod video_bochs
      insmod video_cirrus
    }
    
    insmod part_msdos
    insmod ext2
    set root='(/dev/sda,msdos1)'
    search --no-floppy --fs-uuid --set=root f958c53b-f363-4dfb-80fa-213259606a8a
    if loadfont /usr/share/grub/unicode.pf2 ; then
      set gfxmode=auto
      load_video
      insmod gfxterm
    fi
    terminal_output gfxterm
    insmod part_msdos
    insmod ext2
    set root='(/dev/sda,msdos1)'
    search --no-floppy --fs-uuid --set=root f958c53b-f363-4dfb-80fa-213259606a8a
    set locale_dir=($root)/boot/grub/locale
    set lang=en_US
    insmod gettext
    if [ "${recordfail}" = 1 ]; then
      set timeout=-1
    else
      set timeout=10
    fi
    ### END /etc/grub.d/00_header ###
    
    ### BEGIN /etc/grub.d/05_debian_theme ###
    set menu_color_normal=white/black
    set menu_color_highlight=black/light-gray
    if background_color 44,0,30; then
      clear
    fi
    ### END /etc/grub.d/05_debian_theme ###
    
    ### BEGIN /etc/grub.d/10_linux ###
    if [ ${recordfail} != 1 ]; then
      if [ -e ${prefix}/gfxblacklist.txt ]; then
        if hwmatch ${prefix}/gfxblacklist.txt 3; then
          if [ ${match} = 0 ]; then
            set linux_gfx_mode=keep
          else
            set linux_gfx_mode=text
          fi
        else
          set linux_gfx_mode=text
        fi
      else
        set linux_gfx_mode=keep
      fi
    else
      set linux_gfx_mode=text
    fi
    export linux_gfx_mode
    if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
    menuentry 'Ubuntu, with Linux 2.6.38-8-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    	recordfail
    	set gfxpayload=$linux_gfx_mode
    	insmod part_msdos
    	insmod ext2
    	set root='(/dev/sda,msdos1)'
    	search --no-floppy --fs-uuid --set=root f958c53b-f363-4dfb-80fa-213259606a8a
    	linux	/boot/vmlinuz-2.6.38-8-generic root=UUID=f958c53b-f363-4dfb-80fa-213259606a8a ro   quiet splash vt.handoff=7
    	initrd	/boot/initrd.img-2.6.38-8-generic
    }
    menuentry 'Ubuntu, with Linux 2.6.38-8-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
    	recordfail
    	set gfxpayload=$linux_gfx_mode
    	insmod part_msdos
    	insmod ext2
    	set root='(/dev/sda,msdos1)'
    	search --no-floppy --fs-uuid --set=root f958c53b-f363-4dfb-80fa-213259606a8a
    	echo	'Loading Linux 2.6.38-8-generic ...'
    	linux	/boot/vmlinuz-2.6.38-8-generic root=UUID=f958c53b-f363-4dfb-80fa-213259606a8a ro single 
    	echo	'Loading initial ramdisk ...'
    	initrd	/boot/initrd.img-2.6.38-8-generic
    }
    ### END /etc/grub.d/10_linux ###
    
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    
    ### BEGIN /etc/grub.d/20_memtest86+ ###
    menuentry "Memory test (memtest86+)" {
    	insmod part_msdos
    	insmod ext2
    	set root='(/dev/sda,msdos1)'
    	search --no-floppy --fs-uuid --set=root f958c53b-f363-4dfb-80fa-213259606a8a
    	linux16	/boot/memtest86+.bin
    }
    menuentry "Memory test (memtest86+, serial console 115200)" {
    	insmod part_msdos
    	insmod ext2
    	set root='(/dev/sda,msdos1)'
    	search --no-floppy --fs-uuid --set=root f958c53b-f363-4dfb-80fa-213259606a8a
    	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
    }
    ### END /etc/grub.d/20_memtest86+ ###
    
    ### BEGIN /etc/grub.d/30_os-prober ###
    if [ "x${timeout}" != "x-1" ]; then
      if keystatus; then
        if keystatus --shift; then
          set timeout=-1
        else
          set timeout=0
        fi
      else
        if sleep --interruptible 3 ; then
          set timeout=0
        fi
      fi
    fi
    ### END /etc/grub.d/30_os-prober ###
    
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries.  Simply type the
    # menu entries you want to add after this comment.  Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f  $prefix/custom.cfg ]; then
      source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    Last edited by geudrik; August 16th, 2011 at 08:46 PM.

  6. #6
    Join Date
    May 2007
    Location
    Virginia, USA
    Beans
    13,377
    Distro
    Ubuntu Mate Development Release

    Re: Long Boot Time

    I don't have an SSD, but I did upgrade my PC to a much faster box a few months ago -- and have been very disappointed by the very LONG boot time that 11.04 takes to get to a working desktop.

    I generally keep two working Ubuntu versions around, and 10.10 gets to a desktop in less than half the time of 11.04 -- and this is on the same hardware.

    I don't think GRUB is hanging; instead, I think it's UNITY that is slowing things down during the boot process.
    Ubuntu 20.04, Mint 19.10; MS Win10 Pro.
    Will not respond to PM requests for support -- use the forums.

  7. #7
    Join Date
    Dec 2008
    Beans
    79
    Distro
    Ubuntu

    Re: Long Boot Time

    Mark - I'm not sure that truly is the issue.
    I just reinstalled Kubuntu, using the IDE SATA mode (BIOS change). It installed fine, and in IDE mode, it takes about 45 seconds to hit a login screen. After doing several cold boots and reboots, I have not seen the no disk error. I changed back to AHCI mode, and *when* it works, I hit login in under 14 seconds (I'm using a stopwatch app on my droid to time it). 3/4 when it doesn't work I get that message, and I can either hit any key to continue or let it auto-continue on its own. This too takes around 45 seconds.

    I have been looking at different boot loaders, and LILO seems pretty dead, and I'm about as comfortable screwing around in GRUB as I am playing with a rattlesnake.

    Is there any signifigant advantage to running 11.04 over 10.10 (Using KDE of course )?

    Edit: The times that I'm reporting are virtually the same using either Ubuntu (Gnome) or Kubuntu (KDE)
    Last edited by geudrik; August 16th, 2011 at 09:32 PM.

  8. #8
    Join Date
    Dec 2008
    Beans
    79
    Distro
    Ubuntu

    Re: Long Boot Time

    I have a sneaky suspicion that this thread isn't going to be marked solved any time soon. That being the case, should I be worried about losing data?
    Or can I just stay annoyed that my SSD is slower than my HDD during boot and live with funky error messages?

    /me is clueless in this situation :s

  9. #9
    Join Date
    Dec 2010
    Location
    italy
    Beans
    178
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Long Boot Time

    post the output of dmesg. please use the [CODE] tag.
    the orthographic errors i usually type are always intentionall
    http://xkcd.com/627/
    no scrolling with synaptics/alps touchpad? have a look HERE

  10. #10
    Join Date
    Dec 2008
    Beans
    79
    Distro
    Ubuntu

    Re: Long Boot Time

    Why wouldn't I use the code tags? They're your friend!
    Did you want me to grep for anything?
    Code:
    [    0.000000] Initializing cgroup subsys cpuset
    [    0.000000] Initializing cgroup subsys cpu
    [    0.000000] Linux version 2.6.38-10-generic (buildd@yellow) (gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4) ) #46-Ubuntu SMP Tue Jun 28 15:07:17 UTC 2011 (Ubuntu 2.6.38-10.46-generic 2.6.38.7)
    [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-10-generic root=UUID=f3762545-dd25-473a-94bb-9b5b7f31e438 ro
    [    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 - 00000000aac0f000 (usable)
    [    0.000000]  BIOS-e820: 00000000aac0f000 - 00000000aad8e000 (reserved)
    [    0.000000]  BIOS-e820: 00000000aad8e000 - 00000000aad97000 (usable)
    [    0.000000]  BIOS-e820: 00000000aad97000 - 00000000aad98000 (reserved)
    [    0.000000]  BIOS-e820: 00000000aad98000 - 00000000aad99000 (usable)
    [    0.000000]  BIOS-e820: 00000000aad99000 - 00000000aadb8000 (reserved)
    [    0.000000]  BIOS-e820: 00000000aadb8000 - 00000000aadc6000 (usable)
    [    0.000000]  BIOS-e820: 00000000aadc6000 - 00000000aade8000 (reserved)
    [    0.000000]  BIOS-e820: 00000000aade8000 - 00000000aaf1f000 (usable)
    [    0.000000]  BIOS-e820: 00000000aaf1f000 - 00000000aaf86000 (ACPI NVS)
    [    0.000000]  BIOS-e820: 00000000aaf86000 - 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. N53SV/N53SV, BIOS N53SV.212 04/07/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] e820 update range: 00000000ab000000 - 0000000100000000 (usable) ==> (reserved)
    [    0.000000] last_pfn = 0xaaffd max_arch_pfn = 0x400000000
    [    0.000000] found SMP MP-table at [ffff8800000fcc80] fcc80
    [    0.000000] initial memory mapped : 0 - 20000000
    [    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: 35b5e000 - 36da7000
    [    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! (20110112/tbfadt-369)
    [    0.000000] ACPI Warning: 32/64X FACS address mismatch in FADT - 0xAAFE4E40/0x00000000AAFE4D40, using 32 (20110112/tbfadt-486)
    [    0.000000] ACPI: DSDT 00000000aaf65018 135EB (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 00000000aaf85018 00913 (v01  PmRef  Cpu0Ist 00003000 INTL 20091112)
    [    0.000000] ACPI: SSDT 00000000aaf84018 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 -> [ffff88014bc00000-ffff88014f5fffff] 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 -> 0x000aac0f
    [    0.000000]     0: 0x000aad8e -> 0x000aad97
    [    0.000000]     0: 0x000aad98 -> 0x000aad99
    [    0.000000]     0: 0x000aadb8 -> 0x000aadc6
    [    0.000000]     0: 0x000aade8 -> 0x000aaf1f
    [    0.000000]     0: 0x000aaf86 -> 0x000aaf8a
    [    0.000000]     0: 0x000aafe8 -> 0x000aaffd
    [    0.000000]     0: 0x00100000 -> 0x0014fe00
    [    0.000000] On node 0 totalpages: 1025797
    [    0.000000]   DMA zone: 56 pages used for memmap
    [    0.000000]   DMA zone: 6 pages reserved
    [    0.000000]   DMA zone: 3920 pages, LIFO batch:0
    [    0.000000]   DMA32 zone: 14280 pages used for memmap
    [    0.000000]   DMA32 zone: 680367 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[0x04] enabled)
    [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
    [    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
    [    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
    [    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
    [    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
    [    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, 8 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: 00000000aac0f000 - 00000000aad8e000
    [    0.000000] PM: Registered nosave memory: 00000000aad97000 - 00000000aad98000
    [    0.000000] PM: Registered nosave memory: 00000000aad99000 - 00000000aadb8000
    [    0.000000] PM: Registered nosave memory: 00000000aadc6000 - 00000000aade8000
    [    0.000000] PM: Registered nosave memory: 00000000aaf1f000 - 00000000aaf86000
    [    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 28 pages/cpu @ffff88001fc00000 s84416 r8192 d22080 u131072
    [    0.000000] pcpu-alloc: s84416 r8192 d22080 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: 1006982
    [    0.000000] Policy zone: Normal
    [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-10-generic root=UUID=f3762545-dd25-473a-94bb-9b5b7f31e438 ro
    [    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: 3943740k/5502976k available (5941k kernel code, 1399788k absent, 159448k reserved, 5016k data, 956k 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] 	RCU-based detection of stalled CPUs is disabled.
    [    0.000000] NR_IRQS:16640 nr_irqs:808 16
    [    0.000000] Extended CMOS year: 2000
    [    0.000000] Console: colour dummy device 80x25
    [    0.000000] console [tty0] enabled
    [    0.000000] allocated 41943040 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.010000] Detected 1995.626 MHz processor.
    [    0.000004] Calibrating delay loop (skipped), value calculated using timer frequency.. 3991.25 BogoMIPS (lpj=19956260)
    [    0.000012] pid_max: default: 32768 minimum: 301
    [    0.000039] Security Framework initialized
    [    0.000055] AppArmor: AppArmor initialized
    [    0.000058] Yama: becoming mindful.
    [    0.000521] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [    0.001642] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [    0.002096] Mount-cache hash table entries: 256
    [    0.002214] Initializing cgroup subsys ns
    [    0.002219] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
    [    0.002225] Initializing cgroup subsys cpuacct
    [    0.002231] Initializing cgroup subsys memory
    [    0.002239] Initializing cgroup subsys devices
    [    0.002243] Initializing cgroup subsys freezer
    [    0.002246] Initializing cgroup subsys net_cls
    [    0.002250] Initializing cgroup subsys blkio
    [    0.002282] CPU: Physical Processor ID: 0
    [    0.002285] CPU: Processor Core ID: 0
    [    0.002293] mce: CPU supports 9 MCE banks
    [    0.002310] CPU0: Thermal monitoring enabled (TM1)
    [    0.002322] using mwait in idle threads.
    [    0.005142] ACPI: Core revision 20110112
    [    0.186731] ftrace: allocating 24323 entries in 96 pages
    [    0.197873] Not enabling x2apic, Intr-remapping init failed.
    [    0.197888] Setting APIC routing to physical flat
    [    0.198240] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [    0.298226] CPU0: Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz stepping 07
    [    0.417812] Performance Events: PEBS fmt1+, generic architected perfmon, Intel PMU driver.
    [    0.417822] ... version:                3
    [    0.417824] ... bit width:              48
    [    0.417827] ... generic registers:      4
    [    0.417830] ... value mask:             0000ffffffffffff
    [    0.417833] ... max period:             000000007fffffff
    [    0.417836] ... fixed-purpose events:   3
    [    0.417838] ... event mask:             000000070000000f
    [    0.418312] Booting Node   0, Processors  #1 #2 #3 #4 #5 #6 #7
    [    1.677494] Brought up 8 CPUs
    [    1.677502] Total of 8 processors activated (31927.87 BogoMIPS).
    [    1.683819] devtmpfs: initialized
    [    1.684804] print_constraints: dummy: 
    [    1.684833] Time: 15:37:44  Date: 08/17/11
    [    1.684868] NET: Registered protocol family 16
    [    1.684965] Trying to unpack rootfs image as initramfs...
    [    1.684974] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [    1.684980] ACPI: bus type pci registered
    [    1.685048] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
    [    1.685055] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
    [    1.706428] PCI: Using configuration type 1 for base access
    [    1.707176] bio: create slab <bio-0> at 0
    [    1.710167] ACPI: EC: EC description table is found, configuring boot EC
    [    1.713083] ACPI: Executed 1 blocks of module-level executable AML code
    [    1.797423] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [    1.897473] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [    1.897552] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [    1.898186] ACPI: SSDT 00000000aadca718 00694 (v01  PmRef  Cpu0Cst 00003001 INTL 20091112)
    [    1.898913] ACPI: Dynamic OEM Table Load:
    [    1.898917] ACPI: SSDT           (null) 00694 (v01  PmRef  Cpu0Cst 00003001 INTL 20091112)
    [    1.957643] ACPI: SSDT 00000000aadcba98 00303 (v01  PmRef    ApIst 00003000 INTL 20091112)
    [    1.958419] ACPI: Dynamic OEM Table Load:
    [    1.958424] ACPI: SSDT           (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20091112)
    [    2.017450] ACPI: SSDT 00000000aadc9d98 00119 (v01  PmRef    ApCst 00003000 INTL 20091112)
    [    2.018181] ACPI: Dynamic OEM Table Load:
    [    2.018186] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20091112)
    [    2.043066] Freeing initrd memory: 18724k freed
    [    2.058816] ACPI: Interpreter enabled
    [    2.058825] ACPI: (supports S0 S3 S4 S5)
    [    2.058856] ACPI: Using IOAPIC for interrupt routing
    [    2.198724] ACPI: EC: GPE = 0x1b, I/O: command/status = 0x66, data = 0x62
    [    2.247530] ACPI: No dock devices found.
    [    2.247534] HEST: Table not found.
    [    2.247538] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [    2.247850] \_SB_.PCI0:_OSC invalid UUID
    [    2.247852] _OSC request data:1 8 1f 
    [    2.247856] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [    2.248371] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
    [    2.248376] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
    [    2.248380] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    [    2.248385] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
    [    2.248389] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
    [    2.248394] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
    [    2.248398] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
    [    2.248403] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
    [    2.248407] pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff]
    [    2.248412] pci_root PNP0A08:00: host bridge window [mem 0xafa00000-0xfeafffff]
    [    2.248417] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff]
    [    2.248433] pci 0000:00:00.0: [8086:0104] type 0 class 0x000600
    [    2.248472] pci 0000:00:01.0: [8086:0101] type 1 class 0x000604
    [    2.248500] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [    2.248503] pci 0000:00:01.0: PME# disabled
    [    2.248525] pci 0000:00:02.0: [8086:0116] type 0 class 0x000300
    [    2.248537] pci 0000:00:02.0: reg 10: [mem 0xdc400000-0xdc7fffff 64bit]
    [    2.248544] pci 0000:00:02.0: reg 18: [mem 0xb0000000-0xbfffffff 64bit pref]
    [    2.248549] pci 0000:00:02.0: reg 20: [io  0xe000-0xe03f]
    [    2.248608] pci 0000:00:16.0: [8086:1c3a] type 0 class 0x000780
    [    2.248634] pci 0000:00:16.0: reg 10: [mem 0xdf00b000-0xdf00b00f 64bit]
    [    2.248700] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [    2.248705] pci 0000:00:16.0: PME# disabled
    [    2.248742] pci 0000:00:1a.0: [8086:1c2d] type 0 class 0x000c03
    [    2.248766] pci 0000:00:1a.0: reg 10: [mem 0xdf008000-0xdf0083ff]
    [    2.248844] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [    2.248849] pci 0000:00:1a.0: PME# disabled
    [    2.248876] pci 0000:00:1b.0: [8086:1c20] type 0 class 0x000403
    [    2.248892] pci 0000:00:1b.0: reg 10: [mem 0xdf000000-0xdf003fff 64bit]
    [    2.248953] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [    2.248957] pci 0000:00:1b.0: PME# disabled
    [    2.248980] pci 0000:00:1c.0: [8086:1c10] type 1 class 0x000604
    [    2.249048] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [    2.249053] pci 0000:00:1c.0: PME# disabled
    [    2.249078] pci 0000:00:1c.1: [8086:1c12] type 1 class 0x000604
    [    2.249147] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [    2.249151] pci 0000:00:1c.1: PME# disabled
    [    2.249180] pci 0000:00:1c.3: [8086:1c16] type 1 class 0x000604
    [    2.249248] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [    2.249253] pci 0000:00:1c.3: PME# disabled
    [    2.249280] pci 0000:00:1c.5: [8086:1c1a] type 1 class 0x000604
    [    2.249348] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [    2.249352] pci 0000:00:1c.5: PME# disabled
    [    2.249386] pci 0000:00:1d.0: [8086:1c26] type 0 class 0x000c03
    [    2.249410] pci 0000:00:1d.0: reg 10: [mem 0xdf007000-0xdf0073ff]
    [    2.249489] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [    2.249493] pci 0000:00:1d.0: PME# disabled
    [    2.249520] pci 0000:00:1f.0: [8086:1c49] type 0 class 0x000601
    [    2.249642] pci 0000:00:1f.2: [8086:1c03] type 0 class 0x000106
    [    2.249663] pci 0000:00:1f.2: reg 10: [io  0xe0b0-0xe0b7]
    [    2.249673] pci 0000:00:1f.2: reg 14: [io  0xe0a0-0xe0a3]
    [    2.249682] pci 0000:00:1f.2: reg 18: [io  0xe090-0xe097]
    [    2.249691] pci 0000:00:1f.2: reg 1c: [io  0xe080-0xe083]
    [    2.249700] pci 0000:00:1f.2: reg 20: [io  0xe060-0xe07f]
    [    2.249709] pci 0000:00:1f.2: reg 24: [mem 0xdf006000-0xdf0067ff]
    [    2.249746] pci 0000:00:1f.2: PME# supported from D3hot
    [    2.249750] pci 0000:00:1f.2: PME# disabled
    [    2.249768] pci 0000:00:1f.3: [8086:1c22] type 0 class 0x000c05
    [    2.249785] pci 0000:00:1f.3: reg 10: [mem 0xdf005000-0xdf0050ff 64bit]
    [    2.249809] pci 0000:00:1f.3: reg 20: [io  0xe040-0xe05f]
    [    2.249876] pci 0000:01:00.0: [10de:0df4] type 0 class 0x000300
    [    2.249890] pci 0000:01:00.0: reg 10: [mem 0xdb000000-0xdbffffff]
    [    2.249903] pci 0000:01:00.0: reg 14: [mem 0xc0000000-0xcfffffff 64bit pref]
    [    2.249917] pci 0000:01:00.0: reg 1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
    [    2.249927] pci 0000:01:00.0: reg 24: [io  0xd000-0xd07f]
    [    2.249936] pci 0000:01:00.0: reg 30: [mem 0xdc000000-0xdc07ffff pref]
    [    2.249985] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [    2.249990] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
    [    2.249993] pci 0000:00:01.0:   bridge window [mem 0xdb000000-0xdc0fffff]
    [    2.249997] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
    [    2.250046] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [    2.250052] pci 0000:00:1c.0:   bridge window [io  0xc000-0xcfff]
    [    2.250057] pci 0000:00:1c.0:   bridge window [mem 0xde600000-0xdeffffff]
    [    2.250064] pci 0000:00:1c.0:   bridge window [mem 0xd4200000-0xd4bfffff 64bit pref]
    [    2.250135] pci 0000:03:00.0: [168c:002b] type 0 class 0x000280
    [    2.250164] pci 0000:03:00.0: reg 10: [mem 0xddc00000-0xddc0ffff 64bit]
    [    2.250274] pci 0000:03:00.0: supports D1
    [    2.250276] pci 0000:03:00.0: PME# supported from D0 D1 D3hot D3cold
    [    2.250281] pci 0000:03:00.0: PME# disabled
    [    2.250321] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
    [    2.250327] pci 0000:00:1c.1:   bridge window [io  0xb000-0xbfff]
    [    2.250332] pci 0000:00:1c.1:   bridge window [mem 0xddc00000-0xde5fffff]
    [    2.250339] pci 0000:00:1c.1:   bridge window [mem 0xd3700000-0xd40fffff 64bit pref]
    [    2.250412] pci 0000:04:00.0: [1b73:1000] type 0 class 0x000c03
    [    2.250436] pci 0000:04:00.0: reg 10: [mem 0xdd200000-0xdd20ffff]
    [    2.250562] pci 0000:04:00.0: PME# supported from D0 D3hot
    [    2.250568] pci 0000:04:00.0: PME# disabled
    [    2.250598] pci 0000:00:1c.3: PCI bridge to [bus 04-04]
    [    2.250605] pci 0000:00:1c.3:   bridge window [io  0xa000-0xafff]
    [    2.250609] pci 0000:00:1c.3:   bridge window [mem 0xdd200000-0xddbfffff]
    [    2.250616] pci 0000:00:1c.3:   bridge window [mem 0xd2c00000-0xd35fffff 64bit pref]
    [    2.250733] pci 0000:05:00.0: [10ec:8168] type 0 class 0x000200
    [    2.250802] pci 0000:05:00.0: reg 10: [io  0x9000-0x90ff]
    [    2.250924] pci 0000:05:00.0: reg 18: [mem 0xd2104000-0xd2104fff 64bit pref]
    [    2.250999] pci 0000:05:00.0: reg 20: [mem 0xd2100000-0xd2103fff 64bit pref]
    [    2.251215] pci 0000:05:00.0: supports D1 D2
    [    2.251217] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [    2.251233] pci 0000:05:00.0: PME# disabled
    [    2.251361] pci 0000:00:1c.5: PCI bridge to [bus 05-05]
    [    2.251367] pci 0000:00:1c.5:   bridge window [io  0x9000-0x9fff]
    [    2.251372] pci 0000:00:1c.5:   bridge window [mem 0xdc800000-0xdd1fffff]
    [    2.251379] pci 0000:00:1c.5:   bridge window [mem 0xd2100000-0xd2afffff 64bit pref]
    [    2.251404] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [    2.251553] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG0._PRT]
    [    2.251640] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    [    2.251679] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
    [    2.251721] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
    [    2.251762] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
    [    2.251847] \_SB_.PCI0:_OSC invalid UUID
    [    2.251848] _OSC request data:1 1f 1f 
    [    2.251852]  pci0000:00: Requesting ACPI _OSC control (0x1d)
    [    2.251892] \_SB_.PCI0:_OSC invalid UUID
    [    2.251894] _OSC request data:1 0 1d 
    [    2.947682] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12)
    [    2.947739] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 12)
    [    2.947791] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 10 12)
    [    2.947843] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 12)
    [    2.947895] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [    2.947948] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [    2.948000] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 12)
    [    2.948052] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 10 12)
    [    2.948148] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [    2.948160] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
    [    2.948166] vgaarb: loaded
    [    2.948317] SCSI subsystem initialized
    [    2.948370] libata version 3.00 loaded.
    [    2.948410] usbcore: registered new interface driver usbfs
    [    2.948421] usbcore: registered new interface driver hub
    [    2.948446] usbcore: registered new device driver usb
    [    2.948776] wmi: Mapper loaded
    [    2.948779] PCI: Using ACPI for IRQ routing
    [    2.948783] PCI: pci_cache_line_size set to 64 bytes
    [    2.948871] reserve RAM buffer: 000000000009e800 - 000000000009ffff 
    [    2.948874] reserve RAM buffer: 00000000aac0f000 - 00000000abffffff 
    [    2.948878] reserve RAM buffer: 00000000aad97000 - 00000000abffffff 
    [    2.948882] reserve RAM buffer: 00000000aad99000 - 00000000abffffff 
    [    2.948885] reserve RAM buffer: 00000000aadc6000 - 00000000abffffff 
    [    2.948888] reserve RAM buffer: 00000000aaf1f000 - 00000000abffffff 
    [    2.948891] reserve RAM buffer: 00000000aaf8a000 - 00000000abffffff 
    [    2.948893] reserve RAM buffer: 00000000aaffd000 - 00000000abffffff 
    [    2.948895] reserve RAM buffer: 000000014fe00000 - 000000014fffffff 
    [    2.948981] NetLabel: Initializing
    [    2.948984] NetLabel:  domain hash size = 128
    [    2.948987] NetLabel:  protocols = UNLABELED CIPSOv4
    [    2.948999] NetLabel:  unlabeled traffic allowed by default
    [    2.949035] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [    2.949044] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [    2.951061] Switching to clocksource hpet
    [    2.956891] AppArmor: AppArmor Filesystem Enabled
    [    2.956913] pnp: PnP ACPI init
    [    2.956929] ACPI: bus type pnp registered
    [    2.957002] Switched to NOHz mode on CPU #0
    [    2.957082] Switched to NOHz mode on CPU #7
    [    2.957091] Switched to NOHz mode on CPU #6
    [    2.957094] Switched to NOHz mode on CPU #3
    [    2.957097] Switched to NOHz mode on CPU #5
    [    2.957105] Switched to NOHz mode on CPU #4
    [    2.957107] Switched to NOHz mode on CPU #2
    [    2.957116] Switched to NOHz mode on CPU #1
    [    2.957253] pnp 00:00: [bus 00-3e]
    [    2.957256] pnp 00:00: [io  0x0000-0x0cf7 window]
    [    2.957258] pnp 00:00: [io  0x0cf8-0x0cff]
    [    2.957260] pnp 00:00: [io  0x0d00-0xffff window]
    [    2.957262] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [    2.957264] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
    [    2.957266] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
    [    2.957268] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
    [    2.957270] pnp 00:00: [mem 0x000cc000-0x000cffff window]
    [    2.957272] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
    [    2.957273] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
    [    2.957275] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
    [    2.957277] pnp 00:00: [mem 0x000dc000-0x000dffff window]
    [    2.957279] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
    [    2.957281] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
    [    2.957283] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
    [    2.957285] pnp 00:00: [mem 0x000ec000-0x000effff window]
    [    2.957287] pnp 00:00: [mem 0x000f0000-0x000fffff window]
    [    2.957289] pnp 00:00: [mem 0xafa00000-0xfeafffff window]
    [    2.957291] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
    [    2.957362] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [    3.011192] pnp 00:01: [io  0x0000-0x001f]
    [    3.011194] pnp 00:01: [io  0x0081-0x0091]
    [    3.011196] pnp 00:01: [io  0x0093-0x009f]
    [    3.011197] pnp 00:01: [io  0x00c0-0x00df]
    [    3.011199] pnp 00:01: [dma 4]
    [    3.011228] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [    3.011236] pnp 00:02: [mem 0xff000000-0xffffffff]
    [    3.011259] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
    [    3.011350] pnp 00:03: [mem 0xfed00000-0xfed003ff]
    [    3.011376] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [    3.011386] pnp 00:04: [io  0x00f0]
    [    3.011395] pnp 00:04: [irq 13]
    [    3.011419] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    [    3.011430] pnp 00:05: [io  0x002e-0x002f]
    [    3.011432] pnp 00:05: [io  0x004e-0x004f]
    [    3.011434] pnp 00:05: [io  0x0061]
    [    3.011435] pnp 00:05: [io  0x0063]
    [    3.011437] pnp 00:05: [io  0x0065]
    [    3.011438] pnp 00:05: [io  0x0067]
    [    3.011440] pnp 00:05: [io  0x0070]
    [    3.011441] pnp 00:05: [io  0x0080]
    [    3.011443] pnp 00:05: [io  0x0092]
    [    3.011444] pnp 00:05: [io  0x00b2-0x00b3]
    [    3.011446] pnp 00:05: [io  0x0680-0x069f]
    [    3.011448] pnp 00:05: [io  0x1000-0x100f]
    [    3.011450] pnp 00:05: [io  0xffff]
    [    3.011451] pnp 00:05: [io  0xffff]
    [    3.011453] pnp 00:05: [io  0x0400-0x0453]
    [    3.011454] pnp 00:05: [io  0x0458-0x047f]
    [    3.011456] pnp 00:05: [io  0x0500-0x057f]
    [    3.011458] pnp 00:05: [io  0x164e-0x164f]
    [    3.011509] system 00:05: [io  0x0680-0x069f] has been reserved
    [    3.011514] system 00:05: [io  0x1000-0x100f] has been reserved
    [    3.011519] system 00:05: [io  0xffff] has been reserved
    [    3.011522] system 00:05: [io  0xffff] has been reserved
    [    3.011526] system 00:05: [io  0x0400-0x0453] has been reserved
    [    3.011530] system 00:05: [io  0x0458-0x047f] has been reserved
    [    3.011534] system 00:05: [io  0x0500-0x057f] has been reserved
    [    3.011540] system 00:05: [io  0x164e-0x164f] has been reserved
    [    3.011544] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [    3.011553] pnp 00:06: [io  0x0070-0x0077]
    [    3.011558] pnp 00:06: [irq 8]
    [    3.011585] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
    [    3.011605] pnp 00:07: [io  0x0454-0x0457]
    [    3.011644] system 00:07: [io  0x0454-0x0457] has been reserved
    [    3.011649] system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [    3.011662] pnp 00:08: [io  0x0240-0x0259]
    [    3.011701] system 00:08: [io  0x0240-0x0259] has been reserved
    [    3.011706] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [    3.011746] pnp 00:09: [irq 12]
    [    3.011777] pnp 00:09: Plug and Play ACPI device, IDs ETD0001 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
    [    3.011795] pnp 00:0a: [io  0x0060]
    [    3.011797] pnp 00:0a: [io  0x0064]
    [    3.011802] pnp 00:0a: [irq 1]
    [    3.011831] pnp 00:0a: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    [    3.012062] pnp 00:0b: [mem 0xfed1c000-0xfed1ffff]
    [    3.012064] pnp 00:0b: [mem 0xfed10000-0xfed17fff]
    [    3.012066] pnp 00:0b: [mem 0xfed18000-0xfed18fff]
    [    3.012068] pnp 00:0b: [mem 0xfed19000-0xfed19fff]
    [    3.012070] pnp 00:0b: [mem 0xe0000000-0xe3ffffff]
    [    3.012071] pnp 00:0b: [mem 0xfed20000-0xfed3ffff]
    [    3.012073] pnp 00:0b: [mem 0xfed90000-0xfed93fff]
    [    3.012075] pnp 00:0b: [mem 0xfed45000-0xfed8ffff]
    [    3.012077] pnp 00:0b: [mem 0xff000000-0xffffffff]
    [    3.012078] pnp 00:0b: [mem 0xfee00000-0xfeefffff]
    [    3.012081] pnp 00:0b: [mem 0x00000000-0xffffffffffffffff disabled]
    [    3.012145] system 00:0b: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [    3.012150] system 00:0b: [mem 0xfed10000-0xfed17fff] could not be reserved
    [    3.012155] system 00:0b: [mem 0xfed18000-0xfed18fff] has been reserved
    [    3.012159] system 00:0b: [mem 0xfed19000-0xfed19fff] has been reserved
    [    3.012163] system 00:0b: [mem 0xe0000000-0xe3ffffff] has been reserved
    [    3.012168] system 00:0b: [mem 0xfed20000-0xfed3ffff] has been reserved
    [    3.012172] system 00:0b: [mem 0xfed90000-0xfed93fff] has been reserved
    [    3.012176] system 00:0b: [mem 0xfed45000-0xfed8ffff] has been reserved
    [    3.012180] system 00:0b: [mem 0xff000000-0xffffffff] could not be reserved
    [    3.012185] system 00:0b: [mem 0xfee00000-0xfeefffff] could not be reserved
    [    3.012190] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [    3.012242] pnp 00:0c: [mem 0xafa00000-0xafa00fff]
    [    3.012302] system 00:0c: [mem 0xafa00000-0xafa00fff] has been reserved
    [    3.012307] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
    [    3.012428] pnp 00:0d: [mem 0x20000000-0x201fffff]
    [    3.012432] pnp 00:0d: [mem 0x40000000-0x401fffff]
    [    3.012493] system 00:0d: [mem 0x20000000-0x201fffff] has been reserved
    [    3.012498] system 00:0d: [mem 0x40000000-0x401fffff] has been reserved
    [    3.012502] system 00:0d: Plug and Play ACPI device, IDs PNP0c01 (active)
    [    3.012526] pnp: PnP ACPI: found 14 devices
    [    3.012529] ACPI: ACPI bus type pnp unregistered
    [    3.018567] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [    3.018572] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
    [    3.018578] pci 0000:00:01.0:   bridge window [mem 0xdb000000-0xdc0fffff]
    [    3.018583] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
    [    3.018589] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [    3.018595] pci 0000:00:1c.0:   bridge window [io  0xc000-0xcfff]
    [    3.018602] pci 0000:00:1c.0:   bridge window [mem 0xde600000-0xdeffffff]
    [    3.018609] pci 0000:00:1c.0:   bridge window [mem 0xd4200000-0xd4bfffff 64bit pref]
    [    3.018619] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
    [    3.018624] pci 0000:00:1c.1:   bridge window [io  0xb000-0xbfff]
    [    3.018630] pci 0000:00:1c.1:   bridge window [mem 0xddc00000-0xde5fffff]
    [    3.018637] pci 0000:00:1c.1:   bridge window [mem 0xd3700000-0xd40fffff 64bit pref]
    [    3.018647] pci 0000:00:1c.3: PCI bridge to [bus 04-04]
    [    3.018652] pci 0000:00:1c.3:   bridge window [io  0xa000-0xafff]
    [    3.018660] pci 0000:00:1c.3:   bridge window [mem 0xdd200000-0xddbfffff]
    [    3.018666] pci 0000:00:1c.3:   bridge window [mem 0xd2c00000-0xd35fffff 64bit pref]
    [    3.018676] pci 0000:00:1c.5: PCI bridge to [bus 05-05]
    [    3.018681] pci 0000:00:1c.5:   bridge window [io  0x9000-0x9fff]
    [    3.018688] pci 0000:00:1c.5:   bridge window [mem 0xdc800000-0xdd1fffff]
    [    3.018695] pci 0000:00:1c.5:   bridge window [mem 0xd2100000-0xd2afffff 64bit pref]
    [    3.018715] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [    3.018721] pci 0000:00:01.0: setting latency timer to 64
    [    3.018728] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [    3.018735] pci 0000:00:1c.0: setting latency timer to 64
    [    3.018746] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [    3.018753] pci 0000:00:1c.1: setting latency timer to 64
    [    3.018763] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    [    3.018770] pci 0000:00:1c.3: setting latency timer to 64
    [    3.018778] pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [    3.018784] pci 0000:00:1c.5: setting latency timer to 64
    [    3.018789] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
    [    3.018791] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
    [    3.018793] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [    3.018795] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
    [    3.018797] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
    [    3.018799] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
    [    3.018801] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
    [    3.018803] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
    [    3.018805] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
    [    3.018807] pci_bus 0000:00: resource 13 [mem 0xafa00000-0xfeafffff]
    [    3.018809] pci_bus 0000:00: resource 14 [mem 0xfed40000-0xfed44fff]
    [    3.018811] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
    [    3.018813] pci_bus 0000:01: resource 1 [mem 0xdb000000-0xdc0fffff]
    [    3.018815] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
    [    3.018818] pci_bus 0000:02: resource 0 [io  0xc000-0xcfff]
    [    3.018820] pci_bus 0000:02: resource 1 [mem 0xde600000-0xdeffffff]
    [    3.018822] pci_bus 0000:02: resource 2 [mem 0xd4200000-0xd4bfffff 64bit pref]
    [    3.018824] pci_bus 0000:03: resource 0 [io  0xb000-0xbfff]
    [    3.018826] pci_bus 0000:03: resource 1 [mem 0xddc00000-0xde5fffff]
    [    3.018828] pci_bus 0000:03: resource 2 [mem 0xd3700000-0xd40fffff 64bit pref]
    [    3.018830] pci_bus 0000:04: resource 0 [io  0xa000-0xafff]
    [    3.018832] pci_bus 0000:04: resource 1 [mem 0xdd200000-0xddbfffff]
    [    3.018834] pci_bus 0000:04: resource 2 [mem 0xd2c00000-0xd35fffff 64bit pref]
    [    3.018836] pci_bus 0000:05: resource 0 [io  0x9000-0x9fff]
    [    3.018838] pci_bus 0000:05: resource 1 [mem 0xdc800000-0xdd1fffff]
    [    3.018840] pci_bus 0000:05: resource 2 [mem 0xd2100000-0xd2afffff 64bit pref]
    [    3.018867] NET: Registered protocol family 2
    [    3.019028] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
    [    3.020049] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [    3.021864] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [    3.022083] TCP: Hash tables configured (established 524288 bind 65536)
    [    3.022087] TCP reno registered
    [    3.022099] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [    3.022123] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [    3.022241] NET: Registered protocol family 1
    [    3.022258] pci 0000:00:02.0: Boot video device
    [    3.281171] PCI: CLS 64 bytes, default 64
    [    3.281174] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [    3.281178] Placing 64MB software IO TLB between ffff88001bc00000 - ffff88001fc00000
    [    3.281183] software IO TLB at phys 0x1bc00000 - 0x1fc00000
    [    3.281821] audit: initializing netlink socket (disabled)
    [    3.281832] type=2000 audit(1313595465.940:1): initialized
    [    3.296920] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [    3.298509] VFS: Disk quotas dquot_6.5.2
    [    3.298568] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    3.299138] fuse init (API version 7.16)
    [    3.299217] msgmni has been set to 7739
    [    3.299435] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [    3.299465] io scheduler noop registered
    [    3.299468] io scheduler deadline registered
    [    3.299504] io scheduler cfq registered (default)
    [    3.299585] pcieport 0000:00:01.0: setting latency timer to 64
    [    3.299615] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [    3.299853] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [    3.299877] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [    3.299916] intel_idle: MWAIT substates: 0x21120
    [    3.299918] intel_idle: v0.4 model 0x2A
    [    3.299919] intel_idle: lapic_timer_reliable_states 0xffffffff
    [    3.381035] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [    3.381108] ACPI: AC Adapter [AC0] (on-line)
    [    3.381212] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
    [    3.401154] ACPI: Lid Switch [LID]
    [    3.401197] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
    [    3.520940] ACPI: Sleep Button [SLPB]
    [    3.521052] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
    [    3.521058] ACPI: Power Button [PWRF]
    [    3.521290] ACPI: acpi_idle yielding to intel_idle
    [    3.572883] thermal LNXTHERM:00: registered as thermal_zone0
    [    3.572889] ACPI: Thermal Zone [THRM] (41 C)
    [    3.572941] ERST: Table is not found!
    [    3.573008] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
    [    3.588755] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [    3.588765] ACPI: Battery Slot [BAT0] (battery present)
    [    3.603006] Linux agpgart interface v0.103
    [    3.603090] agpgart-intel 0000:00:00.0: Intel Sandybridge Chipset
    [    3.603291] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
    [    3.605124] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
    [    3.605245] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xb0000000
    [    3.606264] brd: module loaded
    [    3.606727] loop: module loaded
    [    3.606808] i2c-core: driver [adp5520] using legacy suspend method
    [    3.606812] i2c-core: driver [adp5520] using legacy resume method
    [    3.607139] Fixed MDIO Bus: probed
    [    3.607164] PPP generic driver version 2.4.2
    [    3.607199] tun: Universal TUN/TAP device driver, 1.6
    [    3.607202] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
    [    3.607274] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    3.607294] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [    3.607315] ehci_hcd 0000:00:1a.0: setting latency timer to 64
    [    3.607319] ehci_hcd 0000:00:1a.0: EHCI Host Controller
    [    3.607357] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [    3.607426] ehci_hcd 0000:00:1a.0: debug port 2
    [    3.611311] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
    [    3.611331] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xdf008000
    [    3.630889] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [    3.631071] hub 1-0:1.0: USB hub found
    [    3.631077] hub 1-0:1.0: 2 ports detected
    [    3.631146] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [    3.631163] ehci_hcd 0000:00:1d.0: setting latency timer to 64
    [    3.631167] ehci_hcd 0000:00:1d.0: EHCI Host Controller
    [    3.631204] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [    3.631258] ehci_hcd 0000:00:1d.0: debug port 2
    [    3.635137] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
    [    3.635151] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xdf007000
    [    3.650885] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [    3.651041] hub 2-0:1.0: USB hub found
    [    3.651046] hub 2-0:1.0: 2 ports detected
    [    3.651101] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [    3.651112] uhci_hcd: USB Universal Host Controller Interface driver
    [    3.651216] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    [    3.652885] i8042: Detected active multiplexing controller, rev 1.1
    [    3.653730] serio: i8042 KBD port at 0x60,0x64 irq 1
    [    3.653738] serio: i8042 AUX0 port at 0x60,0x64 irq 12
    [    3.653750] serio: i8042 AUX1 port at 0x60,0x64 irq 12
    [    3.653754] serio: i8042 AUX2 port at 0x60,0x64 irq 12
    [    3.653760] serio: i8042 AUX3 port at 0x60,0x64 irq 12
    [    3.653916] mousedev: PS/2 mouse device common for all mice
    [    3.654050] rtc_cmos 00:06: RTC can wake from S4
    [    3.654114] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    [    3.654145] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
    [    3.654236] device-mapper: uevent: version 1.0.3
    [    3.654307] device-mapper: ioctl: 4.19.1-ioctl (2011-01-07) initialised: dm-devel@redhat.com
    [    3.654358] device-mapper: multipath: version 1.2.0 loaded
    [    3.654362] device-mapper: multipath round-robin: version 1.0.0 loaded
    [    3.654663] cpuidle: using governor ladder
    [    3.655002] cpuidle: using governor menu
    [    3.655208] TCP cubic registered
    [    3.655316] NET: Registered protocol family 10
    [    3.655757] NET: Registered protocol family 17
    [    3.655771] Registering the dns_resolver key type
    [    3.657535] PM: Hibernation image not present or could not be loaded.
    [    3.657543] registered taskstats version 1
    [    3.657823]   Magic number: 7:461:639
    [    3.657940] rtc_cmos 00:06: setting system clock to 2011-08-17 15:37:46 UTC (1313595466)
    [    3.657944] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
    [    3.657946] EDD information not available.
    [    3.659348] Freeing unused kernel memory: 956k freed
    [    3.659447] Write protecting the kernel read-only data: 10240k
    [    3.660196] Freeing unused kernel memory: 184k freed
    [    3.663931] Freeing unused kernel memory: 1440k freed
    [    3.678278] <30>udev[83]: starting version 167
    [    3.687860] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
    [    3.703885] xhci_hcd 0000:04:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    [    3.703940] xhci_hcd 0000:04:00.0: setting latency timer to 64
    [    3.703944] xhci_hcd 0000:04:00.0: xHCI Host Controller
    [    3.704005] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
    [    3.707282] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [    3.707306] r8169 0000:05:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [    3.707354] r8169 0000:05:00.0: setting latency timer to 64
    [    3.707361] r8169 0000:05:00.0: (unregistered net_device): unknown MAC, using family default
    [    3.707435] r8169 0000:05:00.0: irq 41 for MSI/MSI-X
    [    3.707909] r8169 0000:05:00.0: eth0: RTL8168b/8111b at 0xffffc90005096000, f4:6d:04:3f:3d:a5, XID 0c200000 IRQ 41
    [    3.722492] [drm] Initialized drm 1.1.0 20060810
    [    3.732969] ahci 0000:00:1f.2: version 3.0
    [    3.732983] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [    3.733037] ahci 0000:00:1f.2: irq 42 for MSI/MSI-X
    [    3.733089] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3 impl SATA mode
    [    3.733097] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst 
    [    3.733106] ahci 0000:00:1f.2: setting latency timer to 64
    [    3.751797] scsi0 : ahci
    [    3.751952] scsi1 : ahci
    [    3.752061] scsi2 : ahci
    [    3.752198] scsi3 : ahci
    [    3.752344] scsi4 : ahci
    [    3.752488] scsi5 : ahci
    [    3.752770] ata1: SATA max UDMA/133 abar m2048@0xdf006000 port 0xdf006100 irq 42
    [    3.752775] ata2: SATA max UDMA/133 abar m2048@0xdf006000 port 0xdf006180 irq 42
    [    3.752779] ata3: DUMMY
    [    3.752780] ata4: DUMMY
    [    3.752782] ata5: DUMMY
    [    3.752784] ata6: DUMMY
    [    3.757943] ACPI Error: Needed [Buffer/String/Package], found [Integer] ffff880142cd4120 (20110112/exresop-590)
    [    3.757956] ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands for [OpcodeName unavailable] (20110112/dswexec-460)
    [    3.757967] ACPI Error: Method parse/execution failed [\_SB_.PCI0.GFX0._DSM] (Node ffff880147647d98), AE_AML_OPERAND_TYPE (20110112/psparse-536)
    [    3.757988] failed to evaluate _DSM: 12291
    [    3.758028] ACPI Error: Needed [Buffer/String/Package], found [Integer] ffff880142cd4048 (20110112/exresop-590)
    [    3.758037] ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands for [OpcodeName unavailable] (20110112/dswexec-460)
    [    3.758049] ACPI Error: Method parse/execution failed [\_SB_.PCI0.GFX0._DSM] (Node ffff880147647d98), AE_AML_OPERAND_TYPE (20110112/psparse-536)
    [    3.758062] ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEG0.GFX0._DSM] (Node ffff88014766d438), AE_AML_OPERAND_TYPE (20110112/psparse-536)
    [    3.758077] failed to evaluate _DSM: 12291
    [    3.758082] VGA switcheroo: detected DSM switching method \_SB_.PCI0.PEG0.GFX0 handle
    [    3.758134] nouveau 0000:01:00.0: power state changed by ACPI to D0
    [    3.758142] nouveau 0000:01:00.0: power state changed by ACPI to D0
    [    3.758150] nouveau 0000:01:00.0: enabling device (0000 -> 0003)
    [    3.758161] nouveau 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [    3.758172] nouveau 0000:01:00.0: setting latency timer to 64
    [    3.762889] [drm] nouveau 0000:01:00.0: Detected an NVc0 generation card (0x0c1a00a1)
    [    3.765791] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [    3.765797] i915 0000:00:02.0: setting latency timer to 64
    [    3.775433] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN
    [    3.785172] [drm] nouveau 0000:01:00.0: ... BIOS signature not found
    [    3.785177] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PROM
    [    3.785194] [drm] nouveau 0000:01:00.0: ... BIOS signature not found
    [    3.785199] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PCIROM
    [    3.795149] nouveau 0000:01:00.0: Invalid ROM contents
    [    3.795266] [drm] nouveau 0000:01:00.0: ... BIOS signature not found
    [    3.795272] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from ACPI
    [    3.877075] xhci_hcd 0000:04:00.0: irq 19, io mem 0xdd200000
    [    3.877099] xhci_hcd 0000:04:00.0: Failed to enable MSI-X
    [    3.877153] xhci_hcd 0000:04:00.0: irq 43 for MSI/MSI-X
    [    3.877221] usb usb3: No SuperSpeed endpoint companion for config 1  interface 0 altsetting 0 ep 129: using minimum values
    [    3.877286] xHCI xhci_add_endpoint called for root hub
    [    3.877288] xHCI xhci_check_bandwidth called for root hub
    [    3.877317] hub 3-0:1.0: USB hub found
    [    3.877322] hub 3-0:1.0: 2 ports detected
    [    3.950884] usb 1-1: new high speed USB device using ehci_hcd and address 2
    [    4.100837] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [    4.100892] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [    4.101498] hub 1-1:1.0: USB hub found
    [    4.101592] hub 1-1:1.0: 6 ports detected
    [    4.220795] usb 2-1: new high speed USB device using ehci_hcd and address 2
    [    4.280759] Refined TSC clocksource calibration: 1995.466 MHz.
    [    4.280781] Switching to clocksource tsc
    [    4.371539] hub 2-1:1.0: USB hub found
    [    4.371626] hub 2-1:1.0: 6 ports detected
    [    4.381260] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [    4.450942] usb 1-1.1: new full speed USB device using ehci_hcd and address 3
    [    4.641189] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [    4.641192] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [    4.641479] ata2.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [    4.641482] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [    4.641627] ata1.00: ATA-9: M4-CT064M4SSD2, 0002, max UDMA/100
    [    4.641643] ata1.00: 125045424 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [    4.650727] usb 1-1.2: new high speed USB device using ehci_hcd and address 4
    [    4.871172] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [    4.871205] ata2.00: ATAPI: MATSHITADVD-RAM UJ8A0ASW, 1.01, max UDMA/100
    [    4.871220] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [    4.871233] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [    4.871686] ata1.00: configured for UDMA/100
    [    4.871811] scsi 0:0:0:0: Direct-Access     ATA      M4-CT064M4SSD2   0002 PQ: 0 ANSI: 5
    [    4.871999] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [    4.872087] sd 0:0:0:0: [sda] 125045424 512-byte logical blocks: (64.0 GB/59.6 GiB)
    [    4.872178] sd 0:0:0:0: [sda] Write Protect is off
    [    4.872183] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [    4.872203] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    4.872946]  sda: sda1 sda2 < sda5 >
    [    4.873318] sd 0:0:0:0: [sda] Attached SCSI disk
    [    5.071414] ata2.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [    5.071417] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [    5.073120] ata2.00: configured for UDMA/100
    [    5.077135] scsi 1:0:0:0: CD-ROM            MATSHITA DVD-RAM UJ8A0ASW 1.01 PQ: 0 ANSI: 5
    [    5.080532] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [    5.080554] cdrom: Uniform CD-ROM driver Revision: 3.20
    [    5.080723] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [    5.080816] sr 1:0:0:0: Attached scsi generic sg1 type 5
    [    7.550152] [drm] nouveau 0000:01:00.0: ... appears to be valid
    [    7.550160] [drm] nouveau 0000:01:00.0: BIT BIOS found
    [    7.550164] [drm] nouveau 0000:01:00.0: Bios version 70.08.55.00
    [    7.550167] [drm] nouveau 0000:01:00.0: Pointer to BIT loadval table invalid
    [    7.550170] [drm] nouveau 0000:01:00.0: TMDS table version 2.0
    [    7.550173] [drm] nouveau 0000:01:00.0: Found Display Configuration Block version 4.0
    [    7.550177] [drm] nouveau 0000:01:00.0: Raw DCB entry 0: 02000300 00000000
    [    7.550180] [drm] nouveau 0000:01:00.0: Raw DCB entry 1: 0000000e 00000000
    [    7.550183] [drm] nouveau 0000:01:00.0: DCB connector table: VHER 0x40 5 16 4
    [    7.550186] [drm] nouveau 0000:01:00.0:   0: 0x00000000: type 0x00 idx 0 tag 0xff
    [    7.550202] [drm] nouveau 0000:01:00.0: Adaptor not initialised, running VBIOS init tables.
    [    7.550205] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xD5E7
    [    7.574413] [drm] nouveau 0000:01:00.0: 0xD591: i2c wr fail: -6
    [    7.629694] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xDC43
    [    7.739673] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xEE49
    [    7.739699] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xEE4D
    [    7.739765] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xEF35
    [    7.739768] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0xEF9A
    [    7.788477] [drm] nouveau 0000:01:00.0: 3 available performance level(s)
    [    7.788485] [drm] nouveau 0000:01:00.0: 0: memory 135MHz core 270MHz shader 540MHz voltage 830mV
    [    7.788490] [drm] nouveau 0000:01:00.0: 1: memory 405MHz core 270MHz shader 810MHz voltage 830mV
    [    7.788494] [drm] nouveau 0000:01:00.0: 3: memory 405MHz core 1070MHz shader 1344MHz voltage 980mV
    [    7.788619] [TTM] Zone  kernel: Available graphics memory: 1982522 kiB.
    [    7.788623] [TTM] Initializing pool allocator.
    [    7.788635] [drm] nouveau 0000:01:00.0: Detected 512MiB VRAM
    [    7.807074] [drm] nouveau 0000:01:00.0: 512 MiB GART (aperture)
    [    7.807085] [drm] nouveau 0000:01:00.0: PGRAPH: unsupported chipset, please report!
    [    7.807215] [drm] nouveau 0000:01:00.0: PGRAPH: unknown config: 2/0/0/0, 1
    [    7.808361] [drm] nouveau 0000:01:00.0: failed to load fuc409d
    [    7.815611] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [    7.815614] [drm] No driver support for vblank timestamp query.
    [    7.815721] [drm] nouveau 0000:01:00.0: ACPI backlight interface available, not registering our own
    [    7.866779] [drm] nouveau 0000:01:00.0: allocated 1024x768 fb: 0x30000000, bo ffff880142c1f800
    [    7.866877] Console: switching to colour frame buffer device 128x48
    [    7.868429] fb0: nouveaufb frame buffer device
    [    7.868444] drm: registered panic notifier
    [    7.868461] [drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 0
    [    7.942814] i915 0000:00:02.0: irq 44 for MSI/MSI-X
    [    7.942819] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [    7.942845] [drm] Driver supports precise vblank timestamp query.
    [    7.970299] vga_switcheroo: enabled
    [    8.033548] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
    [    8.033587] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=io+mem
    [    8.120564] fbcon: inteldrmfb (fb1) is primary device
    [    8.120588] fbcon: Remapping primary device, fb1, to tty 1-63
    [    8.428711] fb1: inteldrmfb frame buffer device
    [    8.429576] ACPI Warning: _BQC returned an invalid level (20110112/video-473)
    [    8.429920] acpi device:04: registered as cooling_device8
    [    8.429986] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input4
    [    8.430082] ACPI: Video Device [GFX0] (multi-head: yes  rom: yes  post: no)
    [    8.500566] ACPI Warning: _BQC returned an invalid level (20110112/video-473)
    [    8.500943] acpi device:48: registered as cooling_device9
    [    8.501363] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input5
    [    8.501441] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
    [    8.501592] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 1
    [    8.618724] EXT4-fs (sda1): INFO: recovery required on readonly filesystem
    [    8.618749] EXT4-fs (sda1): write access will be enabled during recovery
    [    8.869586] EXT4-fs (sda1): orphan cleanup on readonly fs
    [    8.869613] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 659196
    [    8.869653] EXT4-fs (sda1): 1 orphan inode deleted
    [    8.869669] EXT4-fs (sda1): recovery complete
    [    8.877199] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [    9.183509] Adding 4101116k swap on /dev/sda5.  Priority:-1 extents:1 across:4101116k SS
    [    9.711730] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
    [    9.717591] <30>udev[368]: starting version 167
    [    9.740852] lp: driver loaded but no devices found
    [    9.787179] type=1400 audit(1313595472.614:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=505 comm="apparmor_parser"
    [    9.787966] type=1400 audit(1313595472.614:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=505 comm="apparmor_parser"
    [    9.788455] type=1400 audit(1313595472.614:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=505 comm="apparmor_parser"
    [    9.788782] Bluetooth: Core ver 2.15
    [    9.788808] NET: Registered protocol family 31
    [    9.788810] Bluetooth: HCI device and connection manager initialized
    [    9.788812] Bluetooth: HCI socket layer initialized
    [    9.795876] cfg80211: Calling CRDA to update world regulatory domain
    [    9.826181] Bluetooth: Generic Bluetooth USB driver ver 0.6
    [    9.827492] usbcore: registered new interface driver btusb
    [    9.828204] Linux video capture interface: v2.00
    [    9.836798] uvcvideo: Found UVC 1.00 device USB Video Device (174f:1718)
    [    9.850265] cfg80211: World regulatory domain updated:
    [    9.850269] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    [    9.850273] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [    9.850276] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [    9.850279] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [    9.850282] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [    9.850285] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [    9.854832] input: USB Video Device as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6
    [    9.854906] usbcore: registered new interface driver uvcvideo
    [    9.854909] USB Video Class driver (v1.0.0)
    [    9.858356] eeepc_wmi: No known WMI GUID found
    [    9.868501] ath9k 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [    9.868514] ath9k 0000:03:00.0: setting latency timer to 64
    [    9.873837] type=1400 audit(1313595472.704:5): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=716 comm="apparmor_parser"
    [    9.874482] type=1400 audit(1313595472.704:6): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=716 comm="apparmor_parser"
    [    9.874950] type=1400 audit(1313595472.704:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=716 comm="apparmor_parser"
    [    9.882007] type=1400 audit(1313595472.714:8): apparmor="STATUS" operation="profile_load" name="/usr/sbin/tcpdump" pid=720 comm="apparmor_parser"
    [    9.883193] type=1400 audit(1313595472.714:9): apparmor="STATUS" operation="profile_load" name="/usr/sbin/mysqld-akonadi" pid=719 comm="apparmor_parser"
    [    9.883592] type=1400 audit(1313595472.714:10): apparmor="STATUS" operation="profile_load" name="/usr/sbin/mysqld-akonadi///usr/sbin/mysqld" pid=719 comm="apparmor_parser"
    [    9.896891] type=1400 audit(1313595472.724:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=718 comm="apparmor_parser"
    [    9.905928] Bluetooth: L2CAP ver 2.15
    [    9.905931] Bluetooth: L2CAP socket layer initialized
    [    9.917495] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [    9.917497] Bluetooth: BNEP filters: protocol multicast
    [    9.918930] ath: EEPROM regdomain: 0x60
    [    9.918932] ath: EEPROM indicates we should expect a direct regpair map
    [    9.918936] ath: Country alpha2 being used: 00
    [    9.918937] ath: Regpair used: 0x60
    [    9.918981] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
    [    9.918984] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
    [    9.918987] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
    [    9.918990] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
    [    9.918992] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
    [    9.918996] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
    [    9.918998] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
    [    9.919001] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
    [    9.919003] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
    [    9.919006] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
    [    9.919009] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
    [    9.919012] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
    [    9.919014] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
    [    9.919017] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
    [    9.919019] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
    [    9.919022] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
    [    9.919024] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
    [    9.919027] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
    [    9.919029] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
    [    9.919032] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
    [    9.919034] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
    [    9.919037] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
    [    9.919039] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule:
    [    9.919042] cfg80211: 2457000 KHz - 2482000 KHz @  KHz), (N/A mBi, 2000 mBm)
    [    9.919043] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule:
    [    9.919046] cfg80211: 2457000 KHz - 2482000 KHz @  KHz), (N/A mBi, 2000 mBm)
    [    9.919048] cfg80211: Updating information on frequency 2484 MHz for a 20 MHz width channel with regulatory rule:
    [    9.919051] cfg80211: 2474000 KHz - 2494000 KHz @  KHz), (N/A mBi, 2000 mBm)
    [    9.919883] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    [    9.920237] HDA Intel 0000:00:1b.0: irq 45 for MSI/MSI-X
    [    9.920491] HDA Intel 0000:00:1b.0: setting latency timer to 64
    [    9.920645] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain 
    [    9.922656] Bluetooth: SCO (Voice Link) ver 0.6
    [    9.922658] Bluetooth: SCO socket layer initialized
    [    9.930385] r8169 0000:05:00.0: eth0: link down
    [    9.930799] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [    9.930821] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
    [    9.931749] Registered led device: ath9k-phy0::radio
    [    9.931774] Registered led device: ath9k-phy0::assoc
    [    9.931799] Registered led device: ath9k-phy0::tx
    [    9.931825] Registered led device: ath9k-phy0::rx
    [    9.931833] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc900051a0000, irq=17
    [    9.962642] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [   10.030814] elantech: assuming hardware version 2, firmware version 4.2.1
    [   10.058074] elantech: Synaptics capabilities query result 0x78, 0x14, 0x0b.
    [   10.146744] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input7
    [   10.271767] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro,commit=0
    [   10.557460] hda_codec: ALC269VB: BIOS auto-probing.
    [   10.566574] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    [   10.566646] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [   10.658731] ppdev: user-space parallel port driver
    [   20.038208] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro,commit=0
    [   20.865385] ham0: no IPv6 routers present
    [   21.476019] wlan0: authenticate with 68:7f:74:f0:6a:ef (try 1)
    [   21.483975] wlan0: authenticated
    [   21.484015] wlan0: associate with 68:7f:74:f0:6a:ef (try 1)
    [   21.499948] wlan0: RX AssocResp from 68:7f:74:f0:6a:ef (capab=0x431 status=0 aid=3)
    [   21.499951] wlan0: associated
    [   21.500413] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [   21.553603] Intel AES-NI instructions are not detected.
    [   21.656765] padlock_aes: VIA PadLock not detected.
    [   32.211823] wlan0: no IPv6 routers present

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •