FS#27182 - [linux][udev]: hibernation broken on 3.1 kernel

Attached to Project: Arch Linux
Opened by mark (mmm) - Sunday, 20 November 2011, 22:56 GMT
Last edited by Jan de Groot (JGC) - Thursday, 24 November 2011, 23:23 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To No-one
Architecture i686
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Hi,

recently I upgraded after a longer while (to the new 3.1.1 kernel, new udev 175-1) and hibernation stopped working on my machine (i686 intel atom netbook, integrated gpu) which worked ok before.

I'm using pm-utils, pm-hibernate waits for some time and then returns
with 128 : "A return value of 128 means that pm-action tried to put the machine in the requested power state but failed."

From the log:
Failed.

/usr/lib/pm-utils/sleep.d/01laptop-mode thaw hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/01grub thaw hibernate:

/usr/lib/pm-utils/sleep.d/01grub thaw hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/00powersave thaw hibernate:

/usr/lib/pm-utils/sleep.d/00powersave thaw hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/00logging thaw hibernate:

/usr/lib/pm-utils/sleep.d/00logging thaw hibernate: success.
Running hook /etc/pm/sleep.d/00CPU thaw hibernate:

/etc/pm/sleep.d/00CPU thaw hibernate: success.
Sun Nov 20 23:32:46 CET 2011: Finished.


dmesg is clear in this regard.


I also tried #echo -n "disk" > /sys/power/state
with no success:
# echo -n "disk" > /sys/power/state
-bash: echo: write error: No such device

# cat /sys/power/state
mem disk


Interestingly, echo mem > /sys/power/state works well(ok, does not resume, but that is for my other reasons:  FS#24029  - [pm-utils intel] blank screen after suspend, also inputs dead )

I think this bug might be related to  FS#26725  - Suspend and Hibernate not working on new Satellite L775d
https://bugs.archlinux.org/task/26725

Many thanks for any help, Mark

FTR
# uname -a
Linux beruska 3.1-pf #3 SMP PREEMPT Fri Nov 18 19:00:41 EET 2011 i686 Intel(R) Atom(TM) CPU N270 @ 1.60GHz GenuineIntel GNU/Linux
..same on stock 3.1.1 -ARCH kernel

my dmesg:
# dmesg
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Linux version 3.1-pf (root@proxy) (gcc version 4.6.2 (GCC) ) #3 SMP PREEMPT Fri Nov 18 19:00:41 EET 2011
[ 0.000000] Atom PSE erratum detected, BIOS microcode update recommended
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000d2000 - 00000000000d4000 (reserved)
[ 0.000000] BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000007f6d0000 (usable)
[ 0.000000] BIOS-e820: 000000007f6d0000 - 000000007f6e2000 (ACPI data)
[ 0.000000] BIOS-e820: 000000007f6e2000 - 000000007f6e3000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000007f6e3000 - 0000000080000000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
[ 0.000000] BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[ 0.000000] DMI 2.5 present.
[ 0.000000] DMI: LENOVO 41875QG /Kuril , BIOS 14CNA0WW 10/11/2010
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] last_pfn = 0x7f6d0 max_arch_pfn = 0x100000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-CFFFF write-protect
[ 0.000000] D0000-DFFFF uncachable
[ 0.000000] E0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask 080000000 write-back
[ 0.000000] 1 base 07F700000 mask 0FFF00000 uncachable
[ 0.000000] 2 base 07F800000 mask 0FF800000 uncachable
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] found SMP MP-table at [c00f7b20] f7b20
[ 0.000000] initial memory mapped : 0 - 00c00000
[ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[ 0.000000] 0000000000 - 00377fe000 page 4k
[ 0.000000] kernel direct mapping tables up to 377fe000 @ b1f000-c00000
[ 0.000000] RAMDISK: 37cda000 - 37ff0000
[ 0.000000] Allocated new RAMDISK: 374e8000 - 377fd9ed
[ 0.000000] Move RAMDISK from 0000000037cda000 - 0000000037fef9ec to 374e8000 - 377fd9ec
[ 0.000000] ACPI: RSDP 000f7a10 00024 (v02 PTLTD )
[ 0.000000] ACPI: XSDT 7f6da14f 0007C (v01 LENOVO CB-01 06040000 LTP 00000000)
[ 0.000000] ACPI: FACP 7f6e1d4d 000F4 (v03 INTEL CALISTGA 06040000 ALAN 00000001)
[ 0.000000] ACPI: DSDT 7f6db349 06990 (v01 INTEL CALISTGA 06040000 INTL 20061109)
[ 0.000000] ACPI: FACS 7f6e2fc0 00040
[ 0.000000] ACPI: HPET 7f6e1e41 00038 (v01 INTEL CALISTGA 06040000 LOHR 0000005A)
[ 0.000000] ACPI: MCFG 7f6e1e79 0003C (v01 INTEL CALISTGA 06040000 LOHR 0000005A)
[ 0.000000] ACPI: TCPA 7f6e1eb5 00032 (v01 PTLTD CALISTGA 06040000 PTL 00000001)
[ 0.000000] ACPI: TMOR 7f6e1ee7 00026 (v01 PTLTD 06040000 PTL 00000003)
[ 0.000000] ACPI: APIC 7f6e1f0d 00068 (v01 PTLTD ? APIC 06040000 LTP 00000000)
[ 0.000000] ACPI: BOOT 7f6e1f75 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
[ 0.000000] ACPI: ASF! 7f6e1f9d 00063 (v16 CETP CETP 06040000 PTL 00000001)
[ 0.000000] ACPI: SSDT 7f6da767 0025F (v01 PmRef Cpu0Tst 00003000 INTL 20050624)
[ 0.000000] ACPI: SSDT 7f6da6c1 000A6 (v01 PmRef Cpu1Tst 00003000 INTL 20050624)
[ 0.000000] ACPI: SSDT 7f6da1cb 004F6 (v02 PmRef CpuPm 00003000 INTL 20050624)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 1150MB HIGHMEM available.
[ 0.000000] 887MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 377fe000
[ 0.000000] low ram: 0 - 377fe000
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x000377fe
[ 0.000000] HighMem 0x000377fe -> 0x0007f6d0
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x0007f6d0
[ 0.000000] On node 0 totalpages: 521823
[ 0.000000] free_area_init_node: node 0, pgdat c05c7b00, node_mem_map f64f7200
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3951 pages, LIFO batch:0
[ 0.000000] Normal zone: 1744 pages used for memmap
[ 0.000000] Normal zone: 221486 pages, LIFO batch:31
[ 0.000000] HighMem zone: 2302 pages used for memmap
[ 0.000000] HighMem zone: 292308 pages, LIFO batch:31
[ 0.000000] Using APIC driver default
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000d2000
[ 0.000000] PM: Registered nosave memory: 00000000000d2000 - 00000000000d4000
[ 0.000000] PM: Registered nosave memory: 00000000000d4000 - 00000000000dc000
[ 0.000000] PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 80000000 (gap: 80000000:60000000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 12 pages/cpu @f64d3000 s28416 r0 d20736 u49152
[ 0.000000] pcpu-alloc: s28416 r0 d20736 u49152 alloc=12*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 517745
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-pf root=/dev/disk/by-label/arch cryptdevice=/dev/sda7:preDevice resume=/dev/mapper/swapDevice ro quiet console=tty1 logo.nologo splash=silent,theme:arch-banner-icons,fadein,fadeout rootdelay=2 fastboot
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] allocated 8350720 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Initializing HighMem for node 0 (000377fe:0007f6d0)
[ 0.000000] Memory: 2051456k/2087744k available (3435k kernel code, 35836k reserved, 1494k data, 504k init, 1178440k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
[ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
[ 0.000000] .init : 0xc05d1000 - 0xc064f000 ( 504 kB)
[ 0.000000] .data : 0xc045ad15 - 0xc05d05c0 (1494 kB)
[ 0.000000] .text : 0xc0100000 - 0xc045ad15 (3435 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Verbose stalled-CPUs detection is disabled.
[ 0.000000] NR_IRQS:512
[ 0.000000] CPU 0 irqstacks, hard=f580c000 soft=f580e000
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty1] enabled
[ 0.000000] hpet clockevent registered
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 1595.873 MHz processor.
[ 0.001004] Calibrating delay loop (skipped), value calculated using timer frequency.. 3191.74 BogoMIPS (lpj=1595873)
[ 0.001016] pid_max: default: 32768 minimum: 301
[ 0.002012] Security Framework initialized
[ 0.002023] AppArmor: AppArmor disabled by boot time parameter
[ 0.002088] Mount-cache hash table entries: 512
[ 0.002629] Initializing cgroup subsys memory
[ 0.002659] Initializing cgroup subsys devices
[ 0.002665] Initializing cgroup subsys freezer
[ 0.002671] Initializing cgroup subsys net_cls
[ 0.002677] Initializing cgroup subsys blkio
[ 0.002693] Initializing cgroup subsys bfqio
[ 0.002759] Atom PSE erratum detected, BIOS microcode update recommended
[ 0.002771] CPU: Physical Processor ID: 0
[ 0.002776] CPU: Processor Core ID: 0
[ 0.002782] mce: CPU supports 5 MCE banks
[ 0.002798] CPU0: Thermal monitoring handled by SMI
[ 0.002808] using mwait in idle threads.
[ 0.004291] ACPI: Core revision 20110623
[ 0.014034] ftrace: allocating 15461 entries in 31 pages
[ 0.015093] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.016282] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.026299] CPU0: Intel(R) Atom(TM) CPU N270 @ 1.60GHz stepping 02
[ 0.026998] Performance Events: PEBS fmt0+, Atom events, Intel PMU driver.
[ 0.026998] ... version: 3
[ 0.026998] ... bit width: 40
[ 0.026998] ... generic registers: 2
[ 0.026998] ... value mask: 000000ffffffffff
[ 0.026998] ... max period: 000000007fffffff
[ 0.026998] ... fixed-purpose events: 3
[ 0.026998] ... event mask: 0000000700000003
[ 0.030674] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.038069] CPU 1 irqstacks, hard=f58d2000 soft=f58d4000
[ 0.038080] Booting Node 0, Processors #1
[ 0.038093] smpboot cpu 1: start_ip = 9b000
[ 0.038047] Initializing CPU#1
[ 0.038047] Atom PSE erratum detected, BIOS microcode update recommended
[ 0.038047] CPU1: Thermal monitoring handled by SMI
[ 0.110046] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.110074] Brought up 2 CPUs
[ 0.110074] Total of 2 processors activated (6383.58 BogoMIPS).
[ 0.111190] devtmpfs: initialized
[ 0.111572] PM: Registering ACPI NVS region at 7f6e2000 (4096 bytes)
[ 0.114798] print_constraints: dummy:
[ 0.114967] NET: Registered protocol family 16
[ 0.115325] ACPI: bus type pci registered
[ 0.115555] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.115564] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.115569] PCI: Using MMCONFIG for extended config space
[ 0.115574] PCI: Using configuration type 1 for base access
[ 0.117265] bio: create slab <bio-0> at 0
[ 0.117479] ACPI: Added _OSI(Module Device)
[ 0.117486] ACPI: Added _OSI(Processor Device)
[ 0.117491] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.117497] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.119643] ACPI: EC: Look up EC in DSDT
[ 0.126052] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.127608] ACPI: SSDT 7f6db030 00245 (v02 PmRef Cpu0Ist 00003000 INTL 20050624)
[ 0.128177] ACPI: Dynamic OEM Table Load:
[ 0.128186] ACPI: SSDT (null) 00245 (v02 PmRef Cpu0Ist 00003000 INTL 20050624)
[ 0.128522] ACPI: SSDT 7f6da9c6 005E5 (v02 PmRef Cpu0Cst 00003001 INTL 20050624)
[ 0.129048] ACPI: Dynamic OEM Table Load:
[ 0.129056] ACPI: SSDT (null) 005E5 (v02 PmRef Cpu0Cst 00003001 INTL 20050624)
[ 0.129622] ACPI: SSDT 7f6db275 000D4 (v02 PmRef Cpu1Ist 00003000 INTL 20050624)
[ 0.130168] ACPI: Dynamic OEM Table Load:
[ 0.130177] ACPI: SSDT (null) 000D4 (v02 PmRef Cpu1Ist 00003000 INTL 20050624)
[ 0.130392] ACPI: SSDT 7f6dafab 00085 (v02 PmRef Cpu1Cst 00003000 INTL 20050624)
[ 0.130911] ACPI: Dynamic OEM Table Load:
[ 0.130919] ACPI: SSDT (null) 00085 (v02 PmRef Cpu1Cst 00003000 INTL 20050624)
[ 0.134013] ACPI: EC: GPE storm detected, transactions will use polling mode
[ 0.134194] ACPI: Interpreter enabled
[ 0.134236] ACPI: (supports S0 S3 S4 S5)
[ 0.134333] ACPI: Using IOAPIC for interrupt routing
[ 0.163635] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 0.163954] ACPI: No dock devices found.
[ 0.163961] HEST: Table not found.
[ 0.163972] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.164772] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.166398] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
[ 0.166407] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
[ 0.166414] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[ 0.166421] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
[ 0.166428] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
[ 0.166436] pci_root PNP0A08:00: host bridge window [mem 0x80000000-0xfebfffff]
[ 0.166467] pci 0000:00:00.0: [8086:27ac] type 0 class 0x000600
[ 0.166536] pci 0000:00:02.0: [8086:27ae] type 0 class 0x000300
[ 0.166554] pci 0000:00:02.0: reg 10: [mem 0xf0300000-0xf037ffff]
[ 0.166566] pci 0000:00:02.0: reg 14: [io 0x1800-0x1807]
[ 0.166577] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff pref]
[ 0.166589] pci 0000:00:02.0: reg 1c: [mem 0xf0400000-0xf043ffff]
[ 0.166642] pci 0000:00:02.1: [8086:27a6] type 0 class 0x000380
[ 0.166657] pci 0000:00:02.1: reg 10: [mem 0xf0380000-0xf03fffff]
[ 0.166786] pci 0000:00:1b.0: [8086:27d8] type 0 class 0x000403
[ 0.166818] pci 0000:00:1b.0: reg 10: [mem 0xf0440000-0xf0443fff 64bit]
[ 0.166926] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.166936] pci 0000:00:1b.0: PME# disabled
[ 0.166981] pci 0000:00:1c.0: [8086:27d0] type 1 class 0x000604
[ 0.167093] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.167103] pci 0000:00:1c.0: PME# disabled
[ 0.167149] pci 0000:00:1c.1: [8086:27d2] type 1 class 0x000604
[ 0.167256] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.167265] pci 0000:00:1c.1: PME# disabled
[ 0.167310] pci 0000:00:1c.2: [8086:27d4] type 1 class 0x000604
[ 0.167417] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.167426] pci 0000:00:1c.2: PME# disabled
[ 0.167473] pci 0000:00:1d.0: [8086:27c8] type 0 class 0x000c03
[ 0.167545] pci 0000:00:1d.0: reg 20: [io 0x1820-0x183f]
[ 0.167601] pci 0000:00:1d.1: [8086:27c9] type 0 class 0x000c03
[ 0.167675] pci 0000:00:1d.1: reg 20: [io 0x1840-0x185f]
[ 0.167732] pci 0000:00:1d.2: [8086:27ca] type 0 class 0x000c03
[ 0.167805] pci 0000:00:1d.2: reg 20: [io 0x1860-0x187f]
[ 0.167866] pci 0000:00:1d.3: [8086:27cb] type 0 class 0x000c03
[ 0.167939] pci 0000:00:1d.3: reg 20: [io 0x1880-0x189f]
[ 0.168027] pci 0000:00:1d.7: [8086:27cc] type 0 class 0x000c03
[ 0.168061] pci 0000:00:1d.7: reg 10: [mem 0xf0644000-0xf06443ff]
[ 0.168176] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.168186] pci 0000:00:1d.7: PME# disabled
[ 0.168226] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[ 0.168335] pci 0000:00:1f.0: [8086:27b9] type 0 class 0x000601
[ 0.168455] pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
[ 0.168467] pci 0000:00:1f.0: quirk: [io 0x1180-0x11bf] claimed by ICH6 GPIO
[ 0.168479] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0380 (mask 0007)
[ 0.168534] pci 0000:00:1f.1: [8086:27df] type 0 class 0x000101
[ 0.168558] pci 0000:00:1f.1: reg 10: [io 0x0000-0x0007]
[ 0.168576] pci 0000:00:1f.1: reg 14: [io 0x0000-0x0003]
[ 0.168593] pci 0000:00:1f.1: reg 18: [io 0x0000-0x0007]
[ 0.168612] pci 0000:00:1f.1: reg 1c: [io 0x0000-0x0003]
[ 0.168630] pci 0000:00:1f.1: reg 20: [io 0x1810-0x181f]
[ 0.168693] pci 0000:00:1f.2: [8086:27c4] type 0 class 0x000101
[ 0.168720] pci 0000:00:1f.2: reg 10: [io 0x18c8-0x18cf]
[ 0.168738] pci 0000:00:1f.2: reg 14: [io 0x18c0-0x18c3]
[ 0.168756] pci 0000:00:1f.2: reg 18: [io 0x18a8-0x18af]
[ 0.168774] pci 0000:00:1f.2: reg 1c: [io 0x180c-0x180f]
[ 0.168791] pci 0000:00:1f.2: reg 20: [io 0x18b0-0x18bf]
[ 0.168809] pci 0000:00:1f.2: reg 24: [mem 0xf0644400-0xf06447ff]
[ 0.168857] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.168867] pci 0000:00:1f.2: PME# disabled
[ 0.168904] pci 0000:00:1f.3: [8086:27da] type 0 class 0x000c05
[ 0.168992] pci 0000:00:1f.3: reg 20: [io 0x18e0-0x18ff]
[ 0.169237] pci 0000:02:00.0: [14e4:1713] type 0 class 0x000200
[ 0.169314] pci 0000:02:00.0: reg 10: [mem 0xf0100000-0xf010ffff 64bit]
[ 0.169638] pci 0000:02:00.0: PME# supported from D3hot D3cold
[ 0.169654] pci 0000:02:00.0: PME# disabled
[ 0.169819] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.169829] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.169842] pci 0000:00:1c.0: bridge window [mem 0xf0100000-0xf01fffff]
[ 0.169855] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[ 0.169936] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[ 0.170298] pci 0000:04:00.0: [14e4:4315] type 0 class 0x000280
[ 0.170375] pci 0000:04:00.0: reg 10: [mem 0xf0200000-0xf0203fff 64bit]
[ 0.170679] pci 0000:04:00.0: supports D1 D2
[ 0.170685] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 0.170701] pci 0000:04:00.0: PME# disabled
[ 0.170889] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
[ 0.170902] pci 0000:00:1c.2: bridge window [mem 0xf0200000-0xf02fffff]
[ 0.171021] pci 0000:00:1e.0: PCI bridge to [bus 05-05] (subtractive decode)
[ 0.171042] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.171049] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.171056] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.171063] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[ 0.171071] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[ 0.171078] pci 0000:00:1e.0: bridge window [mem 0x80000000-0xfebfffff] (subtractive decode)
[ 0.171115] pci_bus 0000:00: on NUMA node 0
[ 0.171124] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.171486] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 0.171615] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[ 0.171737] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[ 0.171911] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[ 0.172345] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 0.172355] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
[ 0.172361] ACPI _OSC control for PCIe not granted, disabling ASPM
[ 0.180796] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[ 0.180937] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 *3 4 5 6 7 11 12 14 15)
[ 0.181078] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 *3 4 5 6 7 10 12 14 15)
[ 0.181207] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[ 0.181336] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[ 0.181466] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[ 0.181597] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 *5 6 7 10 12 14 15)
[ 0.181725] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 *5 6 7 11 12 14 15)
[ 0.182007] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.182029] vgaarb: loaded
[ 0.182033] vgaarb: bridge control possible 0000:00:02.0
[ 0.182328] PCI: Using ACPI for IRQ routing
[ 0.194137] PCI: pci_cache_line_size set to 64 bytes
[ 0.194720] reserve RAM buffer: 000000000009f800 - 000000000009ffff
[ 0.194728] reserve RAM buffer: 000000007f6d0000 - 000000007fffffff
[ 0.195035] NetLabel: Initializing
[ 0.195040] NetLabel: domain hash size = 128
[ 0.195044] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.195074] NetLabel: unlabeled traffic allowed by default
[ 0.195113] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.195125] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.195136] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.200041] Switching to clocksource hpet
[ 0.200725] Switched to NOHz mode on CPU #0
[ 0.200872] Switched to NOHz mode on CPU #1
[ 0.215788] pnp: PnP ACPI init
[ 0.215832] ACPI: bus type pnp registered
[ 0.221000] pnp 00:00: [bus 00-ff]
[ 0.221008] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.221034] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.221040] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.221047] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.221053] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[ 0.221060] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[ 0.221066] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[ 0.221072] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[ 0.221078] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[ 0.221084] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[ 0.221090] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[ 0.221097] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[ 0.221103] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[ 0.221109] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[ 0.221115] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[ 0.221121] pnp 00:00: [mem 0x000ec000-0x000effff window]
[ 0.221127] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[ 0.221134] pnp 00:00: [mem 0x80000000-0xfebfffff window]
[ 0.221140] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[ 0.221287] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 0.221354] pnp 00:01: [mem 0xe0000000-0xefffffff]
[ 0.221361] pnp 00:01: [mem 0xfed14000-0xfed17fff]
[ 0.221367] pnp 00:01: [mem 0xfed18000-0xfed18fff]
[ 0.221373] pnp 00:01: [mem 0xfed19000-0xfed19fff]
[ 0.221379] pnp 00:01: [mem 0xfed1c000-0xfed1ffff]
[ 0.221392] pnp 00:01: [mem 0xfed20000-0xfed3ffff]
[ 0.221397] pnp 00:01: [mem 0xfed40000-0xfed44fff]
[ 0.221403] pnp 00:01: [mem 0xfed45000-0xfed8ffff]
[ 0.221518] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.221526] system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
[ 0.221533] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.221541] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.221548] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.221555] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.221563] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
[ 0.221570] system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.221580] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.221991] pnp 00:02: [io 0x0000-0x001f]
[ 0.221998] pnp 00:02: [io 0x0081-0x0091]
[ 0.222027] pnp 00:02: [io 0x0093-0x009f]
[ 0.222032] pnp 00:02: [io 0x00c0-0x00df]
[ 0.222039] pnp 00:02: [dma 4]
[ 0.222139] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.222314] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[ 0.222442] system 00:03: [mem 0xfed00000-0xfed003ff] has been reserved
[ 0.222452] system 00:03: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[ 0.222484] pnp 00:04: [io 0x00f0]
[ 0.222505] pnp 00:04: [irq 13]
[ 0.222594] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.222627] pnp 00:05: [io 0x0061]
[ 0.222632] pnp 00:05: [io 0x0063]
[ 0.222637] pnp 00:05: [io 0x0065]
[ 0.222642] pnp 00:05: [io 0x0067]
[ 0.222647] pnp 00:05: [io 0x0070]
[ 0.222652] pnp 00:05: [io 0x0080]
[ 0.222657] pnp 00:05: [io 0x0092]
[ 0.222663] pnp 00:05: [io 0x00b2-0x00b3]
[ 0.222668] pnp 00:05: [io 0x0800-0x080f]
[ 0.222674] pnp 00:05: [io 0x1000-0x107f]
[ 0.222679] pnp 00:05: [io 0x1180-0x11bf]
[ 0.222685] pnp 00:05: [io 0x1640-0x164f]
[ 0.222690] pnp 00:05: [io 0xfe00]
[ 0.222695] pnp 00:05: [io 0x0380-0x0384]
[ 0.222701] pnp 00:05: [io 0x0386-0x0387]
[ 0.222841] system 00:05: [io 0x0800-0x080f] has been reserved
[ 0.222849] system 00:05: [io 0x1000-0x107f] has been reserved
[ 0.222856] system 00:05: [io 0x1180-0x11bf] has been reserved
[ 0.222863] system 00:05: [io 0x1640-0x164f] has been reserved
[ 0.222870] system 00:05: [io 0xfe00] has been reserved
[ 0.222877] system 00:05: [io 0x0380-0x0384] has been reserved
[ 0.222885] system 00:05: [io 0x0386-0x0387] has been reserved
[ 0.222893] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.222953] pnp 00:06: [io 0x06a0-0x06af]
[ 0.222960] pnp 00:06: [io 0x06b0-0x06ff]
[ 0.223108] system 00:06: [io 0x06a0-0x06af] has been reserved
[ 0.223116] system 00:06: [io 0x06b0-0x06ff] has been reserved
[ 0.223125] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.223151] pnp 00:07: [io 0x0070-0x0077]
[ 0.223166] pnp 00:07: [irq 8]
[ 0.223262] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.223325] pnp 00:08: [io 0x0060]
[ 0.223331] pnp 00:08: [io 0x0064]
[ 0.223344] pnp 00:08: [irq 1]
[ 0.223437] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.223472] pnp 00:09: [irq 12]
[ 0.223569] pnp 00:09: Plug and Play ACPI device, IDs SYN1024 SYN1000 SYN0002 PNP0f13 (active)
[ 0.223618] pnp: PnP ACPI: found 10 devices
[ 0.223623] ACPI: ACPI bus type pnp unregistered
[ 0.265182] PCI: max bus depth: 1 pci_try_num: 2
[ 0.265258] pci 0000:00:1c.2: BAR 15: assigned [mem 0x80000000-0x801fffff 64bit pref]
[ 0.265270] pci 0000:00:1c.2: BAR 13: assigned [io 0x3000-0x3fff]
[ 0.265279] pci 0000:00:1c.1: BAR 14: assigned [mem 0x80200000-0x803fffff]
[ 0.265288] pci 0000:00:1c.1: BAR 15: assigned [mem 0x80400000-0x805fffff 64bit pref]
[ 0.265298] pci 0000:00:1c.1: BAR 13: assigned [io 0x4000-0x4fff]
[ 0.265306] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.265313] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.265324] pci 0000:00:1c.0: bridge window [mem 0xf0100000-0xf01fffff]
[ 0.265335] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[ 0.265347] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[ 0.265355] pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
[ 0.265366] pci 0000:00:1c.1: bridge window [mem 0x80200000-0x803fffff]
[ 0.265376] pci 0000:00:1c.1: bridge window [mem 0x80400000-0x805fffff 64bit pref]
[ 0.265389] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
[ 0.265397] pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
[ 0.265408] pci 0000:00:1c.2: bridge window [mem 0xf0200000-0xf02fffff]
[ 0.265418] pci 0000:00:1c.2: bridge window [mem 0x80000000-0x801fffff 64bit pref]
[ 0.265431] pci 0000:00:1e.0: PCI bridge to [bus 05-05]
[ 0.265477] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.265490] pci 0000:00:1c.0: setting latency timer to 64
[ 0.265510] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 0.265520] pci 0000:00:1c.1: setting latency timer to 64
[ 0.265538] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.265548] pci 0000:00:1c.2: setting latency timer to 64
[ 0.265562] pci 0000:00:1e.0: setting latency timer to 64
[ 0.265572] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.265579] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.265585] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.265592] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
[ 0.265598] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
[ 0.265605] pci_bus 0000:00: resource 9 [mem 0x80000000-0xfebfffff]
[ 0.265612] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 0.265618] pci_bus 0000:02: resource 1 [mem 0xf0100000-0xf01fffff]
[ 0.265625] pci_bus 0000:02: resource 2 [mem 0xf0000000-0xf00fffff 64bit pref]
[ 0.265632] pci_bus 0000:03: resource 0 [io 0x4000-0x4fff]
[ 0.265639] pci_bus 0000:03: resource 1 [mem 0x80200000-0x803fffff]
[ 0.265645] pci_bus 0000:03: resource 2 [mem 0x80400000-0x805fffff 64bit pref]
[ 0.265652] pci_bus 0000:04: resource 0 [io 0x3000-0x3fff]
[ 0.265659] pci_bus 0000:04: resource 1 [mem 0xf0200000-0xf02fffff]
[ 0.265666] pci_bus 0000:04: resource 2 [mem 0x80000000-0x801fffff 64bit pref]
[ 0.265673] pci_bus 0000:05: resource 4 [io 0x0000-0x0cf7]
[ 0.265679] pci_bus 0000:05: resource 5 [io 0x0d00-0xffff]
[ 0.265686] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.265692] pci_bus 0000:05: resource 7 [mem 0x000d4000-0x000d7fff]
[ 0.265699] pci_bus 0000:05: resource 8 [mem 0x000d8000-0x000dbfff]
[ 0.265705] pci_bus 0000:05: resource 9 [mem 0x80000000-0xfebfffff]
[ 0.265819] NET: Registered protocol family 2
[ 0.265998] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.266614] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.267667] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.268173] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.268181] TCP reno registered
[ 0.268197] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.268217] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.268497] NET: Registered protocol family 1
[ 0.268544] pci 0000:00:02.0: Boot video device
[ 0.268947] PCI: CLS 64 bytes, default 64
[ 0.269124] Unpacking initramfs...
[ 0.382618] Freeing initrd memory: 3160k freed
[ 0.385574] Simple Boot Flag at 0x36 set to 0x1
[ 0.386308] apm: BIOS not found.
[ 0.386783] audit: initializing netlink socket (disabled)
[ 0.386809] type=2000 audit(1321853277.385:1): initialized
[ 0.392603] highmem bounce pool size: 64 pages
[ 0.392616] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.397298] VFS: Disk quotas dquot_6.5.2
[ 0.397529] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.397812] msgmni has been set to 1711
[ 0.398308] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.398381] io scheduler noop registered
[ 0.398420] io scheduler bfq registered (default)
[ 0.398727] pcieport 0000:00:1c.0: setting latency timer to 64
[ 0.398807] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[ 0.398939] pcieport 0000:00:1c.1: setting latency timer to 64
[ 0.399038] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
[ 0.399171] pcieport 0000:00:1c.2: setting latency timer to 64
[ 0.399239] pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
[ 0.399632] intel_idle: MWAIT substates: 0x20220
[ 0.399650] intel_idle: v0.4 model 0x1C
[ 0.399655] intel_idle: lapic_timer_reliable_states 0x2
[ 0.399677] Marking TSC unstable due to TSC halts in idle states deeper than C2
[ 0.399774] ERST: Table is not found!
[ 0.399778] GHES: HEST is not enabled!
[ 0.399810] isapnp: Scanning for PnP cards...
[ 0.756511] isapnp: No Plug & Play device found
[ 0.756694] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.803201] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 0.819043] i8042: Failed to disable AUX port, but continuing anyway... Is this a SiS?
[ 0.819049] i8042: If AUX port is really absent please use the 'i8042.noaux' option
[ 0.833873] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.833955] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.834279] mousedev: PS/2 mouse device common for all mice
[ 0.835786] rtc_cmos 00:07: RTC can wake from S4
[ 0.836035] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[ 0.836083] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 0.836332] cpuidle: using governor ladder
[ 0.836630] cpuidle: using governor menu
[ 0.837236] TCP cubic registered
[ 0.837245] NET: Registered protocol family 17
[ 0.837261] Registering the dns_resolver key type
[ 0.837319] Using IPI No-Shortcut mode
[ 0.837607] TuxOnIce core not loaded yet.
[ 0.837614] PM: Checking hibernation image partition /dev/mapper/swapDevice
[ 0.854577] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 0.865851] PM: Hibernation image not present or could not be loaded.
[ 0.865877] registered taskstats version 1
[ 0.866829] rtc_cmos 00:07: setting system clock to 2011-11-21 05:27:58 UTC (1321853278)
[ 0.866961] Initializing network drop monitor service
[ 0.867129] Freeing unused kernel memory: 504k freed
[ 0.867555] Write protecting the kernel text: 3436k
[ 0.867613] Write protecting the kernel read-only data: 1080k
[ 0.867619] BFS CPU scheduler v0.415 by Con Kolivas.
[ 0.887898] udevd[37]: starting version 175
[ 0.893185] Linux agpgart interface v0.103
[ 0.896308] agpgart-intel 0000:00:00.0: Intel 945GME Chipset
[ 0.896561] agpgart-intel 0000:00:00.0: detected gtt size: 262144K total, 262144K mappable
[ 0.896761] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[ 0.897106] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[ 0.915462] acpi device:04: registered as cooling_device0
[ 0.915776] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input1
[ 0.915801] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 0.922830] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
[ 0.922851] ACPI: Power Button [PWRB]
[ 0.923105] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
[ 0.923122] ACPI: Sleep Button [SLPB]
[ 0.923488] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4
[ 1.023292] ACPI: Lid Switch [LID]
[ 1.023496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[ 1.023513] ACPI: Power Button [PWRF]
[ 1.041327] [drm] Initialized drm 1.1.0 20060810
[ 1.078438] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1.078450] i915 0000:00:02.0: setting latency timer to 64
[ 1.123467] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 1.123477] [drm] Driver supports precise vblank timestamp query.
[ 1.123672] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 1.458955] [drm] initialized overlay support
[ 1.476705] fbcon: inteldrmfb (fb0) is primary device
[ 1.844448] Console: switching to colour frame buffer device 128x36
[ 1.851713] fb0: inteldrmfb frame buffer device
[ 1.851718] drm: registered panic notifier
[ 1.851760] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 2.070310] SCSI subsystem initialized
[ 2.121373] libata version 3.00 loaded.
[ 2.123404] ata_piix 0000:00:1f.1: version 2.13
[ 2.123457] ata_piix 0000:00:1f.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 2.123552] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 2.124870] scsi0 : ata_piix
[ 2.125211] scsi1 : ata_piix
[ 2.129841] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1810 irq 14
[ 2.129853] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1818 irq 15
[ 2.130224] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 2.130244] ata_piix 0000:00:1f.2: MAP [ P0 P2 -- -- ]
[ 2.130425] ata2: port disabled--ignoring
[ 2.281171] ata_piix 0000:00:1f.2: setting latency timer to 64
[ 2.282272] scsi2 : ata_piix
[ 2.282493] scsi3 : ata_piix
[ 2.282688] ata3: SATA max UDMA/133 cmd 0x18c8 ctl 0x18c0 bmdma 0x18b0 irq 19
[ 2.282698] ata4: SATA max UDMA/133 cmd 0x18a8 ctl 0x180c bmdma 0x18b8 irq 19
[ 2.447617] ata3.00: ATA-8: HITACHI HTS543216L9SA00, FB2ZC48C, max UDMA/100
[ 2.447636] ata3.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 2.453636] ata3.00: configured for UDMA/100
[ 2.454098] scsi 2:0:0:0: Direct-Access ATA HITACHI HTS54321 FB2Z PQ: 0 ANSI: 5
[ 2.464588] sd 2:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[ 2.464800] sd 2:0:0:0: [sda] Write Protect is off
[ 2.464812] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.464896] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.605587] sda: sda1 sda2 sda3 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 > sda4
[ 2.608037] sd 2:0:0:0: [sda] Attached SCSI disk
[ 3.663790] device-mapper: uevent: version 1.0.3
[ 3.664460] device-mapper: ioctl: 4.21.0-ioctl (2011-07-06) initialised: dm-devel@redhat.com
[ 12.134344] Intel AES-NI instructions are not detected.
[ 12.139110] padlock_aes: VIA PadLock not detected.
[ 12.611332] EXT4-fs (dm-0): warning: maximal mount count reached, running e2fsck is recommended
[ 12.635000] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[ 26.905252] PM: Starting manual resume from disk
[ 26.905259] TuxOnIce core not loaded yet.
[ 26.905265] PM: Hibernation image partition 254:1 present
[ 26.905269] PM: Looking for hibernation image.
[ 26.917287] PM: Image not found (code -22)
[ 26.917294] PM: Hibernation image not present or could not be loaded.
[ 26.994233] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
[ 29.131075] udevd[306]: starting version 175
[ 30.131442] ACPI: Battery Slot [BAT0] (battery present)
[ 30.218077] ACPI: acpi_idle yielding to intel_idle
[ 30.235404] ACPI: AC Adapter [ACAD] (off-line)
[ 30.400684] b43-pci-bridge 0000:04:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 30.400717] b43-pci-bridge 0000:04:00.0: setting latency timer to 64
[ 30.408427] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x16, vendor 0x4243)
[ 30.408451] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x0F, vendor 0x4243)
[ 30.408473] ssb: Core 2 found: PCMCIA (cc 0x80D, rev 0x0A, vendor 0x4243)
[ 30.408495] ssb: Core 3 found: PCI-E (cc 0x820, rev 0x09, vendor 0x4243)
[ 30.439390] ssb: Sonics Silicon Backplane found on PCI device 0000:04:00.0
[ 30.513406] thermal LNXTHERM:00: registered as thermal_zone0
[ 30.513414] ACPI: Thermal Zone [TZ00] (38 C)
[ 30.517613] wmi: Mapper loaded
[ 31.143370] cfg80211: Calling CRDA to update world regulatory domain
[ 31.444843] cfg80211: World regulatory domain updated:
[ 31.444852] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 31.444861] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 31.444868] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 31.444875] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 31.444882] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 31.444889] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 31.518377] input: PC Speaker as /devices/platform/pcspkr/input/input6
[ 31.525747] input: Ideapad extra buttons as /devices/platform/ideapad/input/input7
[ 31.568048] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 31.580575] intel_rng: FWH not detected
[ 31.592966] tg3.c:v3.119 (May 18, 2011)
[ 31.593137] tg3 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 31.593210] tg3 0000:02:00.0: setting latency timer to 64
[ 31.628654] tg3 0000:02:00.0: eth0: Tigon3 [partno(BCM95906) rev c002] (PCI Express) MAC address 00:23:8b:40:d5:e4
[ 31.628665] tg3 0000:02:00.0: eth0: attached PHY is 5906 (10/100Base-TX Ethernet) (WireSpeed[0], EEE[0])
[ 31.628674] tg3 0000:02:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[0]
[ 31.628682] tg3 0000:02:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[ 32.313516] usbcore: registered new interface driver usbfs
[ 32.313615] usbcore: registered new interface driver hub
[ 32.313733] usbcore: registered new device driver usb
[ 32.364197] Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000
[ 32.434664] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8
[ 32.771987] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 32.772210] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 32.772290] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 32.772302] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 32.772407] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[ 32.772474] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[ 32.772500] ehci_hcd 0000:00:1d.7: debug port 1
[ 32.776384] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[ 32.776427] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf0644000
[ 32.786081] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 32.786612] hub 1-0:1.0: USB hub found
[ 32.786631] hub 1-0:1.0: 8 ports detected
[ 33.088119] usb 1-3: new high speed USB device number 2 using ehci_hcd
[ 33.229632] uhci_hcd: USB Universal Host Controller Interface driver
[ 33.229790] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 33.229816] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 33.229827] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 33.229867] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 33.229933] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001820
[ 33.230533] hub 2-0:1.0: USB hub found
[ 33.230552] hub 2-0:1.0: 2 ports detected
[ 33.230801] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 33.230824] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 33.230834] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 33.230866] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[ 33.230930] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001840
[ 33.234214] hub 3-0:1.0: USB hub found
[ 33.234239] hub 3-0:1.0: 2 ports detected
[ 33.234573] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 33.234596] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 33.234605] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 33.234635] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[ 33.234714] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001860
[ 33.235209] hub 4-0:1.0: USB hub found
[ 33.235228] hub 4-0:1.0: 2 ports detected
[ 33.235451] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[ 33.235468] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[ 33.235476] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 33.235499] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[ 33.235547] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00001880
[ 33.235964] hub 5-0:1.0: USB hub found
[ 33.235981] hub 5-0:1.0: 2 ports detected
[ 33.431994] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 33.432137] snd_hda_intel 0000:00:1b.0: irq 43 for MSI/MSI-X
[ 33.432221] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[ 33.463955] leds_ss4200: no LED devices found
[ 33.488612] iTCO_vendor_support: vendor-support=0
[ 33.502287] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
[ 33.503096] iTCO_wdt: Found a ICH7-M or ICH7-U TCO device (Version=2, TCOBASE=0x1060)
[ 33.503367] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 33.539914] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input9
[ 33.550192] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 33.550477] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 33.581330] b43-phy0: Broadcom 4312 WLAN found (core revision 15)
[ 33.613089] usb 1-5: new high speed USB device number 4 using ehci_hcd
[ 33.839001] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 33.840162] Registered led device: b43-phy0::tx
[ 33.840247] Registered led device: b43-phy0::rx
[ 33.840341] Registered led device: b43-phy0::radio
[ 33.840396] Broadcom 43xx driver loaded [ Features: PMNLS, Firmware-ID: FW13 ]
[ 33.950118] usb 3-2: new full speed USB device number 2 using uhci_hcd
[ 34.362584] Initializing USB Mass Storage driver...
[ 34.363216] usbcore: registered new interface driver usb-storage
[ 34.363225] USB Mass Storage support registered.
[ 34.367458] scsi4 : usb-storage 1-5:1.0
[ 34.367963] usbcore: registered new interface driver ums-realtek
[ 34.370933] usbcore: registered new interface driver uas
[ 34.424956] Linux media interface: v0.10
[ 34.439829] Linux video capture interface: v2.00
[ 34.476438] uvcvideo: Found UVC 1.00 device Lenovo EasyCamera (5986:0241)
[ 34.480942] input: Lenovo EasyCamera as /devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3:1.0/input/input12
[ 34.481243] usbcore: registered new interface driver uvcvideo
[ 34.481252] USB Video Class driver (1.1.1)
[ 34.510636] Bluetooth: Core ver 2.16
[ 34.511094] NET: Registered protocol family 31
[ 34.511104] Bluetooth: HCI device and connection manager initialized
[ 34.511115] Bluetooth: HCI socket layer initialized
[ 34.511122] Bluetooth: L2CAP socket layer initialized
[ 34.511144] Bluetooth: SCO socket layer initialized
[ 34.551165] Bluetooth: Generic Bluetooth USB driver ver 0.6
[ 34.578540] usbcore: registered new interface driver btusb
[ 34.710342] loop: module loaded
[ 34.919334] Btrfs loaded
[ 34.942952] device label store devid 1 transid 28061 /dev/dm-3
[ 34.970158] device label home devid 1 transid 643206 /dev/dm-2
[ 35.369602] scsi 4:0:0:0: Direct-Access Generic- Multi-Card 1.00 PQ: 0 ANSI: 0 CCS
[ 35.373150] scsi: killing requests for dead queue
[ 35.378305] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[ 35.378356] scsi: killing requests for dead queue
[ 35.382145] scsi: killing requests for dead queue
[ 35.392351] scsi: killing requests for dead queue
[ 35.395369] scsi: killing requests for dead queue
[ 35.398340] scsi: killing requests for dead queue
[ 35.403200] scsi: killing requests for dead queue
[ 35.406780] scsi: killing requests for dead queue
[ 37.122951] EXT4-fs (sda4): re-mounted. Opts: (null)
[ 37.640095] device label home devid 1 transid 643206 /dev/mapper/homeDevice
[ 37.641128] btrfs: force lzo compression
[ 38.367230] EXT4-fs (sda9): mounted filesystem with ordered data mode. Opts: (null)
[ 38.478698] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 38.838070] fuse init (API version 7.17)
[ 39.276297] device label store devid 1 transid 28061 /dev/mapper/storeDevice
[ 39.956301] EXT4-fs (sda12): mounted filesystem with ordered data mode. Opts: (null)
[ 40.084502] Adding 2561304k swap on /dev/mapper/swapDevice. Priority:-1 extents:1 across:2561304k
[ 43.137989] microcode: CPU0 sig=0x106c2, pf=0x4, revision=0x20a
[ 43.198817] microcode: CPU1 sig=0x106c2, pf=0x4, revision=0x20a
[ 43.203145] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 43.205020] microcode: CPU0 updated to revision 0x218, date = 2009-04-10
[ 43.211559] microcode: CPU1 updated to revision 0x218, date = 2009-04-10
[ 48.466579] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 48.641844] NET: Registered protocol family 10
[ 49.147073] Bluetooth: RFCOMM TTY layer initialized
[ 49.147091] Bluetooth: RFCOMM socket layer initialized
[ 49.147098] Bluetooth: RFCOMM ver 1.11
[ 53.102436] NET: Registered protocol family 4
[ 53.199067] NET: Registered protocol family 5
[ 54.104353] b43-phy0: Loading firmware version 508.1084 (2009-01-14 01:32:01)
[ 54.724605] ata3.00: configured for UDMA/100
[ 54.724625] ata3: EH complete
[ 55.499767] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 58.236886] btrfs: force lzo compression
[ 59.056132] tg3 0000:02:00.0: irq 44 for MSI/MSI-X
[ 59.094347] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 59.649826] EXT4-fs (sda9): re-mounted. Opts: commit=600
[ 59.756774] EXT4-fs (sda2): re-mounted. Opts: commit=600
[ 62.239888] EXT4-fs (sda12): re-mounted. Opts: commit=600
[ 62.391842] uhci_hcd 0000:00:1d.0: PCI INT A disabled
[ 64.002521] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 64.319538] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 65.186111] uhci_hcd 0000:00:1d.1: PCI INT B disabled
[ 65.563344] b43-phy0: Loading firmware version 508.1084 (2009-01-14 01:32:01)
[ 66.966473] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 67.316318] tg3 0000:02:00.0: irq 44 for MSI/MSI-X
[ 67.351107] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 67.589306] b43-phy0: Loading firmware version 508.1084 (2009-01-14 01:32:01)
[ 69.001319] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 72.775683] wlan0: authenticate with 54:a5:1b:5a:69:b4 (try 1)
[ 72.777707] wlan0: authenticated
[ 72.777799] wlan0: associate with 54:a5:1b:5a:69:b4 (try 1)
[ 72.780602] wlan0: RX AssocResp from 54:a5:1b:5a:69:b4 (capab=0x411 status=0 aid=1)
[ 72.780618] wlan0: associated
[ 72.783651] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 72.784392] cfg80211: Calling CRDA for country: CZ
[ 72.799665] cfg80211: Regulatory domain changed to country: CZ
[ 72.799681] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 72.799697] cfg80211: (2400000 KHz - 2483500 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 72.799710] cfg80211: (5150000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2301 mBm)
[ 72.799722] cfg80211: (5250000 KHz - 5350000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 72.799735] cfg80211: (5470000 KHz - 5725000 KHz @ 40000 KHz), (N/A, 2698 mBm)
[ 83.058075] wlan0: no IPv6 routers present
[ 110.578231] EXT4-fs (sda4): re-mounted. Opts: commit=600
[ 113.578092] EXT4-fs (sda9): re-mounted. Opts: commit=600
[ 113.962671] EXT4-fs (sda2): re-mounted. Opts: commit=600
[ 114.201251] EXT4-fs (sda12): re-mounted. Opts: commit=600
[ 171.185170] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 171.185190] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 171.217560] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 171.217581] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 172.997339] firefox[3319]: segfault at 20 ip b452ec98 sp bfe54c50 error 4 in i915_dri.so[b44fa000+74000]
[ 173.217130] uhci_hcd 0000:00:1d.0: PCI INT A disabled
[ 176.019133] uhci_hcd 0000:00:1d.1: PCI INT B disabled
[ 593.102125] process `skype' is using obsolete setsockopt SO_BSDCOMPAT
[ 3843.232801] CPU 1 is now offline
[ 3843.232809] SMP alternatives: switching to UP code
[ 3844.206649] EXT4-fs (sda4): re-mounted. Opts: commit=0
[ 3844.595209] EXT4-fs (sda9): re-mounted. Opts: commit=0
[ 3844.761645] EXT4-fs (sda2): re-mounted. Opts: commit=0
[ 3844.922712] EXT4-fs (sda12): re-mounted. Opts: commit=0
[ 3850.683887] wlan0: deauthenticating from 54:a5:1b:5a:69:b4 by local choice (reason=3)
[ 3850.689470] cfg80211: Calling CRDA to update world regulatory domain
[ 3850.957618] b43-phy0: Loading firmware version 508.1084 (2009-01-14 01:32:01)
[ 3851.145592] cfg80211: World regulatory domain updated:
[ 3851.145602] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 3851.145612] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 3851.145621] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 3851.145629] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 3851.145637] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 3851.145646] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 3852.507572] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 3852.841412] tg3 0000:02:00.0: irq 44 for MSI/MSI-X
[ 3852.883283] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 3853.108329] b43-phy0: Loading firmware version 508.1084 (2009-01-14 01:32:01)
[ 3854.651353] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 3854.912326] b43-phy0: Loading firmware version 508.1084 (2009-01-14 01:32:01)
[ 3856.466945] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 3856.658703] tg3 0000:02:00.0: irq 44 for MSI/MSI-X
[ 3856.696500] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 3873.746279] b43-phy0: Loading firmware version 508.1084 (2009-01-14 01:32:01)
[ 3874.181068] ata3.00: configured for UDMA/100
[ 3874.181094] ata3: EH complete
[ 3874.748106] btrfs: force lzo compression
[ 3874.923288] EXT4-fs (sda9): re-mounted. Opts: commit=600
[ 3874.975612] EXT4-fs (sda2): re-mounted. Opts: commit=600
[ 3875.209699] EXT4-fs (sda12): re-mounted. Opts: commit=600
[ 3875.453545] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 3875.816337] tg3 0000:02:00.0: irq 44 for MSI/MSI-X
[ 3875.854997] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 3876.352276] b43-phy0: Loading firmware version 508.1084 (2009-01-14 01:32:01)
[ 3878.212894] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 3878.720812] EXT4-fs (sda4): re-mounted. Opts: commit=600
[ 3878.871645] EXT4-fs (sda9): re-mounted. Opts: commit=600
[ 3878.888980] EXT4-fs (sda2): re-mounted. Opts: commit=600
[ 3878.903335] EXT4-fs (sda12): re-mounted. Opts: commit=600
[ 3880.806591] wlan0: authenticate with 54:a5:1b:5a:69:b4 (try 1)
[ 3880.810454] wlan0: authenticated
[ 3880.810547] wlan0: associate with 54:a5:1b:5a:69:b4 (try 1)
[ 3880.813382] wlan0: RX AssocResp from 54:a5:1b:5a:69:b4 (capab=0x411 status=0 aid=1)
[ 3880.813391] wlan0: associated
[ 3880.815632] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 3880.816496] cfg80211: Calling CRDA for country: CZ
[ 3880.826288] cfg80211: Regulatory domain changed to country: CZ
[ 3880.826296] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 3880.826304] cfg80211: (2400000 KHz - 2483500 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 3880.826311] cfg80211: (5150000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2301 mBm)
[ 3880.826317] cfg80211: (5250000 KHz - 5350000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 3880.826323] cfg80211: (5470000 KHz - 5725000 KHz @ 40000 KHz), (N/A, 2698 mBm)
[ 3889.204795] SMP alternatives: switching to SMP code
[ 3889.210542] Booting Node 0 Processor 1 APIC 0x1
[ 3889.210549] smpboot cpu 1: start_ip = 9b000
[ 3889.210530] Initializing CPU#1
[ 3889.210530] Calibrating delay loop (skipped) already calibrated this CPU
[ 3889.210530] CPU1: Thermal monitoring handled by SMI
[ 3889.223030] Switched to NOHz mode on CPU #1
[ 3889.225407] microcode: CPU1 sig=0x106c2, pf=0x4, revision=0x218
[ 3891.122088] wlan0: no IPv6 routers present

This task depends upon

Closed by  Jan de Groot (JGC)
Thursday, 24 November 2011, 23:23 GMT
Reason for closing:  Fixed
Additional comments about closing:  2011-11-23: A task closure has been requested. Reason for request: works with the new linux 3.1.2

Loading...