Upgrade to kernel 2.6.26.2-1 and my ralink-based wireless adapter

The latest upgrades (kernel26, rt2500, etc.) are causing me major problems with my wireless adapter.  It's a junky Belkin model which uses the rt73usb driver (part of the rt2500 package, I believe).  Anyway, after the upgrade, if/iwconfig returns no wlan0 interface.  Modprobing the rt73usb driver doesn't help.  I also see a blur of ugly looking text at bootup that seems to relate to my USB hub - but that's probably an unrelated issue.
Is anyone else having problems?
EDIT: This should probably be moved to Kernel & Hardware Issues.  I'm acting stupid today...
Last edited by cardinals_fan (2008-08-11 21:07:01)

I've had issues with rt73usb after upgrading to 2.6.26, too. The kernel even oopsed when plugging the adapter in (you might refer to it by writing "a blur of ugly looking text" ).
I'm currently testing a small patch borrowed from the Ubuntu guys and it does the trick so far. See here:
https://bugs.launchpad.net/ubuntu/+sour … bug/249242 (bug report)
https://launchpad.net/ubuntu/intrepid/+ … .6.26-5.14 (patch file)
The portion fixing it for me is this:
--- linux-2.6.26.orig/drivers/net/wireless/rt2x00/rt2x00dev.c
+++ linux-2.6.26/drivers/net/wireless/rt2x00/rt2x00dev.c
@@ -1198,8 +1198,10 @@
* Stop all queued work. Note that most tasks will already be halted
* during rt2x00lib_disable_radio() and rt2x00lib_uninitialize().
- flush_workqueue(rt2x00dev->workqueue);
- destroy_workqueue(rt2x00dev->workqueue);
+ if (rt2x00dev->workqueue) {
+ flush_workqueue(rt2x00dev->workqueue);
+ destroy_workqueue(rt2x00dev->workqueue);
+ }
* Free ieee80211_hw memory.
Best,
Christian
Last edited by krist (2008-08-12 23:24:26)

Similar Messages

  • Upgrading from Kernel 3.0.7 (keyboard/mouse dont work)

    Hey,
    when i upgrade, from Kernel version 3.0.7 to something newer (3.1/3.2)
    i get odd problems after reboot:
    - resolution is wrong
    - keyboard and mouse don't work
    I have to restart via powerbutton and downgrade to use my system.
    For now i ignore kernel upgrades.
    I have and Thinkpad T420s.
    How can i find out whats wrong?
    Thanks,
    schlicht
    Last edited by schlicht (2012-02-02 17:20:03)

    Does your keyboard not work at all or only in X? If your keyboard doesn't work at all, boot into a live CD (so that your keyboard works) and post your /var/log/everything.log. If your keyboard works everywhere but in X, post your /var/log/Xorg.0.log.
    -- edit: If you are positive that you ONLY upgraded your kernel, just boot a live CD and post your everything.log.
    Last edited by Stebalien (2012-02-02 17:57:07)

  • Upgrade to kernel 3.12.6-1: Blank Screen Boot

    Hi all,
    after performing today the upgrade to kernel 3.12.6-1 on my Lenovo V570 I was confronted with the following boot issue:
    After selecting the Archlinux boot entry in gummiboot the screen becomes blank.
    I am using gummiboot on a separate EFI partition. The weird thing is that if I boot into UEFI shell from the archlinux cd I can select
    fs0:/EFI/Boot/BOOTX64.EFI
    and it boots like a charm.
    Downgrading to 3.12.5-1 solves the problem and upgrading again causes it again to happen. I can not find any useful information in my system log but I nevertheless append it. (the log originates from a boot via UEFI shell therefor the 3.12.6-1 kernel)
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.12.6-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.2 (GCC) ) #1 SMP PREEMPT Fri Dec 20 19:39:00 CET 2013
    [ 0.000000] Command line: initrd=\initramfs-linux.img root=/dev/sda3 rw
    [ 0.000000] Disabled fast string operations
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bac86fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bac87000-0x00000000badbffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000badc0000-0x00000000badc8fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000badc9000-0x00000000baefefff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000baeff000-0x00000000baf9efff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000baf9f000-0x00000000baffefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000bafff000-0x00000000baffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000f80f8000-0x00000000f80f8fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fdfffff] usable
    [ 0.000000] e820: update [mem 0xb6e58018-0xb6e68057] usable ==> usable
    [ 0.000000] e820: update [mem 0xb6e4b018-0xb6e57057] usable ==> usable
    [ 0.000000] extended physical RAM map:
    [ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000008efff] usable
    [ 0.000000] reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
    [ 0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000b6e4b017] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000b6e4b018-0x00000000b6e57057] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000b6e57058-0x00000000b6e58017] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000b6e58018-0x00000000b6e68057] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000b6e68058-0x00000000bac86fff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000bac87000-0x00000000badbffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000badc0000-0x00000000badc8fff] ACPI NVS
    [ 0.000000] reserve setup_data: [mem 0x00000000badc9000-0x00000000baefefff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000baeff000-0x00000000baf9efff] ACPI NVS
    [ 0.000000] reserve setup_data: [mem 0x00000000baf9f000-0x00000000baffefff] ACPI data
    [ 0.000000] reserve setup_data: [mem 0x00000000bafff000-0x00000000baffffff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000f80f8000-0x00000000f80f8fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000013fdfffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] efi: EFI v2.00 by Phoenix Technologies Ltd.
    [ 0.000000] efi: ACPI=0xbaffe000 ACPI 2.0=0xbaffe014 SMBIOS=0xbae87000
    [ 0.000000] efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000001000) (0MB)
    [ 0.000000] efi: mem01: type=2, attr=0xf, range=[0x0000000000001000-0x0000000000008000) (0MB)
    [ 0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000008000-0x0000000000054000) (0MB)
    [ 0.000000] efi: mem03: type=4, attr=0xf, range=[0x0000000000054000-0x0000000000055000) (0MB)
    [ 0.000000] efi: mem04: type=3, attr=0xf, range=[0x0000000000055000-0x000000000008f000) (0MB)
    [ 0.000000] efi: mem05: type=10, attr=0xf, range=[0x000000000008f000-0x0000000000090000) (0MB)
    [ 0.000000] efi: mem06: type=3, attr=0xf, range=[0x0000000000090000-0x00000000000a0000) (0MB)
    [ 0.000000] efi: mem07: type=7, attr=0xf, range=[0x0000000000100000-0x0000000000c00000) (11MB)
    [ 0.000000] efi: mem08: type=3, attr=0xf, range=[0x0000000000c00000-0x0000000001000000) (4MB)
    [ 0.000000] efi: mem09: type=2, attr=0xf, range=[0x0000000001000000-0x0000000001f54000) (15MB)
    [ 0.000000] efi: mem10: type=7, attr=0xf, range=[0x0000000001f54000-0x000000007fd1c000) (2013MB)
    [ 0.000000] efi: mem11: type=2, attr=0xf, range=[0x000000007fd1c000-0x0000000080000000) (2MB)
    [ 0.000000] efi: mem12: type=7, attr=0xf, range=[0x0000000080000000-0x00000000b3e58000) (830MB)
    [ 0.000000] efi: mem13: type=4, attr=0xf, range=[0x00000000b3e58000-0x00000000b3e78000) (0MB)
    [ 0.000000] efi: mem14: type=7, attr=0xf, range=[0x00000000b3e78000-0x00000000b5e96000) (32MB)
    [ 0.000000] efi: mem15: type=1, attr=0xf, range=[0x00000000b5e96000-0x00000000b6306000) (4MB)
    [ 0.000000] efi: mem16: type=4, attr=0xf, range=[0x00000000b6306000-0x00000000b6e48000) (11MB)
    [ 0.000000] efi: mem17: type=7, attr=0xf, range=[0x00000000b6e48000-0x00000000b6e4b000) (0MB)
    [ 0.000000] efi: mem18: type=2, attr=0xf, range=[0x00000000b6e4b000-0x00000000b6e6a000) (0MB)
    [ 0.000000] efi: mem19: type=7, attr=0xf, range=[0x00000000b6e6a000-0x00000000b6e6b000) (0MB)
    [ 0.000000] efi: mem20: type=2, attr=0xf, range=[0x00000000b6e6b000-0x00000000b6e6f000) (0MB)
    [ 0.000000] efi: mem21: type=7, attr=0xf, range=[0x00000000b6e6f000-0x00000000b6e70000) (0MB)
    [ 0.000000] efi: mem22: type=2, attr=0xf, range=[0x00000000b6e70000-0x00000000b6e87000) (0MB)
    [ 0.000000] efi: mem23: type=7, attr=0xf, range=[0x00000000b6e87000-0x00000000b6f00000) (0MB)
    [ 0.000000] efi: mem24: type=1, attr=0xf, range=[0x00000000b6f00000-0x00000000b6f47000) (0MB)
    [ 0.000000] efi: mem25: type=7, attr=0xf, range=[0x00000000b6f47000-0x00000000b7405000) (4MB)
    [ 0.000000] efi: mem26: type=4, attr=0xf, range=[0x00000000b7405000-0x00000000b830c000) (15MB)
    [ 0.000000] efi: mem27: type=7, attr=0xf, range=[0x00000000b830c000-0x00000000b84e2000) (1MB)
    [ 0.000000] efi: mem28: type=4, attr=0xf, range=[0x00000000b84e2000-0x00000000b86bf000) (1MB)
    [ 0.000000] efi: mem29: type=7, attr=0xf, range=[0x00000000b86bf000-0x00000000b86c2000) (0MB)
    [ 0.000000] efi: mem30: type=4, attr=0xf, range=[0x00000000b86c2000-0x00000000b9291000) (11MB)
    [ 0.000000] efi: mem31: type=7, attr=0xf, range=[0x00000000b9291000-0x00000000b92b3000) (0MB)
    [ 0.000000] efi: mem32: type=4, attr=0xf, range=[0x00000000b92b3000-0x00000000b931c000) (0MB)
    [ 0.000000] efi: mem33: type=7, attr=0xf, range=[0x00000000b931c000-0x00000000b931d000) (0MB)
    [ 0.000000] efi: mem34: type=4, attr=0xf, range=[0x00000000b931d000-0x00000000b931e000) (0MB)
    [ 0.000000] efi: mem35: type=7, attr=0xf, range=[0x00000000b931e000-0x00000000b931f000) (0MB)
    [ 0.000000] efi: mem36: type=4, attr=0xf, range=[0x00000000b931f000-0x00000000b9320000) (0MB)
    [ 0.000000] efi: mem37: type=7, attr=0xf, range=[0x00000000b9320000-0x00000000b9321000) (0MB)
    [ 0.000000] efi: mem38: type=4, attr=0xf, range=[0x00000000b9321000-0x00000000b956c000) (2MB)
    [ 0.000000] efi: mem39: type=7, attr=0xf, range=[0x00000000b956c000-0x00000000b956d000) (0MB)
    [ 0.000000] efi: mem40: type=4, attr=0xf, range=[0x00000000b956d000-0x00000000b9588000) (0MB)
    [ 0.000000] efi: mem41: type=7, attr=0xf, range=[0x00000000b9588000-0x00000000b958c000) (0MB)
    [ 0.000000] efi: mem42: type=4, attr=0xf, range=[0x00000000b958c000-0x00000000b9597000) (0MB)
    [ 0.000000] efi: mem43: type=7, attr=0xf, range=[0x00000000b9597000-0x00000000b9598000) (0MB)
    [ 0.000000] efi: mem44: type=4, attr=0xf, range=[0x00000000b9598000-0x00000000ba5a7000) (16MB)
    [ 0.000000] efi: mem45: type=7, attr=0xf, range=[0x00000000ba5a7000-0x00000000ba9de000) (4MB)
    [ 0.000000] efi: mem46: type=3, attr=0xf, range=[0x00000000ba9de000-0x00000000bac87000) (2MB)
    [ 0.000000] efi: mem47: type=5, attr=0x800000000000000f, range=[0x00000000bac87000-0x00000000bace7000) (0MB)
    [ 0.000000] efi: mem48: type=5, attr=0x800000000000000f, range=[0x00000000bace7000-0x00000000bad87000) (0MB)
    [ 0.000000] efi: mem49: type=6, attr=0x800000000000000f, range=[0x00000000bad87000-0x00000000badc0000) (0MB)
    [ 0.000000] efi: mem50: type=10, attr=0xf, range=[0x00000000badc0000-0x00000000badc9000) (0MB)
    [ 0.000000] efi: mem51: type=6, attr=0x800000000000000f, range=[0x00000000badc9000-0x00000000bae87000) (0MB)
    [ 0.000000] efi: mem52: type=0, attr=0xf, range=[0x00000000bae87000-0x00000000baeff000) (0MB)
    [ 0.000000] efi: mem53: type=10, attr=0xf, range=[0x00000000baeff000-0x00000000baf9f000) (0MB)
    [ 0.000000] efi: mem54: type=9, attr=0xf, range=[0x00000000baf9f000-0x00000000bafe5000) (0MB)
    [ 0.000000] efi: mem55: type=9, attr=0xf, range=[0x00000000bafe5000-0x00000000bafff000) (0MB)
    [ 0.000000] efi: mem56: type=4, attr=0xf, range=[0x00000000bafff000-0x00000000bb000000) (0MB)
    [ 0.000000] efi: mem57: type=7, attr=0xf, range=[0x0000000100000000-0x000000013fe00000) (1022MB)
    [ 0.000000] efi: mem58: type=11, attr=0x8000000000000001, range=[0x00000000f80f8000-0x00000000f80f9000) (0MB)
    [ 0.000000] efi: mem59: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
    [ 0.000000] SMBIOS 2.6 present.
    [ 0.000000] DMI: LENOVO 1066ERG/Emerald Lake, BIOS 44CN42WW 09/22/2011
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x13fe00 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-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0FFC00000 mask FFFC00000 write-protect
    [ 0.000000] 1 base 000000000 mask F80000000 write-back
    [ 0.000000] 2 base 080000000 mask FC0000000 write-back
    [ 0.000000] 3 base 0BC000000 mask FFC000000 uncachable
    [ 0.000000] 4 base 0BB000000 mask FFF000000 uncachable
    [ 0.000000] 5 base 100000000 mask FC0000000 write-back
    [ 0.000000] 6 base 13FE00000 mask FFFE00000 uncachable
    [ 0.000000] 7 disabled
    [ 0.000000] 8 disabled
    [ 0.000000] 9 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: last_pfn = 0xbb000 max_arch_pfn = 0x400000000
    [ 0.000000] Scanning 2 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
    [ 0.000000] reserving inaccessible SNB gfx pages
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x02b32000, 0x02b32fff] PGTABLE
    [ 0.000000] BRK [0x02b33000, 0x02b33fff] PGTABLE
    [ 0.000000] BRK [0x02b34000, 0x02b34fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x13fc00000-0x13fdfffff]
    [ 0.000000] [mem 0x13fc00000-0x13fdfffff] page 2M
    [ 0.000000] BRK [0x02b35000, 0x02b35fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x13c000000-0x13fbfffff]
    [ 0.000000] [mem 0x13c000000-0x13fbfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x13bffffff]
    [ 0.000000] [mem 0x100000000-0x13bffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0xbac86fff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0xbabfffff] page 2M
    [ 0.000000] [mem 0xbac00000-0xbac86fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbafff000-0xbaffffff]
    [ 0.000000] [mem 0xbafff000-0xbaffffff] page 4k
    [ 0.000000] BRK [0x02b36000, 0x02b36fff] PGTABLE
    [ 0.000000] RAMDISK: [mem 0x7fd1c000-0x7fffffff]
    [ 0.000000] ACPI: RSDP 00000000baffe014 00024 (v02 LENOVO)
    [ 0.000000] ACPI: XSDT 00000000baffe120 0008C (v01 LENOVO CB-01 00000001 LENO 00000001)
    [ 0.000000] ACPI: FACP 00000000bafee000 000F4 (v03 LENOVO CB-01 00000001 PTL 00000001)
    [ 0.000000] ACPI: DSDT 00000000baff1000 09AC3 (v02 LENOVO SNB-CPT 00000000 INTL 20061109)
    [ 0.000000] ACPI: FACS 00000000baf3d000 00040
    [ 0.000000] ACPI: SLIC 00000000baffd000 00176 (v01 LENOVO CB-01 00000001 LENO 00000001)
    [ 0.000000] ACPI: SSDT 00000000baffb000 01068 (v01 LENOVO PtidDevc 00001000 INTL 20061109)
    [ 0.000000] ACPI: ASF! 00000000baff0000 000A5 (v32 LENOVO CB-01 00000001 PTL 00000001)
    [ 0.000000] ACPI: HPET 00000000bafed000 00038 (v01 LENOVO CB-01 00000001 PTL 00000001)
    [ 0.000000] ACPI: APIC 00000000bafec000 00098 (v01 LENOVO CB-01 00000001 PTL 00000001)
    [ 0.000000] ACPI: MCFG 00000000bafeb000 0003C (v01 LENOVO CB-01 00000001 PTL 00000001)
    [ 0.000000] ACPI: SSDT 00000000bafea000 00954 (v01 NvORef NvOptTbl 00001000 INTL 20061109)
    [ 0.000000] ACPI: SSDT 00000000bafe9000 007C2 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
    [ 0.000000] ACPI: SSDT 00000000bafe8000 00996 (v01 PmRef CpuPm 00003000 INTL 20061109)
    [ 0.000000] ACPI: UEFI 00000000bafe7000 0003E (v01 LENOVO CB-01 00000001 PTL 00000001)
    [ 0.000000] ACPI: UEFI 00000000bafe6000 00042 (v01 PTL COMBUF 00000001 PTL 00000001)
    [ 0.000000] ACPI: UEFI 00000000bafe5000 00256 (v01 LENOVO CB-01 00000001 PTL 00000001)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fdfffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fdfffff]
    [ 0.000000] NODE_DATA [mem 0x13fdf8000-0x13fdfcfff]
    [ 0.000000] [ffffea0000000000-ffffea0004ffffff] PMD -> [ffff88013b400000-ffff88013f3fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x13fdfffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0008efff]
    [ 0.000000] node 0: [mem 0x00090000-0x0009ffff]
    [ 0.000000] node 0: [mem 0x00100000-0xbac86fff]
    [ 0.000000] node 0: [mem 0xbafff000-0xbaffffff]
    [ 0.000000] node 0: [mem 0x100000000-0x13fdfffff]
    [ 0.000000] On node 0 totalpages: 1026598
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 1182 pages reserved
    [ 0.000000] DMA zone: 3998 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 11891 pages used for memmap
    [ 0.000000] DMA32 zone: 760968 pages, LIFO batch:31
    [ 0.000000] Normal zone: 4088 pages used for memmap
    [ 0.000000] Normal zone: 261632 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[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xb6e4b000-0xb6e4bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xb6e57000-0xb6e57fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xb6e58000-0xb6e58fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xb6e68000-0xb6e68fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbac87000-0xbadbffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbadc0000-0xbadc8fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbadc9000-0xbaefefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbaeff000-0xbaf9efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbaf9f000-0xbaffefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb000000-0xbb9fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbba00000-0xbf9fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbfa00000-0xf80f7fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf80f8000-0xf80f8fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf80f9000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xffffffff]
    [ 0.000000] e820: [mem 0xbfa00000-0xf80f7fff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88013fa00000 s86464 r8192 d24128 u262144
    [ 0.000000] pcpu-alloc: s86464 r8192 d24128 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1009373
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: initrd=\initramfs-linux.img root=/dev/sda3 rw
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: 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: 3891132K/4106392K available (5124K kernel code, 807K rwdata, 1628K rodata, 1144K init, 1288K bss, 215260K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    [ 0.000000] NR_IRQS:8448 nr_irqs:744 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 16777216 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] tsc: Fast TSC calibration using PIT
    [ 0.003333] tsc: Detected 2394.591 MHz processor
    [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4791.73 BogoMIPS (lpj=7981970)
    [ 0.000005] pid_max: default: 32768 minimum: 301
    [ 0.000019] init_memory_mapping: [mem 0xbac87000-0xbad86fff]
    [ 0.000021] [mem 0xbac87000-0xbad86fff] page 4k
    [ 0.000033] init_memory_mapping: [mem 0xbad87000-0xbadbffff]
    [ 0.000035] [mem 0xbad87000-0xbadbffff] page 4k
    [ 0.000040] init_memory_mapping: [mem 0xbadc9000-0xbae86fff]
    [ 0.000041] [mem 0xbadc9000-0xbae86fff] page 4k
    [ 0.000497] Security Framework initialized
    [ 0.000505] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000506] Yama: becoming mindful.
    [ 0.000777] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.001775] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.002214] Mount-cache hash table entries: 256
    [ 0.002396] Initializing cgroup subsys memory
    [ 0.002408] Initializing cgroup subsys devices
    [ 0.002410] Initializing cgroup subsys freezer
    [ 0.002411] Initializing cgroup subsys net_cls
    [ 0.002413] Initializing cgroup subsys blkio
    [ 0.002433] Disabled fast string operations
    [ 0.002434] CPU: Physical Processor ID: 0
    [ 0.002435] CPU: Processor Core ID: 0
    [ 0.002440] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.002443] mce: CPU supports 7 MCE banks
    [ 0.002454] CPU0: Thermal monitoring enabled (TM1)
    [ 0.002463] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
    tlb_flushall_shift: 5
    [ 0.002545] Freeing SMP alternatives memory: 20K (ffffffff819e9000 - ffffffff819ee000)
    [ 0.003452] ACPI: Core revision 20130725
    [ 0.008834] ACPI: All ACPI Tables successfully acquired
    [ 0.011257] ftrace: allocating 20318 entries in 80 pages
    [ 0.021231] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.054265] smpboot: CPU0: Intel(R) Core(TM) i5-2430M CPU @ 2.40GHz (fam: 06, model: 2a, stepping: 07)
    [ 0.054273] TSC deadline timer enabled
    [ 0.054284] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, full-width counters, Intel PMU driver.
    [ 0.054291] perf_event_intel: PEBS disabled due to CPU errata, please upgrade microcode
    [ 0.054293] ... version: 3
    [ 0.054293] ... bit width: 48
    [ 0.054294] ... generic registers: 4
    [ 0.054295] ... value mask: 0000ffffffffffff
    [ 0.054296] ... max period: 0000ffffffffffff
    [ 0.054297] ... fixed-purpose events: 3
    [ 0.054298] ... event mask: 000000070000000f
    [ 0.088930] Disabled fast string operations
    [ 0.091156] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.108967] Disabled fast string operations
    [ 0.077790] smpboot: Booting Node 0, Processors # 1 # 2 # 3 OK
    [ 0.129024] Disabled fast string operations
    [ 0.131150] Brought up 4 CPUs
    [ 0.131154] smpboot: Total of 4 processors activated (19164.92 BogoMIPS)
    [ 0.134436] devtmpfs: initialized
    [ 0.136834] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
    [ 0.136836] PM: Registering ACPI NVS region [mem 0xbadc0000-0xbadc8fff] (36864 bytes)
    [ 0.136838] PM: Registering ACPI NVS region [mem 0xbaeff000-0xbaf9efff] (655360 bytes)
    [ 0.137542] RTC time: 23:36:36, date: 12/26/13
    [ 0.137577] NET: Registered protocol family 16
    [ 0.137667] cpuidle: using governor ladder
    [ 0.137668] cpuidle: using governor menu
    [ 0.137691] ACPI: bus type PCI registered
    [ 0.137693] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.137747] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.137749] PCI: not using MMCONFIG
    [ 0.137750] PCI: Using configuration type 1 for base access
    [ 0.138286] bio: create slab <bio-0> at 0
    [ 0.138390] ACPI: Added _OSI(Module Device)
    [ 0.138392] ACPI: Added _OSI(Processor Device)
    [ 0.138393] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.138394] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.139747] ACPI: EC: Look up EC in DSDT
    [ 0.141122] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.151337] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.151669] ACPI: SSDT 00000000baeef718 0067C (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
    [ 0.152018] ACPI: Dynamic OEM Table Load:
    [ 0.152020] ACPI: SSDT (null) 0067C (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
    [ 0.164809] ACPI: SSDT 00000000baef0a98 00303 (v01 PmRef ApIst 00003000 INTL 20061109)
    [ 0.165180] ACPI: Dynamic OEM Table Load:
    [ 0.165182] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20061109)
    [ 0.174703] ACPI: SSDT 00000000baeeed98 00119 (v01 PmRef ApCst 00003000 INTL 20061109)
    [ 0.175044] ACPI: Dynamic OEM Table Load:
    [ 0.175046] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20061109)
    [ 0.193798] ACPI: Interpreter enabled
    [ 0.193807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130725/hwxface-571)
    [ 0.193820] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.193821] ACPI: Using IOAPIC for interrupt routing
    [ 0.193837] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.194196] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources
    [ 0.201387] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.201512] ACPI: No dock devices found.
    [ 0.207794] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 0.207826] \_SB_.PCI0:_OSC invalid UUID
    [ 0.207827] _OSC request data:1 8 0
    [ 0.207855] \_SB_.PCI0:_OSC invalid UUID
    [ 0.207856] _OSC request data:1 1f 0
    [ 0.207859] acpi PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    [ 0.207861] acpi PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
    [ 0.208401] ACPI: \_SB_.PCI0.PDRC: can't evaluate _ADR (0x5)
    [ 0.208497] PCI host bridge to bus 0000:00
    [ 0.208500] pci_bus 0000:00: root bus resource [bus 00-3e]
    [ 0.208502] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.208503] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.208505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.208507] pci_bus 0000:00: root bus resource [mem 0xbfa00000-0xfeafffff]
    [ 0.208508] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
    [ 0.208515] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
    [ 0.208604] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
    [ 0.208635] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.208676] pci 0000:00:01.0: System wakeup disabled by ACPI
    [ 0.208713] pci 0000:00:02.0: [8086:0116] type 00 class 0x030000
    [ 0.208723] pci 0000:00:02.0: reg 0x10: [mem 0xf1400000-0xf17fffff 64bit]
    [ 0.208729] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.208733] pci 0000:00:02.0: reg 0x20: [io 0x4000-0x403f]
    [ 0.208837] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
    [ 0.208861] pci 0000:00:16.0: reg 0x10: [mem 0xf1a05000-0xf1a0500f 64bit]
    [ 0.208939] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.209024] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
    [ 0.209046] pci 0000:00:1a.0: reg 0x10: [mem 0xf1a0a000-0xf1a0a3ff]
    [ 0.209137] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.209197] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.209235] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
    [ 0.209251] pci 0000:00:1b.0: reg 0x10: [mem 0xf1a00000-0xf1a03fff 64bit]
    [ 0.209321] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.209368] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.209400] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
    [ 0.209474] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.209523] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.209556] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
    [ 0.209636] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.209684] pci 0000:00:1c.1: System wakeup disabled by ACPI
    [ 0.209718] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
    [ 0.209798] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.209849] pci 0000:00:1c.3: System wakeup disabled by ACPI
    [ 0.209891] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
    [ 0.209912] pci 0000:00:1d.0: reg 0x10: [mem 0xf1a09000-0xf1a093ff]
    [ 0.210003] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.210061] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.210097] pci 0000:00:1f.0: [8086:1c49] type 00 class 0x060100
    [ 0.210273] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
    [ 0.210294] pci 0000:00:1f.2: reg 0x10: [io 0x4088-0x408f]
    [ 0.210302] pci 0000:00:1f.2: reg 0x14: [io 0x4094-0x4097]
    [ 0.210310] pci 0000:00:1f.2: reg 0x18: [io 0x4080-0x4087]
    [ 0.210318] pci 0000:00:1f.2: reg 0x1c: [io 0x4090-0x4093]
    [ 0.210326] pci 0000:00:1f.2: reg 0x20: [io 0x4060-0x407f]
    [ 0.210334] pci 0000:00:1f.2: reg 0x24: [mem 0xf1a08000-0xf1a087ff]
    [ 0.210380] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.210456] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
    [ 0.210472] pci 0000:00:1f.3: reg 0x10: [mem 0xf1a04000-0xf1a040ff 64bit]
    [ 0.210493] pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf]
    [ 0.210622] pci 0000:01:00.0: [10de:0df5] type 00 class 0x030000
    [ 0.210630] pci 0000:01:00.0: reg 0x10: [mem 0xf0000000-0xf0ffffff]
    [ 0.210639] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.210647] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
    [ 0.210652] pci 0000:01:00.0: reg 0x24: [io 0x3000-0x307f]
    [ 0.210658] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
    [ 0.210712] pci 0000:01:00.0: System wakeup disabled by ACPI
    [ 0.210744] pci 0000:01:00.1: [10de:0bea] type 00 class 0x040300
    [ 0.210753] pci 0000:01:00.1: reg 0x10: [mem 0xf1000000-0xf1003fff]
    [ 0.214647] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.214655] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
    [ 0.214662] pci 0000:00:01.0: bridge window [mem 0xf0000000-0xf10fffff]
    [ 0.214671] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
    [ 0.214795] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.214911] pci 0000:03:00.0: [168c:002b] type 00 class 0x028000
    [ 0.214957] pci 0000:03:00.0: reg 0x10: [mem 0xf1900000-0xf190ffff 64bit]
    [ 0.215184] pci 0000:03:00.0: supports D1
    [ 0.215186] pci 0000:03:00.0: PME# supported from D0 D1 D3hot
    [ 0.215246] pci 0000:03:00.0: System wakeup disabled by ACPI
    [ 0.221341] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.221356] pci 0000:00:1c.1: bridge window [mem 0xf1900000-0xf19fffff]
    [ 0.221559] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
    [ 0.221628] pci 0000:04:00.0: reg 0x10: [io 0x2000-0x20ff]
    [ 0.221748] pci 0000:04:00.0: reg 0x18: [mem 0xf1804000-0xf1804fff 64bit pref]
    [ 0.221822] pci 0000:04:00.0: reg 0x20: [mem 0xf1800000-0xf1803fff 64bit pref]
    [ 0.222153] pci 0000:04:00.0: supports D1 D2
    [ 0.222155] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.222270] pci 0000:04:00.0: System wakeup disabled by ACPI
    [ 0.228036] pci 0000:00:1c.3: PCI bridge to [bus 04]
    [ 0.228046] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
    [ 0.228065] pci 0000:00:1c.3: bridge window [mem 0xf1800000-0xf18fffff 64bit pref]
    [ 0.228576] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 *11 12 14 15)
    [ 0.228627] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 *10 11 12 14 15)
    [ 0.228674] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *10 11 12 14 15)
    [ 0.228721] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 10 *11 12 14 15)
    [ 0.228768] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.228815] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.228862] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 *11 12 14 15)
    [ 0.228909] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 *10 11 12 14 15)
    [ 0.229107] ACPI: Enabled 3 GPEs in block 00 to 3F
    [ 0.229113] ACPI: \_SB_.PCI0: notify handler is installed
    [ 0.229163] Found 1 acpi root devices
    [ 0.229208] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    [ 0.229283] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.229287] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
    [ 0.229288] vgaarb: loaded
    [ 0.229289] vgaarb: bridge control possible 0000:01:00.0
    [ 0.229290] vgaarb: no bridge control possible 0000:00:02.0
    [ 0.229325] PCI: Using ACPI for IRQ routing
    [ 0.230848] PCI: pci_cache_line_size set to 64 bytes
    [ 0.230911] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
    [ 0.230912] e820: reserve RAM buffer [mem 0xb6e4b018-0xb7ffffff]
    [ 0.230914] e820: reserve RAM buffer [mem 0xb6e58018-0xb7ffffff]
    [ 0.230915] e820: reserve RAM buffer [mem 0xbac87000-0xbbffffff]
    [ 0.230916] e820: reserve RAM buffer [mem 0xbb000000-0xbbffffff]
    [ 0.230918] e820: reserve RAM buffer [mem 0x13fe00000-0x13fffffff]
    [ 0.230994] NetLabel: Initializing
    [ 0.230995] NetLabel: domain hash size = 128
    [ 0.230996] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.231008] NetLabel: unlabeled traffic allowed by default
    [ 0.231023] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.231027] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.234059] Switched to clocksource hpet
    [ 0.237888] pnp: PnP ACPI init
    [ 0.237902] ACPI: bus type PNP registered
    [ 0.237936] pnp 00:00: [dma 4]
    [ 0.237957] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.237975] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.238064] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.238093] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.238135] system 00:04: [io 0x1000-0x100f] has been reserved
    [ 0.238137] system 00:04: [io 0xffff] has been reserved
    [ 0.238139] system 00:04: [io 0xffff] has been reserved
    [ 0.238142] system 00:04: [io 0x0400-0x0453] could not be reserved
    [ 0.238143] system 00:04: [io 0x0458-0x047f] has been reserved
    [ 0.238145] system 00:04: [io 0x0500-0x057f] has been reserved
    [ 0.238148] system 00:04: [mem 0xfe800000-0xfe80ffff] has been reserved
    [ 0.238151] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.238172] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.238214] system 00:06: [io 0x0454-0x0457] has been reserved
    [ 0.238216] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 0.238280] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.238304] pnp 00:08: Plug and Play ACPI device, IDs SYN0326 SYN0300 SYN0002 PNP0f13 (active)
    [ 0.238403] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.238405] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 0.238407] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.238409] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.238411] system 00:09: [mem 0xf8000000-0xfbffffff] could not be reserved
    [ 0.238412] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.238414] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 0.238415] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.238417] system 00:09: [mem 0xff000000-0xffffffff] has been reserved
    [ 0.238419] system 00:09: [mem 0xfee00000-0xfeefffff] has been reserved
    [ 0.238420] system 00:09: [mem 0xbfa00000-0xbfa00fff] has been reserved
    [ 0.238422] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.238622] system 00:0a: [mem 0x20000000-0x201fffff] could not be reserved
    [ 0.238624] system 00:0a: [mem 0x40000000-0x401fffff] could not be reserved
    [ 0.238626] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.238643] pnp: PnP ACPI: found 11 devices
    [ 0.238644] ACPI: bus type PNP unregistered
    [ 0.244890] pci 0000:01:00.0: no compatible bridge window for [mem 0xfff80000-0xffffffff pref]
    [ 0.244925] pci 0000:01:00.0: BAR 6: assigned [mem 0xf1080000-0xf10fffff pref]
    [ 0.244928] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.244930] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
    [ 0.244933] pci 0000:00:01.0: bridge window [mem 0xf0000000-0xf10fffff]
    [ 0.244935] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
    [ 0.244939] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.244950] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.244955] pci 0000:00:1c.1: bridge window [mem 0xf1900000-0xf19fffff]
    [ 0.244964] pci 0000:00:1c.3: PCI bridge to [bus 04]
    [ 0.244968] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
    [ 0.244975] pci 0000:00:1c.3: bridge window [mem 0xf1800000-0xf18fffff 64bit pref]
    [ 0.244982] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.244984] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.244985] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.244987] pci_bus 0000:00: resource 7 [mem 0xbfa00000-0xfeafffff]
    [ 0.244988] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff]
    [ 0.244990] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
    [ 0.244991] pci_bus 0000:01: resource 1 [mem 0xf0000000-0xf10fffff]
    [ 0.244993] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
    [ 0.244995] pci_bus 0000:03: resource 1 [mem 0xf1900000-0xf19fffff]
    [ 0.244996] pci_bus 0000:04: resource 0 [io 0x2000-0x2fff]
    [ 0.244998] pci_bus 0000:04: resource 2 [mem 0xf1800000-0xf18fffff 64bit pref]
    [ 0.245025] NET: Registered protocol family 2
    [ 0.245199] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.245331] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.245426] TCP: Hash tables configured (established 32768 bind 32768)
    [ 0.245455] TCP: reno registered
    [ 0.245461] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.245480] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.245541] NET: Registered protocol family 1
    [ 0.245553] pci 0000:00:02.0: Boot video device
    [ 0.245874] PCI: CLS 64 bytes, default 64
    [ 0.245910] Unpacking initramfs...
    [ 0.297863] Freeing initrd memory: 2960K (ffff88007fd1c000 - ffff880080000000)
    [ 0.297869] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.297871] software IO TLB [mem 0xafe58000-0xb3e58000] (64MB) mapped at [ffff8800afe58000-ffff8800b3e57fff]
    [ 0.298052] Scanning for low memory corruption every 60 seconds
    [ 0.298304] audit: initializing netlink socket (disabled)
    [ 0.298314] type=2000 audit(1388100995.293:1): initialized
    [ 0.309789] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.310859] zbud: loaded
    [ 0.311020] VFS: Disk quotas dquot_6.5.2
    [ 0.311056] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.311200] msgmni has been set to 7737
    [ 0.311458] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.311495] io scheduler noop registered
    [ 0.311497] io scheduler deadline registered
    [ 0.311518] io scheduler cfq registered (default)
    [ 0.311669] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.311999] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.312012] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.312053] efifb: probing for efifb
    [ 0.312210] efifb: framebuffer at 0xe0000000, mapped to 0xffffc90004800000, using 1200k, total 1200k
    [ 0.312211] efifb: mode is 640x480x32, linelength=2560, pages=1
    [ 0.312212] efifb: scrolling: redraw
    [ 0.312214] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.312957] Console: switching to colour frame buffer device 80x30
    [ 0.313634] fb0: EFI VGA frame buffer device
    [ 0.313641] intel_idle: MWAIT substates: 0x21120
    [ 0.313642] intel_idle: v0.4 model 0x2A
    [ 0.313643] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.313755] GHES: HEST is not enabled!
    [ 0.313798] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.314197] Linux agpgart interface v0.103
    [ 0.314256] i8042: PNP: PS/2 Controller [PNP0303:KBD0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 0.316817] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.316840] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.316919] mousedev: PS/2 mouse device common for all mice
    [ 0.316969] rtc_cmos 00:05: RTC can wake from S4
    [ 0.317104] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    [ 0.317131] rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 0.317138] Intel P-state driver initializing.
    [ 0.317146] Intel pstate controlling: cpu 0
    [ 0.317158] Intel pstate controlling: cpu 1
    [ 0.317176] Intel pstate controlling: cpu 2
    [ 0.317185] Intel pstate controlling: cpu 3
    [ 0.317251] drop_monitor: Initializing network drop monitor service
    [ 0.317312] TCP: cubic registered
    [ 0.317385] NET: Registered protocol family 10
    [ 0.317545] NET: Registered protocol family 17
    [ 0.317555] Key type dns_resolver registered
    [ 0.317763] registered taskstats version 1
    [ 0.318329] Magic number: 9:15:657
    [ 0.318402] rtc_cmos 00:05: setting system clock to 2013-12-26 23:36:36 UTC (1388100996)
    [ 0.318440] PM: Hibernation image not present or could not be loaded.
    [ 0.319562] Freeing unused kernel memory: 1144K (ffffffff818cb000 - ffffffff819e9000)
    [ 0.319564] Write protecting the kernel read-only data: 8192k
    [ 0.321962] Freeing unused kernel memory: 1008K (ffff880002504000 - ffff880002600000)
    [ 0.322956] Freeing unused kernel memory: 420K (ffff880002797000 - ffff880002800000)
    [ 0.333265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.337019] systemd-udevd[57]: starting version 208
    [ 0.359716] ACPI: bus type USB registered
    [ 0.359738] usbcore: registered new interface driver usbfs
    [ 0.359745] usbcore: registered new interface driver hub
    [ 0.359831] usbcore: registered new device driver usb
    [ 0.360573] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.360797] ehci-pci: EHCI PCI platform driver
    [ 0.360949] ehci-pci 0000:00:1a.0: setting latency timer to 64
    [ 0.360960] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [ 0.360965] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 0.360978] ehci-pci 0000:00:1a.0: debug port 2
    [ 0.361255] SCSI subsystem initialized
    [ 0.364874] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [ 0.364892] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf1a0a000
    [ 0.365034] libata version 3.00 loaded.
    [ 0.374197] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 0.374356] hub 1-0:1.0: USB hub found
    [ 0.374362] hub 1-0:1.0: 2 ports detected
    [ 0.374553] ehci-pci 0000:00:1d.0: setting latency timer to 64
    [ 0.374559] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 0.374563] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 0.374575] ehci-pci 0000:00:1d.0: debug port 2
    [ 0.378492] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 0.378508] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf1a09000
    [ 0.387569] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 0.387771] hub 2-0:1.0: USB hub found
    [ 0.387776] hub 2-0:1.0: 2 ports detected
    [ 0.387871] ahci 0000:00:1f.2: version 3.0
    [ 0.387962] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
    [ 0.387996] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
    [ 0.400932] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x39 impl SATA mode
    [ 0.400942] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems sxs apst
    [ 0.400952] ahci 0000:00:1f.2: setting latency timer to 64
    [ 0.421596] scsi0 : ahci
    [ 0.421810] scsi1 : ahci
    [ 0.421900] scsi2 : ahci
    [ 0.421977] scsi3 : ahci
    [ 0.422110] scsi4 : ahci
    [ 0.422247] scsi5 : ahci
    [ 0.422302] ata1: SATA max UDMA/133 abar m2048@0xf1a08000 port 0xf1a08100 irq 41
    [ 0.422305] ata2: DUMMY
    [ 0.422307] ata3: DUMMY
    [ 0.422310] ata4: SATA max UDMA/133 abar m2048@0xf1a08000 port 0xf1a08280 irq 41
    [ 0.422315] ata5: SATA max UDMA/133 abar m2048@0xf1a08000 port 0xf1a08300 irq 41
    [ 0.422318] ata6: SATA max UDMA/133 abar m2048@0xf1a08000 port 0xf1a08380 irq 41
    [ 0.681154] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [ 0.741201] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 0.745643] ata1.00: ATA-8: WDC WD7500BPVT-24HXZT3, 03.01A03, max UDMA/133
    [ 0.745645] ata1.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 0.750260] ata1.00: configured for UDMA/133
    [ 0.750485] scsi 0:0:0:0: Direct-Access ATA WDC WD7500BPVT-2 03.0 PQ: 0 ANSI: 5
    [ 0.805765] hub 1-1:1.0: USB hub found
    [ 0.805839] hub 1-1:1.0: 6 ports detected
    [ 0.911447] usb 2-1: new high-speed USB device number 2 using ehci-pci
    [ 1.035711] hub 2-1:1.0: USB hub found
    [ 1.035769] hub 2-1:1.0: 6 ports detected
    [ 1.068241] ata4: SATA link down (SStatus 0 SControl 300)
    [ 1.114972] usb 1-1.5: new high-speed USB device number 3 using ehci-pci
    [ 1.301693] tsc: Refined TSC clocksource calibration: 2394.560 MHz
    [ 1.388513] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.390756] ata5.00: ATAPI: TSSTcorp CDDVDW TS-L633F, LE02, max UDMA/33
    [ 1.393542] ata5.00: configured for UDMA/33
    [ 1.394894] scsi 4:0:0:0: CD-ROM TSSTcorp CDDVDW TS-L633F LE02 PQ: 0 ANSI: 5
    [ 1.552152] usb 2-1.3: new full-speed USB device number 3 using ehci-pci
    [ 1.705691] usb 2-1.6: new high-speed USB device number 4 using ehci-pci
    [ 1.715446] ata6: SATA link down (SStatus 0 SControl 300)
    [ 1.721393] sd 0:0:0:0: [sda] 1465149168 512-byte logical blocks: (750 GB/698 GiB)
    [ 1.721402] sd 0:0:0:0: [sda] 4096-byte physical blocks
    [ 1.721543] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.721550] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.721620] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.724550] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.724555] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.724817] sr 4:0:0:0: Attached scsi CD-ROM sr0
    [ 1.794754] sda: sda1 sda2 sda3 sda4 sda5
    [ 1.795987] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 2.302852] Switched to clocksource tsc
    [ 3.038432] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    [ 3.885696] systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 3.893387] systemd[1]: Set hostname to <fabian-lenovo-v570>.
    [ 5.089327] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 5.089448] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 5.089472] systemd[1]: Starting Remote File Systems.
    [ 5.089658] systemd[1]: Reached target Remote File Systems.
    [ 5.089679] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 5.089868] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 5.089886] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 5.090051] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 5.090067] systemd[1]: Starting Delayed Shutdown Socket.
    [ 5.090239] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 5.090255] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 5.090426] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 5.090443] systemd[1]: Starting Encrypted Volumes.
    [ 5.090575] systemd[1]: Reached target Encrypted Volumes.
    [ 5.090627] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 5.090944] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 5.090970] systemd[1]: Starting udev Kernel Socket.
    [ 5.091122] systemd[1]: Listening on udev Kernel Socket.
    [ 5.091144] systemd[1]: Starting udev Control Socket.
    [ 5.091298] systemd[1]: Listening on udev Control Socket.
    [ 5.091323] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 5.091383] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 5.091399] systemd[1]: Starting Paths.
    [ 5.091547] systemd[1]: Reached target Paths.
    [ 5.091577] systemd[1]: Starting Journal Socket.
    [ 5.091768] systemd[1]: Listening on Journal Socket.
    [ 5.129529] systemd[1]: Started Set Up Additional Binary Formats.
    [ 5.129581] systemd[1]: Mounting POSIX Message Queue File System...
    [ 5.130632] systemd[1]: Starting Setup Virtual Console...
    [ 5.131459] systemd[1]: Mounting Huge Pages File System...
    [ 5.132184] systemd[1]: Mounting Debug File System...
    [ 5.194714] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    [ 5.195539] systemd[1]: Starting udev Coldplug all Devices...
    [ 5.239397] systemd[1]: Starting Apply Kernel Variables...
    [ 5.240133] systemd[1]: Starting Journal Service...
    [ 5.241516] systemd[1]: Started Journal Service.
    [ 5.902483] EXT4-fs (sda3): re-mounted. Opts: data=ordered
    [ 5.910089] systemd-journald[126]: Vacuuming done, freed 0 bytes
    [ 6.467249] systemd-udevd[158]: starting version 208
    [ 7.287419] ACPI: Requesting acpi_cpufreq
    [ 7.440843] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3
    [ 7.444161] ACPI: Lid Switch [LID0]
    [ 7.444313] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input4
    [ 7.444329] ACPI: Sleep Button [SLPB]
    [ 7.444432] ACPI: AC Adapter [ADP1] (on-line)
    [ 7.444458] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
    [ 7.444461] ACPI: Power Button [PWRF]
    [ 7.445047] ACPI: Battery Slot [BAT0] (battery present)
    [ 7.508998] thermal LNXTHERM:00: registered as thermal_zone0
    [ 7.509002] ACPI: Thermal Zone [TZS0] (61 C)
    [ 7.509153] thermal LNXTHERM:01: registered as thermal_zone1
    [ 7.509154] ACPI: Thermal Zone [TZS1] (43 C)
    [ 7.731107] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 7.780275] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20130725/utaddress-251)
    [ 7.780284] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 7.780288] ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \GPIO 1 (20130725/utaddress-251)
    [ 7.780292] ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \_SB_.PCI0.PEG0.PEGP.GPIO 2 (20130725/utaddress-251)
    [ 7.780295] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 7.780297] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20130725/utaddress-251)
    [ 7.780300] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \_SB_.PCI0.PEG0.PEGP.GPIO 2 (20130725/utaddress-251)
    [ 7.780303] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 7.780305] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20130725/utaddress-251)
    [ 7.780308] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \_SB_.PCI0.PEG0.PEGP.GPIO 2 (20130725/utaddress-251)
    [ 7.780311] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 7.780312] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 7.865642] cfg80211: Calling CRDA to update world regulatory domain
    [ 7.865829] snd_hda_intel 0000:00:1b.0: irq 42 for MSI/MSI-X
    [ 7.901873] wmi: Mapper loaded
    [ 7.911561] input: Ideapad extra buttons as /devices/platform/ideapad/input/input6
    [ 7.991611] [drm] Initialized drm 1.1.0 20060810
    [ 8.096357] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1e0b1, caps: 0xd00073/0x240000/0xa0400, board id: 1695, fw id: 752809
    [ 8.128722] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input2
    [ 8.195250] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input7
    [ 8.219971] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x1b
    [ 8.250898] input: PC Speaker as /devices/platform/pcspkr/input/input8
    [ 8.262530] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
    [ 8.262607] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [ 8.262653] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [ 8.262928] hda_intel: Disabling MSI
    [ 8.262933] hda-intel 0000:01:00.1: Handle VGA-switcheroo audio client
    [ 8.263013] ACPI Warning: 0x000000000000efa0-0x000000000000efbf SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20130725/utaddress-251)
    [ 8.263021] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 8.263109] mei_me 0000:00:16.0: setting latency timer to 64
    [ 8.263150] mei_me 0000:00:16.0: irq 43 for MSI/MSI-X
    [ 8.339279] iTCO_vendor_support: vendor-support=0
    [ 8.339733] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 8.339764] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
    [ 8.339856] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 8.379632] acer_wmi: Acer Laptop ACPI-WMI Extras
    [ 8.432857] acer_wmi: Brightness must be controlled by acpi video driver
    [ 8.432975] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x1b
    [ 8.433053] input: Acer BMA150 accelerometer as /devices/virtual/input/input12
    [ 8.433509] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x1b
    [ 8.434141] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x1b
    [ 8.434503] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 8.460907] [drm] Memory usable by graphics device = 2048M
    [ 8.460911] checking generic (e0000000 12c000) vs hw (e0000000 10000000)
    [ 8.460912] fb: conflicting fb hw usage inteldrmfb vs EFI VGA - removing generic driver
    [ 8.460924] Console: switching to colour dummy device 80x25
    [ 8.460987] i915 0000:00:02.0: setting latency timer to 64
    [ 8.488831] i915 0000:00:02.0: irq 44 for MSI/MSI-X
    [ 8.488839] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 8.488840] [drm] Driver supports precise vblank timestamp query.
    [ 8.488939] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=none
    [ 8.514827] [drm] Wrong MCH_SSKPD value: 0x16040307
    [ 8.514830] [drm] This can cause pipe underruns and display issues.
    [ 8.514831] [drm] Please upgrade your BIOS to fix this.
    [ 8.529627] fbcon: inteldrmfb (fb0) is primary device
    [ 8.533088] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 8.533112] r8169 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 8.533122] pcieport 0000:00:1c.3: driver skip pci_set_master, fix it!
    [ 8.533438] r8169 0000:04:00.0: irq 45 for MSI/MSI-X
    [ 8.533666] r8169 0000:04:00.0 eth0: RTL8168e/8111e at 0xffffc90000642000, f0:de:f1:8d:be:03, XID 0c200000 IRQ 45
    [ 8.533667] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
    [ 8.559830] media: Linux media interface: v0.10
    [ 8.579104] pcieport 0000:00:1c.1: driver skip pci_set_master, fix it!
    [ 8.586102] Linux video capture interface: v2.00
    [ 8.623014] uvcvideo: Found UVC 1.00 device Lenovo EasyCamera (5986:0364)
    [ 8.629644] ath: phy0: Enable LNA combining
    [ 8.631847] rts5139: module is from the staging directory, the quality is unknown, you have been warned.
    [ 8.632376] ath: phy0: ASPM enabled: 0x43
    [ 8.632378] ath: EEPROM regdomain: 0x65
    [ 8.632379] ath: EEPROM indicates we should expect a direct regpair map
    [ 8.632381] ath: Country alpha2 being used: 00
    [ 8.632381] ath: Regpair used: 0x65
    [ 8.636801] scsi6 : SCSI emulation for RTS5139 USB card reader
    [ 8.636895] usbcore: registered new interface driver rts5139
    [ 8.636943] scsi 6:0:0:0: Direct-Access Generic- xD/SD/M.S. 1.00 PQ: 0 ANSI: 0 CCS
    [ 8.639495] input: Lenovo EasyCamera as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input13
    [ 8.639548] usbcore: registered new interface driver uvcvideo
    [ 8.639548] USB Video Class driver (1.1.1)
    [ 8.685467] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
    [ 8.685636] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc90004a60000, irq=17
    [ 8.708182] sd 6:0:0:0: [sdb] Attached SCSI removable disk
    [ 8.935054] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
    [ 8.935254] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
    [ 8.935371] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
    [ 8.935485] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14
    [ 9.312910] kvm: disabled by bios
    [ 9.343649] kvm: disabled by bios
    [ 9.363224] kvm: disabled by bios
    [ 9.438677] Console: switching to colour frame buffer device 170x48
    [ 9.444389] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    [ 9.444391] i915 0000:00:02.0: registered panic notifier
    [ 9.447706] acpi device:37: registered as cooling_device4
    [ 9.447914] ACPI: Video Device [PEGP] (multi-head: yes rom: yes post: no)
    [ 9.448037] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:35/LNXVIDEO:00/input/input18
    [ 9.478081] acpi device:3f: registered as cooling_device5
    [ 9.478267] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 9.478346] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input19
    [ 9.478433] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 10.349723] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
    [ 10.528629] Adding 6332256k swap on /dev/sda5. Priority:-1 extents:1 across:6332256k FS
    [ 11.080832] FAT-fs (sda2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [ 11.241929] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: data=ordered
    [ 11.352333] systemd-journald[126]: Received request to flush runtime journal from PID 1
    [ 17.356236] bbswitch: version 0.8
    [ 17.356254] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
    [ 17.356261] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.PEGP
    [ 17.356275] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
    [ 17.356500] bbswitch: detected an Optimus _DSM function
    [ 17.356514] pci 0000:01:00.0: enabling device (0000 -> 0003)
    [ 17.356562] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
    [ 17.358421] bbswitch: disabling discrete graphics
    [ 17.358436] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
    [ 17.410953] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 18.039966] r8169 0000:04:00.0 eth0: link down
    [ 18.040010] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 29.876627] hda-codec: out of range cmd 0:5:707:fffffffc
    [ 29.882774] hda-codec: out of range cmd 0:5:707:fffffffc
    [ 29.884988] hda-codec: out of range cmd 0:5:707:fffffffc
    [ 29.889446] hda-codec: out of range cmd 0:5:707:fffffffc
    [ 29.890798] hda-codec: out of range cmd 1:5:707:fffffffc
    [ 29.896169] hda-codec: out of range cmd 1:5:707:fffffffc
    [ 29.898066] hda-codec: out of range cmd 1:5:707:fffffffc
    [ 29.902784] hda-codec: out of range cmd 1:5:707:fffffffc
    [ 29.904179] hda-codec: out of range cmd 2:5:707:fffffffc
    [ 29.909467] hda-codec: out of range cmd 2:5:707:fffffffc
    [ 29.911154] hda-codec: out of range cmd 2:5:707:fffffffc
    [ 29.916107] hda-codec: out of range cmd 2:5:707:fffffffc
    [ 29.917361] hda-codec: out of range cmd 3:5:707:fffffffc
    [ 29.922792] hda-codec: out of range cmd 3:5:707:fffffffc
    [ 29.924372] hda-codec: out of range cmd 3:5:707:fffffffc
    [ 29.929456] hda-codec: out of range cmd 3:5:707:fffffffc
    [ 29.932568] hda-codec: out of range cmd 0:5:707:fffffffc
    [ 29.936144] hda-codec: out of range cmd 0:5:707:fffffffc
    [ 85.380415] wlan0: authenticate with 98:fc:11:cb:2b:05
    [ 85.404105] wlan0: send auth to 98:fc:11:cb:2b:05 (try 1/3)
    [ 85.406095] wlan0: authenticated
    [ 85.406496] wlan0: associate with 98:fc:11:cb:2b:05 (try 1/3)
    [ 85.422813] wlan0: RX AssocResp from 98:fc:11:cb:2b:05 (capab=0x431 status=0 aid=4)
    [ 85.422876] wlan0: associated
    [ 85.422901] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    The pacman log is listed here
    [2013-12-27 00:30] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2013-12-27 00:30] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2013-12-27 00:30] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2013-12-27 00:30] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2013-12-27 00:30] [ALPM-SCRIPTLET] ==> Starting build: 3.12.6-1-ARCH
    [2013-12-27 00:30] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-12-27 00:30] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-12-27 00:30] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2013-12-27 00:30] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-12-27 00:30] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-12-27 00:30] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-12-27 00:30] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-12-27 00:30] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-12-27 00:30] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-12-27 00:30] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2013-12-27 00:30] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-12-27 00:30] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2013-12-27 00:30] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2013-12-27 00:30] [ALPM-SCRIPTLET] ==> Starting build: 3.12.6-1-ARCH
    [2013-12-27 00:30] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-12-27 00:30] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-12-27 00:30] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-12-27 00:30] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-12-27 00:30] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2013-12-27 00:30] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2013-12-27 00:30] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-12-27 00:30] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-12-27 00:30] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-12-27 00:30] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-12-27 00:30] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2013-12-27 00:30] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-12-27 00:30] [PACMAN] upgraded linux (3.12.5-1 -> 3.12.6-1)
    Someone experienced a similar issue or could make some sense of this behavior? Otherwise I am tempted to report it to https://bugzilla.kernel.org.
    Best regards,
    ranc0ur
    Last edited by ranc0ur (2013-12-27 00:05:35)

    This is a well known and longstanding issue: going back to at least the 3.7.xx series kernels (UEFI booting). You can search the boards for the various threads dedicated to this (class of) bug{,s}.

  • Random Kernel Panic after upgrade to kernel 2.6.36

    Hello,
    First of all, I apologise if this topic has already come up on the forums, but i've checked and can't see anything specifically relating to the problem im having, and ive also checked the bugs section of Archwiki and can't seem to see anything on there either. I'm not sure what information you guys need so ill just post as much as I can think of in this thread and then if you need any other info, ill post it on request.
    The problem im having relates to a recent system update, which I did sometime within the past 4 weeks or so, after not upgrading for quite a while due to lack of free time.
    In the last update I remember seeing it upgrading the kernel from 2.6.35 to 2.6.36, and since then I have been getting completly random kernel panics, whereby everything freezes. If I have audio output, the sound crashes and everything freezes, and the caps lock and scroll lock lights just flash in sync on the keyboard.
    I have never had any problems like this in all the 7 months that i've been using Arch as a permenant OS.
    Hardware:
    Mobo: ASRock 775Dual-VSTA
    Ram: 2GB (2x 1GB different brand sticks, same specs)
    CPU: Intel Core 2 Duo 1.6GHz
    GFX: Nvidia 8800GT 512MB
    Plug and Play hardware that is normally always connected:
    1. Zoom Wireless Dongle (4410b chipset, using ndiswrapper and the Zoom windows driver)
    2. Digital TV Stick (Artec T1) with specific firmware and using MeTV as a viewer.
    I've looked in all of the logs, including: dmesg, everything.log, daemon.log, errors.log, messages.log and all the other logs. But there is very little information relating to the crash in there. I'm guessing this is because its a kernel panic so it doesn't have chance to dump anything into the logs before it all crashes? If needs be I can post whichever logs you think will be most useful, but i'm using my laptop at the minute so I wont get chance to post them until tomorrow evening.
    I've also tried enabling the testing repos and upgraded to kernel 2.6.37-1 to see if this suspected bug is fixed, but the panic seems to happen the same, if not more with kernel 2.6.37-1. At the minute I've rolled my system back to kernel 2.6.36 because it seemed a little more stable.
    It doesn't just crash when your in the X server either. Theres been a few times when i've had a kernel panic during boot. Sometimes a couple of seconds after it starts to boot into Arch. And sometimes just as its processing the Udev events. But as I say it seems completely random rather than relating to specific events.
    During one of the crashes at boot I got an error message on the screen which read:
    Setting Latency Timer to 64
    HDA Intel 0000:80:01.0: PCI: disallowing DAC for device
    [<c131621b>] ? error_code+0x67/0x6c
    Thats as much as I can think of at the minute. As I say, if you need any more information or need me to paste my log files then let me know and i will do that tomorrow.
    Thanks in advance for the help, its much appreciated.
    Scott.
    Last edited by ScottWilson1990 (2011-01-10 01:18:26)

    Hi Daniel,
    I'm just guessing that its a kenel panic, as when it happens both the caps lock and scroll lock lights flash in sync, which is a sign of kernel panic isn't it?
    My cpu is i686.
    I've just read that post and i've downgraded udev to 164-3 to see if this solves the problem as some people have said in that post, although others later on in the thread say that this doesn't solve it for them. This morning it took me 4 restarts just to get arch to boot without the panic. I took a picture of the screen during the panic which ill post after work this evening, it looks pretty similar to the picture posted by "rabid_works" in the thread you pasted. I'm not sure about your post in the other threat that relates to the errors in the Oops report, could you clarify this so I can see if the problems reported in that thread are what I am experiencing?.
    In the meantime, here is my pacman.log from 26.12.10 when I did the upgrade and the problems started. (note I have done upgrades following 26.12.10 to see if anything fixed the problem but with no luck, that is why the log is so long and I don't have any hosting anymore, so i've had to post it in quotes, I apologise).
    [2010-12-26 15:13] Running 'pacman -Sy'
    [2010-12-26 15:13] synchronizing package lists
    [2010-12-26 15:14] Running 'pacman -Syu'
    [2010-12-26 15:14] synchronizing package lists
    [2010-12-26 15:14] starting full system upgrade
    [2010-12-26 15:35] Running 'pacman -Syu'
    [2010-12-26 15:35] synchronizing package lists
    [2010-12-26 15:35] starting full system upgrade
    [2010-12-26 16:45] removed libusb1 (1.0.8-1)
    [2010-12-26 16:45] removed pycairo (1.8.10-2)
    [2010-12-26 16:45] removed python-numpy (1.5.0-2)
    [2010-12-26 16:45] upgraded gnome-menus (2.30.4-2 -> 2.30.5-1)
    [2010-12-26 16:45] upgraded gnome-desktop (2.32.0-2 -> 2.32.1-1)
    [2010-12-26 16:45] upgraded tzdata (2010n-1 -> 2010o-1)
    [2010-12-26 16:45] Generating locales...
    [2010-12-26 16:45]   en_GB.UTF-8... done
    [2010-12-26 16:45]   en_US.UTF-8... done
    [2010-12-26 16:46]   en_US.ISO-8859-1... done
    [2010-12-26 16:46] Generation complete.
    [2010-12-26 16:46] upgraded glibc (2.12.1-3 -> 2.12.1-4)
    [2010-12-26 16:46] upgraded gcc-libs (4.5.1-1 -> 4.5.1-2)
    [2010-12-26 16:46] upgraded pcre (8.10-1 -> 8.11-1)
    [2010-12-26 16:46] upgraded glib2 (2.26.0-2 -> 2.26.1-1)
    [2010-12-26 16:46] upgraded zlib (1.2.5-2 -> 1.2.5-3)
    [2010-12-26 16:46] upgraded ncurses (5.7-3 -> 5.7-4)
    [2010-12-26 16:46] upgraded readline (6.1.002-1 -> 6.1.002-2)
    [2010-12-26 16:46] upgraded libxml2 (2.7.7-2 -> 2.7.8-1)
    [2010-12-26 16:46] upgraded bash (4.1.009-1 -> 4.1.009-3)
    [2010-12-26 16:46] upgraded findutils (4.4.2-2 -> 4.4.2-3)
    [2010-12-26 16:46] upgraded gzip (1.4-1 -> 1.4-2)
    [2010-12-26 16:46] upgraded texinfo (4.13a-4 -> 4.13a-5)
    [2010-12-26 16:46] upgraded libtasn1 (2.6-1 -> 2.8-1)
    [2010-12-26 16:46] upgraded gnutls (2.8.6-1 -> 2.10.4-1)
    [2010-12-26 16:46] upgraded libsoup (2.32.0-1 -> 2.32.2-1)
    [2010-12-26 16:46] upgraded db (5.1.19-2 -> 5.1.19-3)
    [2010-12-26 16:46] upgraded openssl (1.0.0.a-3 -> 1.0.0.c-1)
    [2010-12-26 16:46] upgraded sqlite3 (3.7.3-1 -> 3.7.4-1)
    [2010-12-26 16:46] upgraded heimdal (1.3.3-2 -> 1.3.3-4)
    [2010-12-26 16:46] upgraded evolution-data-server (2.32.0-2 -> 2.32.1-1)
    [2010-12-26 16:46] upgraded inputproto (2.0-1 -> 2.0.1-1)
    [2010-12-26 16:46] upgraded libxi (1.3.2-1 -> 1.4.0-1)
    [2010-12-26 16:46] upgraded libpng (1.4.4-1 -> 1.4.5-1)
    [2010-12-26 16:46] upgraded expat (2.0.1-5 -> 2.0.1-6)
    [2010-12-26 16:46] upgraded xproto (7.0.18-1 -> 7.0.20-1)
    [2010-12-26 16:46] upgraded libx11 (1.3.5-1 -> 1.4.0-1)
    [2010-12-26 16:46] upgraded attr (2.4.44-1 -> 2.4.44-2)
    [2010-12-26 16:46] upgraded libcap (2.19-1 -> 2.19-2)
    [2010-12-26 16:46] upgraded coreutils (8.6-1 -> 8.7-1)
    [2010-12-26 16:46] warning: /etc/hosts installed as /etc/hosts.pacnew
    [2010-12-26 16:46] warning: /etc/gshadow installed as /etc/gshadow.pacnew
    [2010-12-26 16:46] upgraded filesystem (2010.10-1 -> 2010.12-1)
    [2010-12-26 16:46] upgraded dbus-core (1.4.0-1 -> 1.4.1-1)
    [2010-12-26 16:46] upgraded dbus (1.4.0-1 -> 1.4.1-1)
    [2010-12-26 16:46] upgraded avahi (0.6.27-7 -> 0.6.28-1)
    [2010-12-26 16:46] upgraded libcups (1.4.4-3 -> 1.4.5-2)
    [2010-12-26 16:46] upgraded gdk-pixbuf2 (2.22.0-2 -> 2.22.1-1)
    [2010-12-26 16:46] upgraded gtk2 (2.22.0-5 -> 2.22.1-1)
    [2010-12-26 16:46] upgraded librsvg (2.32.0-2 -> 2.32.1-1)
    [2010-12-26 16:46] upgraded libogg (1.2.0-1 -> 1.2.2-1)
    [2010-12-26 16:46] upgraded libvorbis (1.3.1-1 -> 1.3.2-1)
    [2010-12-26 16:46] upgraded gstreamer0.10 (0.10.30-1 -> 0.10.31-1)
    [2010-12-26 16:46] upgraded libcanberra (0.25-1 -> 0.26-3)
    [2010-12-26 16:46] upgraded libwnck (2.30.5-1 -> 2.30.6-1)
    [2010-12-26 16:46] upgraded gnome-panel (2.32.0.2-2 -> 2.32.1-1)
    [2010-12-26 16:46] upgraded alacarte (0.13.2-2 -> 0.13.2-3)
    [2010-12-26 16:46] upgraded alsa-utils (1.0.23-2 -> 1.0.23-3)
    [2010-12-26 16:46] upgraded amsn (0.98.3-4 -> 0.98.4-1)
    [2010-12-26 16:46] upgraded libusb (0.1.12-4 -> 1.0.8-1)
    [2010-12-26 16:46] installed libusb-compat (0.1.3-1)
    [2010-12-26 16:46] upgraded ardour (2.8.11-1 -> 2.8.11-2)
    [2010-12-26 16:46] upgraded automake (1.11.1-1 -> 1.11.1-2)
    [2010-12-26 16:46] upgraded bluez (4.77-1 -> 4.82-1)
    [2010-12-26 16:46] upgraded boost-libs (1.43.0-2 -> 1.45.0-1)
    [2010-12-26 16:46] upgraded orc (0.4.7-1 -> 0.4.11-1)
    [2010-12-26 16:46] upgraded udev (163-1 -> 164-3)
    [2010-12-26 16:46] upgraded gstreamer0.10-base (0.10.30-1 -> 0.10.31-1)
    [2010-12-26 16:46] upgraded gstreamer0.10-base-plugins (0.10.30-1 -> 0.10.31-1)
    [2010-12-26 16:46] upgraded file (5.04-2 -> 5.04-3)
    [2010-12-26 16:46] upgraded cdrkit (1.1.10-1 -> 1.1.11-1)
    [2010-12-26 16:46] upgraded libao (1.0.0-2 -> 1.0.0-5)
    [2010-12-26 16:46] upgraded cdrdao (1.2.3-4 -> 1.2.3-5)
    [2010-12-26 16:46] upgraded brasero (2.32.0-3 -> 2.32.1-1)
    [2010-12-26 16:46] upgraded run-parts (3.2.3-1 -> 3.4.1-1)
    [2010-12-26 16:46] upgraded sed (4.2.1-2 -> 4.2.1-3)
    [2010-12-26 16:46] Clearing symlinks in /etc/ssl/certs...done.
    [2010-12-26 16:46] Updating certificates in /etc/ssl/certs... 141 added, 0 removed; done.
    [2010-12-26 16:46] Running hooks in /etc/ca-certificates/update.d....
    [2010-12-26 16:46] updating keystore /etc/ssl/certs/java/cacerts...
    [2010-12-26 16:46]   added: /etc/ssl/certs/brasil.gov.br.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/cacert.org.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/ca.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/cert_igca_dsa.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/cert_igca_rsa.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/ABAecom_=sub.__Am._Bankers_Assn.=_Root_CA.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/AOL_Time_Warner_Root_Certification_Authority_1.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/AOL_Time_Warner_Root_Certification_Authority_2.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/AddTrust_External_Root.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/AddTrust_Low-Value_Services_Root.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/AddTrust_Public_Services_Root.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/AddTrust_Qualified_Certificates_Root.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/America_Online_Root_Certification_Authority_1.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/America_Online_Root_Certification_Authority_2.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/Baltimore_CyberTrust_Root.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/COMODO_Certification_Authority.pem
    [2010-12-26 16:46]   ignored import, signature not available: /etc/ssl/certs/COMODO_ECC_Certification_Authority.pem
    [2010-12-26 16:46] keytool error: java.security.NoSuchAlgorithmException: SHA384withECDSA Signature not available
    [2010-12-26 16:46]   added: /etc/ssl/certs/Camerfirma_Chambers_of_Commerce_Root.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/Camerfirma_Global_Chambersign_Root.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/Certplus_Class_2_Primary_CA.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/Certum_Root_CA.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/Comodo_AAA_Services_root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Comodo_Secure_Services_root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Comodo_Trusted_Services_root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/DST_ACES_CA_X6.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/DST_Root_CA_X3.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/DigiCert_Assured_ID_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/DigiCert_Global_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/DigiCert_High_Assurance_EV_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/DigiNotar_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Digital_Signature_Trust_Co._Global_CA_1.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Digital_Signature_Trust_Co._Global_CA_2.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Digital_Signature_Trust_Co._Global_CA_3.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Digital_Signature_Trust_Co._Global_CA_4.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Entrust.net_Global_Secure_Personal_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Entrust.net_Global_Secure_Server_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Entrust.net_Premium_2048_Secure_Server_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Entrust.net_Secure_Personal_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Entrust.net_Secure_Server_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Entrust_Root_Certification_Authority.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Equifax_Secure_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Equifax_Secure_Global_eBusiness_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Equifax_Secure_eBusiness_CA_1.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Equifax_Secure_eBusiness_CA_2.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Firmaprofesional_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/GTE_CyberTrust_Global_Root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/GTE_CyberTrust_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/GeoTrust_Global_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/GeoTrust_Global_CA_2.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/GeoTrust_Primary_Certification_Authority.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/GeoTrust_Universal_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/GeoTrust_Universal_CA_2.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/GlobalSign_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/GlobalSign_Root_CA_-_R2.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Go_Daddy_Class_2_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/IPS_CLASE1_root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/IPS_CLASE3_root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/IPS_CLASEA1_root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/IPS_CLASEA3_root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/IPS_Chained_CAs_root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/IPS_Servidores_root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/IPS_Timestamping_root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/NetLock_Business_=Class_B=_Root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/NetLock_Express_=Class_C=_Root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/NetLock_Notary_=Class_A=_Root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/NetLock_Qualified_=Class_QA=_Root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Network_Solutions_Certificate_Authority.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/QuoVadis_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/QuoVadis_Root_CA_2.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/QuoVadis_Root_CA_3.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/RSA_Root_Certificate_1.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/RSA_Security_1024_v3.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/RSA_Security_2048_v3.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/SecureTrust_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Secure_Global_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Security_Communication_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Sonera_Class_1_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Sonera_Class_2_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Staat_der_Nederlanden_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Starfield_Class_2_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/StartCom_Certification_Authority.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/StartCom_Ltd..pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/SwissSign_Gold_CA_-_G2.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/SwissSign_Platinum_CA_-_G2.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/SwissSign_Silver_CA_-_G2.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Swisscom_Root_CA_1.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/TC_TrustCenter__Germany__Class_2_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/TC_TrustCenter__Germany__Class_3_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/TDC_Internet_Root_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/TDC_OCES_Root_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/TURKTRUST_Certificate_Services_Provider_Root_1.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/TURKTRUST_Certificate_Services_Provider_Root_2.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Taiwan_GRCA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Thawte_Personal_Basic_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Thawte_Personal_Freemail_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Thawte_Personal_Premium_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Thawte_Premium_Server_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Thawte_Server_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Thawte_Time_Stamping_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/UTN-USER_First-Network_Applications.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/UTN_DATACorp_SGC_Root_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/UTN_USERFirst_Email_Root_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/UTN_USERFirst_Hardware_Root_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/ValiCert_Class_1_VA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/ValiCert_Class_2_VA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_1_Public_Primary_Certification_Authority.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_1_Public_Primary_Certification_Authority_-_G2.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_1_Public_Primary_Certification_Authority_-_G3.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_2_Public_Primary_Certification_Authority.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_2_Public_Primary_Certification_Authority_-_G2.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_2_Public_Primary_Certification_Authority_-_G3.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_3_Public_Primary_Certification_Authority.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_3_Public_Primary_Certification_Authority_-_G2.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_4_Public_Primary_Certification_Authority_-_G2.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_4_Public_Primary_Certification_Authority_-_G3.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_RSA_Secure_Server_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Time_Stamping_Authority_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Visa_International_Global_Root_2.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Visa_eCommerce_Root.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/WellsSecure_Public_Root_Certificate_Authority.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Wells_Fargo_Root_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/XRamp_Global_CA_Root.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/beTRUSTed_Root_CA-Baltimore_Implementation.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/beTRUSTed_Root_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/beTRUSTed_Root_CA_-_Entrust_Implementation.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/beTRUSTed_Root_CA_-_RSA_Implementation.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/thawte_Primary_Root_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/signet_ca1_pem.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/signet_ca2_pem.pem
    [2010-12-26 16:49]   added: /etc/ssl/certs/signet_ca3_pem.pem
    [2010-12-26 16:49]   added: /etc/ssl/certs/signet_ocspklasa2_pem.pem
    [2010-12-26 16:49]   added: /etc/ssl/certs/signet_ocspklasa3_pem.pem
    [2010-12-26 16:49]   added: /etc/ssl/certs/signet_pca2_pem.pem
    [2010-12-26 16:49]   added: /etc/ssl/certs/signet_pca3_pem.pem
    [2010-12-26 16:49]   added: /etc/ssl/certs/signet_rootca_pem.pem
    [2010-12-26 16:49]   added: /etc/ssl/certs/signet_tsa1_pem.pem
    [2010-12-26 16:49]   added: /etc/ssl/certs/spi-ca-2003.pem
    [2010-12-26 16:49]   added: /etc/ssl/certs/spi-cacert-2008.pem
    [2010-12-26 16:49]   added: /etc/ssl/certs/deutsche-telekom-root-ca-2.pem
    [2010-12-26 16:49] done.
    [2010-12-26 16:49] done.
    [2010-12-26 16:49] upgraded ca-certificates (20090814-3 -> 20090814+nmu2-1)
    [2010-12-26 16:49] upgraded ca-certificates-java (20090629-2 -> 20100412-2)
    [2010-12-26 16:49] upgraded cairomm (1.8.4-1 -> 1.8.6-1)
    [2010-12-26 16:49] upgraded curl (7.21.2-2 -> 7.21.3-1)
    [2010-12-26 16:49] upgraded dbus-glib (0.86-1 -> 0.92-1)
    [2010-12-26 16:49] upgraded python2 (2.7-3 -> 2.7.1-3)
    [2010-12-26 16:49] upgraded libtorrent-rasterbar (0.15.4-2 -> 0.15.4-3)
    [2010-12-26 16:49] upgraded twisted (10.1.0-1 -> 10.2.0-1)
    [2010-12-26 16:49] installed python2-chardet (2.0.1-3)
    [2010-12-26 16:49] >>> Deluge's daemon is running default with the "deluge" user. The default download directory is /srv/deluge/.
    [2010-12-26 16:49]     You can change the user by editing /etc/conf.d/deluged
    [2010-12-26 16:49] upgraded deluge (1.3.1-1 -> 1.3.1-2)
    [2010-12-26 16:49] upgraded device-mapper (2.02.75-1 -> 2.02.78-1)
    [2010-12-26 16:49] upgraded dhcpcd (5.2.8-1 -> 5.2.9-1)
    [2010-12-26 16:49] upgraded diffutils (3.0-1 -> 3.0-2)
    [2010-12-26 16:49] upgraded dnsutils (9.7.1.P2-1 -> 9.7.2.P3-1)
    [2010-12-26 16:49] upgraded eog (2.32.0-2 -> 2.32.1-1)
    [2010-12-26 16:49] upgraded ethtool (6-2 -> 2.6.35-2)
    [2010-12-26 16:49] upgraded fakeroot (1.14.4-2 -> 1.14.5-1)
    [2010-12-26 16:49] upgraded feh (1.10-1 -> 1.10.1-1)
    [2010-12-26 16:49] upgraded sdl (1.2.14-5 -> 1.2.14-6)
    [2010-12-26 16:49] upgraded schroedinger (1.0.9-1 -> 1.0.10-1)
    [2010-12-26 16:49] upgraded libvpx (0.9.5-1 -> 0.9.5-2)
    [2010-12-26 16:49] upgraded libdrm (2.4.21-2 -> 2.4.22-3)
    [2010-12-26 16:49] upgraded pixman (0.18.4-1 -> 0.20.0-1)
    [2010-12-26 16:49] upgraded xorg-server-common (1.9.2-1 -> 1.9.2-2)
    [2010-12-26 16:49] upgraded xorg-server (1.9.2-1 -> 1.9.2-2)
    [2010-12-26 16:49] upgraded nvidia-utils (260.19.12-1 -> 260.19.29-1)
    [2010-12-26 16:49] upgraded libva (1.0.5-2 -> 1.0.6-1)
    [2010-12-26 16:49] upgraded ffmpeg (25472-1 -> 25679-1)
    [2010-12-26 16:49] upgraded file-roller (2.32.0-1 -> 2.32.1-1)
    [2010-12-26 16:49] upgraded xulrunner (1.9.2.12-1 -> 1.9.2.13-2)
    [2010-12-26 16:49] upgraded firefox (3.6.12-1 -> 3.6.13-1)
    [2010-12-26 16:49] upgraded flashplugin (10.1.85.3-1 -> 10.1.102.65-1)
    [2010-12-26 16:49] installed libasyncns (0.8-3)
    [2010-12-26 16:49] installed libpulse (0.9.22-2)
    [2010-12-26 16:49] upgraded fluidsynth (1.1.3-1 -> 1.1.3-2)
    [2010-12-26 16:49] upgraded freetype2 (2.4.3-1 -> 2.4.4-1)
    [2010-12-26 16:49] upgraded gawk (3.1.8-1 -> 3.1.8-2)
    [2010-12-26 16:49] upgraded gcalctool (5.32.0-2 -> 5.32.2-1)
    [2010-12-26 16:49] upgraded gcc (4.5.1-1 -> 4.5.1-2)
    [2010-12-26 16:49] upgraded gen-init-cpio (2.6.32-1 -> 2.6.36-1)
    [2010-12-26 16:49] upgraded ghostscript (9.00-1 -> 9.00-2)
    [2010-12-26 16:49] upgraded gmime (2.4.19-1 -> 2.4.21-1)
    [2010-12-26 16:49] upgraded gucharmap (2.32.0-1 -> 2.32.1-1)
    [2010-12-26 16:49] upgraded libnotify (0.4.5-1.1 -> 0.5.2-1)
    [2010-12-26 16:50] upgraded gnome-applets (2.32.0-3 -> 2.32.1.1-1)
    [2010-12-26 16:50] installed libgnome-data (2.32.0-3)
    [2010-12-26 16:50] upgraded gnome-settings-daemon (2.32.0-1 -> 2.32.1-2)
    [2010-12-26 16:50] upgraded gnome-control-center (2.32.0-1 -> 2.32.1-1)
    [2010-12-26 16:50] installed python2-gconf (2.28.1-5)
    [2010-12-26 16:50] upgraded gnome-games (2.32.0-3 -> 2.32.1-1)
    [2010-12-26 16:50] upgraded gstreamer0.10-good (0.10.24-1 -> 0.10.26-1)
    [2010-12-26 16:50] upgraded libsoup-gnome (2.32.0-1 -> 2.32.2-1)
    [2010-12-26 16:50] upgraded gstreamer0.10-good-plugins (0.10.24-1 -> 0.10.26-1)
    [2010-12-26 16:50] upgraded gnome-media (2.32.0-1 -> 2.32.0-2)
    [2010-12-26 16:50] upgraded gnome-panel-bonobo (2.32.0.2-2 -> 2.32.1-1)
    [2010-12-26 16:50] installed python2-bonobo (2.28.1-5)
    [2010-12-26 16:50] installed python2-libgnome (2.28.1-5)
    [2010-12-26 16:50] installed python2-gnomecanvas (2.28.1-5)
    [2010-12-26 16:50] installed python2-gnomevfs (2.28.1-5)
    [2010-12-26 16:50] upgraded gnome-python (2.28.1-3 -> 2.28.1-5)
    [2010-12-26 16:50] upgraded polkit (0.98-1 -> 0.99-1)
    [2010-12-26 16:50] upgraded procps (3.2.8-1 -> 3.2.8-3)
    [2010-12-26 16:50] upgraded pm-utils (1.4.0-1 -> 1.4.1-1)
    [2010-12-26 16:50] upgraded upower (0.9.6-0.20100929 -> 0.9.7-2)
    [2010-12-26 16:50] upgraded polkit-gnome (0.97-1 -> 0.99-1)
    [2010-12-26 16:50] upgraded gnome-session (2.32.0-1 -> 2.32.1-1)
    [2010-12-26 16:50] upgraded vte (0.26.1-1 -> 0.26.2-1)
    [2010-12-26 16:50] upgraded gnome-terminal (2.32.0-1 -> 2.32.1-1)
    [2010-12-26 16:50] upgraded gnome-themes (2.32.0-1 -> 2.32.1-1)
    [2010-12-26 16:50] upgraded gnupg (1.4.11-1 -> 1.4.11-2)
    [2010-12-26 16:50] upgraded gnupg2 (2.0.16-2 -> 2.0.16-3)
    [2010-12-26 16:50] installed atkmm (2.22.1-1)
    [2010-12-26 16:50] upgraded gtkmm (2.20.3-1 -> 2.22.0-1)
    [2010-12-26 16:50] upgraded gparted (0.7.0-1 -> 0.7.1-1)
    [2010-12-26 16:50] upgraded gpm (1.20.6-5 -> 1.20.6-6)
    [2010-12-26 16:50] upgraded gstreamer0.10-bad (0.10.19-1 -> 0.10.20-1)
    [2010-12-26 16:50] upgraded libdc1394 (2.1.2-1 -> 2.1.2-2)
    [2010-12-26 16:50] installed gsm (1.0.13-6)
    [2010-12-26 16:50] installed rtmpdump (2.3-3)
    [2010-12-26 16:50] installed libgme (0.5.5-3)
    [2010-12-26 16:50] upgraded gstreamer0.10-bad-plugins (0.10.19-1 -> 0.10.20-1)
    [2010-12-26 16:50] upgraded gstreamer0.10-ffmpeg (0.10.10-1 -> 0.10.11-1)
    [2010-12-26 16:50] upgraded gstreamer0.10-ugly (0.10.15-5 -> 0.10.16-1)
    [2010-12-26 16:50] upgraded gstreamer0.10-ugly-plugins (0.10.15-5 -> 0.10.16-1)
    [2010-12-26 16:50] upgraded gtk-engine-murrine (0.98.1.1-1 -> 0.98.1.1-2)
    [2010-12-26 16:50] upgraded gtk-vnc (0.3.10-2 -> 0.4.2-2)
    [2010-12-26 16:50] upgraded gvfs (1.6.5-2 -> 1.6.6-1)
    [2010-12-26 16:50] upgraded usbutils (0.90-1 -> 0.91-4)
    [2010-12-26 16:50] upgraded hal (0.5.14-4 -> 0.5.14-5)
    [2010-12-26 16:50] upgraded hyphen (2.6-1 -> 2.7.1-1)
    [2010-12-26 16:50] upgraded icu (4.4.2-1 -> 4.6-1)
    [2010-12-26 16:50] upgraded inetutils (1.8-1 -> 1.8-2)
    [2010-12-26 16:50] upgraded initscripts (2010.07-1 -> 2010.07-2)
    [2010-12-26 16:50] upgraded iptables (1.4.9-1 -> 1.4.10-1)
    [2010-12-26 16:50] upgraded ipw2100-fw (1.3-4 -> 1.3-5)
    [2010-12-26 16:50] upgraded ipw2200-fw (3.1-2 -> 3.1-3)
    [2010-12-26 16:50] upgraded isdn4k-utils (3.2p1-5 -> 3.2p1-6)
    [2010-12-26 16:50] upgraded jfsutils (1.1.14-1 -> 1.1.14-2)
    [2010-12-26 16:50] upgraded linux-firmware (20100911-1 -> 20101108-1)
    [2010-12-26 16:50] >>> Updating module dependencies. Please wait ...
    [2010-12-26 16:50] >>> MKINITCPIO SETUP
    [2010-12-26 16:50] >>> ----------------
    [2010-12-26 16:50] >>> If you use LVM2, Encrypted root or software RAID,
    [2010-12-26 16:50] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2010-12-26 16:50] >>> More information about mkinitcpio setup can be found here:
    [2010-12-26 16:50] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2010-12-26 16:50]
    [2010-12-26 16:50] >>> Generating initial ramdisk, using mkinitcpio.  Please wait...
    [2010-12-26 16:50] ==> Building image "default"
    [2010-12-26 16:50] ==> Running command: /sbin/mkinitcpio -k 2.6.36-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2010-12-26 16:50] :: Begin build
    [2010-12-26 16:50] :: Parsing hook [base]
    [2010-12-26 16:50] :: Parsing hook [udev]
    [2010-12-26 16:50] :: Parsing hook [autodetect]
    [2010-12-26 16:50] :: Parsing hook [pata]
    [2010-12-26 16:50] :: Parsing hook [scsi]
    [2010-12-26 16:51] :: Parsing hook [sata]
    [2010-12-26 16:51] :: Parsing hook [filesystems]
    [2010-12-26 16:51] :: Generating module dependencies
    [2010-12-26 16:51] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2010-12-26 16:51] ==> SUCCESS
    [2010-12-26 16:51] ==> Building image "fallback"
    [2010-12-26 16:51] ==> Running command: /sbin/mkinitcpio -k 2.6.36-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2010-12-26 16:51] :: Begin build
    [2010-12-26 16:51] :: Parsing hook [base]
    [2010-12-26 16:51] :: Parsing hook [udev]
    [2010-12-26 16:51] :: Parsing hook [pata]
    [2010-12-26 16:51] :: Parsing hook [scsi]
    [2010-12-26 16:51] :: Parsing hook [sata]
    [2010-12-26 16:51] :: Parsing hook [filesystems]
    [2010-12-26 16:51] :: Generating module dependencies
    [2010-12-26 16:51] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2010-12-26 16:51] ==> SUCCESS
    [2010-12-26 16:51] upgraded kernel26 (2.6.35.8-1 -> 2.6.36.2-1)
    [2010-12-26 16:51] upgraded less (436-1 -> 436-2)
    [2010-12-26 16:51] upgraded libdvdcss (1.2.10-1.1 -> 1.2.10-2)
    [2010-12-26 16:51] upgraded libgnome (2.32.0-1 -> 2.32.0-3)
    [2010-12-26 16:51] upgraded libgssglue (0.1-2 -> 0.1-3)
    [2010-12-26 16:51] upgraded libmpdclient (2.2-1 -> 2.3-1)
    [2010-12-26 16:51] upgraded libmtp (1.0.2-1 -> 1.0.2-2)
    [2010-12-26 16:51] upgraded libpcap (1.1.1-1 -> 1.1.1-2)
    [2010-12-26 16:51] upgraded libpurple (2.7.5-1 -> 2.7.8-1)
    [2010-12-26 16:51] upgraded libwebkit (1.2.5-1 -> 1.2.5-2)
    [2010-12-26 16:51] upgraded libwpd (0.8.14-1 -> 0.9.0-1)
    [2010-12-26 16:51] upgraded lvm2 (2.02.75-1 -> 2.02.78-1)
    [2010-12-26 16:51] upgraded lzo2 (2.03-1 -> 2.04-1)
    [2010-12-26 16:51] upgraded man-db (2.5.7-1 -> 2.5.9-1)
    [2010-12-26 16:51] upgraded man-pages (3.29-1 -> 3.32-1)
    [2010-12-26 16:51] upgraded me-tv (1.3.4-1 -> 1.3.5-1)
    [2010-12-26 16:51] upgraded mesa (7.8.2-3 -> 7.9.0.git20101207-2)
    [2010-12-26 16:51] upgraded mousetweaks (2.32.0-1 -> 2.32.1-1)
    [2010-12-26 16:51] upgraded mpd (0.15.13-1 -> 0.16-2)
    [2010-12-26 16:51] upgraded mpfr (3.0.0.p4-1 -> 3.0.0.p8-1)
    [2010-12-26 16:52] upgraded nano (2.2.5-1 -> 2.2.6-1)
    [2010-12-26 16:52] upgraded nautilus (2.32.0-1 -> 2.32.2-1)
    [2010-12-26 16:52] module configuration already contains alias directive
    [2010-12-26 16:52]
    [2010-12-26 16:52] upgraded ndiswrapper (1.56-5 -> 1.56-6)
    [2010-12-26 16:52] upgraded wireless_tools (29-3 -> 29-4)
    [2010-12-26 16:52] warning: directory permissions differ on var/lib/NetworkManager/
    filesystem: 755  package: 700
    [2010-12-26 16:52] ATTENTION:
    [2010-12-26 16:52]   /etc/NetworkManager/nm-system-settings.conf has been replaced
    [2010-12-26 16:52]   by /etc/NetworkManager/NetworkManager.conf. Make sure you move
    [2010-12-26 16:52]   any custom settings to the new config file.
    [2010-12-26 16:52] upgraded networkmanager (0.8.1-1 -> 0.8.3-0.20101130)
    [2010-12-26 16:52] upgraded network-manager-applet (0.8.1-2 -> 0.8.2-2)
    [2010-12-26 16:52] upgraded nfsidmap (0.23-3 -> 0.23-4)
    [2010-12-26 16:52] In order to use the new nvidia module, exit Xserver and unload it manually.
    [2010-12-26 16:52] upgraded nvidia (260.19.12-1 -> 260.19.29-1)
    [2010-12-26 16:52] when you use a non-reparenting window manager
    [2010-12-26 16:52] set _JAVA_AWT_WM_NONREPARENTING=1 in
    [2010-12-26 16:52] /etc/profile.d/openjdk6.sh
    [2010-12-26 16:52] upgraded openjdk6 (6.b20_1.9.1-1 -> 6.b20_1.9.3-1)
    [2010-12-26 16:52] upgraded raptor (1.4.21-1 -> 1.4.21-2)
    [2010-12-26 16:52] upgraded rasqal (0.9.20-1 -> 0.9.21-1)
    [2010-12-26 16:52] upgraded redland (1.0.12-2 -> 1.0.12-3)
    [2010-12-26 16:52]  * check /etc/profile.d/openoffice.sh, then relogin or "source" the file
    [2010-12-26 16:52]  * see http://wiki.archlinux.org/index.php/Openoffice
    [2010-12-26 16:52]    how to use extensions, e.g. for spell checking
    [2010-12-26 16:52]    see /usr/lib/openoffice/share/extension/install what
    [2010-12-26 16:52]    is shipped with this package
    [2010-12-26 16:52]  * make sure you have installed a ttf font (ttf-dejavu recommended)
    [2010-12-26 16:52] upgraded openoffice-base (3.2.1-3 -> 3.2.1-4)
    [2010-12-26 16:52] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
    [2010-12-26 16:52] upgraded pacman-mirrorlist (20100825-1 -> 20101223-1)
    [2010-12-26 16:52] upgraded patch (2.6.1-1 -> 2.6.1-2)
    [2010-12-26 16:52] upgraded perl-xml-parser (2.36-7 -> 2.40-1)
    [2010-12-26 16:52] upgraded pidgin (2.7.5-1 -> 2.7.8-1)
    [2010-12-26 16:52] upgraded pilot-link (0.12.5-1 -> 0.12.5-2)
    [2010-12-26 16:52] upgraded pkg-config (0.25-2 -> 0.25-3)
    [2010-12-26 16:52] upgraded poppler-data (0.4.3-1 -> 0.4.4-1)
    [2010-12-26 16:52] upgraded poppler (0.14.4-1 -> 0.14.5-1)
    [2010-12-26 16:52] upgraded poppler-glib (0.14.4-1 -> 0.14.5-1)
    [2010-12-26 16:52] upgraded postgresql-libs (9.0.1-2 -> 9.0.2-2)
    [2010-12-26 16:52] installed python2-cairo (1.8.10-1)
    [2010-12-26 16:52] upgraded python (3.1.2-2 -> 3.1.3-1)
    [2010-12-26 16:52] upgraded python-chardet (2.0.1-2 -> 2.0.1-3)
    [2010-12-26 16:52] installed python2-numpy (1.5.1-1)
    [2010-12-26 16:52] upgraded qt (4.7.0-4 -> 4.7.1-3)
    [2010-12-26 16:52] upgraded recode (3.6-5 -> 3.6-6)
    [2010-12-26 16:52] upgraded reiserfsprogs (3.6.21-2 -> 3.6.21-3)
    [2010-12-26 16:52] upgraded rpcbind (0.2.0-2 -> 0.2.0-3)
    [2010-12-26 16:52] upgraded smbclient (3.5.5-1 -> 3.5.6-1)
    [2010-12-26 16:52] upgraded syslog-ng (3.1.2-1 -> 3.2.1-1)
    [2010-12-26 16:52] upgraded tar (1.23-3 -> 1.25-1)
    [2010-12-26 16:52] upgraded telepathy-glib (0.12.3-1 -> 0.12.7-1)
    [2010-12-26 16:53] upgraded ttf-dejavu (2.30-2 -> 2.32-2)
    [2010-12-26 16:53] upgraded udisks (1.0.1-5 -> 1.0.2-1)
    [2010-12-26 16:53] upgraded unrar (3.9.10-1 -> 4.0.3-1)
    [2010-12-26 16:53] upgraded vino (2.32.0-1 -> 2.32.0-2)
    [2010-12-26 16:53] upgraded zvbi (0.2.33-2 -> 0.2.33-3)
    [2010-12-26 16:53] upgraded vlc (1.1.4.1-2 -> 1.1.5-2)
    [2010-12-26 16:53] upgraded warsow-data (0.5-4 -> 0.6-1)
    [2010-12-26 16:53] upgraded warsow (0.5-4 -> 0.6-3)
    [2010-12-26 16:53] upgraded which (2.20-3 -> 2.20-4)
    [2010-12-26 16:53] upgraded whois (5.0.7-1 -> 5.0.10-1)
    [2010-12-26 16:53] upgraded wireless-regdb (2009.11.25-1 -> 2010.11.24-1)
    [2010-12-26 16:53] upgraded xbitmaps (1.1.0-1 -> 1.1.1-1)
    [2010-12-26 16:53] upgraded xfsprogs (3.1.3-1 -> 3.1.4-1)
    [2010-12-26 16:53] upgraded xinetd (2.3.14-5 -> 2.3.14-6)
    [2010-12-26 16:53] upgraded xorg-docs (1.5-1 -> 1.6-1)
    [2010-12-26 16:53] upgraded xorg-iceauth (1.0.3-1 -> 1.0.4-1)
    [2010-12-26 16:53] installed xorg-xdpyinfo (1.2.0-1)
    [2010-12-26 16:53] installed xorg-xdriinfo (1.0.4-1)
    [2010-12-26 16:53] installed xorg-xev (1.1.0-1)
    [2010-12-26 16:53] installed xorg-xlsatoms (1.1.0-1)
    [2010-12-26 16:53] installed xorg-xlsclients (1.1.1-1)
    [2010-12-26 16:53] installed xorg-xprop (1.2.0-1)
    [2010-12-26 16:53] installed xorg-xvinfo (1.1.1-1)
    [2010-12-26 16:53] installed xorg-xwininfo (1.1.1-1)
    [2010-12-26 16:53] upgraded xorg-utils (7.6-5 -> 7.6-6)
    [2010-12-26 16:53] upgraded xorg-xauth (1.0.4-1 -> 1.0.5-1)
    [2010-12-26 16:53] upgraded xorg-xbacklight (1.1.1-1 -> 1.1.2-1)
    [2010-12-26 16:53] upgraded xorg-xgamma (1.0.3-1 -> 1.0.4-1)
    [2010-12-26 16:53] upgraded xorg-xhost (1.0.3-1 -> 1.0.4-1)
    [2010-12-26 16:53] upgraded xorg-xinit (1.2.1-1 -> 1.3.0-2)
    [2010-12-26 16:53] upgraded xorg-xinput (1.5.2-1 -> 1.5.3-1)
    [2010-12-26 16:53] upgraded xorg-xkill (1.0.2-1 -> 1.0.3-1)
    [2010-12-26 16:53] upgraded xorg-xrandr (1.3.3-1 -> 1.3.4-1)
    [2010-12-26 16:53] upgraded xorg-xrdb (1.0.6-1 -> 1.0.7-1)
    [2010-12-26 16:53] upgraded xorg-xrefresh (1.0.3-1 -> 1.0.4-1)
    [2010-12-26 16:53] upgraded xorg-xset (1.2.0-1 -> 1.2.1-1)
    [2010-12-26 16:53] upgraded xorg-xsetroot (1.0.3-1 -> 1.1.0-1)
    [2010-12-26 16:53] upgraded xorg-xwd (1.0.3-1 -> 1.0.4-1)
    [2010-12-26 16:53] upgraded xorg-xwud (1.0.2-1 -> 1.0.3-1)
    [2010-12-26 16:53] upgraded xterm (266-1 -> 267-1)
    [2010-12-26 16:53] upgraded zenity (2.32.0-1 -> 2.32.1-1)
    [2010-12-28 17:36] Running 'pacman -Stu'
    [2010-12-28 17:36] starting full system upgrade
    [2010-12-28 17:36] Running 'pacman -Syu'
    [2010-12-28 17:36] synchronizing package lists
    [2010-12-28 17:36] starting full system upgrade
    [2010-12-28 17:37] upgraded libpurple (2.7.8-1 -> 2.7.9-1)
    [2010-12-28 17:37] upgraded pidgin (2.7.8-1 -> 2.7.9-1)
    [2010-12-29 23:49] Running 'pacman -S openntp'
    [2010-12-29 23:49] Running 'pacman -S openntpd'
    [2010-12-29 23:49] adding new group: ntp
    [2010-12-29 23:49] adding new user: ntp
    [2010-12-29 23:49] installed openntpd (3.9p1-13)
    [2010-12-31 17:57] Running 'pacman -Syu'
    [2010-12-31 17:57] synchronizing package lists
    [2010-12-31 17:57] starting full system upgrade
    [2010-12-31 18:03] upgraded linux-api-headers (2.6.34-1 -> 2.6.36.2-1)
    [2010-12-31 18:03] Generating locales...
    [2010-12-31 18:03]   en_GB.UTF-8... done
    [2010-12-31 18:03]   en_US.UTF-8... done
    [2010-12-31 18:03]   en_US.ISO-8859-1... done
    [2010-12-31 18:03] Generation complete.
    [2010-12-31 18:03] upgraded glibc (2.12.1-4 -> 2.12.2-1)
    [2010-12-31 18:03] upgraded binutils (2.20.1-4 -> 2.21-2)
    [2010-12-31 18:03] upgraded gcc (4.5.1-2 -> 4.5.2-3)
    [2010-12-31 18:03] upgraded gcc-libs (4.5.1-2 -> 4.5.2-3)
    [2010-12-31 18:03] upgraded hyphen (2.7.1-1 -> 2.7.1-2)
    [2010-12-31 18:03] upgraded libwebkit (1.2.5-2 -> 1.2.6-1)
    [2010-12-31 18:03] upgraded nautilus (2.32.2-1 -> 2.32.2.1-1)
    [2010-12-31 18:03] upgraded twisted (10.2.0-1 -> 10.2.0-2)
    [2010-12-31 18:03] upgraded xulrunner (1.9.2.13-2 -> 1.9.2.13-3)
    [2011-01-01 00:31] Running 'pacman -S dhcpcd'
    [2011-01-01 00:35] Running 'pacman -Rns dhcpcd'
    [2011-01-01 00:36] Running 'pacman -Rns networkmanager'
    [2011-01-01 00:36] Running 'pacman -Rns network-manager-applet'
    [2011-01-01 00:36] removed network-manager-applet (0.8.2-2)
    [2011-01-01 00:36] removed mobile-broadband-provider-info (20100510-1)
    [2011-01-01 00:36] Running 'pacman -Rns networkmanager'
    [2011-01-01 00:36] removed networkmanager (0.8.3-0.20101130)
    [2011-01-01 00:36] Running 'pacman -Rns netcfg'
    [2011-01-01 00:36] removed netcfg (2.5.4-1)
    [2011-01-07 19:27] Running 'pacman -Syu'
    [2011-01-07 19:27] synchronizing package lists
    [2011-01-07 19:28] upgraded pacman (3.4.1-1 -> 3.4.2-1)
    [2011-01-07 19:28] Running 'pacman -Syu'
    [2011-01-07 19:28] synchronizing package lists
    [2011-01-07 19:28] starting full system upgrade
    [2011-01-07 19:34] upgraded atkmm (2.22.1-1 -> 2.22.1-2)
    [2011-01-07 19:34] upgraded bluez (4.82-1 -> 4.84-1)
    [2011-01-07 19:34] upgraded cairo (1.10.0-2 -> 1.10.2-1)
    [2011-01-07 19:34] upgraded cloog-ppl (0.15.9-2 -> 0.15.10-2)
    [2011-01-07 19:34] upgraded pam (1.1.1-2 -> 1.1.3-1)
    [2011-01-07 19:34] upgraded coreutils (8.7-1 -> 8.8-1)
    [2011-01-07 19:34] upgraded pciutils (3.1.7-1 -> 3.1.7-2)
    [2011-01-07 19:34] upgraded udev (164-3 -> 165-1)
    [2011-01-07 19:34] upgraded device-mapper (2.02.78-1 -> 2.02.79-1)
    [2011-01-07 19:34] upgraded cryptsetup (1.1.3-1 -> 1.2.0-1)
    [2011-01-07 19:34] upgraded e2fsprogs (1.41.12-1 -> 1.41.14-1)
    [2011-01-07 19:34] upgraded elfutils (0.149-2 -> 0.150-1)
    [2011-01-07 19:34] upgraded gcc (4.5.2-3 -> 4.5.2-4)
    [2011-01-07 19:34] upgraded gcc-libs (4.5.2-3 -> 4.5.2-4)
    [2011-01-07 19:34] upgraded gnome-media (2.32.0-2 -> 2.32.0-3)
    [2011-01-07 19:34] upgraded groff (1.20.1-4 -> 1.21-1)
    [2011-01-07 19:34] upgraded hunspell (1.2.12-1 -> 1.2.14-1)
    [2011-01-07 19:34] upgraded libcups (1.4.5-2 -> 1.4.6-1)
    [2011-01-07 19:34] upgraded libmysqlclient (5.1.51-1 -> 5.1.54-1)
    [2011-01-07 19:34] upgraded libtool (2.4-1 -> 2.4-2)
    [2011-01-07 19:34] upgraded lvm2 (2.02.78-1 -> 2.02.79-1)
    [2011-01-07 19:34] upgraded python2 (2.7.1-3 -> 2.7.1-4)
    [2011-01-07 19:34] Updating font cache... done.
    [2011-01-07 19:34] upgraded ttf-freefont (20090104-2 -> 20100919-1)
    [2011-01-08 20:14] Running 'pacman -Sy'
    [2011-01-08 20:14] synchronizing package lists
    [2011-01-08 20:16] Running 'pacman -Sy'
    [2011-01-08 20:16] synchronizing package lists
    [2011-01-08 20:18] Running 'pacman -Sy'
    [2011-01-08 20:18] synchronizing package lists
    [2011-01-08 20:22] Running 'pacman -S kernal26'
    [2011-01-08 20:22] Running 'pacman -S kernel26'
    [2011-01-08 20:25] Running 'pacman -Sn kernel26'
    [2011-01-08 20:26] Running 'pacman -S kernel26 ndiswrapper'
    [2011-01-08 20:26] Running 'pacman -S kernel26 ndiswrapper nvidia'
    [2011-01-08 20:29] >>> Updating module dependencies. Please wait ...
    [2011-01-08 20:29] >>> MKINITCPIO SETUP
    [2011-01-08 20:29] >>> ----------------
    [2011-01-08 20:29] >>> If you use LVM2, Encrypted root or software RAID,
    [2011-01-08 20:29] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2011-01-08 20:29] >>> More information about mkinitcpio setup can be found here:
    [2011-01-08 20:29] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2011-01-08 20:29]
    [2011-01-08 20:29] >>> Generating initial ramdisk, using mkinitcpio.  Please wait...
    [2011-01-08 20:29] ==> Building image "default"
    [2011-01-08 20:29] ==> Running command: /sbin/mkinitcpio -k 2.6.37-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2011-01-08 20:29] :: Begin build
    [2011-01-08 20:29] :: Parsing hook [base]
    [2011-01-08 20:29] :: Parsing hook [udev]
    [2011-01-08 20:29] :: Parsing hook [autodetect]
    [2011-01-08 20:29] :: Parsing hook [pata]
    [2011-01-08 20:29] :: Parsing hook [scsi]
    [2011-01-08 20:29] :: Parsing hook [sata]
    [2011-01-08 20:29] :: Parsing hook [filesystems]
    [2011-01-08 20:29] :: Generating module dependencies
    [2011-01-08 20:29] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2011-01-08 20:29] ==> SUCCESS
    [2011-01-08 20:29] ==> Building image "fallback"
    [2011-01-08 20:29] ==> Running command: /sbin/mkinitcpio -k 2.6.37-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2011-01-08 20:29] :: Begin build
    [2011-01-08 20:29] :: Parsing hook [base]
    [2011-01-08 20:29] :: Parsing hook [udev]
    [2011-01-08 20:29] :: Parsing hook [pata]
    [2011-01-08 20:29] :: Parsing hook [scsi]
    [2011-01-08 20:29] :: Parsing hook [sata]
    [2011-01-08 20:29] :: Parsing hook [filesystems]
    [2011-01-08 20:29] :: Generating module dependencies
    [2011-01-08 20:30] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2011-01-08 20:30] ==> SUCCESS
    [2011-01-08 20:30] upgraded kernel26 (2.6.36.2-1 -> 2.6.37-1)
    [2011-01-08 20:30] module configuration already contains alias directive
    [2011-01-08 20:30]
    [2011-01-08 20:30] upgraded ndiswrapper (1.56-6 -> 1.56-7)
    [2011-01-08 20:30] In order to use the new nvidia module, exit Xserver and unload it manually.
    [2011-01-08 20:30] upgraded nvidia (260.19.29-1 -> 260.19.29-2)
    [2011-01-09 22:54] Running 'pacman -S kernel26 2.6.36.2-1'
    [2011-01-09 22:55] Running 'pacman -S kernel26 2.6.36.2-1'
    [2011-01-09 22:55] Running 'pacman -Rns kernel26 2.6.37-1'
    [2011-01-09 22:57] Running 'pacman -Rns testing/kernel26 2.6.37-1'
    [2011-01-09 22:57] Running 'pacman -Rns /testing/kernel26 2.6.37-1'
    [2011-01-09 22:58] Running 'pacman -Rns testing/kernel26'
    [2011-01-09 22:58] Running 'pacman -Rns kernel26'
    [2011-01-09 23:00] Running 'pacman -Rns kernel26 2.6.37'
    [2011-01-09 23:00] Running 'pacman -Rns kernel26=2.6.37'
    [2011-01-09 23:01] Running 'pacman -S kernel26'
    [2011-01-09 23:01] Running 'pacman -S kernel26 nvidia ndiswrapper'
    [2011-01-09 23:02] >>> Updating module dependencies. Please wait ...
    [2011-01-09 23:02] >>> MKINITCPIO SETUP
    [2011-01-09 23:02] >>> ----------------
    [2011-01-09 23:02] >>> If you use LVM2, Encrypted root or software RAID,
    [2011-01-09 23:02] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2011-01-09 23:02] >>> More information about mkinitcpio setup can be found here:
    [2011-01-09 23:02] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2011-01-09 23:02]
    [2011-01-09 23:02] >>> Generating initial ramdisk, using mkinitcpio.  Please wait...
    [2011-01-09 23:02] ==> Building image "default"
    [2011-01-09 23:02] ==> Running command: /sbin/mkinitcpio -k 2.6.36-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2011-01-09 23:02] :: Begin build
    [2011-01-09 23:02] :: Parsing hook [base]
    [2011-01-09 23:02] :: Parsing hook [udev]
    [2011-01-09 23:02] :: Parsing hook [autodetect]
    [2011-01-09 23:02] :: Parsing hook [pata]
    [2011-01-09 23:02] :: Parsing hook [scsi]
    [2011-01-09 23:02] :: Parsing hook [sata]
    [2011-01-09 23:02] :: Parsing hook [filesystems]
    [2011-01-09 23:02] :: Generating module dependencies
    [2011-01-09 23:02] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2011-01-09 23:02] ==> SUCCESS
    [2011-01-09 23:02] ==> Building image "fallback"
    [2011-01-09 23:02] ==> Running command: /sbin/mkinitcpio -k 2.6.36-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2011-01-09 23:02] :: Begin build
    [2011-01-09 23:02] :: Parsing hook [base]
    [2011-01-09 23:02] :: Parsing hook [udev]
    [2011-01-09 23:02] :: Parsing hook [pata]
    [2011-01-09 23:02] :: Parsing hook [scsi]
    [2011-01-09 23:02] :: Parsing hook [sata]
    [2011-01-09 23:02] :: Parsing hook [filesystems]
    [2011-01-09 23:02] :: Generating module dependencies
    [2011-01-09 23:03] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2011-01-09 23:03] ==> SUCCESS
    [2011-01-09 23:03] upgraded kernel26 (2.6.37-1 -> 2.6.36.2-1)
    [2011-01-09 23:03] In order to use the new nvidia module, exit Xserver and unload it manually.
    [2011-01-09 23:03] upgraded nvidia (260.19.29-2 -> 260.19.29-1)
    [2011-01-09 23:03] module configuration already contains alias directive
    [2011-01-09 23:03]
    [2011-01-09 23:03] upgraded ndiswrapper (1.56-7 -> 1.56-6)
    I'm also going to run some hardware tests after work just to double check that all my hardware is functioning as it should so that will eliminate another potential cause.
    If downgrading Udev to 164-3 doesn't solve the problem, i will try your version of it Daniel. And if that fails ill try downgrading the kernel to 2.6.35 or something and see if that solves it.
    Sorry for the super long post,
    Thanks again for your help.
    Scott.
    Last edited by ScottWilson1990 (2011-01-10 11:51:17)

  • Tvtime not working after upgrading to kernel-2.6.31-1 (Solved)

    Hello friends,
    When I am using kernel-2.6.30.8 it was everything ok with my system. tvtime has been working with least cpu utilization then. But after upgrading to kernel-2.6.31-1 I got following error messages when trying to open tvtime
    damu@station210 ~]$ tvtime
    Running tvtime 1.0.2.
    Reading configuration from /etc/tvtime/tvtime.xml
    Reading configuration from /home/damu/.tvtime/tvtime.xml
    xvoutput: No XVIDEO port found which supports YUY2 images.
    *** tvtime requires hardware YUY2 overlay support from your video card
    *** driver. If you are using an older NVIDIA card (TNT2), then
    *** this capability is only available with their binary drivers.
    *** For some ATI cards, this feature may be found in the experimental
    *** GATOS drivers: http://gatos.souceforge.net/
    *** If unsure, please check with your distribution to see if your
    *** X driver supports hardware overlay surfaces.
    What happened to driver and kernel? any way to go back to previous kernel version?
    Requesting help! Thanks
    Last edited by mvdvarrier (2009-10-14 06:26:14)

    Perry3D wrote:
    Are you using the xf86-video-ati/radeonhd driver?
    Try disabling KMS by appending nomodeset to the kernel parameters. At the moment kms ist not usable without upgrading some libs (mesa?, libdrm?). Search the forums for kms to get more information.
    Thanks Perry3D
    I disabled KMS as per http://wiki.archlinux.org/index.php/ATI. Now tvtime is working great. With the release of kernel 2.6.32 KMS can be enabled for ati card with radeon3200 chips
    mvdvarrier

  • [Solved] HDMI audio broken after upgrading to kernel 3.13.4

    Hi,
    Yesterday I upgraded to kernel 3.13.4 from 3.12.9 and
    HDMI audio through my nVidia GTX660 card stopped working.
    The problem occurs both with nouveau and nVidia drivers.
    My system is an aged Intel quadcore Q9400 on a Intel motherboard.
    By typing "aplay -l" I get:
    card 0: Intel [HDA Intel], device 0: 92HD73E1X5 Analog [92HD73E1X5 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 1: 92HD73E1X5 Digital [92HD73E1X5 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 2: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 2: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 2: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 2: NVidia [HDA NVidia], device 9: HDMI 3 [HDMI 3]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    Strangely the alsa card number changed from 1 to 2
    after the kernel upgrade.
    I would really appreciate any help.
    Thanks
    Last edited by tenoriocalc (2014-02-23 16:02:46)

    Thank you very much, silenceleaf.
    I managed to make it work with some tweaking like you said.
    But only after a deep power cycle, unpluging any power to the system.
    Just turning off the machine's power button was not enough. Odd!
    Last edited by tenoriocalc (2014-02-23 16:09:44)

  • Hangs during boot after upgrading to Kernel 2.6.39

    I have just installed Arch on a new computer. It works fine until I upgrade to Kernel 2.6.39. After that it hangs on boot.
    The end of /var/log/everything.log is posted below.
    Jul 26 23:52:06 localhost kernel: [ 6.036766] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table at offset 0x85F3
    Jul 26 23:52:06 localhost kernel: [ 6.129046] adt7475 1-002e: ADT7473 device, revision 1
    Jul 26 23:52:06 localhost kernel: [ 6.138997] [drm] nouveau 0000:04:00.0: Detected monitoring device: adt7473
    Jul 26 23:52:06 localhost kernel: [ 6.139000] [drm] nouveau 0000:04:00.0: 1 available performance level(s)
    Jul 26 23:52:06 localhost kernel: [ 6.139002] [drm] nouveau 0000:04:00.0: 0: memory 405MHz core 270MHz shader 540MHz
    Jul 26 23:52:06 localhost kernel: [ 6.139233] [TTM] Zone kernel: Available graphics memory: 12371030 kiB.
    Jul 26 23:52:06 localhost kernel: [ 6.139236] [TTM] Zone dma32: Available graphics memory: 2097152 kiB.
    Jul 26 23:52:06 localhost kernel: [ 6.139238] [TTM] Initializing pool allocator.
    Jul 26 23:52:06 localhost kernel: [ 6.139252] [drm] nouveau 0000:04:00.0: Detected 5376MiB VRAM
    Jul 26 23:52:06 localhost kernel: [ 6.139260] mtrr: type mismatch for d0000000,8000000 old: write-back new: write-combining
    Jul 26 23:52:06 localhost kernel: [ 6.150626] [drm] nouveau 0000:04:00.0: 512 MiB GART (aperture)
    Jul 26 23:52:06 localhost kernel: [ 6.152371] [drm] nouveau 0000:04:00.0: failed to load fuc409d
    Jul 26 23:52:06 localhost kernel: [ 6.176193] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    Jul 26 23:52:06 localhost kernel: [ 6.176195] [drm] No driver support for vblank timestamp query.
    Jul 26 23:52:06 localhost kernel: [ 6.228800] No connectors reported connected with modes
    Jul 26 23:52:06 localhost kernel: [ 6.228802] [drm] Cannot find any crtc or sizes - going 1024x768
    Jul 26 23:52:06 localhost kernel: [ 6.231002] [drm] nouveau 0000:04:00.0: allocated 1024x768 fb: 0x8020000, bo ffff880608d97800
    Jul 26 23:52:06 localhost kernel: [ 6.233786] Console: switching to colour frame buffer device 128x48
    Jul 26 23:52:06 localhost kernel: [ 6.235094] fb0: nouveaufb frame buffer device
    Jul 26 23:52:06 localhost kernel: [ 6.235094] drm: registered panic notifier
    Jul 26 23:52:06 localhost kernel: [ 6.235098] [drm] Initialized nouveau 0.0.16 20090420 for 0000:04:00.0 on minor 0
    Jul 26 23:52:06 localhost kernel: [ 6.255449] HDA Intel 0000:04:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    Jul 26 23:52:06 localhost kernel: [ 6.255451] hda_intel: Disable MSI for Nvidia chipset
    Jul 26 23:52:06 localhost kernel: [ 6.255599] HDA Intel 0000:04:00.1: setting latency timer to 64
    Jul 26 23:52:06 localhost kernel: [ 7.663482] EXT4-fs (sda3): re-mounted. Opts: (null)
    Jul 26 23:52:06 localhost kernel: [ 7.807508] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
    Jul 26 23:52:06 localhost kernel: [ 7.851401] Adding 265068k swap on /dev/sda2. Priority:-1 extents:1 across:265068k
    Jul 26 23:52:06 localhost kernel: [ 8.569682] r8169 0000:08:00.0: eth0: link down
    Jul 26 23:52:06 localhost kernel: [ 8.569687] r8169 0000:08:00.0: eth0: link down
    Jul 26 23:52:06 localhost dhcpcd[747]: eth0: waiting for carrier
    Jul 26 23:52:08 localhost dhcpcd[747]: eth0: carrier acquired
    Jul 26 23:52:08 localhost kernel: [ 10.301736] r8169 0000:08:00.0: eth0: link up
    Jul 26 23:52:08 localhost dhcpcd[747]: eth0: broadcasting for a lease
    Jul 26 23:52:12 localhost dhcpcd[747]: eth0: offered 131.181.53.42 from 131.181.127.32
    Jul 26 23:52:13 localhost dhcpcd[747]: eth0: acknowledged 131.181.53.42 from 131.181.59.48
    Jul 26 23:52:13 localhost dhcpcd[747]: eth0: checking for 131.181.53.42
    Jul 26 23:52:18 localhost dhcpcd[747]: eth0: leased 131.181.53.42 for 43200 seconds
    Jul 26 23:52:18 localhost dhcpcd[747]: forked to background, child pid 774
    Jul 26 23:52:18 localhost crond[823]: /usr/sbin/crond 4.5 dillon's cron daemon, started with loglevel info
    Jul 26 23:53:01 localhost crond[823]: FILE /etc/cron.d/prune-cronstamps USER root PID 835 job prune-cronstamps
    Jul 26 23:53:01 localhost crond[823]: FILE /var/spool/cron/root USER root PID 836 job sys-hourly
    Jul 26 23:53:01 localhost crond[823]: FILE /var/spool/cron/root USER root PID 837 job sys-daily
    Jul 26 23:53:01 localhost crond[823]: FILE /var/spool/cron/root USER root PID 838 job sys-weekly
    Any help fixing this would be greatly appreciated.

    I have been trying to isolate the problem a little further. I re-installed (with just the base and sudo) and after upgrading pacman rebooted and it worked without fail. Then I installed libusb and libusb-compat which where required when I tried to upgrade just the kernel using
    pacman -S kernel26
    which initially failed because of the missing dependencies libusb and libusb-compat. I then re-booted and that worked without a problem.
    I then upgraded to Kernel 2.6.39 using the above command and then it hung on rebooting. I saved the logs at each stage.
    The additional logs in errors.log in the reboot that failed are as follows.
    ul 26 16:28:39 O313 kernel: [ 5.120698] [drm] nouveau 0000:04:00.0: Pointer to BIT loadval table invalid
    Jul 26 16:28:39 O313 kernel: [ 5.360508] [drm] nouveau 0000:04:00.0: failed to load fuc409d
    Jul 26 16:28:39 O313 kernel: [ 5.808016] sd 20:0:0:0: [sdb] Assuming drive cache: write through
    Jul 26 16:28:39 O313 kernel: [ 5.809960] sd 20:0:0:0: [sdb] Assuming drive cache: write through
    Jul 26 16:28:39 O313 kernel: [ 5.812116] sd 20:0:0:0: [sdb] Assuming drive cache: write through
    Jul 26 16:28:35 O313 udevd[369]: error: runtime directory '/run/udev' not writable, for now falling back to '/dev/.udev'
    The end of kernel.log is as follows:
    Sat Jul 9 14:57:41 CEST 2011
    Jul 26 16:28:39 O313 kernel: [ 0.000000] Command line: root=/dev/disk/by-uuid/e4733c60-3e54-4001-a83e-415b690dfcb0 ro
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-provided physical RAM map:
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-e820: 0000000000100000 - 00000000cfed0000 (usable)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-e820: 00000000cfed0000 - 00000000cfed1000 (ACPI NVS)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-e820: 00000000cfed1000 - 00000000cfee0000 (ACPI data)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-e820: 00000000cfee0000 - 00000000cff00000 (reserved)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-e820: 0000000100000000 - 0000000630000000 (usable)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] NX (Execute Disable) protection: active
    Jul 26 16:28:39 O313 kernel: [ 0.000000] DMI 2.4 present.
    Jul 26 16:28:39 O313 kernel: [ 0.000000] DMI: Gigabyte Technology Co., Ltd. X58A-UD5/X58A-UD5, BIOS FD 02/01/2011
    Jul 26 16:28:39 O313 kernel: [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] No AGP bridge found
    Jul 26 16:28:39 O313 kernel: [ 0.000000] last_pfn = 0x630000 max_arch_pfn = 0x400000000
    And this is the end of daemon.log
    Jul 26 16:27:49 O313 init: Switching to runlevel: 6
    Jul 26 16:27:50 O313 dhcpcd: received SIGTERM, stopping
    Jul 26 16:27:50 O313 dhcpcd: eth0: removing interface
    Jul 26 16:28:39 O313 2.352592] udevd[87]: starting version 171
    Jul 26 16:28:39 O313 4.531007] udevd[370]: starting version 171
    Jul 26 16:28:39 O313 dhcpcd: version 5.2.2 starting
    Jul 26 16:28:39 O313 dhcpcd: eth0: waiting for carrier
    Jul 26 16:28:35 O313 udevd[369]: error: runtime directory '/run/udev' not writable, for now falling back to '/dev/.udev'
    Jul 26 16:28:39 O313 init: Entering runlevel: 3
    Please let me know if any further information would be useful in tracking down this problem. Also ignore any timings in my initial post they were incorrect.
    Last edited by TheStatsMan (2011-07-26 07:40:48)

  • My Arch is very slow after upgrading to kernel 3.0

    Hi men! This is my first post on this forum, i'm italian and i'm using archlinux since 4 months (sorry if my english is bad)...  I would like you to help me to solve a problem: as i wrote in object  my system has became very slow after upgrading to kernel 3.0: system booting, applications launch, general responses of my tasks....what's the problem? How can i resolve it? Thanks!!

    However the kernel26-lts looks slower than 3.0 so i returned to the last one...iìm going to see dmesg outputs...i've to remove "quiet" from the grub.cfg
    EDIT: I've checked but no error is shown....this is dmesg.log:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.0-ARCH (tobias@T-POWA-LX) (gcc version 4.6.1 (GCC) ) #1 SMP PREEMPT Tue Aug 16 08:44:20 CEST 2011
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/disk/by-uuid/ea679d77-65a5-4cc3-b46e-286b953789f7 resume=/dev/sda9 ro vga=0x3f0 nomodeset
    [ 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 - 00000000dee74000 (usable)
    [ 0.000000] BIOS-e820: 00000000dee74000 - 00000000deebc000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000deebc000 - 00000000deecd000 (reserved)
    [ 0.000000] BIOS-e820: 00000000deecd000 - 00000000deedf000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000deedf000 - 00000000deee0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000deee0000 - 00000000deee3000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000deee3000 - 00000000def11000 (reserved)
    [ 0.000000] BIOS-e820: 00000000def11000 - 00000000def12000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000def12000 - 00000000def15000 (reserved)
    [ 0.000000] BIOS-e820: 00000000def15000 - 00000000def17000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000def17000 - 00000000def1b000 (reserved)
    [ 0.000000] BIOS-e820: 00000000def1b000 - 00000000def1e000 (ACPI data)
    [ 0.000000] BIOS-e820: 00000000def1e000 - 00000000def22000 (reserved)
    [ 0.000000] BIOS-e820: 00000000def22000 - 00000000def31000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000def31000 - 00000000e0000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (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: 00000000ffa00000 - 00000000ffc00000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
    [ 0.000000] BIOS-e820: 0000000100000000 - 0000000118000000 (usable)
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI 2.6 present.
    [ 0.000000] DMI: Sony Corporation VPCEC1M1E/VAIO, BIOS R0300Y8 07/20/2010
    [ 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 = 0x118000 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 FC0000000 write-back
    [ 0.000000] 2 base 0C0000000 mask FE0000000 write-back
    [ 0.000000] 3 base 100000000 mask FE0000000 write-back
    [ 0.000000] 4 base 118000000 mask FF8000000 uncachable
    [ 0.000000] 5 base 0FFE00000 mask FFFE00000 write-protect
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] last_pfn = 0xdee74 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [ffff8800000fc980] fc980
    [ 0.000000] initial memory mapped : 0 - 20000000
    [ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 20480
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000dee74000
    [ 0.000000] 0000000000 - 00dee00000 page 2M
    [ 0.000000] 00dee00000 - 00dee74000 page 4k
    [ 0.000000] kernel direct mapping tables up to dee74000 @ dee6e000-dee74000
    [ 0.000000] init_memory_mapping: 0000000100000000-0000000118000000
    [ 0.000000] 0100000000 - 0118000000 page 2M
    [ 0.000000] kernel direct mapping tables up to 118000000 @ 117ffa000-118000000
    [ 0.000000] RAMDISK: 37c76000 - 37e33000
    [ 0.000000] ACPI: RSDP 00000000000f0410 00024 (v02 Sony)
    [ 0.000000] ACPI: XSDT 00000000def1ce18 0005C (v01 Sony VAIO 20100720 MSFT 00010013)
    [ 0.000000] ACPI: FACP 00000000def15d98 000F4 (v04 Sony VAIO 20100720 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 - 0xDEF2DF40/0x00000000DEF30D40, using 32 (20110413/tbfadt-489)
    [ 0.000000] ACPI: DSDT 00000000deecd018 0ADBB (v01 Sony VAIO 20100720 INTL 20051117)
    [ 0.000000] ACPI: FACS 00000000def2df40 00040
    [ 0.000000] ACPI: APIC 00000000def1bf18 0008C (v02 Sony VAIO 20100720 MSFT 00010013)
    [ 0.000000] ACPI: MCFG 00000000def2fd18 0003C (v01 Sony VAIO 20100720 MSFT 00000097)
    [ 0.000000] ACPI: HPET 00000000def2fc98 00038 (v01 Sony VAIO 20100720 MSFT 00000003)
    [ 0.000000] ACPI: SLIC 00000000def28a18 00176 (v01 Sony VAIO 20100720 Sony 01000000)
    [ 0.000000] ACPI: SSDT 00000000def16018 009F1 (v01 Sony VAIO 20100720 INTL 20051117)
    [ 0.000000] ACPI: SSDT 00000000def15c18 0014B (v01 Sony VAIO 20100720 INTL 20051117)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at 0000000000000000-0000000118000000
    [ 0.000000] Initmem setup node 0 0000000000000000-0000000118000000
    [ 0.000000] NODE_DATA [0000000117ffb000 - 0000000117ffffff]
    [ 0.000000] [ffffea0000000000-ffffea0003dfffff] PMD -> [ffff880113800000-ffff880116ffffff] on node 0
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] DMA32 0x00001000 -> 0x00100000
    [ 0.000000] Normal 0x00100000 -> 0x00118000
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[3] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009e
    [ 0.000000] 0: 0x00000100 -> 0x000dee74
    [ 0.000000] 0: 0x00100000 -> 0x00118000
    [ 0.000000] On node 0 totalpages: 1011202
    [ 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: 894636 pages, LIFO batch:31
    [ 0.000000] Normal zone: 1344 pages used for memmap
    [ 0.000000] Normal zone: 96960 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[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x05] 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: 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 8 CPUs, 4 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: 00000000dee74000 - 00000000deebc000
    [ 0.000000] PM: Registered nosave memory: 00000000deebc000 - 00000000deecd000
    [ 0.000000] PM: Registered nosave memory: 00000000deecd000 - 00000000deedf000
    [ 0.000000] PM: Registered nosave memory: 00000000deedf000 - 00000000deee0000
    [ 0.000000] PM: Registered nosave memory: 00000000deee0000 - 00000000deee3000
    [ 0.000000] PM: Registered nosave memory: 00000000deee3000 - 00000000def11000
    [ 0.000000] PM: Registered nosave memory: 00000000def11000 - 00000000def12000
    [ 0.000000] PM: Registered nosave memory: 00000000def12000 - 00000000def15000
    [ 0.000000] PM: Registered nosave memory: 00000000def15000 - 00000000def17000
    [ 0.000000] PM: Registered nosave memory: 00000000def17000 - 00000000def1b000
    [ 0.000000] PM: Registered nosave memory: 00000000def1b000 - 00000000def1e000
    [ 0.000000] PM: Registered nosave memory: 00000000def1e000 - 00000000def22000
    [ 0.000000] PM: Registered nosave memory: 00000000def22000 - 00000000def31000
    [ 0.000000] PM: Registered nosave memory: 00000000def31000 - 00000000e0000000
    [ 0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f8000000
    [ 0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
    [ 0.000000] PM: Registered nosave memory: 00000000fc000000 - 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 - 00000000ffa00000
    [ 0.000000] PM: Registered nosave memory: 00000000ffa00000 - 00000000ffc00000
    [ 0.000000] PM: Registered nosave memory: 00000000ffc00000 - 00000000ffe00000
    [ 0.000000] PM: Registered nosave memory: 00000000ffe00000 - 0000000100000000
    [ 0.000000] Allocating PCI resources starting at e0000000 (gap: e0000000:18000000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff880117c00000 s78464 r8192 d23936 u262144
    [ 0.000000] pcpu-alloc: s78464 r8192 d23936 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 995517
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/disk/by-uuid/ea679d77-65a5-4cc3-b46e-286b953789f7 resume=/dev/sda9 ro vga=0x3f0 nomodeset
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 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: 3909052k/4587520k available (4064k kernel code, 542712k absent, 135756k reserved, 3304k data, 712k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:2304
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 32505856 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.003333] spurious 8259A interrupt: IRQ7.
    [ 0.003333] Detected 2127.784 MHz processor.
    [ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 4257.88 BogoMIPS (lpj=7092613)
    [ 0.000008] pid_max: default: 32768 minimum: 301
    [ 0.000120] Security Framework initialized
    [ 0.000125] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000524] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.001546] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.001968] Mount-cache hash table entries: 256
    [ 0.002354] Initializing cgroup subsys cpuacct
    [ 0.002387] Initializing cgroup subsys memory
    [ 0.002403] Initializing cgroup subsys devices
    [ 0.002406] Initializing cgroup subsys freezer
    [ 0.002408] Initializing cgroup subsys net_cls
    [ 0.002410] Initializing cgroup subsys blkio
    [ 0.002461] CPU: Physical Processor ID: 0
    [ 0.002462] CPU: Processor Core ID: 0
    [ 0.002468] mce: CPU supports 9 MCE banks
    [ 0.002478] CPU0: Thermal monitoring handled by SMI
    [ 0.002487] using mwait in idle threads.
    [ 0.003640] ACPI: Core revision 20110413
    [ 0.019108] ftrace: allocating 16144 entries in 64 pages
    [ 0.025543] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
    [ 0.058531] CPU0: Intel(R) Core(TM) i3 CPU M 330 @ 2.13GHz stepping 02
    [ 0.163154] Performance Events: PEBS fmt1+, Westmere events, Intel PMU driver.
    [ 0.163161] ... version: 3
    [ 0.163162] ... bit width: 48
    [ 0.163164] ... generic registers: 4
    [ 0.163165] ... value mask: 0000ffffffffffff
    [ 0.163167] ... max period: 000000007fffffff
    [ 0.163168] ... fixed-purpose events: 3
    [ 0.163169] ... event mask: 000000070000000f
    [ 0.183294] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.209823] Booting Node 0, Processors #1
    [ 0.209829] smpboot cpu 1: start_ip = 99000
    [ 0.303122] CPU1: Thermal monitoring handled by SMI
    [ 0.323240] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.343129] #2
    [ 0.343133] smpboot cpu 2: start_ip = 99000
    [ 0.436405] CPU2: Thermal monitoring handled by SMI
    [ 0.456532] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.476405] #3
    [ 0.476409] smpboot cpu 3: start_ip = 99000
    [ 0.569682] CPU3: Thermal monitoring handled by SMI
    [ 0.589820] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.596326] Brought up 4 CPUs
    [ 0.596331] Total of 4 processors activated (17030.31 BogoMIPS).
    [ 0.598893] devtmpfs: initialized
    [ 0.600028] PM: Registering ACPI NVS region at dee74000 (294912 bytes)
    [ 0.600036] PM: Registering ACPI NVS region at deecd000 (73728 bytes)
    [ 0.600039] PM: Registering ACPI NVS region at deee0000 (12288 bytes)
    [ 0.600041] PM: Registering ACPI NVS region at def11000 (4096 bytes)
    [ 0.600042] PM: Registering ACPI NVS region at def15000 (8192 bytes)
    [ 0.600044] PM: Registering ACPI NVS region at def22000 (61440 bytes)
    [ 0.600970] print_constraints: dummy:
    [ 0.601050] NET: Registered protocol family 16
    [ 0.601156] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.601159] ACPI: bus type pci registered
    [ 0.601319] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.601322] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.613921] PCI: Using configuration type 1 for base access
    [ 0.614412] bio: create slab <bio-0> at 0
    [ 0.616187] ACPI: EC: Look up EC in DSDT
    [ 0.626457] ACPI: Executed 2 blocks of module-level executable AML code
    [ 0.646350] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.646723] ACPI: SSDT 00000000def1ac18 003AE (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    [ 0.647118] ACPI: Dynamic OEM Table Load:
    [ 0.647121] ACPI: SSDT (null) 003AE (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    [ 0.647269] ACPI: SSDT 00000000def18018 00891 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.647646] ACPI: Dynamic OEM Table Load:
    [ 0.647648] ACPI: SSDT (null) 00891 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.666577] ACPI: SSDT 00000000def19a98 00303 (v01 PmRef ApIst 00003000 INTL 20051117)
    [ 0.667016] ACPI: Dynamic OEM Table Load:
    [ 0.667018] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20051117)
    [ 0.676431] ACPI: SSDT 00000000def17d98 00119 (v01 PmRef ApCst 00003000 INTL 20051117)
    [ 0.676844] ACPI: Dynamic OEM Table Load:
    [ 0.676846] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20051117)
    [ 1.089727] ACPI: Interpreter enabled
    [ 1.089731] ACPI: (supports S0 S3 S4 S5)
    [ 1.089754] ACPI: Using IOAPIC for interrupt routing
    [ 1.120583] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    [ 1.120814] ACPI: No dock devices found.
    [ 1.120815] HEST: Table not found.
    [ 1.120818] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 1.121147] \_SB_.PCI0:_OSC invalid UUID
    [ 1.121149] _OSC request data:1 8 1f
    [ 1.121153] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 1.121658] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    [ 1.121661] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    [ 1.121663] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 1.121666] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
    [ 1.121668] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
    [ 1.121670] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
    [ 1.121672] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
    [ 1.121675] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
    [ 1.121677] pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff]
    [ 1.121679] pci_root PNP0A08:00: host bridge window [mem 0xe0000000-0xfeafffff]
    [ 1.121692] pci 0000:00:00.0: [8086:0044] type 0 class 0x000600
    [ 1.121712] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
    [ 1.121730] pci 0000:00:01.0: [8086:0045] type 1 class 0x000604
    [ 1.121757] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 1.121761] pci 0000:00:01.0: PME# disabled
    [ 1.121809] pci 0000:00:16.0: [8086:3b64] type 0 class 0x000780
    [ 1.121841] pci 0000:00:16.0: reg 10: [mem 0xf5e0a000-0xf5e0a00f 64bit]
    [ 1.121922] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 1.121927] pci 0000:00:16.0: PME# disabled
    [ 1.121966] pci 0000:00:1a.0: [8086:3b3c] type 0 class 0x000c03
    [ 1.121992] pci 0000:00:1a.0: reg 10: [mem 0xf5e08000-0xf5e083ff]
    [ 1.122083] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 1.122088] pci 0000:00:1a.0: PME# disabled
    [ 1.122118] pci 0000:00:1b.0: [8086:3b56] type 0 class 0x000403
    [ 1.122140] pci 0000:00:1b.0: reg 10: [mem 0xf5e00000-0xf5e03fff 64bit]
    [ 1.122219] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 1.122223] pci 0000:00:1b.0: PME# disabled
    [ 1.122251] pci 0000:00:1c.0: [8086:3b42] type 1 class 0x000604
    [ 1.122332] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 1.122337] pci 0000:00:1c.0: PME# disabled
    [ 1.122366] pci 0000:00:1c.1: [8086:3b44] type 1 class 0x000604
    [ 1.122446] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 1.122451] pci 0000:00:1c.1: PME# disabled
    [ 1.122480] pci 0000:00:1c.2: [8086:3b46] type 1 class 0x000604
    [ 1.122560] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 1.122565] pci 0000:00:1c.2: PME# disabled
    [ 1.122598] pci 0000:00:1c.5: [8086:3b4c] type 1 class 0x000604
    [ 1.122681] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 1.122686] pci 0000:00:1c.5: PME# disabled
    [ 1.122723] pci 0000:00:1d.0: [8086:3b34] type 0 class 0x000c03
    [ 1.122749] pci 0000:00:1d.0: reg 10: [mem 0xf5e07000-0xf5e073ff]
    [ 1.122839] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 1.122844] pci 0000:00:1d.0: PME# disabled
    [ 1.122869] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
    [ 1.122953] pci 0000:00:1f.0: [8086:3b09] type 0 class 0x000601
    [ 1.123075] pci 0000:00:1f.2: [8086:3b29] type 0 class 0x000106
    [ 1.123103] pci 0000:00:1f.2: reg 10: [io 0xe070-0xe077]
    [ 1.123114] pci 0000:00:1f.2: reg 14: [io 0xe060-0xe063]
    [ 1.123126] pci 0000:00:1f.2: reg 18: [io 0xe050-0xe057]
    [ 1.123137] pci 0000:00:1f.2: reg 1c: [io 0xe040-0xe043]
    [ 1.123149] pci 0000:00:1f.2: reg 20: [io 0xe020-0xe03f]
    [ 1.123161] pci 0000:00:1f.2: reg 24: [mem 0xf5e06000-0xf5e067ff]
    [ 1.123209] pci 0000:00:1f.2: PME# supported from D3hot
    [ 1.123214] pci 0000:00:1f.2: PME# disabled
    [ 1.123237] pci 0000:00:1f.3: [8086:3b30] type 0 class 0x000c05
    [ 1.123259] pci 0000:00:1f.3: reg 10: [mem 0xf5e05000-0xf5e050ff 64bit]
    [ 1.123290] pci 0000:00:1f.3: reg 20: [io 0xe000-0xe01f]
    [ 1.123360] pci 0000:01:00.0: [1002:68e0] type 0 class 0x000300
    [ 1.123380] pci 0000:01:00.0: reg 10: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 1.123394] pci 0000:01:00.0: reg 18: [mem 0xf0020000-0xf003ffff 64bit]
    [ 1.123405] pci 0000:01:00.0: reg 20: [io 0xd000-0xd0ff]
    [ 1.123424] pci 0000:01:00.0: reg 30: [mem 0xf0000000-0xf001ffff pref]
    [ 1.123443] pci 0000:01:00.0: supports D1 D2
    [ 1.123468] pci 0000:01:00.1: [1002:aa68] type 0 class 0x000403
    [ 1.123487] pci 0000:01:00.1: reg 10: [mem 0xf0040000-0xf0043fff 64bit]
    [ 1.123555] pci 0000:01:00.1: supports D1 D2
    [ 1.123579] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 1.123582] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    [ 1.123585] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf00fffff]
    [ 1.123589] pci 0000:00:01.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 1.123667] pci 0000:02:00.0: [168c:002b] type 0 class 0x000280
    [ 1.123693] pci 0000:02:00.0: reg 10: [mem 0xf4a00000-0xf4a0ffff 64bit]
    [ 1.123783] pci 0000:02:00.0: supports D1
    [ 1.123785] pci 0000:02:00.0: PME# supported from D0 D1 D3hot D3cold
    [ 1.123790] pci 0000:02:00.0: PME# disabled
    [ 1.123824] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 1.123829] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
    [ 1.123834] pci 0000:00:1c.0: bridge window [mem 0xf4a00000-0xf5dfffff]
    [ 1.123842] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 1.123953] pci 0000:03:00.0: [1180:e822] type 0 class 0x000805
    [ 1.123976] pci 0000:03:00.0: reg 10: [mem 0xf3602000-0xf36020ff]
    [ 1.124115] pci 0000:03:00.0: supports D1 D2
    [ 1.124117] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 1.124123] pci 0000:03:00.0: PME# disabled
    [ 1.124175] pci 0000:03:00.1: [1180:e230] type 0 class 0x000880
    [ 1.124198] pci 0000:03:00.1: reg 10: [mem 0xf3601000-0xf36010ff]
    [ 1.124336] pci 0000:03:00.1: supports D1 D2
    [ 1.124338] pci 0000:03:00.1: PME# supported from D0 D1 D2 D3hot D3cold
    [ 1.124344] pci 0000:03:00.1: PME# disabled
    [ 1.124394] pci 0000:03:00.4: [1180:e822] type 0 class 0x000805
    [ 1.124418] pci 0000:03:00.4: reg 10: [mem 0xf3600000-0xf36000ff]
    [ 1.124554] pci 0000:03:00.4: supports D1 D2
    [ 1.124556] pci 0000:03:00.4: PME# supported from D0 D1 D2 D3hot D3cold
    [ 1.124562] pci 0000:03:00.4: PME# disabled
    [ 1.124630] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
    [ 1.124635] pci 0000:00:1c.1: bridge window [io 0xb000-0xbfff]
    [ 1.124640] pci 0000:00:1c.1: bridge window [mem 0xf3600000-0xf49fffff]
    [ 1.124648] pci 0000:00:1c.1: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 1.124886] pci 0000:04:00.0: [11ab:4381] type 0 class 0x000200
    [ 1.125105] pci 0000:04:00.0: reg 10: [mem 0xf2220000-0xf2223fff 64bit]
    [ 1.125212] pci 0000:04:00.0: reg 18: [io 0xa000-0xa0ff]
    [ 1.125642] pci 0000:04:00.0: reg 30: [mem 0xf2200000-0xf221ffff pref]
    [ 1.125967] pci 0000:04:00.0: supports D1 D2
    [ 1.125968] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 1.126008] pci 0000:04:00.0: PME# disabled
    [ 1.126269] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
    [ 1.126274] pci 0000:00:1c.2: bridge window [io 0xa000-0xafff]
    [ 1.126279] pci 0000:00:1c.2: bridge window [mem 0xf2200000-0xf35fffff]
    [ 1.126287] pci 0000:00:1c.2: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 1.126344] pci 0000:00:1c.5: PCI bridge to [bus 05-0c]
    [ 1.126348] pci 0000:00:1c.5: bridge window [io 0x9000-0x9fff]
    [ 1.126353] pci 0000:00:1c.5: bridge window [mem 0xf0200000-0xf21fffff]
    [ 1.126361] pci 0000:00:1c.5: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 1.126438] pci 0000:00:1e.0: PCI bridge to [bus 0d-0d] (subtractive decode)
    [ 1.126443] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
    [ 1.126448] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 1.126456] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 1.126459] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 1.126461] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 1.126463] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 1.126466] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    [ 1.126468] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    [ 1.126470] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    [ 1.126473] pci 0000:00:1e.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    [ 1.126475] pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    [ 1.126478] pci 0000:00:1e.0: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
    [ 1.126480] pci 0000:00:1e.0: bridge window [mem 0xe0000000-0xfeafffff] (subtractive decode)
    [ 1.126515] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 1.126656] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    [ 1.126708] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
    [ 1.126765] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
    [ 1.126833] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
    [ 1.126882] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGP._PRT]
    [ 1.126997] \_SB_.PCI0:_OSC invalid UUID
    [ 1.126998] _OSC request data:1 1f 1f
    [ 1.127003] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 1.127035] \_SB_.PCI0:_OSC invalid UUID
    [ 1.127037] _OSC request data:1 0 1d
    [ 1.127041] pci0000:00: ACPI _OSC request failed (AE_ERROR), returned control mask: 0x1d
    [ 1.127042] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 1.130982] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus 3f])
    [ 1.131046] pci 0000:3f:00.0: [8086:2c62] type 0 class 0x000600
    [ 1.131066] pci 0000:3f:00.1: [8086:2d01] type 0 class 0x000600
    [ 1.131087] pci 0000:3f:02.0: [8086:2d10] type 0 class 0x000600
    [ 1.131107] pci 0000:3f:02.1: [8086:2d11] type 0 class 0x000600
    [ 1.131125] pci 0000:3f:02.2: [8086:2d12] type 0 class 0x000600
    [ 1.131143] pci 0000:3f:02.3: [8086:2d13] type 0 class 0x000600
    [ 1.131176] pci0000:3f: Requesting ACPI _OSC control (0x1d)
    [ 1.131179] pci0000:3f: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
    [ 1.131181] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 1.131415] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    [ 1.131460] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    [ 1.131503] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 *4 5 6 7 10 12 14 15)
    [ 1.131546] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 *5 6 7 11 12 14 15)
    [ 1.131588] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
    [ 1.131636] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
    [ 1.131679] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 *3 4 5 6 7 10 12 14 15)
    [ 1.131722] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
    [ 1.131820] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 1.131826] vgaarb: loaded
    [ 1.131827] vgaarb: bridge control possible 0000:01:00.0
    [ 1.131900] PCI: Using ACPI for IRQ routing
    [ 1.134142] PCI: pci_cache_line_size set to 64 bytes
    [ 1.134246] reserve RAM buffer: 000000000009e800 - 000000000009ffff
    [ 1.134248] reserve RAM buffer: 00000000dee74000 - 00000000dfffffff
    [ 1.134372] NetLabel: Initializing
    [ 1.134374] NetLabel: domain hash size = 128
    [ 1.134375] NetLabel: protocols = UNLABELED CIPSOv4
    [ 1.134389] NetLabel: unlabeled traffic allowed by default
    [ 1.134412] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 1.134418] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 1.136441] Switching to clocksource hpet
    [ 1.139456] Switched to NOHz mode on CPU #0
    [ 1.139583] Switched to NOHz mode on CPU #1
    [ 1.139590] Switched to NOHz mode on CPU #2
    [ 1.139598] Switched to NOHz mode on CPU #3
    [ 1.142357] pnp: PnP ACPI init
    [ 1.142375] ACPI: bus type pnp registered
    [ 1.142679] pnp 00:00: [bus 00-3e]
    [ 1.142682] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 1.142684] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 1.142686] pnp 00:00: [io 0x0d00-0xffff window]
    [ 1.142689] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 1.142691] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
    [ 1.142693] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
    [ 1.142695] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
    [ 1.142697] pnp 00:00: [mem 0x000cc000-0x000cffff window]
    [ 1.142699] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
    [ 1.142700] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
    [ 1.142702] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
    [ 1.142707] pnp 00:00: [mem 0x000dc000-0x000dffff window]
    [ 1.142709] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
    [ 1.142711] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
    [ 1.142713] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
    [ 1.142715] pnp 00:00: [mem 0x000ec000-0x000effff window]
    [ 1.142716] pnp 00:00: [mem 0x000f0000-0x000fffff window]
    [ 1.142718] pnp 00:00: [mem 0xe0000000-0xfeafffff window]
    [ 1.142826] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 1.142841] pnp 00:01: [io 0x0000-0x001f]
    [ 1.142843] pnp 00:01: [io 0x0081-0x0091]
    [ 1.142844] pnp 00:01: [io 0x0093-0x009f]
    [ 1.142846] pnp 00:01: [io 0x00c0-0x00df]
    [ 1.142848] pnp 00:01: [dma 4]
    [ 1.142872] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 1.142880] pnp 00:02: [mem 0xff000000-0xffffffff]
    [ 1.142901] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
    [ 1.142976] pnp 00:03: [mem 0xfed00000-0xfed003ff]
    [ 1.142999] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 1.143008] pnp 00:04: [io 0x00f0]
    [ 1.143019] pnp 00:04: [irq 13]
    [ 1.143044] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 1.143054] pnp 00:05: [io 0x002e-0x002f]
    [ 1.143056] pnp 00:05: [io 0x004e-0x004f]
    [ 1.143057] pnp 00:05: [io 0x0061]
    [ 1.143059] pnp 00:05: [io 0x0063]
    [ 1.143061] pnp 00:05: [io 0x0065]
    [ 1.143062] pnp 00:05: [io 0x0067]
    [ 1.143064] pnp 00:05: [io 0x0070]
    [ 1.143065] pnp 00:05: [io 0x0080]
    [ 1.143066] pnp 00:05: [io 0x0092]
    [ 1.143068] pnp 00:05: [io 0x00b2-0x00b3]
    [ 1.143070] pnp 00:05: [io 0x0680-0x069f]
    [ 1.143072] pnp 00:05: [io 0xff00-0xff0f]
    [ 1.143073] pnp 00:05: [io 0xff10-0xff13]
    [ 1.143075] pnp 00:05: [io 0x0800-0x0803]
    [ 1.143076] pnp 00:05: [io 0x0400-0x047f]
    [ 1.143078] pnp 00:05: [io 0x0500-0x057f]
    [ 1.143080] pnp 00:05: [io 0x164e-0x164f]
    [ 1.143140] system 00:05: [io 0x0680-0x069f] has been reserved
    [ 1.143143] system 00:05: [io 0xff00-0xff0f] has been reserved
    [ 1.143145] system 00:05: [io 0xff10-0xff13] has been reserved
    [ 1.143148] system 00:05: [io 0x0800-0x0803] has been reserved
    [ 1.143150] system 00:05: [io 0x0400-0x047f] has been reserved
    [ 1.143152] system 00:05: [io 0x0500-0x057f] has been reserved
    [ 1.143154] system 00:05: [io 0x164e-0x164f] has been reserved
    [ 1.143157] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.143166] pnp 00:06: [io 0x0070-0x0077]
    [ 1.143171] pnp 00:06: [irq 8]
    [ 1.143208] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 1.143218] pnp 00:07: [io 0x0060]
    [ 1.143220] pnp 00:07: [io 0x0064]
    [ 1.143225] pnp 00:07: [irq 1]
    [ 1.143250] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 1.143262] pnp 00:08: [irq 12]
    [ 1.143288] pnp 00:08: Plug and Play ACPI device, IDs SNY9011 PNP0f13 (active)
    [ 1.143642] pnp 00:09: [mem 0xfed1c000-0xfed1ffff]
    [ 1.143644] pnp 00:09: [mem 0xfed10000-0xfed13fff]
    [ 1.143646] pnp 00:09: [mem 0xfed18000-0xfed18fff]
    [ 1.143650] pnp 00:09: [mem 0xfed19000-0xfed19fff]
    [ 1.143651] pnp 00:09: [mem 0xf8000000-0xfbffffff]
    [ 1.143653] pnp 00:09: [mem 0xfed20000-0xfed3ffff]
    [ 1.143655] pnp 00:09: [mem 0xfed90000-0xfed8ffff disabled]
    [ 1.143657] pnp 00:09: [mem 0xfed45000-0xfed8ffff]
    [ 1.143659] pnp 00:09: [mem 0xff000000-0xffffffff]
    [ 1.143661] pnp 00:09: [mem 0xfee00000-0xfeefffff]
    [ 1.143663] pnp 00:09: [mem 0xf5e0b000-0xf5e0bfff]
    [ 1.143733] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 1.143736] system 00:09: [mem 0xfed10000-0xfed13fff] has been reserved
    [ 1.143739] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 1.143741] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 1.143744] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 1.143746] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 1.143749] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 1.143751] system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
    [ 1.143754] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 1.143757] system 00:09: [mem 0xf5e0b000-0xf5e0bfff] has been reserved
    [ 1.143760] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.143900] pnp 00:0a: [bus 3f]
    [ 1.143951] pnp 00:0a: Plug and Play ACPI device, IDs PNP0a03 (active)
    [ 1.157077] pnp: PnP ACPI: found 11 devices
    [ 1.157079] ACPI: ACPI bus type pnp unregistered
    [ 1.163064] PCI: max bus depth: 1 pci_try_num: 2
    [ 1.163124] pci 0000:00:1c.5: BAR 15: assigned [mem 0xf5f00000-0xf60fffff 64bit pref]
    [ 1.163130] pci 0000:00:1c.2: BAR 15: assigned [mem 0xf6100000-0xf62fffff 64bit pref]
    [ 1.163135] pci 0000:00:1c.1: BAR 15: assigned [mem 0xf6300000-0xf64fffff 64bit pref]
    [ 1.163140] pci 0000:00:1c.0: BAR 15: assigned [mem 0xf6500000-0xf66fffff 64bit pref]
    [ 1.163143] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 1.163146] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    [ 1.163149] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf00fffff]
    [ 1.163152] pci 0000:00:01.0: bridge window [mem pref disabled]
    [ 1.163156] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 1.163159] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
    [ 1.163166] pci 0000:00:1c.0: bridge window [mem 0xf4a00000-0xf5dfffff]
    [ 1.163171] pci 0000:00:1c.0: bridge window [mem 0xf6500000-0xf66fffff 64bit pref]
    [ 1.163191] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
    [ 1.163195] pci 0000:00:1c.1: bridge window [io 0xb000-0xbfff]
    [ 1.163202] pci 0000:00:1c.1: bridge window [mem 0xf3600000-0xf49fffff]
    [ 1.163207] pci 0000:00:1c.1: bridge window [mem 0xf6300000-0xf64fffff 64bit pref]
    [ 1.163215] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
    [ 1.163219] pci 0000:00:1c.2: bridge window [io 0xa000-0xafff]
    [ 1.163225] pci 0000:00:1c.2: bridge window [mem 0xf2200000-0xf35fffff]
    [ 1.163230] pci 0000:00:1c.2: bridge window [mem 0xf6100000-0xf62fffff 64bit pref]
    [ 1.163238] pci 0000:00:1c.5: PCI bridge to [bus 05-0c]
    [ 1.163242] pci 0000:00:1c.5: bridge window [io 0x9000-0x9fff]
    [ 1.163248] pci 0000:00:1c.5: bridge window [mem 0xf0200000-0xf21fffff]
    [ 1.163253] pci 0000:00:1c.5: bridge window [mem 0xf5f00000-0xf60fffff 64bit pref]
    [ 1.163262] pci 0000:00:1e.0: PCI bridge to [bus 0d-0d]
    [ 1.163263] pci 0000:00:1e.0: bridge window [io disabled]
    [ 1.163269] pci 0000:00:1e.0: bridge window [mem disabled]
    [ 1.163274] pci 0000:00:1e.0: bridge window [mem pref disabled]
    [ 1.163293] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 1.163296] pci 0000:00:01.0: setting latency timer to 64
    [ 1.163303] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 1.163308] pci 0000:00:1c.0: setting latency timer to 64
    [ 1.163318] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 1.163323] pci 0000:00:1c.1: setting latency timer to 64
    [ 1.163333] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 1.163338] pci 0000:00:1c.2: setting latency timer to 64
    [ 1.163345] pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 1.163350] pci 0000:00:1c.5: setting latency timer to 64
    [ 1.163359] pci 0000:00:1e.0: setting latency timer to 64
    [ 1.163363] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 1.163366] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 1.163368] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 1.163370] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
    [ 1.163372] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
    [ 1.163374] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
    [ 1.163376] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
    [ 1.163378] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
    [ 1.163380] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
    [ 1.163383] pci_bus 0000:00: resource 13 [mem 0xe0000000-0xfeafffff]
    [ 1.163385] pci_bus 0000:01: resource 0 [io 0xd000-0xdfff]
    [ 1.163387] pci_bus 0000:01: resource 1 [mem 0xe0000000-0xf00fffff]
    [ 1.163389] pci_bus 0000:02: resource 0 [io 0xc000-0xcfff]
    [ 1.163391] pci_bus 0000:02: resource 1 [mem 0xf4a00000-0xf5dfffff]
    [ 1.163394] pci_bus 0000:02: resource 2 [mem 0xf6500000-0xf66fffff 64bit pref]
    [ 1.163396] pci_bus 0000:03: resource 0 [io 0xb000-0xbfff]
    [ 1.163398] pci_bus 0000:03: resource 1 [mem 0xf3600000-0xf49fffff]
    [ 1.163400] pci_bus 0000:03: resource 2 [mem 0xf6300000-0xf64fffff 64bit pref]
    [ 1.163403] pci_bus 0000:04: resource 0 [io 0xa000-0xafff]
    [ 1.163405] pci_bus 0000:04: resource 1 [mem 0xf2200000-0xf35fffff]
    [ 1.163407] pci_bus 0000:04: resource 2 [mem 0xf6100000-0xf62fffff 64bit pref]
    [ 1.163409] pci_bus 0000:05: resource 0 [io 0x9000-0x9fff]
    [ 1.163411] pci_bus 0000:05: resource 1 [mem 0xf0200000-0xf21fffff]
    [ 1.163414] pci_bus 0000:05: resource 2 [mem 0xf5f00000-0xf60fffff 64bit pref]
    [ 1.163416] pci_bus 0000:0d: resource 4 [io 0x0000-0x0cf7]
    [ 1.163418] pci_bus 0000:0d: resource 5 [io 0x0d00-0xffff]
    [ 1.163420] pci_bus 0000:0d: resource 6 [mem 0x000a0000-0x000bffff]
    [ 1.163422] pci_bus 0000:0d: resource 7 [mem 0x000d0000-0x000d3fff]
    [ 1.163424] pci_bus 0000:0d: resource 8 [mem 0x000d4000-0x000d7fff]
    [ 1.163426] pci_bus 0000:0d: resource 9 [mem 0x000d8000-0x000dbfff]
    [ 1.163428] pci_bus 0000:0d: resource 10 [mem 0x000dc000-0x000dffff]
    [ 1.163431] pci_bus 0000:0d: resource 11 [mem 0x000e0000-0x000e3fff]
    [ 1.163433] pci_bus 0000:0d: resource 12 [mem 0x000e4000-0x000e7fff]
    [ 1.163435] pci_bus 0000:0d: resource 13 [mem 0xe0000000-0xfeafffff]
    [ 1.163511] NET: Registered protocol family 2
    [ 1.163700] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 1.164727] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 1.167663] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 1.168014] TCP: Hash tables configured (established 524288 bind 65536)
    [ 1.168016] TCP reno registered
    [ 1.168027] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 1.168066] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 1.168344] NET: Registered protocol family 1
    [ 2.499376] pci 0000:00:1a.0: EHCI: BIOS handoff failed (BIOS bug?) 01010001
    [ 3.832221] pci 0000:00:1d.0: EHCI: BIOS handoff failed (BIOS bug?) 01010001
    [ 3.832352] pci 0000:01:00.0: Boot video device
    [ 3.832384] PCI: CLS 64 bytes, default 64
    [ 3.832433] Unpacking initramfs...
    [ 3.861003] Freeing initrd memory: 1780k freed
    [ 3.861298] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 3.861302] Placing 64MB software IO TLB between ffff8800dae6e000 - ffff8800dee6e000
    [ 3.861304] software IO TLB at phys 0xdae6e000 - 0xdee6e000
    [ 3.861787] audit: initializing netlink socket (disabled)
    [ 3.861799] type=2000 audit(1313594250.696:1): initialized
    [ 3.869728] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 3.886559] VFS: Disk quotas dquot_6.5.2
    [ 3.886700] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 3.886869] msgmni has been set to 7638
    [ 3.887107] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 3.887147] io scheduler noop registered
    [ 3.887150] io scheduler deadline registered
    [ 3.887202] io scheduler cfq registered (default)
    [ 3.887320] pcieport 0000:00:01.0: setting latency timer to 64
    [ 3.887348] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 3.887672] vesafb: mode is 1600x900x32, linelength=6400, pages=1
    [ 3.887674] vesafb: scrolling: redraw
    [ 3.887677] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    [ 3.890141] vesafb: framebuffer at 0xe0000000, mapped to 0xffffc90005100000, using 11250k, total 16384k
    [ 4.087472] Console: switching to colour frame buffer device 200x56
    [ 4.281840] fb0: VESA VGA frame buffer device
    [ 4.281854] intel_idle: MWAIT substates: 0x1120
    [ 4.281856] intel_idle: v0.4 model 0x25
    [ 4.281857] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 4.281902] ERST: Table is not found!
    [ 4.281955] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 4.469026] Linux agpgart interface v0.103
    [ 4.469114] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 4.473482] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 4.473514] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 4.473591] mousedev: PS/2 mouse device common for all mice
    [ 4.473653] rtc_cmos 00:06: RTC can wake from S4
    [ 4.473761] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    [ 4.473791] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
    [ 4.473886] cpuidle: using governor ladder
    [ 4.474031] cpuidle: using governor menu
    [ 4.474245] TCP cubic registered
    [ 4.474248] NET: Registered protocol family 17
    [ 4.474257] Registering the dns_resolver key type
    [ 4.474353] PM: Checking hibernation image partition /dev/sda9
    [ 4.496169] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 4.502184] PM: Hibernation image not present or could not be loaded.
    [ 4.502194] registered taskstats version 1
    [ 4.512403] rtc_cmos 00:06: setting system clock to 2011-08-17 15:17:31 UTC (1313594251)
    [ 4.512569] Initializing network drop monitor service
    [ 4.516031] Freeing unused kernel memory: 712k freed
    [ 4.516201] Write protecting the kernel read-only data: 6144k
    [ 4.516747] Freeing unused kernel memory: 12k freed
    [ 4.522858] Freeing unused kernel memory: 776k freed
    [ 4.564188] udevd[93]: starting version 173
    [ 4.566281] ACPI: acpi_idle yielding to intel_idle
    [ 4.624591] SCSI subsystem initialized
    [ 4.630767] libata version 3.00 loaded.
    [ 4.632419] ahci 0000:00:1f.2: version 3.0
    [ 4.632443] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 4.632515] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
    [ 4.632554] ahci: SSS flag set, parallel bus scan disabled
    [ 4.632606] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
    [ 4.632610] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part sxs apst
    [ 4.632616] ahci 0000:00:1f.2: setting latency timer to 64
    [ 4.634910] scsi0 : ahci
    [ 4.635536] scsi1 : ahci
    [ 4.636083] scsi2 : ahci
    [ 4.636721] scsi3 : ahci
    [ 4.637168] scsi4 : ahci
    [ 4.637475] scsi5 : ahci
    [ 4.637727] ata1: SATA max UDMA/133 abar m2048@0xf5e06000 port 0xf5e06100 irq 41
    [ 4.637731] ata2: SATA max UDMA/133 abar m2048@0xf5e06000 port 0xf5e06180 irq 41
    [ 4.637733] ata3: DUMMY
    [ 4.637734] ata4: DUMMY
    [ 4.637737] ata5: SATA max UDMA/133 abar m2048@0xf5e06000 port 0xf5e06300 irq 41
    [ 4.637741] ata6: SATA max UDMA/133 abar m2048@0xf5e06000 port 0xf5e06380 irq 41
    [ 4.861932] Refined TSC clocksource calibration: 2128.123 MHz.
    [ 4.861939] Switching to clocksource tsc
    [ 4.955224] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 4.965120] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [ 4.965397] ata1.00: ATA-8: SAMSUNG HM500JI, 2AC101C4, max UDMA/133
    [ 4.965402] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 4.975403] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [ 4.975693] ata1.00: configured for UDMA/133
    [ 4.976014] scsi 0:0:0:0: Direct-Access ATA SAMSUNG HM500JI 2AC1 PQ: 0 ANSI: 5
    [ 5.295101] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 5.296935] ata2.00: ATAPI: Optiarc DVD RW AD-7700H, 1.V0, max UDMA/100
    [ 5.303748] ata2.00: configured for UDMA/100
    [ 5.319899] scsi 1:0:0:0: CD-ROM Optiarc DVD RW AD-7700H 1.V0 PQ: 0 ANSI: 5
    [ 5.638306] ata5: SATA link down (SStatus 0 SControl 300)
    [ 5.958189] ata6: SATA link down (SStatus 0 SControl 300)
    [ 5.964558] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [ 5.964596] sd 0:0:0:0: [sda] Write Protect is off
    [ 5.964599] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 5.964614] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 6.073618] sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 sda9 sda10 >
    [ 6.074200] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 6.091859] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 6.091865] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 6.092089] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 7.960526] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
    [ 9.667393] udevd[273]: starting version 173
    [ 10.439749] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
    [ 10.447052] ACPI: Lid Switch [LID0]
    [ 10.449942] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
    [ 10.449952] ACPI: Power Button [PWRB]
    [ 10.463109] [Firmware Bug]: ACPI(VGA) defines _DOD but not _DOS
    [ 10.484243] acpi device:4b: registered as cooling_device4
    [ 10.484911] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:4a/LNXVIDEO:01/input/input3
    [ 10.484921] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
    [ 10.494126] thermal LNXTHERM:00: registered as thermal_zone0
    [ 10.494129] ACPI: Thermal Zone [TZ00] (58 C)
    [ 10.506259] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 10.506267] ACPI: Battery Slot [BAT0] (battery present)
    [ 10.517446] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 10.524583] thermal LNXTHERM:01: registered as thermal_zone1
    [ 10.524586] ACPI: Thermal Zone [TZ01] (58 C)
    [ 10.530700] ACPI: AC Adapter [ADP1] (off-line)
    [ 10.648271] input: PC Speaker as /devices/platform/pcspkr/input/input4
    [ 10.773153] iTCO_vendor_support: vendor-support=0
    [ 10.924548] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
    [ 10.924706] iTCO_wdt: Found a HM55 TCO device (Version=2, TCOBASE=0x0460)
    [ 10.924868] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 10.926971] sky2: driver version 1.28
    [ 10.927036] sky2 0000:04:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [ 10.927049] sky2 0000:04:00.0: setting latency timer to 64
    [ 10.927089] sky2 0000:04:00.0: Yukon-2 Optima chip revision 1
    [ 10.927203] sky2 0000:04:00.0: irq 42 for MSI/MSI-X
    [ 10.927532] sky2 0000:04:00.0: eth0: addr 54:42:49:10:6d:46
    [ 11.021491] cfg80211: Calling CRDA to update world regulatory domain
    [ 11.030984] usbcore: registered new interface driver usbfs
    [ 11.031163] usbcore: registered new interface driver hub
    [ 11.031208] usbcore: registered new device driver usb
    [ 11.054022] sony_laptop: Sony Notebook Control Driver v0.6
    [ 11.064072] input: Sony Vaio Keys as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/SNY5001:00/input/input5
    [ 11.064128] input: Sony Vaio Jogdial as /devices/virtual/input/input6
    [ 11.064240] sony_laptop: brightness ignored, must be controlled by ACPI video driver
    [ 11.268875] mei: module is from the staging directory, the quality is unknown, you have been warned.
    [ 11.269169] mei 0000:00:16.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 11.269177] mei 0000:00:16.0: setting latency timer to 64
    [ 11.304449] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 11.319698] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [ 11.319743] sr 1:0:0:0: Attached scsi generic sg1 type 5
    [ 11.354358] sdhci: Secure Digital Host Controller Interface driver
    [ 11.354362] sdhci: Copyright(c) Pierre Ossman
    [ 11.374472] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 11.374519] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 11.374559] ehci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 11.374564] ehci_hcd 0000:00:1a.0: EHCI Host Controller
    [ 11.374590] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 11.374630] ehci_hcd 0000:00:1a.0: debug port 2
    [ 11.378526] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
    [ 11.378534] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf5e08000
    [ 11.389468] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 11.389714] hub 1-0:1.0: USB hub found
    [ 11.389721] hub 1-0:1.0: 2 ports detected
    [ 11.389823] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 11.389872] ehci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 11.389877] ehci_hcd 0000:00:1d.0: EHCI Host Controller
    [ 11.389894] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 11.389929] ehci_hcd 0000:00:1d.0: debug port 2
    [ 11.393814] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
    [ 11.393838] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf5e07000
    [ 11.406179] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 11.406377] hub 2-0:1.0: USB hub found
    [ 11.406382] hub 2-0:1.0: 2 ports detected
    [ 11.514999] sdhci-pci 0000:03:00.0: SDHCI controller found [1180:e822] (rev 0)
    [ 11.515023] sdhci-pci 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 11.515072] sdhci-pci 0000:03:00.0: Will use DMA mode even though HW doesn't fully claim to support it.
    [ 11.515081] sdhci-pci 0000:03:00.0: setting latency timer to 64
    [ 11.515108] _regulator_get: 0000:03:00.0 supply vmmc not found, using dummy regulator
    [ 11.515145] Registered led device: mmc0::
    [ 11.515206] mmc0: SDHCI controller on PCI [0000:03:00.0] using DMA
    [ 11.515222] sdhci-pci 0000:03:00.4: SDHCI controller found [1180:e822] (rev 0)
    [ 11.515237] sdhci-pci 0000:03:00.4: PCI INT C -> GSI 19 (level, low) -> IRQ 19
    [ 11.515253] sdhci-pci 0000:03:00.4: Will use DMA mode even though HW doesn't fully claim to support it.
    [ 11.515261] sdhci-pci 0000:03:00.4: setting latency timer to 64
    [ 11.515278] _regulator_get: 0000:03:00.4 supply vmmc not found, using dummy regulator
    [ 11.515308] Registered led device: mmc1::
    [ 11.515344] mmc1: SDHCI controller on PCI [0000:03:00.4] using DMA
    [ 11.696095] usb 1-1: new high speed USB device number 2 using ehci_hcd
    [ 11.800486] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input7
    [ 11.823379] hub 1-1:1.0: USB hub found
    [ 11.823555] hub 1-1:1.0: 6 ports detected
    [ 11.881300] ath9k 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 11.881313] ath9k 0000:02:00.0: setting latency timer to 64
    [ 11.899363] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    [ 11.899454] HDA Intel 0000:00:1b.0: irq 43 for MSI/MSI-X
    [ 11.899494] HDA Intel 0000:00:1b.0: setting latency timer to 64
    [ 11.929270] usb 2-1: new high speed USB device number 2 using ehci_hcd
    [ 11.931327] ath: EEPROM regdomain: 0x65
    [ 11.931329] ath: EEPROM indicates we should expect a direct regpair map
    [ 11.931333] ath: Country alpha2 being used: 00
    [ 11.931334] ath: Regpair used: 0x65
    [ 12.053537] hub 2-1:1.0: USB hub found
    [ 12.053638] hub 2-1:1.0: 8 ports detected
    [ 12.058338] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
    [ 12.058344] Disabling lock debugging due to kernel taint
    [ 12.089898] [fglrx] Maximum main memory to use for locked dma buffers: 3660 MBytes.
    [ 12.090143] [fglrx] vendor: 1002 device: 68e0 count: 1
    [ 12.090556] [fglrx] ioport: bar 4, base 0xd000, size: 0x100
    [ 12.090572] pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 12.090577] pci 0000:01:00.0: setting latency timer to 64
    [ 12.090779] [fglrx] Kernel PAT support is enabled
    [ 12.090802] [fglrx] module loaded - fglrx 8.87.5 [Jul 7 2011] with 1 minors
    [ 12.101099] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
    [ 12.101452] Registered led device: ath9k-phy0
    [ 12.101460] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc90005d00000, irq=16
    [ 12.115758] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input8
    [ 12.117699] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [ 12.117756] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [ 12.117877] HDA Intel 0000:01:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 12.117956] HDA Intel 0000:01:00.1: irq 44 for MSI/MSI-X
    [ 12.117979] HDA Intel 0000:01:00.1: setting latency timer to 64
    [ 12.132761] usb 1-1.2: new full speed USB device number 3 using ehci_hcd
    [ 12.168259] HDMI status: Pin=3 Presence_Detect=0 ELD_Valid=0
    [ 12.168639] input: HD-Audio Generic HDMI/DP as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11
    [ 12.265962] usb 1-1.2: new high speed USB device number 4 using ehci_hcd
    [ 12.387463] cfg80211: World regulatory domain updated:
    [ 12.387466] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    [ 12.387469] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [ 12.387472] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [ 12.387474] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [ 12.387477] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [ 12.387479] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [ 12.387493] cfg80211: Calling CRDA for country: IT
    [ 12.390329] cfg80211: Regulatory domain changed to country: IT
    [ 12.390332] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    [ 12.390334] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
    [ 12.390337] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
    [ 12.390339] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
    [ 12.390341] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
    [ 12.462672] usb 2-1.2: new low speed USB device number 3 using ehci_hcd
    [ 12.939879] Linux media interface: v0.10
    [ 12.994380] input: USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/input/input12
    [ 12.994487] generic-usb 0003:15D9:0A4C.0001: input,hidraw0: USB HID v1.11 Mouse [ USB OPTICAL MOUSE] on usb-0000:00:1d.0-1.2/input0
    [ 12.994502] usbcore: registered new interface driver usbhid
    [ 12.994504] usbhid: USB HID core driver
    [ 13.030968] Linux video capture interface: v2.00
    [ 13.053392] uvcvideo: Found UVC 1.00 device USB 2.0 Camera (064e:a213)
    [ 13.060994] input: USB 2.0 Camera as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input13
    [ 13.061057] usbcore: registered new interface driver uvcvideo
    [ 13.061059] USB Video Class driver (v1.1.0)
    [ 15.202804] EXT4-fs (sda7): re-mounted. Opts: (null)
    [ 15.503756] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
    [ 15.505206] SGI XFS Quota Management subsystem
    [ 15.527846] XFS (sda10): Mounting Filesystem
    [ 16.058466] XFS (sda10): Ending clean mount
    [ 16.172238] REISERFS (device sda8): found reiserfs format "3.6" with standard journal
    [ 16.172257] REISERFS (device sda8): using ordered data mode
    [ 16.180082] REISERFS (device sda8): journal params: device sda8, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
    [ 16.180470] REISERFS (device sda8): checking transaction log (sda8)
    [ 16.225092] REISERFS (device sda8): Using r5 hash to sort names
    [ 16.362086] EXT3-fs: barriers not enabled
    [ 16.377355] kjournald starting. Commit interval 5 seconds
    [ 16.377554] EXT3-fs (sda6): using internal journal
    [ 16.377560] EXT3-fs (sda6): mounted filesystem with ordered data mode
    [ 16.475339] fuse init (API version 7.16)
    [ 17.345752] Adding 1052220k swap on /dev/sda9. Priority:-1 extents:1 across:1052220k
    Last edited by TheImmortalPhoenix (2011-08-17 13:23:54)

  • Upgrading a kernel in ABAP or Java - what is correct for 7.01 and 7.1

    There are a couple ways to upgrade a kernel  depending on ABAP or Java.
    I want to know what is the best safest and approved way to upgrade an ABAP kernel based on 7.01 and 7.1
    I don't want to miss with temporary softlinks because our consultant did that and forgot abut it, which cause a huge problem.
    This is a UNIX 64 bit OS.
    Thanks
    Weyland Yutani

    Hi,
    For doing ABAP kernel upgrade there plenty of resources available. You can refer the following guide for a comprehensive overview with step by step instruction of Kernel upgrade process :-
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70d8838d-cb8f-2c10-7ab8-d1504670fbb8?quicklink=index&overridelayout=true
    Just make sure to check the following points before starting the upgrade :-
    1) Take full backup of existing Kernel directory
       After taking full backup of old kernel directory, check the total no. of files in the backup kernel directory by #ls -al|wc -l & cross check same files exist in the orginal kernel directory. This should be done before starting actual kernel upgrade - just to ensure that after wiping out current kernel dir and then after applying new kernel if there is any issue & you have restore the old kernel then you are not missing any files.
    2) Check the softlinks in the existing kernel directory & keep a screenshot so that after kernel upgrade you can create those links.
    Use #ln -s <remote filesystems to be linked> <local file at Kernel directory>
        e.g :  3> ln -s a b
         sapsys 1 Aug 26 09:34 b -> a
        Thus if you wish then you can create those softlinks manually. This may be required for brtools, TSM etc related softlink depending on your scenario you can recreate the links.

  • Reg UPgrading SAP Kernel for ECC 6.0

    Hi,
    We have a ECC 6.0  SAP System.
    The current kernel in our system is 133.
    We wanted to upgrade the Kernel
    We have the following kernel versions
    146
    159
    175
    179
    185
    We wanted to know the stable kernel versions among the above and general issues encountered in the kernels
    Please advice

    Just go to the latest kernel.... no point in going from an old kernel to another old kernel. Usually kernels are released every quarter so just get the latest available.
    Regards
    Juan

  • EHP7 Upgrade with kernel 740 Sp37

    Hi All,
    We have done successfully upgrade from ERP 6.0 to EHP6 sp09 and Now we have decide to go with EHP7 update fro two scenerios 1. From ERP 6.0 (kernel 700) to ERP6.0 EHP7 (Kernel 740) and 2 ERP 6.0 to EHP6 sp09 (kernel 721_EXT) to ERP6.0 EHP7 (Kernel 740). . here I have Two queries.
    1.  -----------------------------------------------------------------------------------------------------------------
    EHP7 for ERP6.0 with SP03
    In that Mopz proposed EHP7 for ERP6.0 SP03 is available only for support pack update only. It suggest the note 1949802 which I am not able to get as MOPZ is still generating valid XML to update ERP6.0 EHP7 sp03
    EHP7 for ERP6.0 with SP02
    It gives the kernel 740 patch SP27, I was reading some SCN discussions of kernel SP27 is having some bugs and gives issue during preprocessing phase and update will have to reset. So I want to use Kernel 740 SP37, so how to achieve this as Mopz is not giving the option to select the latest kernel. I am afraid to modify the stack.xml file.
    2.  --------------------------------------------------------------------------------------------------------------------
    One more query is in phase Extraction I got error "the new SAP tools in /usr/sap/MES/SUM/abap/exe cannot connect to your database".
    Which I believe is because of SSFS is not configured in source kernel. So question is how to configure this for Kernel 740 at this stage (after extraction).
    SAP Note 1622837 says if your source kernel is 7.0x then two options --- option b says start with SUM and after error in Extraction Install SSFS with kernel 7.40 that is already unpacked. So how can I configure the SSFS with 740 as source system kernel is still running under 700
    Please help.
    Regards
    SS

    Hi Guys,
    While in downtime phase MAIN_NEWBAS/XPRAS_AIMMRG we are getting below
    error.
    2EETW152 Cannot open file "/usr/sap/MES/SUM/abap/data/R-
    XXX13INCTSPLGN.SAP".
    # /usr/sap/MES/SUM/abap/log/SAPR740XPRA90000145.MES
    I have gone through the "sap note 1978218 - CTSPLUG 200 SP10 Upgrade
    fails"
    and implemented the same report to get sp09 data and cofiles of CTS
    plugin. Both files got generated successfully and are available in
    /usr/sap/MES/SUM/abap/data
    File names are R-20009INCTSPLUG.SAP & D-20009INCTSPLUG.SAP
    And cofiles name is K-20009INCTSPLUG.SAP
    Then I continued with upgrade but it still fails with the same message.
    I dont know why stack xml calculated the sp10 patch for CTS_PLUG while we were already on sp10
    Anybody has idea on this.
    Regards
    Sukhwinder

  • Issue after upgrading SOLMAN-Kernel to 700-201

    Hi Gurus,
    I have upgraded SOLMAN Kernel from 700-144 to 700-201. I have done step by step upgrade i.e.,
    700-147 to 700-175 - No issues
    700-175 to 700-201 - Server started partially.
    In the Console, the server is partially started after upgrading from 175 to 201(Yellow and Green).
    "Dispatcher Running but not connected to Message Server, J2EE: All processes  running"
    I am able to login to all clients as well as J2EE.
    are there any patch or any OSS notes to implement after upgrading to Kernel 700-201?
    SOLMAN:
    SP-17
    WIN-32
    Thanks in advance...
    Regards
    Shreeshail Ganiger

    Dear Shreeshail,
    Try to upgrade your kernel to 221, there are quite issues with 201for some installations.
    Check if your satstartsrv.exe has been updated with new version too. this you can check with file version by right clicking.
    Regards
    Shailesh

  • Upgradation of kernel patch in clustred enviroment

    hi
    i have to upgrade the kernel patch from 144 to 205
    we have a clustering in our production server
    ECC6.0
    HP-UX
    Oracle 10g
    can anyone guide me step by step how to do this .
    regards
    Aditya Rathore

    Hi,
    See the below threads,
    [Kernel Upgrade on Solaris Cluster Failed;
    Thanks
    Shambo

  • Upgrading SAP Kernel

    I need to upgrade the Kernel of our 620 BW System as it hasn't been done for a couple of years. 
    The current level is 1393 and DB 1467.
    I have downloaded the following:
    SAPEXE 1773 - (Kernel part 1 for Stack Q4-2004) and
    SAPEXEDB 1773 - (Kernel part II for Stack Q4-2004)
    Just wondering if this stack will contain all outstanding files from our current level?  Does this look like the correct version to install.
    Many thanks!
    Marie

    Hi Marie,
    Yes the 640 Kernel is supported, as it is downwards compatible. By the way we are running all our 620 systems with the 640 Kernel also on Windows/SQL.
    Maybe your problem is a result of a missing profile parameter (in default profile), that has changed.
    Missing parameter is dbs/mss/server=<hostname>\<instance>.
    Take a look at SAP note 858449.
    Another tip is maybe the librfc32.dll in the <windir>\system32 directory of your server, that also has to be updated. (Please don't rename or move the old file, copy it to another name or directory to make a backup, before you replace it with the new one! You risk to mix up some registry information).
    Did you had any errors while copying the new (640) kernel to the ..\sys\exe\run directory ? (file in use or so?)
    Are you sure you have stopped every thing before you replaced the kernel ? (SAP, DB, saposcol, sapmmc, and all sap-services) ?
    Sometimes (can't explain) a boot of the server helps clean up errors that can't be explained
    Can you give some more information about your error (Error:  9007041D) is not much information....
    And last yes the sap_droproc is necessary, specially if you upgrade the kernel (is mentioned in SAP note 664679).
    I hope you can solve your "upgrade"...
    Regards
    Rolf

  • Using JSMP to upgrade BI kernel

    Hi Gurus,
    Can someone please guide thru the process of upgrading the kernel of my BI 700 system using the JSMP tool.
    After downloading the stack including the kernel, do I have to uncar these files or does this tool do that as part of the install process…
    Thanks and regards,
    Iqbal

    Thank you Sam, see I downloaded the support stacks including the kernel but for some reason the JSMP tool is unable to see the stack for application.
    The SPSTab.xml was also downloaded as instruched.
    Do you know of a reason why this is happening?
    Thanks,
    Iqbal

Maybe you are looking for