[SOLVED] Thinkpad T510, freezes on battery power

My Thinkpad T510 will freeze after anything from a few seconds to a few minutes after boot. I cannot do anything except hard power off the laptop. Sometimes it freezes at the login screen, sometimes at the desktop. So far it hasn't frozen on boot. I'm using Gnome 3 and GDM. Laptop-mode which is enabled on battery and AC power. I'm using the nvidia graphics card with proprietary drivers.
I actually had a similar problem to this before, where it would freeze on battery power but much less often, usually anything from 10 minutes to hours after boot. It seemed like that problem had been fixed, but it has come back much, much worse.
I wonder if the updated Nvidia 302 drivers are to blame, but I have no idea how I might go about finding out.
Last edited by themusicalduck (2012-07-22 11:27:02)

EDIT: I found the laptop will still freeze once it had reached low battery power. To fix it properly, I backed up and then replaced the entire contents of /usr/lib/pm-utils/power.d/wireless with
#!/bin/sh
/sbin/iwconfig wlan0 power off
I ran the laptop down to critical battery level and had no freeze.
After hours of trawling Google, I *think* I've found a solution. At least it's been running for a good half hour now without freezing.
To fix, open up /usr/lib/pm-utils/power.d/wireless
Find the section -
case $1 in
true) wireless_powersave on ;;
false) wireless_powersave off ;;
*) exit $NA ;;
esac
and change it to -
case $1 in
true) wireless_powersave off ;;
false) wireless_powersave off ;;
*) exit $NA ;;
esac
Last edited by themusicalduck (2012-07-28 04:59:01)

Similar Messages

  • [SOLVED] Thinkpad T510 - Intel Core i7 - Integrated Graphics

    Hi,
    i recent bought a ThinkPad T510 4349-2RG with an Intel Core i7 M 620 built-in. There is also an NVIDIA  NVS 3100.
    According to the Intel-Homepage, my CPU should have an integrated GPU (http://www.intel.com/products/processor … ations.htm).
    The NVIDIA card just works fine with the latest binary driver. But I would also like to use the integrated Intel GMA (Battery life) and/or bumblebee.
    The problem is that the Intel GMA dont get recognized by the kernel, but its also not visible in BIOS (normally there should be an option to select between "Intel integrated" "discrete" and "Optimus" - i've updated to the latest BIOS version 1.44). I double-checked this with a live CD of Ubuntu Linux 11.04 (also only NVIDIA).
    Is there any option to get this running?
    Output of dmesg:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 2.6.38-ARCH (tobias@T-POWA-LX) (gcc version 4.6.0 20110513 (prerelease) (GCC) ) #1 SMP PREEMPT Mon May 23 22:02:08 CEST 2011
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz26 root=/dev/disk/by-uuid/c4fd4a58-2d4c-4805-be6e-ba2a6082d88e ro nologo fastboot quiet console=tty1 splash=silent,theme:arch-black,fadein
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009e800 (usable)
    [ 0.000000] BIOS-e820: 000000000009e800 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000d2000 - 00000000000d4000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 00000000bf27c000 (usable)
    [ 0.000000] BIOS-e820: 00000000bf27c000 - 00000000bf282000 (reserved)
    [ 0.000000] BIOS-e820: 00000000bf282000 - 00000000bf35f000 (usable)
    [ 0.000000] BIOS-e820: 00000000bf35f000 - 00000000bf371000 (reserved)
    [ 0.000000] BIOS-e820: 00000000bf371000 - 00000000bf3f2000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000bf3f2000 - 00000000bf40f000 (reserved)
    [ 0.000000] BIOS-e820: 00000000bf40f000 - 00000000bf46f000 (usable)
    [ 0.000000] BIOS-e820: 00000000bf46f000 - 00000000bf668000 (reserved)
    [ 0.000000] BIOS-e820: 00000000bf668000 - 00000000bf6e8000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000bf6e8000 - 00000000bf70f000 (reserved)
    [ 0.000000] BIOS-e820: 00000000bf70f000 - 00000000bf717000 (usable)
    [ 0.000000] BIOS-e820: 00000000bf717000 - 00000000bf71f000 (reserved)
    [ 0.000000] BIOS-e820: 00000000bf71f000 - 00000000bf76c000 (usable)
    [ 0.000000] BIOS-e820: 00000000bf76c000 - 00000000bf778000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000bf778000 - 00000000bf77b000 (ACPI data)
    [ 0.000000] BIOS-e820: 00000000bf77b000 - 00000000bf78b000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000bf78b000 - 00000000bf78c000 (ACPI data)
    [ 0.000000] BIOS-e820: 00000000bf78c000 - 00000000bf79f000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000bf79f000 - 00000000bf7ff000 (ACPI data)
    [ 0.000000] BIOS-e820: 00000000bf7ff000 - 00000000bf800000 (usable)
    [ 0.000000] BIOS-e820: 00000000bf800000 - 00000000c0000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (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 - 0000000138000000 (usable)
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI present.
    [ 0.000000] DMI: LENOVO 43492RG/43492RG, BIOS 6MET84WW (1.44 ) 03/29/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 = 0x138000 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-DBFFF uncachable
    [ 0.000000] DC000-FFFFF write-protect
    [ 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 FC0000000 write-back
    [ 0.000000] 3 base 100000000 mask FC0000000 write-back
    [ 0.000000] 4 base 138000000 mask FF8000000 uncachable
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820 update range: 00000000c0000000 - 0000000100000000 (usable) ==> (reserved)
    [ 0.000000] last_pfn = 0xbf800 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [ffff8800000f68b0] f68b0
    [ 0.000000] initial memory mapped : 0 - 20000000
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000bf800000
    [ 0.000000] 0000000000 - 00bf800000 page 2M
    [ 0.000000] kernel direct mapping tables up to bf800000 @ 1fffc000-20000000
    [ 0.000000] init_memory_mapping: 0000000100000000-0000000138000000
    [ 0.000000] 0100000000 - 0138000000 page 2M
    [ 0.000000] kernel direct mapping tables up to 138000000 @ bf766000-bf76c000
    [ 0.000000] RAMDISK: 378a4000 - 37c4a000
    [ 0.000000] ACPI: RSDP 00000000000f6870 00024 (v02 LENOVO)
    [ 0.000000] ACPI: XSDT 00000000bf7ef2e1 00094 (v01 LENOVO TP-6M 00001440 LTP 00000000)
    [ 0.000000] ACPI: FACP 00000000bf7ef400 000F4 (v04 LENOVO TP-6M 00001440 LNVO 00000001)
    [ 0.000000] ACPI: DSDT 00000000bf7ef7d1 0F34F (v01 LENOVO TP-6M 00001440 MSFT 03000001)
    [ 0.000000] ACPI: FACS 00000000bf6e7000 00040
    [ 0.000000] ACPI: SSDT 00000000bf7ef5b4 0021D (v01 LENOVO TP-6M 00001440 MSFT 03000001)
    [ 0.000000] ACPI: ECDT 00000000bf7feb20 00052 (v01 LENOVO TP-6M 00001440 LNVO 00000001)
    [ 0.000000] ACPI: APIC 00000000bf7feb72 00084 (v01 LENOVO TP-6M 00001440 LNVO 00000001)
    [ 0.000000] ACPI: MCFG 00000000bf7fec2e 0003C (v01 LENOVO TP-6M 00001440 LNVO 00000001)
    [ 0.000000] ACPI: HPET 00000000bf7fec6a 00038 (v01 LENOVO TP-6M 00001440 LNVO 00000001)
    [ 0.000000] ACPI: ASF! 00000000bf7fedbe 000A4 (v16 LENOVO TP-6M 00001440 PTL 00000001)
    [ 0.000000] ACPI: SLIC 00000000bf7fee62 00176 (v01 LENOVO TP-6M 00001440 LTP 00000000)
    [ 0.000000] ACPI: BOOT 00000000bf7fefd8 00028 (v01 LENOVO TP-6M 00001440 LTP 00000001)
    [ 0.000000] ACPI: SSDT 00000000bf6e591a 0084B (v01 LENOVO TP-6M 00001440 INTL 20050513)
    [ 0.000000] ACPI: TCPA 00000000bf78b000 00032 (v02 PTL CRESTLN 06040000 00005A52)
    [ 0.000000] ACPI: SSDT 00000000bf77a000 009F1 (v01 PmRef CpuPm 00003000 INTL 20060912)
    [ 0.000000] ACPI: SSDT 00000000bf779000 00259 (v01 PmRef Cpu0Tst 00003000 INTL 20060912)
    [ 0.000000] ACPI: SSDT 00000000bf778000 0049F (v01 PmRef ApTst 00003000 INTL 20060912)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at 0000000000000000-0000000138000000
    [ 0.000000] Initmem setup node 0 0000000000000000-0000000138000000
    [ 0.000000] NODE_DATA [0000000137ffb000 - 0000000137ffffff]
    [ 0.000000] [ffffea0000000000-ffffea00045fffff] PMD -> [ffff880134000000-ffff8801377fffff] on node 0
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] DMA32 0x00001000 -> 0x00100000
    [ 0.000000] Normal 0x00100000 -> 0x00138000
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[8] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009e
    [ 0.000000] 0: 0x00000100 -> 0x000bf27c
    [ 0.000000] 0: 0x000bf282 -> 0x000bf35f
    [ 0.000000] 0: 0x000bf40f -> 0x000bf46f
    [ 0.000000] 0: 0x000bf70f -> 0x000bf717
    [ 0.000000] 0: 0x000bf71f -> 0x000bf76c
    [ 0.000000] 0: 0x000bf7ff -> 0x000bf800
    [ 0.000000] 0: 0x00100000 -> 0x00138000
    [ 0.000000] On node 0 totalpages: 1012637
    [ 0.000000] DMA zone: 56 pages used for memmap
    [ 0.000000] DMA zone: 6 pages reserved
    [ 0.000000] DMA zone: 3920 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 14280 pages used for memmap
    [ 0.000000] DMA32 zone: 764999 pages, LIFO batch:31
    [ 0.000000] Normal zone: 3136 pages used for memmap
    [ 0.000000] Normal zone: 226240 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x1008
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] 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[0x01] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
    [ 0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000d2000
    [ 0.000000] PM: Registered nosave memory: 00000000000d2000 - 00000000000d4000
    [ 0.000000] PM: Registered nosave memory: 00000000000d4000 - 00000000000dc000
    [ 0.000000] PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 00000000bf27c000 - 00000000bf282000
    [ 0.000000] PM: Registered nosave memory: 00000000bf35f000 - 00000000bf371000
    [ 0.000000] PM: Registered nosave memory: 00000000bf371000 - 00000000bf3f2000
    [ 0.000000] PM: Registered nosave memory: 00000000bf3f2000 - 00000000bf40f000
    [ 0.000000] PM: Registered nosave memory: 00000000bf46f000 - 00000000bf668000
    [ 0.000000] PM: Registered nosave memory: 00000000bf668000 - 00000000bf6e8000
    [ 0.000000] PM: Registered nosave memory: 00000000bf6e8000 - 00000000bf70f000
    [ 0.000000] PM: Registered nosave memory: 00000000bf717000 - 00000000bf71f000
    [ 0.000000] PM: Registered nosave memory: 00000000bf76c000 - 00000000bf778000
    [ 0.000000] PM: Registered nosave memory: 00000000bf778000 - 00000000bf77b000
    [ 0.000000] PM: Registered nosave memory: 00000000bf77b000 - 00000000bf78b000
    [ 0.000000] PM: Registered nosave memory: 00000000bf78b000 - 00000000bf78c000
    [ 0.000000] PM: Registered nosave memory: 00000000bf78c000 - 00000000bf79f000
    [ 0.000000] PM: Registered nosave memory: 00000000bf79f000 - 00000000bf7ff000
    [ 0.000000] PM: Registered nosave memory: 00000000bf800000 - 00000000c0000000
    [ 0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000e0000000
    [ 0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
    [ 0.000000] PM: Registered nosave memory: 00000000f0000000 - 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 c0000000 (gap: c0000000:20000000)
    [ 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 28 pages/cpu @ffff8800bf000000 s82176 r8192 d24320 u524288
    [ 0.000000] pcpu-alloc: s82176 r8192 d24320 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: 995159
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz26 root=/dev/disk/by-uuid/c4fd4a58-2d4c-4805-be6e-ba2a6082d88e ro nologo fastboot quiet console=tty1 splash=silent,theme:arch-black,fadein
    [ 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: 3913576k/5111808k available (3803k kernel code, 1061260k absent, 136972k reserved, 3404k data, 556k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptable hierarchical RCU implementation.
    [ 0.000000] RCU-based detection of stalled CPUs is disabled.
    [ 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 [tty1] enabled
    [ 0.000000] allocated 40632320 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 2659.762 MHz processor.
    [ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 5321.17 BogoMIPS (lpj=8865873)
    [ 0.000005] pid_max: default: 32768 minimum: 301
    [ 0.000087] Security Framework initialized
    [ 0.000092] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000341] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.001352] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.001814] Mount-cache hash table entries: 256
    [ 0.002092] Initializing cgroup subsys ns
    [ 0.002094] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
    [ 0.002096] Initializing cgroup subsys cpuacct
    [ 0.002119] Initializing cgroup subsys memory
    [ 0.002132] Initializing cgroup subsys devices
    [ 0.002133] Initializing cgroup subsys freezer
    [ 0.002135] Initializing cgroup subsys net_cls
    [ 0.002136] Initializing cgroup subsys blkio
    [ 0.002173] CPU: Physical Processor ID: 0
    [ 0.002173] CPU: Processor Core ID: 0
    [ 0.002178] mce: CPU supports 9 MCE banks
    [ 0.002186] CPU0: Thermal monitoring enabled (TM1)
    [ 0.002193] using mwait in idle threads.
    [ 0.002908] ACPI: Core revision 20110112
    [ 0.046003] Setting APIC routing to flat
    [ 0.046400] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.079318] CPU0: Intel(R) Core(TM) i7 CPU M 620 @ 2.67GHz stepping 05
    [ 0.184270] Performance Events: PEBS fmt1+, Westmere events, Intel PMU driver.
    [ 0.184275] ... version: 3
    [ 0.184276] ... bit width: 48
    [ 0.184277] ... generic registers: 4
    [ 0.184278] ... value mask: 0000ffffffffffff
    [ 0.184279] ... max period: 000000007fffffff
    [ 0.184279] ... fixed-purpose events: 3
    [ 0.184280] ... event mask: 000000070000000f
    [ 0.194351] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.207564] Booting Node 0, Processors #1
    [ 0.320658] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.330605] #2
    [ 0.443696] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.453626] #3 Ok.
    [ 0.566717] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.569973] Brought up 4 CPUs
    [ 0.569977] Total of 4 processors activated (21287.06 BogoMIPS).
    [ 0.572103] devtmpfs: initialized
    [ 0.573048] NET: Registered protocol family 16
    [ 0.573151] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.573153] ACPI: bus type pci registered
    [ 0.573289] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.573306] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.626058] PCI: Using configuration type 1 for base access
    [ 0.626414] bio: create slab <bio-0> at 0
    [ 0.627742] ACPI: EC: EC description table is found, configuring boot EC
    [ 0.631332] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.722020] ACPI: SSDT 00000000bf71a598 004F3 (v01 PmRef Cpu0Ist 00003000 INTL 20060912)
    [ 0.722304] ACPI: Dynamic OEM Table Load:
    [ 0.722306] ACPI: SSDT (null) 004F3 (v01 PmRef Cpu0Ist 00003000 INTL 20060912)
    [ 0.722404] ACPI: SSDT 00000000bf718718 006B2 (v01 PmRef Cpu0Cst 00003001 INTL 20060912)
    [ 0.722696] ACPI: Dynamic OEM Table Load:
    [ 0.722698] ACPI: SSDT (null) 006B2 (v01 PmRef Cpu0Cst 00003001 INTL 20060912)
    [ 0.743120] ACPI: SSDT 00000000bf719a98 00303 (v01 PmRef ApIst 00003000 INTL 20060912)
    [ 0.743438] ACPI: Dynamic OEM Table Load:
    [ 0.743440] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20060912)
    [ 0.752996] ACPI: SSDT 00000000bf717d98 00119 (v01 PmRef ApCst 00003000 INTL 20060912)
    [ 0.753290] ACPI: Dynamic OEM Table Load:
    [ 0.753291] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20060912)
    [ 0.764288] ACPI: Interpreter enabled
    [ 0.764290] ACPI: (supports S0 S3 S4 S5)
    [ 0.764305] ACPI: Using IOAPIC for interrupt routing
    [ 0.769164] ACPI: Power Resource [PUBS] (on)
    [ 0.772489] ACPI: EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
    [ 0.790239] ACPI: ACPI Dock Station Driver: 2 docks/bays found
    [ 0.790241] HEST: Table not found.
    [ 0.790243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.790253] ACPI: PCI Root Bridge [UNCR] (domain 0000 [bus ff])
    [ 0.790291] pci 0000:ff:00.0: [8086:2c62] type 0 class 0x000600
    [ 0.790309] pci 0000:ff:00.1: [8086:2d01] type 0 class 0x000600
    [ 0.790324] pci 0000:ff:02.0: [8086:2d10] type 0 class 0x000600
    [ 0.790337] pci 0000:ff:02.1: [8086:2d11] type 0 class 0x000600
    [ 0.790349] pci 0000:ff:02.2: [8086:2d12] type 0 class 0x000600
    [ 0.790362] pci 0000:ff:02.3: [8086:2d13] type 0 class 0x000600
    [ 0.790387] pci0000:ff: Requesting ACPI _OSC control (0x1d)
    [ 0.790612] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
    [ 0.790654] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.790656] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    [ 0.790657] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.790659] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
    [ 0.790660] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
    [ 0.790662] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xfebfffff]
    [ 0.790669] pci 0000:00:00.0: [8086:0044] type 0 class 0x000600
    [ 0.790682] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
    [ 0.790695] pci 0000:00:01.0: [8086:0045] type 1 class 0x000604
    [ 0.790715] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.790717] pci 0000:00:01.0: PME# disabled
    [ 0.790762] pci 0000:00:16.0: [8086:3b64] type 0 class 0x000780
    [ 0.790789] pci 0000:00:16.0: reg 10: [mem 0xf2427800-0xf242780f 64bit]
    [ 0.790862] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.790866] pci 0000:00:16.0: PME# disabled
    [ 0.790894] pci 0000:00:16.3: [8086:3b67] type 0 class 0x000700
    [ 0.790918] pci 0000:00:16.3: reg 10: [io 0x1800-0x1807]
    [ 0.790929] pci 0000:00:16.3: reg 14: [mem 0xf2424000-0xf2424fff]
    [ 0.791035] pci 0000:00:19.0: [8086:10ea] type 0 class 0x000200
    [ 0.791058] pci 0000:00:19.0: reg 10: [mem 0xf2400000-0xf241ffff]
    [ 0.791069] pci 0000:00:19.0: reg 14: [mem 0xf2425000-0xf2425fff]
    [ 0.791079] pci 0000:00:19.0: reg 18: [io 0x1820-0x183f]
    [ 0.791147] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
    [ 0.791151] pci 0000:00:19.0: PME# disabled
    [ 0.791180] pci 0000:00:1a.0: [8086:3b3c] type 0 class 0x000c03
    [ 0.791203] pci 0000:00:1a.0: reg 10: [mem 0xf2428000-0xf24283ff]
    [ 0.791289] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.791293] pci 0000:00:1a.0: PME# disabled
    [ 0.791321] pci 0000:00:1b.0: [8086:3b56] type 0 class 0x000403
    [ 0.791341] pci 0000:00:1b.0: reg 10: [mem 0xf2420000-0xf2423fff 64bit]
    [ 0.791415] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.791419] pci 0000:00:1b.0: PME# disabled
    [ 0.791445] pci 0000:00:1c.0: [8086:3b42] type 1 class 0x000604
    [ 0.791518] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.791523] pci 0000:00:1c.0: PME# disabled
    [ 0.791549] pci 0000:00:1c.1: [8086:3b44] type 1 class 0x000604
    [ 0.791622] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.791626] pci 0000:00:1c.1: PME# disabled
    [ 0.791652] pci 0000:00:1c.3: [8086:3b48] type 1 class 0x000604
    [ 0.791728] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.791732] pci 0000:00:1c.3: PME# disabled
    [ 0.791760] pci 0000:00:1c.4: [8086:3b4a] type 1 class 0x000604
    [ 0.791836] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.791840] pci 0000:00:1c.4: PME# disabled
    [ 0.791876] pci 0000:00:1d.0: [8086:3b34] type 0 class 0x000c03
    [ 0.791900] pci 0000:00:1d.0: reg 10: [mem 0xf2428400-0xf24287ff]
    [ 0.791986] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.791990] pci 0000:00:1d.0: PME# disabled
    [ 0.792013] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
    [ 0.792086] pci 0000:00:1f.0: [8086:3b07] type 0 class 0x000601
    [ 0.792199] pci 0000:00:1f.2: [8086:3b2f] type 0 class 0x000106
    [ 0.792224] pci 0000:00:1f.2: reg 10: [io 0x1818-0x181f]
    [ 0.792235] pci 0000:00:1f.2: reg 14: [io 0x180c-0x180f]
    [ 0.792245] pci 0000:00:1f.2: reg 18: [io 0x1810-0x1817]
    [ 0.792256] pci 0000:00:1f.2: reg 1c: [io 0x1808-0x180b]
    [ 0.792266] pci 0000:00:1f.2: reg 20: [io 0x1840-0x185f]
    [ 0.792276] pci 0000:00:1f.2: reg 24: [mem 0xf2427000-0xf24277ff]
    [ 0.792321] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.792325] pci 0000:00:1f.2: PME# disabled
    [ 0.792347] pci 0000:00:1f.3: [8086:3b30] type 0 class 0x000c05
    [ 0.792367] pci 0000:00:1f.3: reg 10: [mem 0xf2428800-0xf24288ff 64bit]
    [ 0.792396] pci 0000:00:1f.3: reg 20: [io 0x1860-0x187f]
    [ 0.792440] pci 0000:00:1f.6: [8086:3b32] type 0 class 0x001180
    [ 0.792466] pci 0000:00:1f.6: reg 10: [mem 0xf2426000-0xf2426fff 64bit]
    [ 0.792577] pci 0000:01:00.0: [10de:0a6c] type 0 class 0x000300
    [ 0.792588] pci 0000:01:00.0: reg 10: [mem 0xcc000000-0xccffffff]
    [ 0.792600] pci 0000:01:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.792612] pci 0000:01:00.0: reg 1c: [mem 0xce000000-0xcfffffff 64bit pref]
    [ 0.792621] pci 0000:01:00.0: reg 24: [io 0x2000-0x207f]
    [ 0.792629] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0007ffff pref]
    [ 0.792681] pci 0000:01:00.1: [10de:0be3] type 0 class 0x000403
    [ 0.792693] pci 0000:01:00.1: reg 10: [mem 0xcdefc000-0xcdefffff]
    [ 0.792779] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.792781] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
    [ 0.792783] pci 0000:00:01.0: bridge window [mem 0xcc000000-0xcdefffff]
    [ 0.792785] pci 0000:00:01.0: bridge window [mem 0xce000000-0xdfffffff 64bit pref]
    [ 0.792841] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 0.792846] pci 0000:00:1c.0: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.792850] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 0.792857] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.792994] pci 0000:03:00.0: [8086:4239] type 0 class 0x000280
    [ 0.793051] pci 0000:03:00.0: reg 10: [mem 0xf2000000-0xf2001fff 64bit]
    [ 0.793229] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    [ 0.793255] pci 0000:03:00.0: PME# disabled
    [ 0.793326] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
    [ 0.793331] pci 0000:00:1c.1: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.793335] pci 0000:00:1c.1: bridge window [mem 0xf2000000-0xf20fffff]
    [ 0.793342] pci 0000:00:1c.1: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.793396] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
    [ 0.793400] pci 0000:00:1c.3: bridge window [io 0x3000-0x3fff]
    [ 0.793404] pci 0000:00:1c.3: bridge window [mem 0xf0000000-0xf1ffffff]
    [ 0.793411] pci 0000:00:1c.3: bridge window [mem 0xf2500000-0xf25fffff 64bit pref]
    [ 0.793533] pci 0000:0d:00.0: [1180:e822] type 0 class 0x000805
    [ 0.793555] pci 0000:0d:00.0: reg 10: [mem 0xf2100000-0xf21000ff]
    [ 0.793687] pci 0000:0d:00.0: supports D1 D2
    [ 0.793688] pci 0000:0d:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.793693] pci 0000:0d:00.0: PME# disabled
    [ 0.793743] pci 0000:0d:00.1: [1180:e230] type 0 class 0x000880
    [ 0.793765] pci 0000:0d:00.1: reg 10: [mem 0xf2100400-0xf21004ff]
    [ 0.793897] pci 0000:0d:00.1: supports D1 D2
    [ 0.793899] pci 0000:0d:00.1: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.793904] pci 0000:0d:00.1: PME# disabled
    [ 0.793949] pci 0000:0d:00.3: [1180:e832] type 0 class 0x000c00
    [ 0.793971] pci 0000:0d:00.3: reg 10: [mem 0xf2100800-0xf2100fff]
    [ 0.794103] pci 0000:0d:00.3: supports D1 D2
    [ 0.794104] pci 0000:0d:00.3: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.794109] pci 0000:0d:00.3: PME# disabled
    [ 0.794175] pci 0000:00:1c.4: PCI bridge to [bus 0d-0d]
    [ 0.794179] pci 0000:00:1c.4: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.794184] pci 0000:00:1c.4: bridge window [mem 0xf2100000-0xf21fffff]
    [ 0.794190] pci 0000:00:1c.4: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.794260] pci 0000:00:1e.0: PCI bridge to [bus 0e-0e] (subtractive decode)
    [ 0.794264] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.794269] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 0.794276] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.794278] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.794279] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.794281] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.794282] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    [ 0.794284] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    [ 0.794285] pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xfebfffff] (subtractive decode)
    [ 0.794317] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.794387] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG_._PRT]
    [ 0.794408] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
    [ 0.794426] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
    [ 0.794446] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP4._PRT]
    [ 0.794466] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP5._PRT]
    [ 0.794560] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.797337] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.797382] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.797418] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
    [ 0.797464] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.797507] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.797549] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.797585] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
    [ 0.797629] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.797706] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.797709] vgaarb: loaded
    [ 0.797759] PCI: Using ACPI for IRQ routing
    [ 0.797761] PCI: pci_cache_line_size set to 64 bytes
    [ 0.797850] reserve RAM buffer: 000000000009e800 - 000000000009ffff
    [ 0.797852] reserve RAM buffer: 00000000bf27c000 - 00000000bfffffff
    [ 0.797855] reserve RAM buffer: 00000000bf35f000 - 00000000bfffffff
    [ 0.797858] reserve RAM buffer: 00000000bf46f000 - 00000000bfffffff
    [ 0.797861] reserve RAM buffer: 00000000bf717000 - 00000000bfffffff
    [ 0.797864] reserve RAM buffer: 00000000bf76c000 - 00000000bfffffff
    [ 0.797866] reserve RAM buffer: 00000000bf800000 - 00000000bfffffff
    [ 0.797962] NetLabel: Initializing
    [ 0.797963] NetLabel: domain hash size = 128
    [ 0.797964] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.797975] NetLabel: unlabeled traffic allowed by default
    [ 0.797989] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.797993] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.800008] Switching to clocksource hpet
    [ 0.800954] pnp: PnP ACPI init
    [ 0.800967] ACPI: bus type pnp registered
    [ 0.801465] pnp 00:00: [mem 0x00000000-0x0009ffff]
    [ 0.801466] pnp 00:00: [mem 0x000c0000-0x000c3fff]
    [ 0.801468] pnp 00:00: [mem 0x000c4000-0x000c7fff]
    [ 0.801469] pnp 00:00: [mem 0x000c8000-0x000cbfff]
    [ 0.801470] pnp 00:00: [mem 0x000cc000-0x000cffff]
    [ 0.801471] pnp 00:00: [mem 0x000d0000-0x000d3fff]
    [ 0.801473] pnp 00:00: [mem 0x000d4000-0x000d3fff disabled]
    [ 0.801474] pnp 00:00: [mem 0x000d8000-0x000d7fff disabled]
    [ 0.801475] pnp 00:00: [mem 0x000dc000-0x000dffff]
    [ 0.801476] pnp 00:00: [mem 0x000e0000-0x000e3fff]
    [ 0.801478] pnp 00:00: [mem 0x000e4000-0x000e7fff]
    [ 0.801479] pnp 00:00: [mem 0x000e8000-0x000ebfff]
    [ 0.801480] pnp 00:00: [mem 0x000ec000-0x000effff]
    [ 0.801481] pnp 00:00: [mem 0x000f0000-0x000fffff]
    [ 0.801482] pnp 00:00: [mem 0x00100000-0xbfffffff]
    [ 0.801484] pnp 00:00: [mem 0xfec00000-0xfed3ffff]
    [ 0.801485] pnp 00:00: [mem 0xfed4c000-0xffffffff]
    [ 0.801536] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.801538] system 00:00: [mem 0x000c0000-0x000c3fff] has been reserved
    [ 0.801539] system 00:00: [mem 0x000c4000-0x000c7fff] has been reserved
    [ 0.801541] system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved
    [ 0.801543] system 00:00: [mem 0x000cc000-0x000cffff] has been reserved
    [ 0.801544] system 00:00: [mem 0x000d0000-0x000d3fff] could not be reserved
    [ 0.801546] system 00:00: [mem 0x000dc000-0x000dffff] could not be reserved
    [ 0.801548] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
    [ 0.801550] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
    [ 0.801551] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
    [ 0.801553] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
    [ 0.801555] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
    [ 0.801556] system 00:00: [mem 0x00100000-0xbfffffff] could not be reserved
    [ 0.801559] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
    [ 0.801560] system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
    [ 0.801563] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.801572] pnp 00:01: [bus ff]
    [ 0.801603] pnp 00:01: Plug and Play ACPI device, IDs PNP0a03 (active)
    [ 0.801614] pnp 00:02: [bus 00-fe]
    [ 0.801617] pnp 00:02: [io 0x0cf8-0x0cff]
    [ 0.801619] pnp 00:02: [io 0x0000-0x0cf7 window]
    [ 0.801620] pnp 00:02: [io 0x0d00-0xffff window]
    [ 0.801621] pnp 00:02: [mem 0x000a0000-0x000bffff window]
    [ 0.801623] pnp 00:02: [mem 0x000c0000-0x000c3fff window]
    [ 0.801624] pnp 00:02: [mem 0x000c4000-0x000c7fff window]
    [ 0.801625] pnp 00:02: [mem 0x000c8000-0x000cbfff window]
    [ 0.801626] pnp 00:02: [mem 0x000cc000-0x000cffff window]
    [ 0.801628] pnp 00:02: [mem 0x000d0000-0x000d3fff window]
    [ 0.801629] pnp 00:02: [mem 0x000d4000-0x000d7fff window]
    [ 0.801630] pnp 00:02: [mem 0x000d8000-0x000dbfff window]
    [ 0.801632] pnp 00:02: [mem 0x000dc000-0x000dffff window]
    [ 0.801633] pnp 00:02: [mem 0x000e0000-0x000e3fff window]
    [ 0.801634] pnp 00:02: [mem 0x000e4000-0x000e7fff window]
    [ 0.801636] pnp 00:02: [mem 0x000e8000-0x000ebfff window]
    [ 0.801637] pnp 00:02: [mem 0x000ec000-0x000effff window]
    [ 0.801638] pnp 00:02: [mem 0xc0000000-0xfebfffff window]
    [ 0.801639] pnp 00:02: [mem 0xfed40000-0xfed4bfff window]
    [ 0.801669] pnp 00:02: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.801905] pnp 00:03: [io 0x0010-0x001f]
    [ 0.801906] pnp 00:03: [io 0x0090-0x009f]
    [ 0.801908] pnp 00:03: [io 0x0024-0x0025]
    [ 0.801909] pnp 00:03: [io 0x0028-0x0029]
    [ 0.801910] pnp 00:03: [io 0x002c-0x002d]
    [ 0.801911] pnp 00:03: [io 0x0030-0x0031]
    [ 0.801912] pnp 00:03: [io 0x0034-0x0035]
    [ 0.801913] pnp 00:03: [io 0x0038-0x0039]
    [ 0.801914] pnp 00:03: [io 0x003c-0x003d]
    [ 0.801915] pnp 00:03: [io 0x00a4-0x00a5]
    [ 0.801916] pnp 00:03: [io 0x00a8-0x00a9]
    [ 0.801917] pnp 00:03: [io 0x00ac-0x00ad]
    [ 0.801919] pnp 00:03: [io 0x00b0-0x00b5]
    [ 0.801920] pnp 00:03: [io 0x00b8-0x00b9]
    [ 0.801921] pnp 00:03: [io 0x00bc-0x00bd]
    [ 0.801922] pnp 00:03: [io 0x0050-0x0053]
    [ 0.801923] pnp 00:03: [io 0x0072-0x0077]
    [ 0.801924] pnp 00:03: [io 0x164e-0x164f]
    [ 0.801925] pnp 00:03: [io 0x002e-0x002f]
    [ 0.801926] pnp 00:03: [io 0x1000-0x107f]
    [ 0.801927] pnp 00:03: [io 0x1180-0x11ff]
    [ 0.801928] pnp 00:03: [io 0x0800-0x080f]
    [ 0.801930] pnp 00:03: [io 0x15e0-0x15ef]
    [ 0.801931] pnp 00:03: [io 0x1600-0x1641]
    [ 0.801933] pnp 00:03: [io 0x1644-0x167f]
    [ 0.801934] pnp 00:03: [mem 0xe0000000-0xefffffff]
    [ 0.801936] pnp 00:03: [mem 0xfeaff000-0xfeafffff]
    [ 0.801937] pnp 00:03: [mem 0xfed1c000-0xfed1ffff]
    [ 0.801938] pnp 00:03: [mem 0xfed10000-0xfed13fff]
    [ 0.801939] pnp 00:03: [mem 0xfed18000-0xfed18fff]
    [ 0.801940] pnp 00:03: [mem 0xfed19000-0xfed19fff]
    [ 0.801942] pnp 00:03: [mem 0xfed45000-0xfed4bfff]
    [ 0.802000] system 00:03: [io 0x164e-0x164f] has been reserved
    [ 0.802002] system 00:03: [io 0x1000-0x107f] has been reserved
    [ 0.802003] system 00:03: [io 0x1180-0x11ff] has been reserved
    [ 0.802005] system 00:03: [io 0x0800-0x080f] has been reserved
    [ 0.802007] system 00:03: [io 0x15e0-0x15ef] has been reserved
    [ 0.802008] system 00:03: [io 0x1600-0x1641] has been reserved
    [ 0.802010] system 00:03: [io 0x1644-0x167f] could not be reserved
    [ 0.802012] system 00:03: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.802014] system 00:03: [mem 0xfeaff000-0xfeafffff] has been reserved
    [ 0.802016] system 00:03: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.802017] system 00:03: [mem 0xfed10000-0xfed13fff] has been reserved
    [ 0.802019] system 00:03: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.802021] system 00:03: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.802024] system 00:03: [mem 0xfed45000-0xfed4bfff] has been reserved
    [ 0.802027] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.802048] pnp 00:04: [mem 0xfed00000-0xfed003ff]
    [ 0.802071] pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.802077] pnp 00:05: [io 0x0000-0x000f]
    [ 0.802079] pnp 00:05: [io 0x0080-0x008f]
    [ 0.802080] pnp 00:05: [io 0x00c0-0x00df]
    [ 0.802081] pnp 00:05: [dma 4]
    [ 0.802102] pnp 00:05: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.802106] pnp 00:06: [io 0x0061]
    [ 0.802128] pnp 00:06: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.802133] pnp 00:07: [io 0x00f0]
    [ 0.802141] pnp 00:07: [irq 13]
    [ 0.802162] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.802168] pnp 00:08: [io 0x0070-0x0071]
    [ 0.802172] pnp 00:08: [irq 8]
    [ 0.802194] pnp 00:08: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.802199] pnp 00:09: [io 0x0060]
    [ 0.802201] pnp 00:09: [io 0x0064]
    [ 0.802205] pnp 00:09: [irq 1]
    [ 0.802225] pnp 00:09: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.802234] pnp 00:0a: [irq 12]
    [ 0.802257] pnp 00:0a: Plug and Play ACPI device, IDs LEN0015 PNP0f13 (active)
    [ 0.802507] pnp 00:0b: [mem 0xfed40000-0xfed44fff]
    [ 0.802532] pnp 00:0b: Plug and Play ACPI device, IDs SMO1200 PNP0c31 (active)
    [ 0.802723] Switched to NOHz mode on CPU #0
    [ 0.802766] Switched to NOHz mode on CPU #1
    [ 0.802790] Switched to NOHz mode on CPU #2
    [ 0.802827] Switched to NOHz mode on CPU #3
    [ 0.803136] pnp: PnP ACPI: found 12 devices
    [ 0.803138] ACPI: ACPI bus type pnp unregistered
    [ 0.809007] pci 0000:01:00.0: BAR 6: assigned [mem 0xcd000000-0xcd07ffff pref]
    [ 0.809010] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.809011] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
    [ 0.809014] pci 0000:00:01.0: bridge window [mem 0xcc000000-0xcdefffff]
    [ 0.809016] pci 0000:00:01.0: bridge window [mem 0xce000000-0xdfffffff 64bit pref]
    [ 0.809019] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 0.809020] pci 0000:00:1c.0: bridge window [io disabled]
    [ 0.809025] pci 0000:00:1c.0: bridge window [mem disabled]
    [ 0.809029] pci 0000:00:1c.0: bridge window [mem pref disabled]
    [ 0.809036] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
    [ 0.809037] pci 0000:00:1c.1: bridge window [io disabled]
    [ 0.809042] pci 0000:00:1c.1: bridge window [mem 0xf2000000-0xf20fffff]
    [ 0.809046] pci 0000:00:1c.1: bridge window [mem pref disabled]
    [ 0.809053] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
    [ 0.809056] pci 0000:00:1c.3: bridge window [io 0x3000-0x3fff]
    [ 0.809061] pci 0000:00:1c.3: bridge window [mem 0xf0000000-0xf1ffffff]
    [ 0.809066] pci 0000:00:1c.3: bridge window [mem 0xf2500000-0xf25fffff 64bit pref]
    [ 0.809073] pci 0000:00:1c.4: PCI bridge to [bus 0d-0d]
    [ 0.809074] pci 0000:00:1c.4: bridge window [io disabled]
    [ 0.809079] pci 0000:00:1c.4: bridge window [mem 0xf2100000-0xf21fffff]
    [ 0.809083] pci 0000:00:1c.4: bridge window [mem pref disabled]
    [ 0.809089] pci 0000:00:1e.0: PCI bridge to [bus 0e-0e]
    [ 0.809090] pci 0000:00:1e.0: bridge window [io disabled]
    [ 0.809096] pci 0000:00:1e.0: bridge window [mem disabled]
    [ 0.809100] pci 0000:00:1e.0: bridge window [mem pref disabled]
    [ 0.809113] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.809115] pci 0000:00:01.0: setting latency timer to 64
    [ 0.809122] pci 0000:00:1c.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    [ 0.809126] pci 0000:00:1c.0: setting latency timer to 64
    [ 0.809133] pci 0000:00:1c.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    [ 0.809137] pci 0000:00:1c.1: setting latency timer to 64
    [ 0.809144] pci 0000:00:1c.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23
    [ 0.809148] pci 0000:00:1c.3: setting latency timer to 64
    [ 0.809154] pci 0000:00:1c.4: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    [ 0.809158] pci 0000:00:1c.4: setting latency timer to 64
    [ 0.809166] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.809169] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.809171] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.809172] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.809173] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
    [ 0.809175] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
    [ 0.809176] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfebfffff]
    [ 0.809178] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
    [ 0.809179] pci_bus 0000:01: resource 1 [mem 0xcc000000-0xcdefffff]
    [ 0.809180] pci_bus 0000:01: resource 2 [mem 0xce000000-0xdfffffff 64bit pref]
    [ 0.809182] pci_bus 0000:03: resource 1 [mem 0xf2000000-0xf20fffff]
    [ 0.809183] pci_bus 0000:05: resource 0 [io 0x3000-0x3fff]
    [ 0.809185] pci_bus 0000:05: resource 1 [mem 0xf0000000-0xf1ffffff]
    [ 0.809186] pci_bus 0000:05: resource 2 [mem 0xf2500000-0xf25fffff 64bit pref]
    [ 0.809188] pci_bus 0000:0d: resource 1 [mem 0xf2100000-0xf21fffff]
    [ 0.809189] pci_bus 0000:0e: resource 4 [io 0x0000-0x0cf7]
    [ 0.809191] pci_bus 0000:0e: resource 5 [io 0x0d00-0xffff]
    [ 0.809192] pci_bus 0000:0e: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.809193] pci_bus 0000:0e: resource 7 [mem 0x000d4000-0x000d7fff]
    [ 0.809195] pci_bus 0000:0e: resource 8 [mem 0x000d8000-0x000dbfff]
    [ 0.809196] pci_bus 0000:0e: resource 9 [mem 0xc0000000-0xfebfffff]
    [ 0.809250] NET: Registered protocol family 2
    [ 0.809382] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.810140] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 0.811876] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.812095] TCP: Hash tables configured (established 524288 bind 65536)
    [ 0.812096] TCP reno registered
    [ 0.812105] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.812123] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.812327] NET: Registered protocol family 1
    [ 0.812454] pci 0000:01:00.0: Boot video device
    [ 0.812477] PCI: CLS 64 bytes, default 64
    [ 0.812522] Unpacking initramfs...
    [ 0.857049] Freeing initrd memory: 3736k freed
    [ 0.857674] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.857678] Placing 64MB software IO TLB between ffff8800bb000000 - ffff8800bf000000
    [ 0.857679] software IO TLB at phys 0xbb000000 - 0xbf000000
    [ 0.857724] Simple Boot Flag at 0x35 set to 0x1
    [ 0.858111] audit: initializing netlink socket (disabled)
    [ 0.858121] type=2000 audit(1307283181.596:1): initialized
    [ 0.858513] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.860249] VFS: Disk quotas dquot_6.5.2
    [ 0.860346] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.860468] msgmni has been set to 7651
    [ 0.860628] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.860658] io scheduler noop registered
    [ 0.860660] io scheduler deadline registered
    [ 0.860695] io scheduler cfq registered (default)
    [ 0.860786] pcieport 0000:00:01.0: setting latency timer to 64
    [ 0.860808] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.861983] vesafb: framebuffer at 0xcf000000, mapped to 0xffffc90011100000, using 4032k, total 4032k
    [ 0.861984] vesafb: mode is 1280x800x32, linelength=5120, pages=0
    [ 0.861986] vesafb: scrolling: redraw
    [ 0.861987] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.968425] Console: switching to colour frame buffer device 160x50
    [ 1.066719] fb0: VESA VGA frame buffer device
    [ 1.066729] intel_idle: MWAIT substates: 0x1120
    [ 1.066730] intel_idle: v0.4 model 0x25
    [ 1.066731] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 1.066771] ERST: Table is not found!
    [ 1.066819] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.269059] serial 0000:00:16.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 1.289528] 0000:00:16.3: ttyS0 at I/O 0x1800 (irq = 17) is a 16550A
    [ 1.342184] Linux agpgart interface v0.103
    [ 1.342250] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
    [ 1.346699] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.346724] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 1.346788] mousedev: PS/2 mouse device common for all mice
    [ 1.346843] rtc_cmos 00:08: RTC can wake from S4
    [ 1.350225] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.368707] rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0
    [ 1.368742] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 1.368818] cpuidle: using governor ladder
    [ 1.368930] cpuidle: using governor menu
    [ 1.369080] TCP cubic registered
    [ 1.369082] NET: Registered protocol family 17
    [ 1.369089] Registering the dns_resolver key type
    [ 1.369166] PM: Hibernation image not present or could not be loaded.
    [ 1.369169] registered taskstats version 1
    [ 1.369764] rtc_cmos 00:08: setting system clock to 2011-06-05 14:13:03 UTC (1307283183)
    [ 1.369887] Initalizing network drop monitor service
    [ 1.371869] Freeing unused kernel memory: 556k freed
    [ 1.372006] Write protecting the kernel read-only data: 6144k
    [ 1.374036] Freeing unused kernel memory: 276k freed
    [ 1.379233] Freeing unused kernel memory: 820k freed
    [ 1.414655] <30>udevd[108]: starting version 171
    [ 1.795803] SCSI subsystem initialized
    [ 1.809210] libata version 3.00 loaded.
    [ 1.814738] ahci 0000:00:1f.2: version 3.0
    [ 1.814756] ahci 0000:00:1f.2: PCI INT B -> GSI 16 (level, low) -> IRQ 16
    [ 1.814819] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
    [ 1.814859] ahci: SSS flag set, parallel bus scan disabled
    [ 1.814905] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x33 impl SATA mode
    [ 1.814907] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems sxs apst
    [ 1.814912] ahci 0000:00:1f.2: setting latency timer to 64
    [ 1.834923] scsi0 : ahci
    [ 1.835114] scsi1 : ahci
    [ 1.835275] scsi2 : ahci
    [ 1.835441] scsi3 : ahci
    [ 1.835597] scsi4 : ahci
    [ 1.835756] scsi5 : ahci
    [ 1.836192] ata1: SATA max UDMA/133 abar m2048@0xf2427000 port 0xf2427100 irq 41
    [ 1.836195] ata2: SATA max UDMA/133 abar m2048@0xf2427000 port 0xf2427180 irq 41
    [ 1.836196] ata3: DUMMY
    [ 1.836197] ata4: DUMMY
    [ 1.836199] ata5: SATA max UDMA/133 abar m2048@0xf2427000 port 0xf2427300 irq 41
    [ 1.836202] ata6: SATA max UDMA/133 abar m2048@0xf2427000 port 0xf2427380 irq 41
    [ 1.857446] Refined TSC clocksource calibration: 2660.001 MHz.
    [ 1.857456] Switching to clocksource tsc
    [ 2.153375] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.154602] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 2.154609] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 2.154838] ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 2.154845] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 2.155842] ata1.00: ATA-8: HITACHI HTS725032A9A364, PC3ZC70F, max UDMA/100
    [ 2.155847] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 2.157009] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 2.157015] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 2.157216] ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 2.157222] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 2.158183] ata1.00: configured for UDMA/100
    [ 2.158419] scsi 0:0:0:0: Direct-Access ATA HITACHI HTS72503 PC3Z PQ: 0 ANSI: 5
    [ 2.475905] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 2.478447] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
    [ 2.478687] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
    [ 2.480225] ata2.00: ATAPI: HL-DT-STDVDRAM GT30N, LT10, max UDMA/66
    [ 2.482926] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
    [ 2.483159] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
    [ 2.484661] ata2.00: configured for UDMA/66
    [ 2.486427] scsi 1:0:0:0: CD-ROM HL-DT-ST DVDRAM GT30N LT10 PQ: 0 ANSI: 5
    [ 2.805075] ata5: SATA link down (SStatus 0 SControl 300)
    [ 3.124275] ata6: SATA link down (SStatus 0 SControl 300)
    [ 3.138114] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    [ 3.138157] sd 0:0:0:0: [sda] Write Protect is off
    [ 3.138160] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 3.138177] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 3.140674] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 3.140675] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 3.140862] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 3.181948] sda: sda1 sda2 sda3 < sda5 sda6 >
    [ 3.182662] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 3.561285] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
    [ 5.402659] <30>udevd[721]: starting version 171
    [ 5.616621] ACPI: acpi_idle yielding to intel_idle
    [ 5.735472] fuse init (API version 7.16)
    [ 6.027584] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 6.027967] ACPI: AC Adapter [AC] (on-line)
    [ 6.033128] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
    [ 6.035503] thermal LNXTHERM:00: registered as thermal_zone0
    [ 6.035505] ACPI: Thermal Zone [THM0] (55 C)
    [ 6.041710] intel ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 25, expected 29)
    [ 6.041730] intel ips 0000:00:1f.6: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    [ 6.041916] intel ips 0000:00:1f.6: failed to get i915 symbols, graphics turbo disabled
    [ 6.042077] intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 90
    [ 6.049877] Non-volatile memory driver v1.3
    [ 6.059884] ACPI: Lid Switch [LID]
    [ 6.059942] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
    [ 6.060605] acpi device:0c: registered as cooling_device4
    [ 6.060954] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 6.060959] ACPI: Battery Slot [BAT0] (battery present)
    [ 6.061014] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0b/LNXVIDEO:01/input/input3
    [ 6.061019] ACPI: Video Device [VID1] (multi-head: yes rom: yes post: no)
    [ 6.070674] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [ 6.070713] sr 1:0:0:0: Attached scsi generic sg1 type 5
    [ 6.080171] ACPI: Sleep Button [SLPB]
    [ 6.080265] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 6.080270] ACPI: Power Button [PWRF]
    [ 6.094462] wmi: Mapper loaded
    [ 6.119199] input: PC Speaker as /devices/platform/pcspkr/input/input5
    [ 6.120805] iTCO_vendor_support: vendor-support=0
    [ 6.255308] usbcore: registered new interface driver usbfs
    [ 6.255333] usbcore: registered new interface driver hub
    [ 6.255381] usbcore: registered new device driver usb
    [ 6.255833] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
    [ 6.255940] iTCO_wdt: Found a QM57 TCO device (Version=2, TCOBASE=0x1060)
    [ 6.256006] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 6.264694] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 6.264718] ehci_hcd 0000:00:1a.0: power state changed by ACPI to D0
    [ 6.264723] ehci_hcd 0000:00:1a.0: power state changed by ACPI to D0
    [ 6.264733] ehci_hcd 0000:00:1a.0: PCI INT D -> GSI 23 (level, low) -> IRQ 23
    [ 6.264753] ehci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 6.264757] ehci_hcd 0000:00:1a.0: EHCI Host Controller
    [ 6.264776] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 6.277774] e1000e: Intel(R) PRO/1000 Network Driver - 1.2.20-k2
    [ 6.277776] e1000e: Copyright(c) 1999 - 2011 Intel Corporation.
    [ 6.279704] ehci_hcd 0000:00:1a.0: debug port 2
    [ 6.283605] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
    [ 6.283623] ehci_hcd 0000:00:1a.0: irq 23, io mem 0xf2428000
    [ 6.296289] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 6.296427] hub 1-0:1.0: USB hub found
    [ 6.296432] hub 1-0:1.0: 3 ports detected
    [ 6.296507] ehci_hcd 0000:00:1d.0: power state changed by ACPI to D0
    [ 6.296510] ehci_hcd 0000:00:1d.0: power state changed by ACPI to D0
    [ 6.296518] ehci_hcd 0000:00:1d.0: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    [ 6.296544] ehci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 6.296547] ehci_hcd 0000:00:1d.0: EHCI Host Controller
    [ 6.296554] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 6.304884] sdhci: Secure Digital Host Controller Interface driver
    [ 6.304886] sdhci: Copyright(c) Pierre Ossman
    [ 6.306021] sdhci-pci 0000:0d:00.0: SDHCI controller found [1180:e822] (rev 1)
    [ 6.306036] sdhci-pci 0000:0d:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 6.306060] sdhci-pci 0000:0d:00.0: Will use DMA mode even though HW doesn't fully claim to support it.
    [ 6.306067] sdhci-pci 0000:0d:00.0: setting latency timer to 64
    [ 6.306109] Registered led device: mmc0::
    [ 6.306154] mmc0: SDHCI controller on PCI [0000:0d:00.0] using DMA
    [ 6.316265] ehci_hcd 0000:00:1d.0: debug port 2
    [ 6.320131] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
    [ 6.320137] ehci_hcd 0000:00:1d.0: irq 19, io mem 0xf2428400
    [ 6.332863] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 6.332976] hub 2-0:1.0: USB hub found
    [ 6.332980] hub 2-0:1.0: 3 ports detected
    [ 6.333103] e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    [ 6.333112] e1000e 0000:00:19.0: setting latency timer to 64
    [ 6.333275] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
    [ 6.359105] cfg80211: Calling CRDA to update world regulatory domain
    [ 6.408944] WARNING! power/level is deprecated; use power/control instead
    [ 6.422229] firewire_ohci 0000:0d:00.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    [ 6.422238] firewire_ohci 0000:0d:00.3: setting latency timer to 64
    [ 6.426433] thinkpad_acpi: ThinkPad ACPI Extras v0.24
    [ 6.426435] thinkpad_acpi: http://ibm-acpi.sf.net/
    [ 6.426436] thinkpad_acpi: ThinkPad BIOS 6MET84WW (1.44 ), EC 6MHT44WW-1.19
    [ 6.426437] thinkpad_acpi: Lenovo ThinkPad T510, model 43492RG
    [ 6.427467] thinkpad_acpi: detected a 8-level brightness capable ThinkPad
    [ 6.427632] thinkpad_acpi: radio switch found; radios are enabled
    [ 6.429394] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
    [ 6.429879] Registered led device: tpacpi::thinklight
    [ 6.429909] Registered led device: tpacpi::power
    [ 6.429964] Registered led device: tpacpi::standby
    [ 6.430024] Registered led device: tpacpi::thinkvantage
    [ 6.432085] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one.
    [ 6.432190] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
    [ 6.433196] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input6
    [ 6.482754] firewire_ohci 0000:0d:00.3: irq 43 for MSI/MSI-X
    [ 6.482808] firewire_ohci: Added fw-ohci device 0000:0d:00.3, OHCI v1.10, 4 IR + 4 IT contexts, quirks 0x1
    [ 6.512966] e1000e 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) 5c:ff:35:0a:f1:53
    [ 6.512970] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
    [ 6.513038] e1000e 0000:00:19.0: eth0: MAC: 9, PHY: 10, PBA No: A002FF-0FF
    [ 6.513160] i801_smbus 0000:00:1f.3: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 6.523606] tpm_tis 00:0b: 1.2 TPM (device-id 0x0, rev-id 78)
    [ 6.605540] usb 1-1: new high speed USB device using ehci_hcd and address 2
    [ 6.690249] IBM TrackPoint firmware: 0x0e, buttons: 3/3
    [ 6.711176] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/input/input7
    [ 6.717350] HDA Intel 0000:00:1b.0: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 6.717428] HDA Intel 0000:00:1b.0: irq 44 for MSI/MSI-X
    [ 6.717460] HDA Intel 0000:00:1b.0: setting latency timer to 64
    [ 6.720938] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
    [ 6.720939] iwlagn: Copyright(c) 2003-2010 Intel Corporation
    [ 6.720992] iwlagn 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 6.721001] iwlagn 0000:03:00.0: setting latency timer to 64
    [ 6.721041] iwlagn 0000:03:00.0: Detected Intel(R) Centrino(R) Advanced-N 6200 AGN, REV=0x74
    [ 6.729127] hub 1-1:1.0: USB hub found
    [ 6.729174] hub 1-1:1.0: 6 ports detected
    [ 6.737518] iwlagn 0000:03:00.0: device EEPROM VER=0x436, CALIB=0x6
    [ 6.737520] iwlagn 0000:03:00.0: Device SKU: 0Xb
    [ 6.737538] iwlagn 0000:03:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
    [ 6.737612] iwlagn 0000:03:00.0: irq 45 for MSI/MSI-X
    [ 6.821935] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input8
    [ 6.823671] HDA Intel 0000:01:00.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 6.823675] hda_intel: Disable MSI for Nvidia chipset
    [ 6.823724] HDA Intel 0000:01:00.1: setting latency timer to 64
    [ 6.838298] usb 2-1: new high speed USB device using ehci_hcd and address 2
    [ 6.857486] iwlagn 0000:03:00.0: loaded firmware version 9.221.4.1 build 25532
    [ 6.879747] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 6.960609] nvidia: module license 'NVIDIA' taints kernel.
    [ 6.960613] Disabling lock debugging due to kernel taint
    [ 6.965263] hub 2-1:1.0: USB hub found
    [ 6.965341] hub 2-1:1.0: 8 ports detected
    [ 6.981344] firewire_core: created device fw0: GUID 5cff35ff0af153ff, S400
    [ 7.031306] usb 1-1.3: new full speed USB device using ehci_hcd and address 3
    [ 7.187532] usb 1-1.4: new full speed USB device using ehci_hcd and address 4
    [ 7.353763] usb 1-1.6: new high speed USB device using ehci_hcd and address 5
    [ 7.513384] usb 2-1.1: new low speed USB device using ehci_hcd and address 3
    [ 7.645548] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input9
    [ 7.645677] generic-usb 0003:046D:C01D.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1d.0-1.1/input0
    [ 7.645694] usbcore: registered new interface driver usbhid
    [ 7.645695] usbhid: USB HID core driver
    [ 7.709967] Linux video capture interface: v2.00
    [ 7.719955] Bluetooth: Core ver 2.15
    [ 7.720090] NET: Registered protocol family 31
    [ 7.720092] Bluetooth: HCI device and connection manager initialized
    [ 7.720094] Bluetooth: HCI socket layer initialized
    [ 7.725241] uvcvideo: Found UVC 1.00 device Integrated Camera (17ef:480f)
    [ 7.726401] input: Integrated Camera as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input10
    [ 7.726462] usbcore: registered new interface driver uvcvideo
    [ 7.726464] USB Video Class driver (v1.0.0)
    [ 7.758706] Bluetooth: Generic Bluetooth USB driver ver 0.6
    [ 7.758969] usbcore: registered new interface driver btusb
    [ 7.779741] nvidia 0000:01:00.0: power state changed by ACPI to D0
    [ 7.779747] nvidia 0000:01:00.0: power state changed by ACPI to D0
    [ 7.779755] nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 7.779763] nvidia 0000:01:00.0: setting latency timer to 64
    [ 7.779767] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
    [ 7.779885] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 270.41.19 Mon May 16 23:32:08 PDT 2011
    [ 8.276265] EXT4-fs (sda5): re-mounted. Opts: (null)
    [ 8.463589] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
    [ 8.602283] Adding 5276876k swap on /dev/sda2. Priority:-1 extents:1 across:5276876k
    [ 11.373150] coretemp coretemp.0: TjMax is 105 C.
    [ 11.373202] coretemp coretemp.2: TjMax is 105 C.
    [ 11.535629] thinkpad_ec: thinkpad_ec 0.40 loaded.
    [ 11.537879] hdaps: initial mode latch is 0x05
    [ 11.538022] hdaps: setting ec_rate=250, filter_order=2
    [ 11.538240] hdaps: device successfully initialized.
    [ 11.538282] input: ThinkPad HDAPS joystick emulation as /devices/virtual/input/input11
    [ 11.538405] input: ThinkPad HDAPS accelerometer data as /devices/virtual/input/input12
    [ 11.538480] hdaps: driver successfully loaded.
    [ 12.724831] tp_smapi 0.40 loading...
    [ 12.725385] tp_smapi successfully loaded (smapi_port=0xb2).
    [ 13.850893] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
    [ 13.903961] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
    [ 15.462951] NET: Registered protocol family 10
    [ 15.463466] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 15.463569] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 22.483544] wlan0: authenticate with 00:04:0e:ed:fd:00 (try 1)
    [ 22.485591] wlan0: authenticated
    [ 22.529427] wlan0: associate with 00:04:0e:ed:fd:00 (try 1)
    [ 22.534940] wlan0: RX AssocResp from 00:04:0e:ed:fd:00 (capab=0x11 status=0 aid=2)
    [ 22.534944] wlan0: associated
    [ 22.537651] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [ 22.636802] padlock_aes: VIA PadLock not detected.
    [ 23.420441] hda-intel: IRQ timing workaround is activated for card #1. Suggest a bigger bdl_pos_adj.
    [ 28.197892] EXT4-fs (sda5): re-mounted. Opts: barrier=1,data=ordered,commit=15
    [ 28.203962] EXT4-fs (sda6): re-mounted. Opts: commit=15
    [ 33.568008] wlan0: no IPv6 routers present
    [ 816.256803] hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
    [ 2026.078172] usb 1-1.4: USB disconnect, address 4
    Output of lspci -v
    00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
    Subsystem: Lenovo Device 2193
    Flags: bus master, fast devsel, latency 0
    Capabilities: <access denied>
    Kernel modules: intel-agp
    00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 02) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
    I/O behind bridge: 00002000-00002fff
    Memory behind bridge: cc000000-cdefffff
    Prefetchable memory behind bridge: 00000000ce000000-00000000dfffffff
    Capabilities: <access denied>
    Kernel driver in use: pcieport
    Kernel modules: shpchp
    00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
    Subsystem: Lenovo Device 215f
    Flags: bus master, fast devsel, latency 0, IRQ 11
    Memory at f2427800 (64-bit, non-prefetchable) [size=16]
    Capabilities: <access denied>
    00:16.3 Serial controller: Intel Corporation 5 Series/3400 Series Chipset KT Controller (rev 06) (prog-if 02 [16550])
    Subsystem: Lenovo Device 2162
    Flags: 66MHz, fast devsel, IRQ 17
    I/O ports at 1800 [size=8]
    Memory at f2424000 (32-bit, non-prefetchable) [size=4K]
    Capabilities: <access denied>
    Kernel driver in use: serial
    00:19.0 Ethernet controller: Intel Corporation 82577LM Gigabit Network Connection (rev 06)
    Subsystem: Lenovo Device 2153
    Flags: bus master, fast devsel, latency 0, IRQ 42
    Memory at f2400000 (32-bit, non-prefetchable) [size=128K]
    Memory at f2425000 (32-bit, non-prefetchable) [size=4K]
    I/O ports at 1820 [size=32]
    Capabilities: <access denied>
    Kernel driver in use: e1000e
    Kernel modules: e1000e
    00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06) (prog-if 20 [EHCI])
    Subsystem: Lenovo Device 2163
    Flags: bus master, medium devsel, latency 0, IRQ 23
    Memory at f2428000 (32-bit, non-prefetchable) [size=1K]
    Capabilities: <access denied>
    Kernel driver in use: ehci_hcd
    Kernel modules: ehci-hcd
    00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
    Subsystem: Lenovo Device 215e
    Flags: bus master, fast devsel, latency 0, IRQ 44
    Memory at f2420000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: HDA Intel
    Kernel modules: snd-hda-intel
    00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 06) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
    Capabilities: <access denied>
    Kernel driver in use: pcieport
    Kernel modules: shpchp
    00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 06) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
    Memo

    Sort of solved...
    NOTE!
    While almost all new ThinkPads have integrated Intel HD Graphics, on those ThinkPads with a Descrete NVIDIA GPU, the Intel GPU is disabled and cannot be enabled. There is no support for Switchable Graphics.
    NOTE!
    Contrary to the statement above, you can select the GPU in the BIOS of recent models with Nvidia Optimus, e.g. the T510 4384GEG. Windows seems to be able to switch between the GPUs, too.
    http://www.thinkwiki.org/wiki/Intel_HD_Graphics
    I guess there is no way getting this to work, unless Lenovo unlocks this feature via BIOS-update.
    Greetings

  • 17in MBP Freezes on Battery Power?

    I have a 17 inch core-duo MacBook Pro running Mac OS X 10.4.9. Within the last couple of weeks (maybe since I updated to 10.4.9, can't really remember), I have been having an issue where whenever I take the computer off AC power and use it just on battery it randomly freezes after ten minutes or so. It doesn't seem to correlate to any specific task but it freezes to the point that apple control power button will not restart it so I have to hold down the power button until it shuts off..
    The screen and clock go completely paused however iTunes music will still continue to play..
    Does anyone have any thoughts on how to solve this via software? I already did an archive and install of the OS and am still having the same problems. I checked and repaired permissions/etc as well. I am not sure if this is related to hardware or software?
    Any help would be appreciated!!!
    Thanks again!

    The first thing you can try is resetting the PRAM which is outlined here:
    http://docs.info.apple.com/article.html?artnum=2238
    If this doesn't help then try resetting the SMC:
    http://docs.info.apple.com/article.html?artnum=303319
    Read the info before resetting the SMC as it will return your MacBookPro to it's default settings.
    If after all this you still get freezes you will have to call Applecare and they will probably ask you to perform the same tasks again.
    MacBook Pro 15"   Mac OS X (10.4.9)   1.83 GHz Intel Core Duo

  • Powerbook crashing on battery power after repair

    I just performed a repair of my PB (replacing a screen hinge). It's okay, except that now it freezes on battery power.
    The pattern is very strange: if I reboot with the battery, it makes it all the way to the login screen and freezes when I try to type.
    If I unplug it while it is already booted then the screen dims (I have it set to do that on battery power) and then freezes a second or so later.
    All activity ceases, the cursor becomes unresposive. It's not that the computer is not getting power: the screen stays lit, for example (and of course, it can boot all the way to login screen on battery power; it also can operate for quite a while in single user mode on battery power; I tried it long enough to fsck the disk).
    The specific symptoms of the the problem are just so bizarre that I'd suspect a software problem if I hadn't just done this big repair. (By the way, I've repaired the disk (no problems) and, even though I think it's useless, I repaired permissions too, just for good measure; neither had any effect.)
    Does anyone have any clue what I could have done to precipitate such a weird problem? Could there be some screw that is over- or under-tightened? A connector that is loose? Should I just take the thing apart again and put it back together again?

    Well, the problem is solved, though the mystery remains. I carefully took the computer apart again and tested it after every piece was removed. It failed every time. Finally there was not enough left to actually boot. Then I reassembled it and, behold, it works!
    I removed the keyboard, modem, airport card, fan connector, and PCMCIA cage and still had a crashing system. (I'd also removed and reconnected the battery cable, and moved the DIMMs around.)
    So then I just finished the job. I disconnected the following from the logic board: hard drive, DVD drive, display, speakers/mic, power button (yeah, yeah, there's a few more I could have removed and kept a bootable system, but I was starting to get bored). Then I removed the logic board, looked at it stupidly, put it back, and reconnected all those connectors.
    Then it worked. (So I put back all the other stuff, and it still works.)
    So presumably one of those connectors was lose, or else the logic board was somehow incorrectly mounted.
    I still don't really understand how a loose connector or incorrectly mounted logic board would lead to the symptoms I was seeing, so if anyone has a hypothesis, I'd love to hear about it.

  • Laptop freezes while on battery power.

    I have Arch 64 bit install on a Thinkpad T510. While the laptop is plugged into power, it is rock solid and can run for days without a crash.
    The laptop freezes up quite often when it is running on battery power. After anything from 15 minutes to an hour, it will probably freeze. I cannot switch to a tty, I just have to do a hard reset.
    This is what xsession-errors says:
    /etc/gdm/Xsession: Beginning session setup...
    localuser:theo being added to access control list
    /etc/gdm/Xsession: Setup done, will execute: /usr/bin/ssh-agent -- gnome-session
    GNOME_KEYRING_CONTROL=/tmp/keyring-yX87BA
    GNOME_KEYRING_CONTROL=/tmp/keyring-yX87BA
    SSH_AUTH_SOCK=/tmp/keyring-yX87BA/ssh
    GPG_AGENT_INFO=/tmp/keyring-yX87BA/gpg:0:1
    GNOME_KEYRING_CONTROL=/tmp/keyring-yX87BA
    SSH_AUTH_SOCK=/tmp/keyring-yX87BA/ssh
    GNOME_KEYRING_CONTROL=/tmp/keyring-yX87BA
    SSH_AUTH_SOCK=/tmp/keyring-yX87BA/ssh
    GPG_AGENT_INFO=/tmp/keyring-yX87BA/gpg:0:1
    Initializing tracker-store...
    Tracker-Message: Setting up monitor for changes to config file:'/home/theo/.config/tracker/tracker-store.cfg'
    Failed to play sound: File or data not found
    Initializing tracker-miner-fs...
    Tracker-Message: Setting up monitor for changes to config file:'/home/theo/.config/tracker/tracker-miner-fs.cfg'
    ** (gsynaptics-init:910): WARNING **: Using synclient
    ** Message: applet now removed from the notification area
    (nautilus:923): NA-core-DEBUG: na_settings_register_type
    (nautilus:923): NA-core-DEBUG: na_settings_class_init: klass=0x260af90
    (nautilus:923): NA-core-DEBUG: na_settings_instance_init: instance=0x7ff0f8001720 (NASettings), klass=0x260af90
    (nautilus:923): NA-core-DEBUG: na_settings_new: reading mandatory configuration
    Tracker-Message: Setting up monitor for changes to config file:'/home/theo/.config/tracker/tracker-store.cfg'
    (nautilus:923): NA-core-DEBUG: na_core_utils_dir_list_perms: dir=/home/theo/.config/nautilus-actions, message=na_settings_new, out=drwxr-x--- 2 theo users 4096 Mar 16 23:01 /home/theo/.config/nautilus-actions
    (nautilus:923): NA-core-DEBUG: na_core_utils_dir_list_perms: dir=/home/theo/.config/nautilus-actions, message=na_settings_new, err=
    (nautilus:923): NA-core-DEBUG: na_settings_new: reading user configuration
    Starting log:
    File:'/home/theo/.local/share/tracker/tracker-store.log'
    Starting log:
    File:'/home/theo/.local/share/tracker/tracker-miner-fs.log'
    (nautilus:923): NA-core-DEBUG: na_boxed_register_type
    (nautilus:923): NA-core-DEBUG: na_boxed_class_init: klass=0x25f72a0
    (nautilus:923): NA-core-DEBUG: na_boxed_instance_init: instance=0x260bb60 (NABoxed), klass=0x25f72a0
    (tracker-store:906): Tracker-CRITICAL **: D-Bus service name:'org.freedesktop.Tracker1' is already taken, perhaps the daemon is already running?
    (gnome-shell:896): folks-DEBUG: individual-aggregator.vala:310: Setting primary store IDs to defaults.
    (gnome-shell:896): folks-DEBUG: individual-aggregator.vala:338: Primary store IDs are 'eds' and 'system'.
    Initializing nautilus-open-terminal extension
    JS ERROR: !!! WARNING: 'anonymous function does not always return a value'
    JS ERROR: !!! WARNING: file '/home/theo/.local/share/gnome-shell/extensions/[email protected]/imap.js' line 105 exception 0 number 157
    JS ERROR: !!! WARNING: 'function BigInteger does not always return a value'
    JS ERROR: !!! WARNING: file '/home/theo/.local/share/gnome-shell/extensions/[email protected]/biginteger.js' line 114 exception 0 number 110
    JS LOG: GNOME Shell started at Fri Mar 16 2012 23:31:50 GMT+0000 (GMT)
    Window manager warning: CurrentTime used to choose focus window; focus window may not be correct.
    Window manager warning: Got a request to focus the no_focus_window with a timestamp of 0. This shouldn't happen!
    ** Message: applet now embedded in the notification area
    (gnome-shell:896): folks-WARNING **: Failed to find primary PersonaStore with type ID 'eds' and ID 'system'.
    Individuals will not be linked properly and creating new links between Personas will not work.
    The configured primary PersonaStore's backend may not be installed. If you are unsure, check with your distribution.
    (gnome-settings-daemon:856): color-plugin-WARNING **: failed to get edid: unable to get EDID for output
    (tracker-miner-fs:905): Tracker-CRITICAL **: Empty locale file found at '/home/theo/.cache/tracker/miner-applications-locale.txt'
    Gtk-Message: The filename "[\345\244\251\344\275\277\345\212\250\346\274\253][110921]Kalafina - 3rd Album\343\200\214After Eden\343\200\215[320K].rar" couldn't be converted to UTF-8. (try setting the environment variable G_FILENAME_ENCODING): Invalid byte sequence in conversion input
    Gtk-Message: The filename "[\345\244\251\344\275\277\345\212\250\346\274\253][110921]Kalafina - 3rd Album\343\200\214After Eden\343\200\215[320K].rar" couldn't be converted to UTF-8. (try setting the environment variable G_FILENAME_ENCODING): Invalid byte sequence in conversion input
    Gtk-Message: The filename "[\345\244\251\344\275\277\345\212\250\346\274\253][110921]Kalafina - 3rd Album\343\200\214After Eden\343\200\215[320K].rar" couldn't be converted to UTF-8. (try setting the environment variable G_FILENAME_ENCODING): Invalid byte sequence in conversion input
    (tracker-miner-fs:905): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///usr/share/applications/brasero-nautilus.desktop': 'Desktop file doesn't contain type'
    (tracker-miner-fs:905): Tracker-CRITICAL **: Empty locale file found at '/home/theo/.cache/tracker/miner-applications-locale.txt'
    [1331940708,000,xklavier.c:xkl_engine_start_listen/] The backend does not require manual layout management - but it is provided by the application
    === Updating for primary Configuration ===
    Clone: false
    Output: Unknown attached to default
    status: on
    width: 1600
    height: 900
    rate: 104
    primary: true
    position: 0 0
    (gnome-settings-daemon:856): libcolord-CRITICAL **: cd_device_get_id: assertion `CD_IS_DEVICE (device)' failed
    (gnome-settings-daemon:856): color-plugin-WARNING **: not found device (null): Failed to FindDeviceByProperty: GDBus.Error:org.freedesktop.ColorManager.Failed: property match 'XRANDR_name'='default' does not exist
    (gnome-settings-daemon:856): libcolord-CRITICAL **: cd_device_get_id: assertion `CD_IS_DEVICE (device)' failed
    (gnome-settings-daemon:856): color-plugin-WARNING **: not found device (null): Failed to FindDeviceByProperty: GDBus.Error:org.freedesktop.ColorManager.Failed: property match 'XRANDR_name'='default' does not exist
    (gnome-settings-daemon:856): libcolord-CRITICAL **: cd_device_get_id: assertion `CD_IS_DEVICE (device)' failed
    (gnome-settings-daemon:856): color-plugin-WARNING **: not found device (null): Failed to FindDeviceByProperty: GDBus.Error:org.freedesktop.ColorManager.Failed: property match 'XRANDR_name'='default' does not exist
    (gnome-settings-daemon:856): libcolord-CRITICAL **: cd_device_get_id: assertion `CD_IS_DEVICE (device)' failed
    (gnome-settings-daemon:856): color-plugin-WARNING **: not found device (null): Failed to FindDeviceByProperty: GDBus.Error:org.freedesktop.ColorManager.Failed: property match 'XRANDR_name'='default' does not exist
    ACR (Component): component init
    Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x260008d (Nightly)
    Window manager warning: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
    I'm not sure if tracker could be causing the problem, or if it is something else.
    I have the discrete graphics card enabled - NVIDIA Corporation GT218 [NVS 3100M]

    It might not necessarily be caused by loss of power, but maybe if the battery power dips? Or if the battery gets too hot and something overheats, then that could cause freezing. I'm only going by what I've found on google.
    Anyway, I found another thread (not sure why I didn't see it before) that suggests that it might be caused by bluetooth (bluez specifically) https://bbs.archlinux.org/viewtopic.php?id=115814, but it seems like that was more of a locking up problem than freezing completely. I've remove bluez and disabled bluetooth for now anyway (unfortunately can't remove it completely because I'm on Gnome Shell) and I'll run on battery for a good while and see if things freeze again.
    EDIT: also followed this - https://wiki.archlinux.org/index.php/HDAPS in case the problem was caused by the hard drive being moved about.
    Last edited by themusicalduck (2012-03-28 22:11:21)

  • Lenovo Thinkpad T510 Battery?

    I recently (about 2 months ago) purchased a Lenovo Thinkpad T510 laptop. Ever since I got it, I have the brightness on 50%, and only use it to surf the internet. My battery life is 2:50 at the maximum.
    I have a warrenty for the laptop, could I call in and get another battery for free?
    It is quite inconvienent to have to charge and recharge at least twice every day. It makes portability almost impossible.
    Solved!
    Go to Solution.

    Do you have discrete graphics? If so, it sounds about right for an untweaked system. There are a few tricks to battery life optimization with the NVidia GPU involving PowerMizer.
    http://somemorebytes.com/wp/index.php/software/nvpmmanager/
    Enable PowerMizer, and use Max power save on battery.
    Also put your CPU into the lowest speed in Power Manager's advanced mode (battery only; AC should be adaptive).
    Also, defrag.
    W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen
    X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
    Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen

  • T510 Battery Power Low.. Plug in power issues

    I move from location to another location disconnect the power and then reconnect the power on laptop T510.
    After a few hours’ work I get the message “Battery Power Low.. Plug in power”
    The power adapter was plugged in from the start… All I do us remove the power connector and re-attached.. Then all is OK..
    The battery icon in lower screen shows 97% available (plugged in, not charging)
    Finding this scarey.. If I have a bettery or power failure at customer remote site.. I'm a telecom field engineer...

    That's no problem at all PKcool.
    Here are the drivers you will need to install on your computer:
    Power Manager for Windows 7:
    http://support.lenovo.com/en_US/downloads/detail.page?DocID=DS014924
    ThinkPad Power Manager Patch module for Windows 7:
    http://support.lenovo.com/en_US/downloads/detail.page?DocID=DS018811
    I would suggest going into your Programs and features and uninstalling the Power Manager from your computer, same goes for the drivers associated with it in device manager.
    Once uninstalled I would then download the drivers from the links above.  This will give your computer a fresh install of these drivers.
    Please let me know of the progress.
    Hope this helps,
    Alex
    Was this or another post on the forum helpful? Click the star on the left side of the screen to give kudos! Did someone solve the problem you encountered? Click Solution Provided to let us know!
    What we Do in Life will Echo through Eternity. -Maximus Aurelius

  • T61 constantly freezing when plugged in, works on battery power

    Hi,
    Recently I  had my hard drive replaced at an authorized ThinkPad computer center.  Things have been working fine for over a month.  Recently, I have had the same problem with my laptop.  When it is running on battery power, everything works smoothly.  Once I plug it in to charge, everything locks up and freezes within 10 seconds without fail.  This occurs every time.  Even if I put my T61 to sleep or hibernate it, and then start charging, it will not work.  I am forced to unplug it and take out the battery and try again.  If I start with the computer off but plugged in and boot up Vista, it will either not start up or freeze once I log-in.
    Thank you for help in advance.

    Hello collegeuser, welcome here!
    Please check this thread out. There should be a solution to your problem.
    Follow @LenovoForums on Twitter! Try the forum search, before first posting: Forum Search Option
    Please insert your type, model (not S/N) number and used OS in your posts.
    I´m a volunteer here using New X1 Carbon, ThinkPad Yoga, Yoga 11s, Yoga 13, T430s,T510, X220t, IdeaCentre B540.
    TIP: If your computer runs satisfactorily now, it may not be necessary to update the system.
     English Community       Deutsche Community       Comunidad en Español

  • Using 27++ battery with Thinkpad T510

    Hi,
    I have just purchased a T510 with the 27++ slice battery, the battery "User Guide" is anything but !
    Can someone please tell me whether there are any restrictions on when I connect & disconnect the slice battery?
    i.e., can it be plugged and unplugged without powering down, hibernating or sleeping the Thinkpad?
    For the battery to be useable, I'd certainly hope so, but as it connects to the docking connector, I'd like to know for sure before I do it for the first time.
    As an aside, I have also just read that if you unplug the slice with the Thinkpad in sleep mode, even with a fully charged normal battery connected, the laptop goes to a power off state. - has anyone here seen that?  Can it be corrected?
    regards
    Dave

    Hallo,
    as no separate instructions for replacing the battery follow with the slice battery, check the Access Help User's Guide for instructions. If it doesn't offer special instructions for the slice battery, i suppose that its general instructions for replacing the main battery are better than nothing. For my notebook, which isn't a T510, the Access Help User's Guide says: turn off or hibernate the notebook, disconnect the AC adapter and all cables. Install or remove the battery. Then, connect the AC adapter and all other cables.
    The Safety and Warranty Guide for your notebook gives some additional information on disconnecting and connecting cables to the notebook. It says:
    Connect and disconnect cables as described in the following procedures when
    installing, moving, or opening covers on this product or attached devices.
    To connect:
    1. Turn everything OFF.
    2. First, attach all cables to devices.
    3. Attach signal cables to connectors.
    4. Attach power cords to outlets.
    5. Turn devices ON.
    To disconnect:
    1. Turn everything OFF.
    2. First, remove power cords from outlets.
    3. Remove signal cables from connectors.
    4. Remove all cables from devices.
    The power cord must be disconnected from the wall outlet or receptacle before
    installing all other electrical cables connected to the ThinkPad® computer.
    The power cord may be reconnected to the wall outlet or receptacle only after all
    other electrical cables have been connected to the computer.

  • T43 Freezes only on New Battery Power

    HI Gurus, I have a T43 1871 FU1 Model which is working fine so far. Recently my Original Battery is seems to be very weak, i thought to purchase a new battery. First tried with Lenovo, i heard that there are no battery replacements available for these models. Then i purchased an AGPTEK (Sanyo) Battery from Amazon.
    Battery Details: Status :  No Activity / Remaining Percentage : 100% / Remaining Capacity : 47.20Wh / Full Charge Capacity : 47.52Wh / Current: 0.00 A / Voltage : 12.39V / Wattage : -  /  Temperature : 22 c  / Cycle Count : 1 / Manufacture Name : SANYO / Manufacture Date : 2010-09-19 / FRU Part Number : IBM-COMPATIBLE /Device Chemistry: Li-Ion / Design Capacity : 47.52Wh /Design Voltage : 10.80V
    Problem:  With AC Power system works perfectly fine. The Moment when i remove the power from AC and try to work with battery power "SYSTEM FREEZES" IMMEDIATELY.I tried to change batteries 3 times from the vendor.
    I also updated the latest Bios - 1.29(70ET69WW) and tried with all other Power Scheme. I tried to search entire forums. With my Old Battery system works fine too. Also tried to diagnostics with Lenovo Toolbox, where test device functionality- Passed.
    I appreciate any help to resolve my problem. Thank you

    Hi and welcome to the forum!
    As you can also see, the culprit is the aftermarket battery. These batteries are no good in my stance, and shouldn't be used. If I were you, I would return it and get a genuine from eBay or try to find one from the Marketplace of ThinkPads forum.
    Hope this helps.
    Maliha (I don't work for lenovo)
    ThinkPads:- T400[Win 7], T60[Win 7], IBM 240[Win XP]
    IdeaPad: U350
    Apple:- Macbook Air [Snow Leopard]
    Did someone help you today? Compliment them with a Kudos!
    Was your question answered today? Mark it as an Accepted Solution! 
      Lenovo Deutsche Community     Lenovo Comunidad en Español 
    Visit my YouTube Channel

  • T61p freezes randomly when on Battery Power

    I recently got my new T61p and i'm absolutely loving it. However, randomly (and only when the laptop is not plugged in to AC power) the system will hang on certain tasks, usually web surfing since thats what I'm usually doing, and I'll have to do a hard reboot. Consequently, internet explorer and mozilla firefox tend to freeze sometimes when I'm on battery power. When I'm plugged into AC power everything runs perfectly.
    According to this website http://www.utheguru.com/lenovo-ibm-t41-random-crash, this guy had similar problems with his t41. I have all the latest versions of power management and updated all drivers and patched vista. Any ideas on what to do? I don't want to uninstall power management b/c its so useful
    edit: I use the 'Energy Star' profile for my power setting
    another edit: Apparently it is to do with the Intel turbo memory. i'll try the solutions in this post and give u my progress: http://forum.thinkpads.com/viewtopic.php?t=51908
    Message Edited by systemf on 07-03-2008 06:45 PM
    Message Edited by systemf on 07-03-2008 07:26 PM

    I got my T61p last Friday.  I'm having the same issues after applying all patches and driver updates.  I can run fine on AC power, but as soon as I unplug the machine, the screen goes blank and I have to do a hard reboot.  I have not been using Turbo Memory.  For a few days it worked just fine, but then the problem started up again yesterday.  I think it has something to do with the GPU.

  • [SOLVED] Gnome 3.6: Battery/power icon missing from panel

    I've recently ressurected an old Arch laptop that had been lying dormant for a year or a half. Everything's been brought up to speed (pacman -Syu plus a lot of systemd study) satisfactorily except I've noticed that the battery/power icon on the panel is missing. Due to the long time since the install, I have no idea if this is due to an error or some old brilliant idea setting from my side a year or more ago :-(
    What I've tried:
    * Disabling all extensions (a lot of posts about the system monitor extension causing this -- I've never used it). Extension turn off registers but still no battery.
    * Checking htop and gnome power  statistics to see if the system knows about my battery. Both report in detail about the battery.
    * Checking /usr/share/gnome-shell/js/ui/panel.js to see if the power applet had been excluded somehow. Nope, it's listed.
    * Checking dconf to see if I could find some setting there. Ubuntu user posts led me to org.gnome.power-manager but unlike those users I found no setting relevant ("icon-policy")
    * Checking gnome settings and tweak settings. Found nothing that seemed relevant.
    A lot of posts about this pops up around gnome 3.2 which apparently had a bug with this problem. I'm not sure what version gnome-shell was before the update but currently it is 3.6.3 and the laptop has been rebooted and had gnome-shell restarted any number of times since then.
    Any suggestions?
    Last edited by nervater (2013-03-23 16:11:17)

    Good point, WonderWoofy.
    I created a guest account and found the icon on the panel when I logged in as guest. A bit of guessing located the problem to my dconf database and using gsettings to locate any power/battery-related settings pointed me to
    org.gnome.settings-daemon.plugins.power
    which had been deactivated. Clicking 'Active' and restarting gnome-shell solved my problem.

  • Thinkpad T510 6-Cell vs. 9-Cell Battery

    For a Thinkpad T510 with 128gb SSD, i5-540 processor, nvidia 3100m 512 mb discrete graphics, and 4 gb RAM, does a 6-cell battery cut it? How much time should I expect with a 6-cell and with a 9-cell battery? Also, by how much does the 9-cell protrude past the back of the laptop?

    I have a 6 cell with my T510 and I'd say for normal usage (browsing internet on youtube, watching some news clips, reading email, surfing the net and stuff) the usual time I get on performance setting is around 2 hours.  If intend to take this out and use it for a day, 2 hours certainly won't cut it. 

  • Ti 500 freezes while using battery power

    My ti 500 freezes during start up whenever I start it up using the battery. If i start it up plugged in it works just fine, it will freeze once i go to battery power. I have replaced the battery device that plugs into the logic board. but the problem is still there. I recently replaced the screen taken from another ti 500. Any ideas what might be wrong? Any help would be great. thanks.-wam
    Titanium 500mhz Mac OS X (10.3.9) 512 ram, 20g HD,

    I've had this happen with an old G3 Wallstreet 233 Powerbook some years back (hoping my memory is accurate) - - I think it had to do with the battery capacity wearing down with charge cycles - - I'm guessing your battery is at least 2.5-3 years old.
    You might try calibrating your battery (battery-only full discharge to shut-down, then powering up on AC to full charge), I've heard some folks get more battery capacity, at least for a while. Good luck!

  • T42 Freezes Up when on Battery Power

    I have a five year old T42 running on XP.  When I'm on AC power there is no problem but when I switch to battery power the computer will boot but freezes up within a few minutes.  When I re-boot the disc check comes on but freezes up before it completes.  I have changed batteries but that does not help.  Any suggestions?

    I got my T61p last Friday.  I'm having the same issues after applying all patches and driver updates.  I can run fine on AC power, but as soon as I unplug the machine, the screen goes blank and I have to do a hard reboot.  I have not been using Turbo Memory.  For a few days it worked just fine, but then the problem started up again yesterday.  I think it has something to do with the GPU.

Maybe you are looking for

  • How do you use your Apple mini- DVI to DVI cord?

    Hi. I just went to an apple shop yesterday to get an Apple Mini-DVI to DVI to hook my 17 inch iMac to a 20 inch external display(Samsung SyncMaster 204B) and was surprised by the length of the cord. How can you connect the two displays with such a sh

  • BAPI_SALESORDER_CREATEFROMDAT2 Multiple Line Items

    Hi How do I implement BAPI_SALESORDER_CREATEFROMDAT2 for multiple line items. I am currently doing this to create a new SO:     loop at it_item into wa_item where group = wa_head-group.       add 10 to lv_item.       lw_item-itm_number    = lv_item.

  • Basic NOT EXISTS query not returning any results

    DB Version: 10gR2 One of our tables in the test schema is having less number of columns than the PROD shema. To determine which are missing columns in this table in Test schema i did the following. -----In Test Schema CREATE TABLE XYZ2 (COL1 NUMBER);

  • Import Scenario_Plz Help

    Hi Gurus, My Client (Implementation) is having the Import Scenarios, but i have not used it before. Hence want to share some useful guideline from you people. Want to know what are all the necessary and important things to be taken care off. I know h

  • Eclipse: can't set compiler compliance level to 6.0

    hello! i have installed the following packages: local/jdk 6u3-1     Sun's Java Development Kit local/jdk 6u3-1     Sun's Java Development Kit local/eclipse 3.3.1.1-1     Eclipse IDE development platform java -version says: java version "1.6.0_03" Jav