← Back to team overview

hybrid-graphics-linux team mailing list archive

Re: Discrete-Power-Off on Acer Travelmate 8472TG doesn't work

 

Sorry - forgot to attach....

2012/1/8 Wepmaschda <wepmaschda@xxxxxxx>:
> It's only the dmesg log you requested, right? (attached)
>
> and cmdline:
> # cat /proc/cmdline
> BOOT_IMAGE=/boot/vmlinuz-linux
> root=/dev/mapper/vg--papaya-testing--root ro quiet splash
> i915.modeset=1 resume=/dev/disk/by-uuid/5becbcaa-8efc-4f4f-ba9d-47da4338d1fe
>
> Any other logs?
>
>
> 2012/1/7 Lekensteyn <lekensteyn@xxxxxxxxx>:
>> The battery information is obviously only existent if there is a battery
>> plugged into
>> it. Power usage is only available if the laptop is running on battery.
>> If /proc/acpi/battery does not exist, have a look at
>> /sys/class/power_supply/...
>>
>> Also, can you still post all logs I've requested? It helps me in verifying
>> behavior.
>>
>>
>> On Sat, Jan 7, 2012 at 5:30 PM, Wepmaschda <wepmaschda@xxxxxxx> wrote:
>>>
>>> Not on mine. ;-)
>>>
>>> > find /proc/ -iname "bat*" 2>/dev/null
>>>
>>> returns nothing and /proc/acpi/ only contains button, call and wakeup.
>>>
>>>
>>>
>>> 2012/1/7 Albert Vilella <avilella@xxxxxxxxx>:
>>> > The battery information is usually somewhere in your /proc/ directory:
>>> >
>>> > find /proc/ -iname "bat*" 2>/dev/null
>>> >
>>> > gives me:
>>> >
>>> > /proc/acpi/battery
>>> > /proc/acpi/battery/BAT0
>>> >
>>> > cat /proc/acpi/battery/BAT0/state
>>> > present:                 yes
>>> > capacity state:          ok
>>> > charging state:          discharging
>>> > present rate:            24420 mW
>>> > remaining capacity:      57150 mWh
>>> > present voltage:         15499 mV
>>> >
>>> >
>>> > On Sat, Jan 7, 2012 at 3:38 PM, Wepmaschda <wepmaschda@xxxxxxx> wrote:
>>> >> Yipeee! It's working!
>>> >>
>>> >> The single-space was the problem (terminal attached).
>>> >>
>>> >> It seems that it gave me some extra battery time although I recently
>>> >> found out, that my battery is broken and this is the main reason for
>>> >> low battery time. ;-)
>>> >>
>>> >> Can I somehow find out how much power (Watt) the laptop currently uses?
>>> >>
>>> >>
>>> >> Anyway - Thanks for the help and the good work! Keep it going - I look
>>> >> forward to see the new bumblebee release and maybe I will try out
>>> >> using the nvidia card in linux. ;-)
>>> >>
>>> >>
>>> >>
>>> >> 2012/1/7 Lekensteyn <lekensteyn@xxxxxxxxx>:
>>> >>> In addition, make sure that *no* driver is loaded before turning the
>>> >>> card
>>> >>> off. Check it with
>>> >>> lspci -vmk -d10de:
>>> >>> If a driver is loaded, there is a "Driver: ..." line.
>>> >>>
>>> >>>
>>> >>> On Sat, Jan 7, 2012 at 1:02 AM, Lekensteyn <lekensteyn@xxxxxxxxx>
>>> >>> wrote:
>>> >>>>
>>> >>>> Huh, that was not what I expected. Could you re-run the commands, but
>>> >>>> then
>>> >>>> add sudo cat /proc/acpi/call after each sudo tee /proc/acpi/call
>>> >>>> command?
>>> >>>> Please
>>> >>>> attach dmesg as well and cat /proc/cmdline
>>> >>>>
>>> >>>> Try using one space as separator as well. When I tried multiple
>>> >>>> spaces
>>> >>>> between
>>> >>>> _DSM and the arguments, I got an "Method call failed: Error:
>>> >>>> AE_SUPPORT"
>>> >>>> error.
>>> >>>>
>>> >>>> Thanks,
>>> >>>> Lekensteyn
>>> >>>>
>>> >>>>
>>> >>>> 2012/1/7 Wepmaschda <wepmaschda@xxxxxxx>
>>> >>>>>
>>> >>>>> Since it seems that the test wasn't successful, I attached the whole
>>> >>>>> terminal output.
>>> >>>>>
>>> >>>>> I installed the bumblebee-git and apci_call-git AUR packages, added
>>> >>>>> me
>>> >>>>> to group bumblebee, restarted the system and tried the commands you
>>> >>>>> told me.
>>> >>>>>
>>> >>>>> Is my system more complicated? ;-)
>>> >>>>>
>>> >>>>> 2012/1/5 Lekensteyn <lekensteyn@xxxxxxxxx>:
>>> >>>>> > I found the calls in the acpidump and could see on beforehand that
>>> >>>>> > it
>>> >>>>> > does
>>> >>>>> > not work for
>>> >>>>> > you since these kind of calls require additional treatment, namely
>>> >>>>> > saving
>>> >>>>> > and restoring
>>> >>>>> > the PCI configuration space.
>>> >>>>> >
>>> >>>>> > Please confirm (with PM disabled, but keep cardo{n,ff} scripts)
>>> >>>>> > that
>>> >>>>> > the
>>> >>>>> > following sequence
>>> >>>>> > does work (after making sure that you no acpi calls have been
>>> >>>>> > performed
>>> >>>>> > this
>>> >>>>> > session, i.e.
>>> >>>>> > by rebooting)
>>> >>>>> >
>>> >>>>> > # should not show FF FF FF ...
>>> >>>>> > xxd -c4 /proc/bus/pci/01/00.0
>>> >>>>> >
>>> >>>>> > cat /proc/bus/pci/01/00.0 > saved.txt
>>> >>>>> > sudo tee /proc/acpi/call < /etc/bumblebee/cardoff
>>> >>>>> >
>>> >>>>> > # should show FF FF FF ...
>>> >>>>> > xxd -c4 /proc/bus/pci/01/00.0
>>> >>>>> > sudo tee /proc/acpi/call < /etc/bumblebee/cardon
>>> >>>>> >
>>> >>>>> > # should not show FF FF FF ...
>>> >>>>> > xxd -c4 /proc/bus/pci/01/00.0
>>> >>>>> > sudo tee /proc/bus/pci/01/00.0 < saved.txt
>>> >>>>> > optirun glxgears
>>> >>>>> >
>>> >>>>> >
>>> >>>>> > Please attach the output of the above commands.
>>> >>>>> >
>>> >>>>> > Regards,
>>> >>>>> > Lekensteyn
>>> >>>>> >
>>> >>>>> >
>>> >>>>> > On Thu, Jan 5, 2012 at 11:16 PM, Wepmaschda <wepmaschda@xxxxxxx>
>>> >>>>> > wrote:
>>> >>>>> >>
>>> >>>>> >> 2012/1/4 Lekensteyn <lekensteyn@xxxxxxxxx>:
>>> >>>>> >> > Those ON and OFF lines are code that can be inserted in
>>> >>>>> >> > /etc/bumblebee/cardon
>>> >>>>> >> > and /etc/bumblebee/cardoff which needs Bumblebee. See
>>> >>>>> >> >
>>> >>>>> >> > https://github.com/Bumblebee-Project/Bumblebee/wiki/ACPI-Removed for
>>> >>>>> >> > how
>>> >>>>> >> > to
>>> >>>>> >> > use those calls. Note that the card has to be on before
>>> >>>>> >> > suspending
>>> >>>>> >> > or
>>> >>>>> >> > the
>>> >>>>> >> > card
>>> >>>>> >> > won't be useable until the PCI configuration space is
>>> >>>>> >> > reinitialized.
>>> >>>>> >> > Sorry
>>> >>>>> >> > for the
>>> >>>>> >> > technical details, I just try to be complete.
>>> >>>>> >>
>>> >>>>> >> I'm not sure if I already understand it completely. ;-)
>>> >>>>> >> Did you find those calls out from the acpidump? Should they
>>> >>>>> >> already
>>> >>>>> >> solve the problem?
>>> >>>>> >>
>>> >>>>> >> I created the files cardon and cardoff with the one-lines but
>>> >>>>> >> "sudo
>>> >>>>> >> make load" still doesn't work with the same error.
>>> >>>>> >>
>>> >>>>> >> Also I started Windows7 and used the nvidia card before I booted
>>> >>>>> >> back
>>> >>>>> >> into archlinux before I tested this. So the card should have been
>>> >>>>> >> "on".
>>> >>>>> >>
>>> >>>>> >> Should it already work or can I help with some more
>>> >>>>> >> information/testing?
>>> >>>>> >>
>>> >>>>> >>
>>> >>>>> >> > I'll see if there is an automated way to detect this kind of
>>> >>>>> >> > methods
>>> >>>>> >> > and
>>> >>>>> >> > integrate
>>> >>>>> >> > it in bbswitch.
>>> >>>>> >>
>>> >>>>> >> If I can help with my hardware, just tell me.
>>> >>>>> >
>>> >>>>> >
>>> >>>>
>>> >>>>
>>> >>>
>>> >>
>>> >> _______________________________________________
>>> >> Mailing list: https://launchpad.net/~hybrid-graphics-linux
>>> >> Post to     : hybrid-graphics-linux@xxxxxxxxxxxxxxxxxxx
>>> >> Unsubscribe : https://launchpad.net/~hybrid-graphics-linux
>>> >> More help   : https://help.launchpad.net/ListHelp
>>
>>
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.1.7-1-ARCH (tobias@T-POWA-LX) (gcc version 4.6.2 20111223 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Jan 4 08:11:16 CET 2012
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/vg--papaya-ubuntu--testing--root ro quiet splash i915.modeset=1 resume=/dev/disk/by-uuid/5becbcaa-8efc-4f4f-ba9d-47da4338d1fe
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009c400 (usable)
[    0.000000]  BIOS-e820: 000000000009c400 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000009327c000 (usable)
[    0.000000]  BIOS-e820: 000000009327c000 - 0000000093282000 (reserved)
[    0.000000]  BIOS-e820: 0000000093282000 - 00000000933ee000 (usable)
[    0.000000]  BIOS-e820: 00000000933ee000 - 000000009340f000 (reserved)
[    0.000000]  BIOS-e820: 000000009340f000 - 000000009346f000 (usable)
[    0.000000]  BIOS-e820: 000000009346f000 - 0000000093470000 (reserved)
[    0.000000]  BIOS-e820: 0000000093470000 - 00000000934f1000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000934f1000 - 000000009370f000 (reserved)
[    0.000000]  BIOS-e820: 000000009370f000 - 0000000093717000 (usable)
[    0.000000]  BIOS-e820: 0000000093717000 - 000000009371f000 (reserved)
[    0.000000]  BIOS-e820: 000000009371f000 - 000000009375d000 (usable)
[    0.000000]  BIOS-e820: 000000009375d000 - 000000009379f000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000009379f000 - 00000000937dc000 (usable)
[    0.000000]  BIOS-e820: 00000000937dc000 - 00000000937ff000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000937ff000 - 0000000093800000 (usable)
[    0.000000]  BIOS-e820: 0000000093800000 - 00000000a0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000f0804000 - 00000000f0805000 (reserved)
[    0.000000]  BIOS-e820: 00000000feaff000 - 00000000feb00000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
[    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000158000000 (usable)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI present.
[    0.000000] DMI: Acer             TravelMate8472TG /BAP40-CP        , BIOS V1.28   07/20/2011
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x158000 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-D3FFF write-protect
[    0.000000]   D4000-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-through
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 disabled
[    0.000000]   1 base 000000000 mask F80000000 write-back
[    0.000000]   2 base 080000000 mask FE0000000 write-back
[    0.000000]   3 base 100000000 mask FC0000000 write-back
[    0.000000]   4 base 140000000 mask FE0000000 write-back
[    0.000000]   5 base 158000000 mask FF8000000 uncachable
[    0.000000]   6 base 094000000 mask FFC000000 uncachable
[    0.000000]   7 base 098000000 mask FF8000000 uncachable
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820 update range: 0000000094000000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0x93800 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [ffff8800000f6d40] f6d40
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] Base memory trampoline at [ffff880000097000] 97000 size 20480
[    0.000000] init_memory_mapping: 0000000000000000-0000000093800000
[    0.000000]  0000000000 - 0093800000 page 2M
[    0.000000] kernel direct mapping tables up to 93800000 @ 1fffc000-20000000
[    0.000000] init_memory_mapping: 0000000100000000-0000000158000000
[    0.000000]  0100000000 - 0158000000 page 2M
[    0.000000] kernel direct mapping tables up to 158000000 @ 937d5000-937dc000
[    0.000000] RAMDISK: 36a84000 - 3753a000
[    0.000000] ACPI: RSDP 00000000000f6c80 00024 (v02 PTLTD )
[    0.000000] ACPI: XSDT 00000000937f0d89 0006C (v01 ACRSYS ACRPRDCT 06040000  LTP 00000000)
[    0.000000] ACPI: FACP 00000000937de000 000F4 (v03 INTEL  CRESTLNE 06040000 ALAN 00000001)
[    0.000000] ACPI: DSDT 00000000937df000 0DD4E (v02 ACRSYS CALPELLA 06040000 INTL 20060912)
[    0.000000] ACPI: FACS 000000009379bfc0 00040
[    0.000000] ACPI: HPET 00000000937fecdb 00038 (v01 INTEL  CRESTLNE 06040000 LOHR 0000005A)
[    0.000000] ACPI: MCFG 00000000937fed13 0003C (v01 INTEL  CRESTLNE 06040000 LOHR 0000005A)
[    0.000000] ACPI: APIC 00000000937fed4f 00084 (v01 PTLTD  ? APIC   06040000  LTP 00000000)
[    0.000000] ACPI: BOOT 00000000937fedd3 00028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
[    0.000000] ACPI: SLIC 00000000937fedfb 00176 (v01 ACRSYS ACRPRDCT 06040000 acer 00000000)
[    0.000000] ACPI: ASF! 00000000937fef71 0008F (v16   CETP     CETP 06040000 PTL  00000001)
[    0.000000] ACPI: SSDT 00000000937ed000 02848 (v01 NvdRef  NvdTabl 00001000 INTL 20060912)
[    0.000000] ACPI: SSDT 00000000937dd000 009F1 (v01  PmRef    CpuPm 00003000 INTL 20060912)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-0000000158000000
[    0.000000] Initmem setup node 0 0000000000000000-0000000158000000
[    0.000000]   NODE_DATA [0000000157ffb000 - 0000000157ffffff]
[    0.000000]  [ffffea0000000000-ffffea00055fffff] PMD -> [ffff880153a00000-ffff8801575fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00158000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[9] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009c
[    0.000000]     0: 0x00000100 -> 0x0009327c
[    0.000000]     0: 0x00093282 -> 0x000933ee
[    0.000000]     0: 0x0009340f -> 0x0009346f
[    0.000000]     0: 0x0009370f -> 0x00093717
[    0.000000]     0: 0x0009371f -> 0x0009375d
[    0.000000]     0: 0x0009379f -> 0x000937dc
[    0.000000]     0: 0x000937ff -> 0x00093800
[    0.000000]     0: 0x00100000 -> 0x00158000
[    0.000000] On node 0 totalpages: 963672
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 5 pages reserved
[    0.000000]   DMA zone: 3911 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 16320 pages used for memmap
[    0.000000]   DMA32 zone: 582924 pages, LIFO batch:31
[    0.000000]   Normal zone: 5632 pages used for memmap
[    0.000000]   Normal zone: 354816 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[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] 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: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] 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 high edge)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009c000 - 000000000009d000
[    0.000000] PM: Registered nosave memory: 000000000009d000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 000000009327c000 - 0000000093282000
[    0.000000] PM: Registered nosave memory: 00000000933ee000 - 000000009340f000
[    0.000000] PM: Registered nosave memory: 000000009346f000 - 0000000093470000
[    0.000000] PM: Registered nosave memory: 0000000093470000 - 00000000934f1000
[    0.000000] PM: Registered nosave memory: 00000000934f1000 - 000000009370f000
[    0.000000] PM: Registered nosave memory: 0000000093717000 - 000000009371f000
[    0.000000] PM: Registered nosave memory: 000000009375d000 - 000000009379f000
[    0.000000] PM: Registered nosave memory: 00000000937dc000 - 00000000937ff000
[    0.000000] PM: Registered nosave memory: 0000000093800000 - 00000000a0000000
[    0.000000] PM: Registered nosave memory: 00000000a0000000 - 00000000e0000000
[    0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
[    0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000f0804000
[    0.000000] PM: Registered nosave memory: 00000000f0804000 - 00000000f0805000
[    0.000000] PM: Registered nosave memory: 00000000f0805000 - 00000000feaff000
[    0.000000] PM: Registered nosave memory: 00000000feaff000 - 00000000feb00000
[    0.000000] PM: Registered nosave memory: 00000000feb00000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec10000
[    0.000000] PM: Registered nosave memory: 00000000fec10000 - 00000000fed00000
[    0.000000] PM: Registered nosave memory: 00000000fed00000 - 00000000fed1c000
[    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed90000
[    0.000000] PM: Registered nosave memory: 00000000fed90000 - 00000000fee00000
[    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ff000000
[    0.000000] PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
[    0.000000] Allocating PCI resources starting at a0000000 (gap: a0000000:40000000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 27 pages/cpu @ffff880157c00000 s80448 r8192 d21952 u524288
[    0.000000] pcpu-alloc: s80448 r8192 d21952 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 941651
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/vg--papaya-ubuntu--testing--root ro quiet splash i915.modeset=1 resume=/dev/disk/by-uuid/5becbcaa-8efc-4f4f-ba9d-47da4338d1fe
[    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: 3704004k/5636096k available (4158k kernel code, 1781408k absent, 150684k reserved, 5286k data, 712k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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 31457280 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] Detected 2393.978 MHz processor.
[    0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 4789.45 BogoMIPS (lpj=7979926)
[    0.000007] pid_max: default: 32768 minimum: 301
[    0.000096] Security Framework initialized
[    0.000101] AppArmor: AppArmor disabled by boot time parameter
[    0.000417] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.001438] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.001847] Mount-cache hash table entries: 256
[    0.002189] Initializing cgroup subsys cpuacct
[    0.002215] Initializing cgroup subsys memory
[    0.002229] Initializing cgroup subsys devices
[    0.002231] Initializing cgroup subsys freezer
[    0.002233] Initializing cgroup subsys net_cls
[    0.002235] Initializing cgroup subsys blkio
[    0.002276] CPU: Physical Processor ID: 0
[    0.002277] CPU: Processor Core ID: 0
[    0.002282] mce: CPU supports 9 MCE banks
[    0.002293] CPU0: Thermal monitoring enabled (TM1)
[    0.002301] using mwait in idle threads.
[    0.003222] ACPI: Core revision 20110623
[    0.019179] ftrace: allocating 16320 entries in 65 pages
[    0.024292] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.057242] CPU0: Intel(R) Core(TM) i5 CPU       M 450  @ 2.40GHz stepping 05
[    0.160686] Performance Events: PEBS fmt1+, Westmere events, Intel PMU driver.
[    0.160692] ... version:                3
[    0.160693] ... bit width:              48
[    0.160694] ... generic registers:      4
[    0.160695] ... value mask:             0000ffffffffffff
[    0.160696] ... max period:             000000007fffffff
[    0.160697] ... fixed-purpose events:   3
[    0.160698] ... event mask:             000000070000000f
[    0.181004] NMI watchdog enabled, takes one hw-pmu counter.
[    0.207289] Booting Node   0, Processors  #1
[    0.207293] smpboot cpu 1: start_ip = 97000
[    0.320522] NMI watchdog enabled, takes one hw-pmu counter.
[    0.340412]  #2
[    0.340415] smpboot cpu 2: start_ip = 97000
[    0.453604] NMI watchdog enabled, takes one hw-pmu counter.
[    0.473509]  #3 Ok.
[    0.473512] smpboot cpu 3: start_ip = 97000
[    0.586736] NMI watchdog enabled, takes one hw-pmu counter.
[    0.593277] Brought up 4 CPUs
[    0.593281] Total of 4 processors activated (19159.87 BogoMIPS).
[    0.595686] devtmpfs: initialized
[    0.596605] PM: Registering ACPI NVS region at 93470000 (528384 bytes)
[    0.596615] PM: Registering ACPI NVS region at 9375d000 (270336 bytes)
[    0.597402] print_constraints: dummy: 
[    0.597469] NET: Registered protocol family 16
[    0.597558] ACPI: bus type pci registered
[    0.597691] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.597694] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.649480] PCI: Using configuration type 1 for base access
[    0.649909] bio: create slab <bio-0> at 0
[    0.650013] ACPI: Added _OSI(Module Device)
[    0.650015] ACPI: Added _OSI(Processor Device)
[    0.650017] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.650018] ACPI: Added _OSI(Processor Aggregator Device)
[    0.651590] ACPI: EC: Look up EC in DSDT
[    0.686495] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.687604] ACPI: SSDT 000000009371a918 003F0 (v01  PmRef  Cpu0Ist 00003000 INTL 20060912)
[    0.687972] ACPI: Dynamic OEM Table Load:
[    0.687974] ACPI: SSDT           (null) 003F0 (v01  PmRef  Cpu0Ist 00003000 INTL 20060912)
[    0.688099] ACPI: SSDT 0000000093718018 008FB (v01  PmRef  Cpu0Cst 00003001 INTL 20060912)
[    0.688452] ACPI: Dynamic OEM Table Load:
[    0.688454] ACPI: SSDT           (null) 008FB (v01  PmRef  Cpu0Cst 00003001 INTL 20060912)
[    0.706657] ACPI: SSDT 0000000093719a98 00303 (v01  PmRef    ApIst 00003000 INTL 20060912)
[    0.707057] ACPI: Dynamic OEM Table Load:
[    0.707059] ACPI: SSDT           (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20060912)
[    0.716527] ACPI: SSDT 0000000093717d98 00119 (v01  PmRef    ApCst 00003000 INTL 20060912)
[    0.716903] ACPI: Dynamic OEM Table Load:
[    0.716905] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20060912)
[    0.727148] ACPI: Interpreter enabled
[    0.727151] ACPI: (supports S0 S3 S4 S5)
[    0.727170] ACPI: Using IOAPIC for interrupt routing
[    0.730880] ACPI: EC: GPE = 0x16, I/O: command/status = 0x66, data = 0x62
[    0.731027] ACPI: No dock devices found.
[    0.731029] HEST: Table not found.
[    0.731032] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.731309] \_SB_.PCI0:_OSC invalid UUID
[    0.731311] _OSC request data:1 8 1f 
[    0.731314] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.731767] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.731769] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.731771] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.731773] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
[    0.731775] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
[    0.731777] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
[    0.731779] pci_root PNP0A08:00: host bridge window [mem 0xa0000000-0xfebfffff]
[    0.731790] pci 0000:00:00.0: [8086:0044] type 0 class 0x000600
[    0.731807] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
[    0.731824] pci 0000:00:01.0: [8086:0045] type 1 class 0x000604
[    0.731847] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.731850] pci 0000:00:01.0: PME# disabled
[    0.731861] pci 0000:00:02.0: [8086:0046] type 0 class 0x000300
[    0.731870] pci 0000:00:02.0: reg 10: [mem 0xf0000000-0xf03fffff 64bit]
[    0.731876] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.731880] pci 0000:00:02.0: reg 20: [io  0x1800-0x1807]
[    0.731940] pci 0000:00:16.0: [8086:3b64] type 0 class 0x000780
[    0.731966] pci 0000:00:16.0: reg 10: [mem 0xf0805800-0xf080580f 64bit]
[    0.732044] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.732049] pci 0000:00:16.0: PME# disabled
[    0.732088] pci 0000:00:1a.0: [8086:3b3c] type 0 class 0x000c03
[    0.732113] pci 0000:00:1a.0: reg 10: [mem 0xf0806000-0xf08063ff]
[    0.732199] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.732203] pci 0000:00:1a.0: PME# disabled
[    0.732234] pci 0000:00:1b.0: [8086:3b56] type 0 class 0x000403
[    0.732255] pci 0000:00:1b.0: reg 10: [mem 0xf0800000-0xf0803fff 64bit]
[    0.732331] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.732335] pci 0000:00:1b.0: PME# disabled
[    0.732362] pci 0000:00:1c.0: [8086:3b42] type 1 class 0x000604
[    0.732440] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.732444] pci 0000:00:1c.0: PME# disabled
[    0.732478] pci 0000:00:1c.5: [8086:3b4c] type 1 class 0x000604
[    0.732555] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.732560] pci 0000:00:1c.5: PME# disabled
[    0.732595] pci 0000:00:1d.0: [8086:3b34] type 0 class 0x000c03
[    0.732619] pci 0000:00:1d.0: reg 10: [mem 0xf0806400-0xf08067ff]
[    0.732705] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.732710] pci 0000:00:1d.0: PME# disabled
[    0.732733] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[    0.732808] pci 0000:00:1f.0: [8086:3b09] type 0 class 0x000601
[    0.732927] pci 0000:00:1f.2: [8086:3b29] type 0 class 0x000106
[    0.732952] pci 0000:00:1f.2: reg 10: [io  0x1818-0x181f]
[    0.732963] pci 0000:00:1f.2: reg 14: [io  0x180c-0x180f]
[    0.732974] pci 0000:00:1f.2: reg 18: [io  0x1810-0x1817]
[    0.732985] pci 0000:00:1f.2: reg 1c: [io  0x1808-0x180b]
[    0.732996] pci 0000:00:1f.2: reg 20: [io  0x1820-0x183f]
[    0.733007] pci 0000:00:1f.2: reg 24: [mem 0xf0805000-0xf08057ff]
[    0.733059] pci 0000:00:1f.2: PME# supported from D3hot
[    0.733063] pci 0000:00:1f.2: PME# disabled
[    0.733085] pci 0000:00:1f.3: [8086:3b30] type 0 class 0x000c05
[    0.733106] pci 0000:00:1f.3: reg 10: [mem 0xf0806800-0xf08068ff 64bit]
[    0.733135] pci 0000:00:1f.3: reg 20: [io  0x1840-0x185f]
[    0.733181] pci 0000:00:1f.6: [8086:3b32] type 0 class 0x001180
[    0.733209] pci 0000:00:1f.6: reg 10: [mem 0xf0804000-0xf0804fff 64bit]
[    0.733330] pci 0000:01:00.0: [10de:0a29] type 0 class 0x000300
[    0.733345] pci 0000:01:00.0: reg 10: [mem 0xac000000-0xacffffff]
[    0.733360] pci 0000:01:00.0: reg 14: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.733376] pci 0000:01:00.0: reg 1c: [mem 0xae000000-0xafffffff 64bit pref]
[    0.733387] pci 0000:01:00.0: reg 24: [io  0x2000-0x207f]
[    0.733398] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0007ffff pref]
[    0.733472] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.733474] pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
[    0.733477] pci 0000:00:01.0:   bridge window [mem 0xac000000-0xadefffff]
[    0.733480] pci 0000:00:01.0:   bridge window [mem 0xae000000-0xbfffffff 64bit pref]
[    0.733603] pci 0000:02:00.0: [14e4:1690] type 0 class 0x000200
[    0.733645] pci 0000:02:00.0: reg 10: [mem 0xf0400000-0xf040ffff 64bit]
[    0.733817] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.733824] pci 0000:02:00.0: PME# disabled
[    0.739741] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.739752] pci 0000:00:1c.0:   bridge window [mem 0xf0400000-0xf04fffff]
[    0.739884] pci 0000:09:00.0: [14e4:4357] type 0 class 0x000280
[    0.739914] pci 0000:09:00.0: reg 10: [mem 0xf0500000-0xf0503fff 64bit]
[    0.740035] pci 0000:09:00.0: supports D1 D2
[    0.740036] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[    0.740042] pci 0000:09:00.0: PME# disabled
[    0.746391] pci 0000:00:1c.5: PCI bridge to [bus 09-09]
[    0.746401] pci 0000:00:1c.5:   bridge window [mem 0xf0500000-0xf05fffff]
[    0.746491] pci 0000:00:1e.0: PCI bridge to [bus 0c-0c] (subtractive decode)
[    0.746504] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.746506] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.746508] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.746510] pci 0000:00:1e.0:   bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[    0.746512] pci 0000:00:1e.0:   bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[    0.746513] pci 0000:00:1e.0:   bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
[    0.746515] pci 0000:00:1e.0:   bridge window [mem 0xa0000000-0xfebfffff] (subtractive decode)
[    0.746538] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.746681] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
[    0.746744] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    0.746824] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[    0.746870] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
[    0.746936] \_SB_.PCI0:_OSC invalid UUID
[    0.746938] _OSC request data:1 1f 1f 
[    0.746941]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.746968] \_SB_.PCI0:_OSC invalid UUID
[    0.746969] _OSC request data:1 0 1d 
[    0.746972]  pci0000:00: ACPI _OSC request failed (AE_ERROR), returned control mask: 0x1d
[    0.746974] ACPI _OSC control for PCIe not granted, disabling ASPM
[    0.749923] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus ff])
[    0.749954] pci 0000:ff:00.0: [8086:2c62] type 0 class 0x000600
[    0.749971] pci 0000:ff:00.1: [8086:2d01] type 0 class 0x000600
[    0.749989] pci 0000:ff:02.0: [8086:2d10] type 0 class 0x000600
[    0.750004] pci 0000:ff:02.1: [8086:2d11] type 0 class 0x000600
[    0.750019] pci 0000:ff:02.2: [8086:2d12] type 0 class 0x000600
[    0.750033] pci 0000:ff:02.3: [8086:2d13] type 0 class 0x000600
[    0.750061]  pci0000:ff: Requesting ACPI _OSC control (0x1d)
[    0.750063]  pci0000:ff: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
[    0.750064] ACPI _OSC control for PCIe not granted, disabling ASPM
[    0.750254] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 *5 6 7 10 12 14 15)
[    0.750293] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 *7 11 12 14 15)
[    0.750330] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.750367] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.750404] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.750441] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.750478] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[    0.750515] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.750595] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.750604] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
[    0.750608] vgaarb: loaded
[    0.750609] vgaarb: bridge control possible 0000:01:00.0
[    0.750610] vgaarb: bridge control possible 0000:00:02.0
[    0.750671] PCI: Using ACPI for IRQ routing
[    0.760575] PCI: pci_cache_line_size set to 64 bytes
[    0.760738] reserve RAM buffer: 000000000009c400 - 000000000009ffff 
[    0.760740] reserve RAM buffer: 000000009327c000 - 0000000093ffffff 
[    0.760743] reserve RAM buffer: 00000000933ee000 - 0000000093ffffff 
[    0.760746] reserve RAM buffer: 000000009346f000 - 0000000093ffffff 
[    0.760749] reserve RAM buffer: 0000000093717000 - 0000000093ffffff 
[    0.760751] reserve RAM buffer: 000000009375d000 - 0000000093ffffff 
[    0.760753] reserve RAM buffer: 00000000937dc000 - 0000000093ffffff 
[    0.760754] reserve RAM buffer: 0000000093800000 - 0000000093ffffff 
[    0.760852] NetLabel: Initializing
[    0.760853] NetLabel:  domain hash size = 128
[    0.760854] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.760865] NetLabel:  unlabeled traffic allowed by default
[    0.760884] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.760889] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.762902] Switching to clocksource hpet
[    0.762985] Switched to NOHz mode on CPU #0
[    0.763065] Switched to NOHz mode on CPU #2
[    0.763081] Switched to NOHz mode on CPU #1
[    0.763092] Switched to NOHz mode on CPU #3
[    0.767645] pnp: PnP ACPI init
[    0.767663] ACPI: bus type pnp registered
[    0.767974] pnp 00:00: [bus 00-fe]
[    0.767976] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.767978] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.767979] pnp 00:00: [io  0x0d00-0xffff window]
[    0.767981] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.767982] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[    0.767984] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[    0.767986] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[    0.767989] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[    0.767990] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[    0.767992] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[    0.767993] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[    0.767995] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[    0.767996] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[    0.767998] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[    0.767999] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[    0.768001] pnp 00:00: [mem 0x000ec000-0x000effff window]
[    0.768002] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[    0.768004] pnp 00:00: [mem 0xa0000000-0xfebfffff window]
[    0.768006] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[    0.768078] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.768141] pnp 00:01: [io  0x0000-0x001f]
[    0.768143] pnp 00:01: [io  0x0081-0x0091]
[    0.768144] pnp 00:01: [io  0x0093-0x009f]
[    0.768145] pnp 00:01: [io  0x00c0-0x00df]
[    0.768147] pnp 00:01: [dma 4]
[    0.768170] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.768176] pnp 00:02: [mem 0xff000000-0xffffffff]
[    0.768198] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[    0.768262] pnp 00:03: [irq 0 disabled]
[    0.768272] pnp 00:03: [irq 8]
[    0.768273] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[    0.768296] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.768304] pnp 00:04: [io  0x00f0]
[    0.768309] pnp 00:04: [irq 13]
[    0.768330] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.768339] pnp 00:05: [io  0x002e-0x002f]
[    0.768340] pnp 00:05: [io  0x004e-0x004f]
[    0.768342] pnp 00:05: [io  0x0061]
[    0.768343] pnp 00:05: [io  0x0063]
[    0.768344] pnp 00:05: [io  0x0065]
[    0.768345] pnp 00:05: [io  0x0067]
[    0.768346] pnp 00:05: [io  0x0070]
[    0.768348] pnp 00:05: [io  0x0080]
[    0.768349] pnp 00:05: [io  0x0092]
[    0.768350] pnp 00:05: [io  0x00b2-0x00b3]
[    0.768351] pnp 00:05: [io  0x0680-0x069f]
[    0.768353] pnp 00:05: [io  0x0500-0x050f]
[    0.768354] pnp 00:05: [io  0xffff]
[    0.768355] pnp 00:05: [io  0xffff]
[    0.768356] pnp 00:05: [io  0x0400-0x047f]
[    0.768358] pnp 00:05: [io  0x1180-0x11ff]
[    0.768359] pnp 00:05: [io  0x164e-0x164f]
[    0.768360] pnp 00:05: [io  0xfe00]
[    0.768412] system 00:05: [io  0x0680-0x069f] has been reserved
[    0.768414] system 00:05: [io  0x0500-0x050f] has been reserved
[    0.768416] system 00:05: [io  0xffff] has been reserved
[    0.768417] system 00:05: [io  0xffff] has been reserved
[    0.768419] system 00:05: [io  0x0400-0x047f] has been reserved
[    0.768421] system 00:05: [io  0x1180-0x11ff] has been reserved
[    0.768423] system 00:05: [io  0x164e-0x164f] has been reserved
[    0.768425] system 00:05: [io  0xfe00] has been reserved
[    0.768427] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.768453] pnp 00:06: [io  0x06a0-0x06af]
[    0.768456] pnp 00:06: [io  0x06b0-0x06ff]
[    0.768489] system 00:06: [io  0x06a0-0x06af] has been reserved
[    0.768491] system 00:06: [io  0x06b0-0x06ff] has been reserved
[    0.768494] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.768518] pnp 00:07: [io  0x0070-0x0077]
[    0.768543] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.768556] pnp 00:08: [irq 12]
[    0.768579] pnp 00:08: Plug and Play ACPI device, IDs SYN1b20 SYN1b00 SYN0002 PNP0f13 (active)
[    0.768586] pnp 00:09: [io  0x0060]
[    0.768587] pnp 00:09: [io  0x0064]
[    0.768592] pnp 00:09: [irq 1]
[    0.768615] pnp 00:09: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.768842] pnp 00:0a: [mem 0xfed1c000-0xfed1ffff]
[    0.768844] pnp 00:0a: [mem 0xfed10000-0xfed13fff]
[    0.768846] pnp 00:0a: [mem 0xfed18000-0xfed18fff]
[    0.768847] pnp 00:0a: [mem 0xfed19000-0xfed19fff]
[    0.768849] pnp 00:0a: [mem 0xe0000000-0xefffffff]
[    0.768850] pnp 00:0a: [mem 0x00000000-0xffffffffffffffff disabled]
[    0.768852] pnp 00:0a: [mem 0xfeaff000-0xfeafffff]
[    0.768853] pnp 00:0a: [mem 0xfed20000-0xfed3ffff]
[    0.768855] pnp 00:0a: [mem 0xfed90000-0xfed8ffff disabled]
[    0.768856] pnp 00:0a: [mem 0xfed40000-0xfed44fff]
[    0.768858] pnp 00:0a: [mem 0xfed45000-0xfed8ffff]
[    0.768859] pnp 00:0a: [mem 0xff000000-0xffffffff]
[    0.768861] pnp 00:0a: [mem 0xfee00000-0xfeefffff]
[    0.768910] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.768913] system 00:0a: [mem 0xfed10000-0xfed13fff] has been reserved
[    0.768915] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.768917] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.768921] system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved
[    0.768923] system 00:0a: [mem 0xfeaff000-0xfeafffff] has been reserved
[    0.768925] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.768927] system 00:0a: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.768929] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.768931] system 00:0a: [mem 0xff000000-0xffffffff] has been reserved
[    0.768933] system 00:0a: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.768935] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.769031] pnp 00:0b: [bus ff]
[    0.769067] pnp 00:0b: Plug and Play ACPI device, IDs PNP0a03 (active)
[    0.769075] pnp: PnP ACPI: found 12 devices
[    0.769076] ACPI: ACPI bus type pnp unregistered
[    0.776029] PCI: max bus depth: 1 pci_try_num: 2
[    0.776069] pci 0000:00:1c.5: BAR 15: assigned [mem 0xa0000000-0xa01fffff 64bit pref]
[    0.776072] pci 0000:00:1c.5: BAR 13: assigned [io  0x3000-0x3fff]
[    0.776075] pci 0000:00:1c.0: BAR 15: assigned [mem 0xa0200000-0xa03fffff 64bit pref]
[    0.776078] pci 0000:00:1c.0: BAR 13: assigned [io  0x4000-0x4fff]
[    0.776080] pci 0000:01:00.0: BAR 6: assigned [mem 0xad000000-0xad07ffff pref]
[    0.776083] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.776085] pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
[    0.776088] pci 0000:00:01.0:   bridge window [mem 0xac000000-0xadefffff]
[    0.776090] pci 0000:00:01.0:   bridge window [mem 0xae000000-0xbfffffff 64bit pref]
[    0.776094] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.776097] pci 0000:00:1c.0:   bridge window [io  0x4000-0x4fff]
[    0.776103] pci 0000:00:1c.0:   bridge window [mem 0xf0400000-0xf04fffff]
[    0.776108] pci 0000:00:1c.0:   bridge window [mem 0xa0200000-0xa03fffff 64bit pref]
[    0.776115] pci 0000:00:1c.5: PCI bridge to [bus 09-09]
[    0.776119] pci 0000:00:1c.5:   bridge window [io  0x3000-0x3fff]
[    0.776124] pci 0000:00:1c.5:   bridge window [mem 0xf0500000-0xf05fffff]
[    0.776129] pci 0000:00:1c.5:   bridge window [mem 0xa0000000-0xa01fffff 64bit pref]
[    0.776137] pci 0000:00:1e.0: PCI bridge to [bus 0c-0c]
[    0.776158] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.776162] pci 0000:00:01.0: setting latency timer to 64
[    0.776169] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.776173] pci 0000:00:1c.0: setting latency timer to 64
[    0.776182] pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    0.776187] pci 0000:00:1c.5: setting latency timer to 64
[    0.776195] pci 0000:00:1e.0: setting latency timer to 64
[    0.776199] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.776201] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.776202] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.776204] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
[    0.776206] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
[    0.776208] pci_bus 0000:00: resource 9 [mem 0x000dc000-0x000dffff]
[    0.776209] pci_bus 0000:00: resource 10 [mem 0xa0000000-0xfebfffff]
[    0.776211] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    0.776213] pci_bus 0000:01: resource 1 [mem 0xac000000-0xadefffff]
[    0.776215] pci_bus 0000:01: resource 2 [mem 0xae000000-0xbfffffff 64bit pref]
[    0.776217] pci_bus 0000:02: resource 0 [io  0x4000-0x4fff]
[    0.776218] pci_bus 0000:02: resource 1 [mem 0xf0400000-0xf04fffff]
[    0.776220] pci_bus 0000:02: resource 2 [mem 0xa0200000-0xa03fffff 64bit pref]
[    0.776222] pci_bus 0000:09: resource 0 [io  0x3000-0x3fff]
[    0.776223] pci_bus 0000:09: resource 1 [mem 0xf0500000-0xf05fffff]
[    0.776225] pci_bus 0000:09: resource 2 [mem 0xa0000000-0xa01fffff 64bit pref]
[    0.776227] pci_bus 0000:0c: resource 4 [io  0x0000-0x0cf7]
[    0.776229] pci_bus 0000:0c: resource 5 [io  0x0d00-0xffff]
[    0.776231] pci_bus 0000:0c: resource 6 [mem 0x000a0000-0x000bffff]
[    0.776232] pci_bus 0000:0c: resource 7 [mem 0x000d4000-0x000d7fff]
[    0.776234] pci_bus 0000:0c: resource 8 [mem 0x000d8000-0x000dbfff]
[    0.776236] pci_bus 0000:0c: resource 9 [mem 0x000dc000-0x000dffff]
[    0.776237] pci_bus 0000:0c: resource 10 [mem 0xa0000000-0xfebfffff]
[    0.776308] NET: Registered protocol family 2
[    0.776460] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.777290] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    0.778928] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.779127] TCP: Hash tables configured (established 524288 bind 65536)
[    0.779129] TCP reno registered
[    0.779140] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.779159] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.779313] NET: Registered protocol family 1
[    0.779330] pci 0000:00:02.0: Boot video device
[    0.779513] PCI: CLS 64 bytes, default 64
[    0.779565] Unpacking initramfs...
[    0.932130] Freeing initrd memory: 10968k freed
[    0.934443] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.934449] Placing 64MB software IO TLB between ffff88008f27c000 - ffff88009327c000
[    0.934450] software IO TLB at phys 0x8f27c000 - 0x9327c000
[    0.934468] Simple Boot Flag at 0x36 set to 0x1
[    0.934906] audit: initializing netlink socket (disabled)
[    0.934917] type=2000 audit(1326017646.773:1): initialized
[    0.943122] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.960110] VFS: Disk quotas dquot_6.5.2
[    0.960223] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.960372] msgmni has been set to 7255
[    0.960569] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.960608] io scheduler noop registered
[    0.960609] io scheduler deadline registered
[    0.960648] io scheduler cfq registered (default)
[    0.960744] pcieport 0000:00:01.0: setting latency timer to 64
[    0.960767] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    0.960962] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[    0.960963] vesafb: scrolling: redraw
[    0.960965] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.961627] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90011100000, using 3072k, total 3072k
[    1.074555] Console: switching to colour frame buffer device 128x48
[    1.187385] fb0: VESA VGA frame buffer device
[    1.187395] intel_idle: MWAIT substates: 0x1120
[    1.187396] intel_idle: v0.4 model 0x25
[    1.187397] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.187458] ERST: Table is not found!
[    1.187459] GHES: HEST is not enabled!
[    1.187521] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.375521] Linux agpgart interface v0.103
[    1.375587] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.381897] i8042: Detected active multiplexing controller, rev 1.1
[    1.385666] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.385692] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.385708] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.385725] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.385741] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.385830] mousedev: PS/2 mouse device common for all mice
[    1.385894] rtc_cmos 00:07: RTC can wake from S4
[    1.386001] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[    1.386032] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.386112] cpuidle: using governor ladder
[    1.386231] cpuidle: using governor menu
[    1.386421] TCP cubic registered
[    1.386424] NET: Registered protocol family 17
[    1.386432] Registering the dns_resolver key type
[    1.386565] PM: Checking hibernation image partition /dev/disk/by-uuid/5becbcaa-8efc-4f4f-ba9d-47da4338d1fe
[    1.407262] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.416979] PM: Hibernation image not present or could not be loaded.
[    1.416998] registered taskstats version 1
[    1.426978] rtc_cmos 00:07: setting system clock to 2012-01-08 10:14:07 UTC (1326017647)
[    1.427098] Initializing network drop monitor service
[    1.429714] Freeing unused kernel memory: 712k freed
[    1.429852] Write protecting the kernel read-only data: 8192k
[    1.441717] Freeing unused kernel memory: 1968k freed
[    1.446468] Freeing unused kernel memory: 704k freed
[    1.460413] udevd[46]: starting version 175
[    1.468252] SCSI subsystem initialized
[    1.475197] libata version 3.00 loaded.
[    1.477289] ahci 0000:00:1f.2: version 3.0
[    1.477318] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.477408] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
[    1.477448] ahci: SSS flag set, parallel bus scan disabled
[    1.477492] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
[    1.477498] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems apst 
[    1.477507] ahci 0000:00:1f.2: setting latency timer to 64
[    1.483038] scsi0 : ahci
[    1.483445] scsi1 : ahci
[    1.484198] scsi2 : ahci
[    1.484341] scsi3 : ahci
[    1.484722] ata1: SATA max UDMA/133 abar m2048@0xf0805000 port 0xf0805100 irq 41
[    1.484732] ata2: SATA max UDMA/133 abar m2048@0xf0805000 port 0xf0805180 irq 41
[    1.484734] ata3: DUMMY
[    1.484735] ata4: DUMMY
[    1.801275] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.843367] ata1.00: ATA-8: TOSHIBA MK6465GSX, GJ002J, max UDMA/100
[    1.843372] ata1.00: 1250263728 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.844438] ata1.00: configured for UDMA/100
[    1.844781] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MK6465GS GJ00 PQ: 0 ANSI: 5
[    1.848521] sd 0:0:0:0: [sda] 1250263728 512-byte logical blocks: (640 GB/596 GiB)
[    1.848623] sd 0:0:0:0: [sda] Write Protect is off
[    1.848626] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.848648] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.934365] Refined TSC clocksource calibration: 2393.999 MHz.
[    1.934372] Switching to clocksource tsc
[    1.961356]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 >
[    1.962511] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.163990] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.166006] ata2.00: ATAPI: HL-DT-STDVDRAM GT31N, 1.00, max UDMA/100
[    2.169588] ata2.00: configured for UDMA/100
[    2.174709] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVDRAM GT31N     1.00 PQ: 0 ANSI: 5
[    2.181796] usbcore: registered new interface driver usbfs
[    2.181841] usbcore: registered new interface driver hub
[    2.181925] usbcore: registered new device driver usb
[    2.183338] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.183394] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.183449] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[    2.183454] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[    2.183488] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    2.183535] ehci_hcd 0000:00:1a.0: debug port 2
[    2.187464] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[    2.187472] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.187478] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.187493] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf0806000
[    2.187707] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    2.200544] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    2.200894] hub 1-0:1.0: USB hub found
[    2.200903] hub 1-0:1.0: 3 ports detected
[    2.201060] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    2.201108] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[    2.201114] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[    2.201128] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    2.201169] ehci_hcd 0000:00:1d.0: debug port 2
[    2.205155] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[    2.205178] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf0806400
[    2.217180] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    2.217537] hub 2-0:1.0: USB hub found
[    2.217547] hub 2-0:1.0: 3 ports detected
[    2.237740] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
[    2.237812] ACPI: Lid Switch [LID]
[    2.237868] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
[    2.237873] ACPI: Power Button [PWRB]
[    2.237974] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
[    2.237979] ACPI: Sleep Button [SLPB]
[    2.238163] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[    2.238168] ACPI: Power Button [PWRF]
[    2.239172] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
[    2.239323] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    2.240271] agpgart-intel 0000:00:00.0: detected 131072K stolen memory
[    2.240504] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[    2.246412] [drm] Initialized drm 1.1.0 20060810
[    2.270880] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.270889] i915 0000:00:02.0: setting latency timer to 64
[    2.401207] i915 0000:00:02.0: irq 42 for MSI/MSI-X
[    2.401229] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    2.401231] [drm] Driver supports precise vblank timestamp query.
[    2.401397] [drm:intel_dsm_platform_mux_info] *ERROR* MUX INFO call failed
[    2.401471] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=io+mem
[    2.401474] vgaarb: transferring owner from PCI:0000:00:02.0 to PCI:0000:01:00.0
[    2.506697] usb 1-1: new high speed USB device number 2 using ehci_hcd
[    2.630501] hub 1-1:1.0: USB hub found
[    2.630692] hub 1-1:1.0: 6 ports detected
[    2.736287] usb 2-1: new high speed USB device number 2 using ehci_hcd
[    2.860384] hub 2-1:1.0: USB hub found
[    2.860517] hub 2-1:1.0: 8 ports detected
[    2.929481] usb 1-1.1: new high speed USB device number 3 using ehci_hcd
[    3.001193] checking generic (d0000000 300000) vs hw (d0000000 10000000)
[    3.001200] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
[    3.001226] Console: switching to colour dummy device 80x25
[    3.002296] fbcon: inteldrmfb (fb0) is primary device
[    3.125761] usb 1-1.4: new high speed USB device number 4 using ehci_hcd
[    3.288869] usb 2-1.1: new high speed USB device number 3 using ehci_hcd
[    3.374312] hub 2-1.1:1.0: USB hub found
[    3.374718] hub 2-1.1:1.0: 4 ports detected
[    3.401854] Console: switching to colour frame buffer device 170x48
[    3.406735] fb0: inteldrmfb frame buffer device
[    3.406738] drm: registered panic notifier
[    3.407102] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[    3.407893] acpi device:03: registered as cooling_device0
[    3.408327] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input5
[    3.408339] ACPI: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
[    3.409156] acpi device:0b: registered as cooling_device1
[    3.409404] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input6
[    3.409417] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    3.409487] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    3.455138] usb 2-1.3: new high speed USB device number 4 using ehci_hcd
[    3.641714] usb 2-1.1.1: new high speed USB device number 5 using ehci_hcd
[    3.726995] hub 2-1.1.1:1.0: USB hub found
[    3.727285] hub 2-1.1.1:1.0: 4 ports detected
[    3.994505] usb 2-1.1.1.1: new high speed USB device number 6 using ehci_hcd
[    4.079471] hub 2-1.1.1.1:1.0: USB hub found
[    4.079820] hub 2-1.1.1.1:1.0: 4 ports detected
[    4.147495] usb 2-1.1.1.2: new high speed USB device number 7 using ehci_hcd
[    4.300594] usb 2-1.1.1.4: new low speed USB device number 8 using ehci_hcd
[    4.401538] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1.1/2-1.1.1.4/2-1.1.1.4:1.0/input/input7
[    4.401785] generic-usb 0003:046D:C510.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-0000:00:1d.0-1.1.1.4/input0
[    4.401815] usbcore: registered new interface driver usbhid
[    4.401819] usbhid: USB HID core driver
[    4.426595] device-mapper: uevent: version 1.0.3
[    4.427029] device-mapper: ioctl: 4.21.0-ioctl (2011-07-06) initialised: dm-devel@xxxxxxxxxx
[    4.457108] usb 2-1.1.1.1.4: new full speed USB device number 9 using ehci_hcd
[    4.545855] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1.1/2-1.1.1.1/2-1.1.1.1.4/2-1.1.1.1.4:1.0/input/input8
[    4.545932] generic-usb 0003:046D:C52B.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:1d.0-1.1.1.1.4/input0
[    4.547955] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1.1/2-1.1.1.1/2-1.1.1.1.4/2-1.1.1.1.4:1.1/input/input9
[    4.548324] generic-usb 0003:046D:C52B.0003: input,hiddev0,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1d.0-1.1.1.1.4/input1
[    4.551172] generic-usb 0003:046D:C52B.0004: hiddev0,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.0-1.1.1.1.4/input2
[    4.766419] usb 2-1.1.1.1.1: new high speed USB device number 10 using ehci_hcd
[    5.001272] PM: Starting manual resume from disk
[    5.001276] PM: Hibernation image partition 8:1 present
[    5.001278] PM: Looking for hibernation image.
[    5.056253] PM: Image not found (code -22)
[    5.056257] PM: Hibernation image not present or could not be loaded.
[    5.177377] EXT4-fs (dm-4): mounted filesystem with ordered data mode. Opts: (null)
[    7.075688] udevd[299]: starting version 175
[    7.576554] tg3.c:v3.119 (May 18, 2011)
[    7.576608] tg3 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    7.576626] tg3 0000:02:00.0: setting latency timer to 64
[    7.651841] tg3 mdio bus: probed
[    7.704539] tg3 0000:02:00.0: eth0: Tigon3 [partno(BCM957760) rev 57780001] (PCI Express) MAC address c8:0a:a9:c2:99:54
[    7.704546] tg3 0000:02:00.0: eth0: attached PHY driver [Broadcom BCM57780] (mii_bus:phy_addr=200:01)
[    7.704552] tg3 0000:02:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[    7.704556] tg3 0000:02:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[    7.883994] ACPI: AC Adapter [ACAD] (on-line)
[    7.898675] ACPI: acpi_idle yielding to intel_idle
[    7.923800] ACPI: Battery Slot [BAT1] (battery present)
[    7.924214] thermal LNXTHERM:00: registered as thermal_zone0
[    7.924217] ACPI: Thermal Zone [THRM] (27 C)
[    7.937291] lib80211: common routines for IEEE802.11 drivers
[    7.937296] lib80211_crypt: registered algorithm 'NULL'
[    8.002230] cfg80211: Calling CRDA to update world regulatory domain
[    8.005767] input: PC Speaker as /devices/platform/pcspkr/input/input10
[    8.036098] wmi: Mapper loaded
[    8.038721] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    8.040548] intel ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 25, expected 29)
[    8.040566] intel ips 0000:00:1f.6: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    8.040960] intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 90
[    8.087766] iTCO_vendor_support: vendor-support=0
[    8.121522] fuse init (API version 7.17)
[    8.176257] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
[    8.176372] iTCO_wdt: Found a HM55 TCO device (Version=2, TCOBASE=0x0460)
[    8.176501] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    8.180866] mei: module is from the staging directory, the quality is unknown, you have been warned.
[    8.181869] mei 0000:00:16.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    8.181877] mei 0000:00:16.0: setting latency timer to 64
[    8.402513] vboxdrv: Found 4 processor cores.
[    8.402642] VBoxDrv: dbg - g_abExecMemory=ffffffffa039ebe0
[    8.402681] vboxdrv: fAsync=0 offMin=0x249 offMax=0x3264
[    8.402785] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[    8.402787] vboxdrv: Successfully loaded version 4.1.8_OSE (interface 0x00190000).
[    8.485289] wl: module license 'Mixed/Proprietary' taints kernel.
[    8.485293] Disabling lock debugging due to kernel taint
[    8.488492] wl 0000:09:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    8.488500] wl 0000:09:00.0: setting latency timer to 64
[    8.493349] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[    8.493496] snd_hda_intel 0000:00:1b.0: irq 43 for MSI/MSI-X
[    8.493528] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[    8.516341] INFO @wl_cfg80211_attach : Registered CFG80211 phy
[    8.572782] lib80211_crypt: registered algorithm 'TKIP'
[    8.573001] eth1: Broadcom BCM4357 802.11 Hybrid Wireless Controller 5.100.82.112
[    8.635299] brcmutil: module is from the staging directory, the quality is unknown, you have been warned.
[    8.671333] brcmsmac: module is from the staging directory, the quality is unknown, you have been warned.
[    8.712779] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input11
[    8.855456] Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa44000/0xa0000
[    8.901511] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input12
[   10.231175] usbcore: registered new interface driver uas
[   10.620150] Initializing USB Mass Storage driver...
[   10.620251] scsi4 : usb-storage 2-1.3:1.0
[   10.620457] scsi5 : usb-storage 2-1.1.1.1.1:1.0
[   10.620545] usbcore: registered new interface driver usb-storage
[   10.620547] USB Mass Storage support registered.
[   10.730255] usbcore: registered new interface driver snd-usb-audio
[   10.781024] Linux media interface: v0.10
[   10.789260] Linux video capture interface: v2.00
[   10.827265] uvcvideo: Found UVC 1.00 device 1.3M WebCam (04f2:b1d8)
[   10.837125] input: 1.3M WebCam as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input13
[   10.837254] usbcore: registered new interface driver uvcvideo
[   10.837256] USB Video Class driver (1.1.1)
[   11.619068] scsi 5:0:0:0: Direct-Access     WD       My Book 1130     1012 PQ: 0 ANSI: 6
[   11.619090] scsi 4:0:0:0: Direct-Access     Kingston DataTraveler G3  PMAP PQ: 0 ANSI: 4
[   11.620305] sd 4:0:0:0: [sdc] 15556608 512-byte logical blocks: (7.96 GB/7.41 GiB)
[   11.621551] sd 4:0:0:0: [sdc] Write Protect is off
[   11.621555] sd 4:0:0:0: [sdc] Mode Sense: 23 00 00 00
[   11.622850] sd 4:0:0:0: [sdc] No Caching mode page present
[   11.622853] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[   11.627757] sd 4:0:0:0: [sdc] No Caching mode page present
[   11.627763] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[   11.628973]  sdc: sdc1
[   11.633469] sd 4:0:0:0: [sdc] No Caching mode page present
[   11.633477] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[   11.633482] sd 4:0:0:0: [sdc] Attached SCSI removable disk
[   11.986609] EXT4-fs (dm-4): re-mounted. Opts: (null)
[   12.281716] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: (null)
[   13.122930] Adding 8184828k swap on /dev/sda1.  Priority:-1 extents:1 across:8184828k 
[   17.371846] scsi 5:0:0:1: Enclosure         WD       SES Device       1012 PQ: 0 ANSI: 6
[   17.372425] sd 5:0:0:0: [sdb] 3906963456 512-byte logical blocks: (2.00 TB/1.81 TiB)
[   17.372915] sd 5:0:0:0: [sdb] Write Protect is off
[   17.372919] sd 5:0:0:0: [sdb] Mode Sense: 47 00 10 08
[   17.373415] sd 5:0:0:0: [sdb] No Caching mode page present
[   17.373420] sd 5:0:0:0: [sdb] Assuming drive cache: write through
[   17.375465] sd 5:0:0:0: [sdb] No Caching mode page present
[   17.375471] sd 5:0:0:0: [sdb] Assuming drive cache: write through
[   17.393220]  sdb: sdb1
[   17.395500] sd 5:0:0:0: [sdb] No Caching mode page present
[   17.395505] sd 5:0:0:0: [sdb] Assuming drive cache: write through
[   17.395508] sd 5:0:0:0: [sdb] Attached SCSI disk
[   17.486511] ses 5:0:0:1: Attached Enclosure device
[   17.737538] NET: Registered protocol family 10
[   18.359868] tg3 0000:02:00.0: irq 44 for MSI/MSI-X
[   19.117816] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   19.678114] tg3 0000:02:00.0: eth0: Link is down
[   20.797853] acpi_call: Module loaded successfully
[   21.256267] Bluetooth: Core ver 2.16
[   21.256291] NET: Registered protocol family 31
[   21.256293] Bluetooth: HCI device and connection manager initialized
[   21.256295] Bluetooth: HCI socket layer initialized
[   21.256297] Bluetooth: L2CAP socket layer initialized
[   21.256303] Bluetooth: SCO socket layer initialized
[   21.353362] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   21.684551] tg3 0000:02:00.0: eth0: Link is up at 1000 Mbps, full duplex
[   21.684557] tg3 0000:02:00.0: eth0: Flow control is on for TX and on for RX
[   21.685295] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   32.441629] eth0: no IPv6 routers present
[   33.292207] EXT4-fs (dm-4): re-mounted. Opts: commit=0
[   33.539198] EXT4-fs (dm-3): re-mounted. Opts: commit=0
[   34.384888] eth1: no IPv6 routers present
[   45.086736] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[   45.190580] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[   51.078870] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[   57.065158] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[   63.054675] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[   69.048546] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[   75.035804] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[   81.027670] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[   87.017711] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[   93.003222] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[   98.996139] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  104.986019] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  110.970189] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  116.965084] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  122.950652] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  128.944518] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  134.934578] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  140.920495] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  146.913364] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  152.898798] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  158.892680] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  164.882560] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  170.866452] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  176.861347] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  182.847335] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  188.841176] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  194.831046] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  200.819961] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  206.807070] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  212.794321] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  218.785424] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  224.773776] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  230.762952] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  236.007816] geoclue-plazes[1751] general protection ip:7f26fd29435a sp:7fff0089dc98 error:0 in libc-2.15.so[7f26fd215000+199000]
[  236.752518] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  242.742478] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  248.736890] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  254.725437] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  260.713548] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  266.706465] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  272.691515] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  278.685368] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  284.675293] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  290.665260] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  296.654193] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  302.640359] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  308.634301] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  314.623240] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  320.609988] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  326.602899] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  332.588787] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  338.581710] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  344.571811] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  350.555053] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  356.550612] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  362.536095] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  368.530014] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  374.520254] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  380.506373] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  386.499306] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  392.484540] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  398.478469] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  404.468391] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  410.457316] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  416.447271] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  422.432914] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  428.426824] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  434.415740] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  440.400978] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  446.390352] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  452.381437] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  458.374362] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  464.364300] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  470.347935] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  476.343546] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  482.329007] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  488.322940] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  494.312729] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  500.299681] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  506.291615] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  512.277381] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  518.271304] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  524.261222] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  530.250140] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  536.240095] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  542.225449] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  548.219343] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  554.209063] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  560.198947] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  566.187740] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  572.173750] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  578.167654] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  584.157604] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  590.141183] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  596.136016] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  602.121864] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  608.115770] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  614.103554] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  620.089874] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  626.079685] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  632.070070] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  638.064003] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  644.053019] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  650.042913] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  656.031641] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  662.018343] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  668.012110] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  674.002010] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  679.986404] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  685.980833] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  691.966490] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  697.960409] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  703.950332] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  709.933764] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  715.929284] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  721.914331] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  727.908259] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  733.894815] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  739.884462] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  745.874077] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  751.860964] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  757.856661] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  763.841787] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  769.832341] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  775.824346] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  781.811518] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  787.799154] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  793.791180] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  799.784095] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  805.773905] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  811.758864] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  817.747668] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  823.737908] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  829.725939] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  835.718789] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  841.707624] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  847.698568] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  853.685519] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  859.675216] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  865.665563] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  871.654811] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  877.644148] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  883.639119] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  889.628509] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  895.615440] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  901.603852] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  907.592287] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  913.583825] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  919.573541] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  925.566084] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  931.551634] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  937.542852] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  943.535405] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  949.518483] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  955.514706] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  961.500285] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  967.490577] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  973.483235] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  979.470329] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  985.460665] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  991.448248] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[  997.442123] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1003.432018] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1009.420940] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1015.407752] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1021.396242] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1027.390039] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1033.379974] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1039.369858] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1045.353616] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1051.345127] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1057.338047] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1063.327964] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1069.312183] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1075.304152] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1081.293195] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1087.287068] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1093.270626] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1099.262779] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1105.254480] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1111.240922] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1117.229937] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1123.224826] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1129.213738] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1135.202766] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1141.189131] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1147.183013] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1153.172925] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1159.161789] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1165.151947] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1171.137476] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1177.131376] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1183.118785] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1189.104241] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1195.100402] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1201.085606] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1207.073926] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1213.065557] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1219.055567] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1225.048406] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1231.034370] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1237.027263] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1243.015266] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1249.007175] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1254.997120] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1260.982273] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1266.976244] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1272.965168] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1278.955175] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1284.940687] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1290.930916] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1296.923899] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1302.913920] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1308.897781] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1314.892866] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1320.879265] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1326.866473] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1332.859384] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1338.849448] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1344.838278] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1350.827737] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1356.820556] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1362.807555] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1368.800555] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1374.789216] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1380.775754] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1386.769718] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1392.758694] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1398.748674] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1404.738098] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1410.723895] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1416.716279] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1422.707241] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1428.691293] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1434.681163] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1440.672356] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1446.666319] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1452.652519] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1458.642281] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1464.635283] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1470.620353] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1476.611476] ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
[ 1482.270711] ------------[ cut here ]------------
[ 1482.270743] WARNING: at net/wireless/sme.c:580 __cfg80211_roamed+0x257/0x280 [cfg80211]()
[ 1482.270747] Hardware name: TravelMate8472TG 
[ 1482.270750] Modules linked in: cpufreq_stats michael_mic arc4 ecb bnep bluetooth coretemp acpi_call ipv6 ses enclosure uvcvideo videodev media snd_usb_audio v4l2_compat_ioctl32 usb_storage snd_usbmidi_lib snd_rawmidi snd_seq_device uas joydev snd_hda_codec_conexant bcma brcmsmac(C) mac80211 brcmutil(C) lib80211_crypt_tkip snd_hda_intel snd_hda_codec wl(P) cpufreq_powersave snd_hwdep snd_pcm cpufreq_ondemand acpi_cpufreq freq_table mperf snd_timer snd vboxdrv mxm_wmi soundcore mei(C) iTCO_wdt fuse snd_page_alloc iTCO_vendor_support psmouse serio_raw intel_ips i2c_i801 wmi pcspkr cfg80211 rfkill lib80211 thermal battery processor ac evdev broadcom tg3 libphy dm_mod usbhid hid i915 drm_kms_helper drm intel_agp i2c_algo_bit button intel_gtt i2c_core video ext4 mbcache jbd2 crc16 ehci_hcd usbcore sr_mod cdrom sd_mod ahci libahci libata scsi_mod
[ 1482.270842] Pid: 61, comm: kworker/u:2 Tainted: P         C  3.1.7-1-ARCH #1
[ 1482.270846] Call Trace:
[ 1482.270860]  [<ffffffff81061bdf>] warn_slowpath_common+0x7f/0xc0
[ 1482.270867]  [<ffffffff81061c3a>] warn_slowpath_null+0x1a/0x20
[ 1482.270878]  [<ffffffffa034a897>] __cfg80211_roamed+0x257/0x280 [cfg80211]
[ 1482.270889]  [<ffffffffa03328c2>] cfg80211_process_rdev_events+0x202/0x270 [cfg80211]
[ 1482.270899]  [<ffffffffa03304b0>] ? wiphy_rfkill_start_polling+0x40/0x40 [cfg80211]
[ 1482.270909]  [<ffffffffa03304b0>] ? wiphy_rfkill_start_polling+0x40/0x40 [cfg80211]
[ 1482.270918]  [<ffffffffa03304e5>] cfg80211_event_work+0x35/0x60 [cfg80211]
[ 1482.270925]  [<ffffffff8107f036>] process_one_work+0x116/0x4d0
[ 1482.270931]  [<ffffffff8107f9ce>] worker_thread+0x15e/0x350
[ 1482.270936]  [<ffffffff8107f870>] ? manage_workers.isra.29+0x230/0x230
[ 1482.270942]  [<ffffffff8108467c>] kthread+0x8c/0xa0
[ 1482.270950]  [<ffffffff8140ce74>] kernel_thread_helper+0x4/0x10
[ 1482.270956]  [<ffffffff810845f0>] ? kthread_worker_fn+0x190/0x190
[ 1482.270961]  [<ffffffff8140ce70>] ? gs_change+0x13/0x13
[ 1482.270964] ---[ end trace 34b6763fb40da950 ]---
[ 1484.164712] ------------[ cut here ]------------
[ 1484.164743] WARNING: at net/wireless/sme.c:568 __cfg80211_roamed+0x26d/0x280 [cfg80211]()
[ 1484.164747] Hardware name: TravelMate8472TG 
[ 1484.164749] Modules linked in: cpufreq_stats michael_mic arc4 ecb bnep bluetooth coretemp acpi_call ipv6 ses enclosure uvcvideo videodev media snd_usb_audio v4l2_compat_ioctl32 usb_storage snd_usbmidi_lib snd_rawmidi snd_seq_device uas joydev snd_hda_codec_conexant bcma brcmsmac(C) mac80211 brcmutil(C) lib80211_crypt_tkip snd_hda_intel snd_hda_codec wl(P) cpufreq_powersave snd_hwdep snd_pcm cpufreq_ondemand acpi_cpufreq freq_table mperf snd_timer snd vboxdrv mxm_wmi soundcore mei(C) iTCO_wdt fuse snd_page_alloc iTCO_vendor_support psmouse serio_raw intel_ips i2c_i801 wmi pcspkr cfg80211 rfkill lib80211 thermal battery processor ac evdev broadcom tg3 libphy dm_mod usbhid hid i915 drm_kms_helper drm intel_agp i2c_algo_bit button intel_gtt i2c_core video ext4 mbcache jbd2 crc16 ehci_hcd usbcore sr_mod cdrom sd_mod ahci libahci libata scsi_mod
[ 1484.164842] Pid: 61, comm: kworker/u:2 Tainted: P        WC  3.1.7-1-ARCH #1
[ 1484.164845] Call Trace:
[ 1484.164859]  [<ffffffff81061bdf>] warn_slowpath_common+0x7f/0xc0
[ 1484.164866]  [<ffffffff81061c3a>] warn_slowpath_null+0x1a/0x20
[ 1484.164877]  [<ffffffffa034a8ad>] __cfg80211_roamed+0x26d/0x280 [cfg80211]
[ 1484.164888]  [<ffffffffa03328c2>] cfg80211_process_rdev_events+0x202/0x270 [cfg80211]
[ 1484.164898]  [<ffffffffa03304b0>] ? wiphy_rfkill_start_polling+0x40/0x40 [cfg80211]
[ 1484.164907]  [<ffffffffa03304b0>] ? wiphy_rfkill_start_polling+0x40/0x40 [cfg80211]
[ 1484.164916]  [<ffffffffa03304e5>] cfg80211_event_work+0x35/0x60 [cfg80211]
[ 1484.164924]  [<ffffffff8107f036>] process_one_work+0x116/0x4d0
[ 1484.164929]  [<ffffffff8107f9ce>] worker_thread+0x15e/0x350
[ 1484.164934]  [<ffffffff8107f870>] ? manage_workers.isra.29+0x230/0x230
[ 1484.164940]  [<ffffffff8108467c>] kthread+0x8c/0xa0
[ 1484.164948]  [<ffffffff8140ce74>] kernel_thread_helper+0x4/0x10
[ 1484.164954]  [<ffffffff810845f0>] ? kthread_worker_fn+0x190/0x190
[ 1484.164959]  [<ffffffff8140ce70>] ? gs_change+0x13/0x13
[ 1484.164962] ---[ end trace 34b6763fb40da951 ]---
[ 1495.189029] ------------[ cut here ]------------
[ 1495.189054] WARNING: at net/wireless/sme.c:568 __cfg80211_roamed+0x26d/0x280 [cfg80211]()
[ 1495.189056] Hardware name: TravelMate8472TG 
[ 1495.189057] Modules linked in: cpufreq_stats michael_mic arc4 ecb bnep bluetooth coretemp acpi_call ipv6 ses enclosure uvcvideo videodev media snd_usb_audio v4l2_compat_ioctl32 usb_storage snd_usbmidi_lib snd_rawmidi snd_seq_device uas joydev snd_hda_codec_conexant bcma brcmsmac(C) mac80211 brcmutil(C) lib80211_crypt_tkip snd_hda_intel snd_hda_codec wl(P) cpufreq_powersave snd_hwdep snd_pcm cpufreq_ondemand acpi_cpufreq freq_table mperf snd_timer snd vboxdrv mxm_wmi soundcore mei(C) iTCO_wdt fuse snd_page_alloc iTCO_vendor_support psmouse serio_raw intel_ips i2c_i801 wmi pcspkr cfg80211 rfkill lib80211 thermal battery processor ac evdev broadcom tg3 libphy dm_mod usbhid hid i915 drm_kms_helper drm intel_agp i2c_algo_bit button intel_gtt i2c_core video ext4 mbcache jbd2 crc16 ehci_hcd usbcore sr_mod cdrom sd_mod ahci libahci libata scsi_mod
[ 1495.189104] Pid: 61, comm: kworker/u:2 Tainted: P        WC  3.1.7-1-ARCH #1
[ 1495.189106] Call Trace:
[ 1495.189117]  [<ffffffff81061bdf>] warn_slowpath_common+0x7f/0xc0
[ 1495.189120]  [<ffffffff81061c3a>] warn_slowpath_null+0x1a/0x20
[ 1495.189125]  [<ffffffffa034a8ad>] __cfg80211_roamed+0x26d/0x280 [cfg80211]
[ 1495.189131]  [<ffffffffa03328c2>] cfg80211_process_rdev_events+0x202/0x270 [cfg80211]
[ 1495.189136]  [<ffffffffa03304b0>] ? wiphy_rfkill_start_polling+0x40/0x40 [cfg80211]
[ 1495.189140]  [<ffffffffa03304b0>] ? wiphy_rfkill_start_polling+0x40/0x40 [cfg80211]
[ 1495.189144]  [<ffffffffa03304e5>] cfg80211_event_work+0x35/0x60 [cfg80211]
[ 1495.189149]  [<ffffffff8107f036>] process_one_work+0x116/0x4d0
[ 1495.189151]  [<ffffffff8107f9ce>] worker_thread+0x15e/0x350
[ 1495.189154]  [<ffffffff8107f870>] ? manage_workers.isra.29+0x230/0x230
[ 1495.189157]  [<ffffffff8108467c>] kthread+0x8c/0xa0
[ 1495.189163]  [<ffffffff8140ce74>] kernel_thread_helper+0x4/0x10
[ 1495.189165]  [<ffffffff810845f0>] ? kthread_worker_fn+0x190/0x190
[ 1495.189167]  [<ffffffff8140ce70>] ? gs_change+0x13/0x13
[ 1495.189169] ---[ end trace 34b6763fb40da952 ]---
[ 1495.204618] ------------[ cut here ]------------
[ 1495.204648] WARNING: at net/wireless/sme.c:568 __cfg80211_roamed+0x26d/0x280 [cfg80211]()
[ 1495.204652] Hardware name: TravelMate8472TG 
[ 1495.204655] Modules linked in: cpufreq_stats michael_mic arc4 ecb bnep bluetooth coretemp acpi_call ipv6 ses enclosure uvcvideo videodev media snd_usb_audio v4l2_compat_ioctl32 usb_storage snd_usbmidi_lib snd_rawmidi snd_seq_device uas joydev snd_hda_codec_conexant bcma brcmsmac(C) mac80211 brcmutil(C) lib80211_crypt_tkip snd_hda_intel snd_hda_codec wl(P) cpufreq_powersave snd_hwdep snd_pcm cpufreq_ondemand acpi_cpufreq freq_table mperf snd_timer snd vboxdrv mxm_wmi soundcore mei(C) iTCO_wdt fuse snd_page_alloc iTCO_vendor_support psmouse serio_raw intel_ips i2c_i801 wmi pcspkr cfg80211 rfkill lib80211 thermal battery processor ac evdev broadcom tg3 libphy dm_mod usbhid hid i915 drm_kms_helper drm intel_agp i2c_algo_bit button intel_gtt i2c_core video ext4 mbcache jbd2 crc16 ehci_hcd usbcore sr_mod cdrom sd_mod ahci libahci libata scsi_mod
[ 1495.204748] Pid: 61, comm: kworker/u:2 Tainted: P        WC  3.1.7-1-ARCH #1
[ 1495.204751] Call Trace:
[ 1495.204765]  [<ffffffff81061bdf>] warn_slowpath_common+0x7f/0xc0
[ 1495.204771]  [<ffffffff81061c3a>] warn_slowpath_null+0x1a/0x20
[ 1495.204782]  [<ffffffffa034a8ad>] __cfg80211_roamed+0x26d/0x280 [cfg80211]
[ 1495.204793]  [<ffffffffa03328c2>] cfg80211_process_rdev_events+0x202/0x270 [cfg80211]
[ 1495.204803]  [<ffffffffa03304b0>] ? wiphy_rfkill_start_polling+0x40/0x40 [cfg80211]
[ 1495.204813]  [<ffffffffa03304b0>] ? wiphy_rfkill_start_polling+0x40/0x40 [cfg80211]
[ 1495.204822]  [<ffffffffa03304e5>] cfg80211_event_work+0x35/0x60 [cfg80211]
[ 1495.204829]  [<ffffffff8107f036>] process_one_work+0x116/0x4d0
[ 1495.204913]  [<ffffffff8107f9ce>] worker_thread+0x15e/0x350
[ 1495.204919]  [<ffffffff8107f870>] ? manage_workers.isra.29+0x230/0x230
[ 1495.204926]  [<ffffffff8108467c>] kthread+0x8c/0xa0
[ 1495.204933]  [<ffffffff8140ce74>] kernel_thread_helper+0x4/0x10
[ 1495.204939]  [<ffffffff810845f0>] ? kthread_worker_fn+0x190/0x190
[ 1495.204944]  [<ffffffff8140ce70>] ? gs_change+0x13/0x13
[ 1495.204947] ---[ end trace 34b6763fb40da953 ]---
[ 2237.742254] acpi_call: Calling \_SB.PCI0.GFX0._DSM
[ 2237.942121] acpi_call: Call successful: {0x00, 0x00, 0x00, 0x00}
[ 2247.932621] acpi_call: Calling \_SB.PCI0.GFX0._DSM
[ 2248.737562] acpi_call: Call successful: {0x01, 0x00, 0x00, 0x00}
[ 2283.296552] MXM: GUID detected in BIOS
[ 2283.296651] VGA switcheroo: detected DSM switching method \_SB_.PCI0.P0P2.PEGP handle
[ 2283.296682] nouveau 0000:01:00.0: enabling device (0004 -> 0007)
[ 2283.296692] nouveau 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 2283.296697] nouveau 0000:01:00.0: setting latency timer to 64
[ 2283.299111] [drm] nouveau 0000:01:00.0: Detected an NV50 generation card (0x0a5480a2)
[ 2283.306442] vga_switcheroo: enabled
[ 2283.306461] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN
[ 2283.306471] [drm] nouveau 0000:01:00.0: ... BIOS signature not found
[ 2283.306472] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PROM
[ 2283.306478] [drm] nouveau 0000:01:00.0: ... BIOS signature not found
[ 2283.306479] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PCIROM
[ 2283.306615] nouveau 0000:01:00.0: Invalid ROM contents
[ 2283.306677] [drm] nouveau 0000:01:00.0: ... BIOS signature not found
[ 2283.306679] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from ACPI
[ 2291.160645] [drm] nouveau 0000:01:00.0: ... appears to be valid
[ 2291.160652] [drm] nouveau 0000:01:00.0: BIT BIOS found
[ 2291.160657] [drm] nouveau 0000:01:00.0: Bios version 70.16.57.00
[ 2291.160663] [drm] nouveau 0000:01:00.0: TMDS table version 2.0
[ 2291.160667] [drm] nouveau 0000:01:00.0: Found Display Configuration Block version 4.0
[ 2291.160672] [drm] nouveau 0000:01:00.0: Raw DCB entry 0: 01000323 00010034
[ 2291.160677] [drm] nouveau 0000:01:00.0: Raw DCB entry 1: 02011300 00000000
[ 2291.160681] [drm] nouveau 0000:01:00.0: Raw DCB entry 2: 08022382 00020010
[ 2291.160684] [drm] nouveau 0000:01:00.0: Raw DCB entry 3: 0000000e 00000000
[ 2291.160690] [drm] nouveau 0000:01:00.0: DCB connector table: VHER 0x40 5 16 4
[ 2291.160695] [drm] nouveau 0000:01:00.0:   0: 0x00000040: type 0x40 idx 0 tag 0xff
[ 2291.160700] [drm] nouveau 0000:01:00.0:   1: 0x00000100: type 0x00 idx 1 tag 0xff
[ 2291.160705] [drm] nouveau 0000:01:00.0:   2: 0x00001231: type 0x31 idx 2 tag 0x07
[ 2291.160719] [drm] nouveau 0000:01:00.0: Adaptor not initialised, running VBIOS init tables.
[ 2291.160723] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0x6E19
[ 2291.201262] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0x72B1
[ 2291.209087] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0x81B1
[ 2291.209129] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0x81D3
[ 2291.210204] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0x8335
[ 2291.210206] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0x839A
[ 2291.249886] [drm] nouveau 0000:01:00.0: 3 available performance level(s)
[ 2291.249891] [drm] nouveau 0000:01:00.0: 0: memory 135MHz core 135MHz shader 270MHz voltage 800mV timing 2
[ 2291.249894] [drm] nouveau 0000:01:00.0: 1: memory 324MHz core 405MHz shader 810MHz voltage 850mV timing 1
[ 2291.249897] [drm] nouveau 0000:01:00.0: 3: memory 790MHz core 575MHz shader 1265MHz voltage 950mV timing 0
[ 2291.249919] [drm] nouveau 0000:01:00.0: c: memory 270MHz core 405MHz shader 810MHz voltage 850mV
[ 2291.254783] [TTM] Zone  kernel: Available graphics memory: 1859178 kiB.
[ 2291.254787] [TTM] Initializing pool allocator.
[ 2291.254810] [drm] nouveau 0000:01:00.0: Detected 1024MiB VRAM
[ 2291.254821] mtrr: no more MTRRs available
[ 2291.254840] [drm] nouveau 0000:01:00.0: 512 MiB GART (aperture)
[ 2291.292023] [drm] nouveau 0000:01:00.0: ACPI backlight interface available, not registering our own
[ 2291.293736] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 2291.293740] [drm] No driver support for vblank timestamp query.
[ 2291.405359] No connectors reported connected with modes
[ 2291.405363] [drm] Cannot find any crtc or sizes - going 1024x768
[ 2291.408670] [drm] nouveau 0000:01:00.0: allocated 1024x768 fb: 0x320000, bo ffff88014ddc4000
[ 2291.408781] fb1: nouveaufb frame buffer device
[ 2291.408788] [drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 1

Follow ups

References