FAQ Search Today's Posts Mark Forums Read
» Video Reviews

» Linux Archive

Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.


» Sponsor

» Partners

» Sponsor

Go Back   Linux Archive > Debian > Debian Kernel

 
 
LinkBack Thread Tools
 
Old 07-06-2012, 03:39 AM
littlebat
 
Default Bug#679750: Lenovo G360: ALPS Touchpad Recognized as "PS/2 Generic Mouse"(with newly dmesg information)

Hi,

Because linux-input@vger.kernel.org is a mail list, I must register to
it for sending bug report. So all the posts about this bug sent to it
before had never reach it. I re-organize the text and report this bug to
linux-input@vger.kernel.org again when post my newly demsg information
under a recompiled 3.4 kernel with added "#DEFINE DEBUG" to the top of
"drivers/input/mouse/alps.c" adviced by seth.forshee@canonical.com.

I think I am reporting a kernel bug about ALPS touchpad on Lenovo
G360.

This bug was reported at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679750 first.

My lenovo G360 has an ALPS touchpad, shows in Windows 7 Home Editition
OEM in this laptop. Under Debian Squeeze and Ubuntu 12.04 LTS LiveCD in
same laptop, the left and right key, single and double tap, tracking of
touchpad works well. But, there isn't touchpad tab in gnome mouse
setting dialog, so I can't setup edge scrolling and disable touchpad on
typing. xinput shows it is a "PS/2 Generic Mouse".

I have tried kernels 2.6.32-45, 3.2.4-1~bpo60+1,
3.4.4-1~experimental.1 under Debian Squeeze and kernel 3.2 under
Ubuntu 12.04 LTS LiveCD on this Lenovo G360 laptop. None of these four
kernels can configure a full functional ALPS touchpad. There are
same syptoms under all of these four kernels:

1, "synclient -l" shows "Couldn't find synaptics properties. No
synaptics driver loaded? "
2, "xinput --list" shows it is a "PS/2 Generic Mouse"
3, "cat /proc/bus/input/devices" shows it is "N: Name="PS/2 Generic
Mouse""
4, Can't find any string like "touchpad", "synaptics" in
"/var/log/Xorg.0.log"
5, There isn't touchpad tab in gnome mouse setting dialog, so I can't
setup edge scrolling and disable touchpad on typing.

Under the kernel 3.2.4-1~bpo60+1 on Debian Squeeze, I have tried many
ways to fix this problem, but no lucky. The ways I tried such as:
1, add "psmouse.proto=imps(or exps)" into kernel parameters;
2, add file "etc/X11/xorg.d/10-synaptics.conf", the content as below:
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "SHMConfig" "on"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "VertTwoFingerScroll" "on"
Option "HorizTwoFingerScroll" "on"
EndSection
3, Thanks to the help of "How to disable Alps touchpad while typing or
when using an external mouse in Linux" at:
http://www.imega.cz/Linux-Alps-Touchpad-Dell-E6410/Linux-Alps-touchpad-disable.php
I resolved the problem of "disable touchpad on typing" by using a
python script, but I can't make edge scrolling work yet.
According to the advice of the page above, I downloaded
linux-source-3.2, and applied patch at
"https://patchwork.kernel.org/patch/118834/ ": patch name:
Resend-Add-support-for-Intellimouse-Mode-in-ALPS-touchpad-on-Dell-E2-series-Laptops.patch,
see attachment), I have not used cat *.patch | patch -p1, just copy the
modified code into linux-source-3.2 and recompile psmouse.ko. But no
lucky, edge scrolling still can't work.
4, etc..

There are six attachments in this report.
Note: All of them got under running recompiled linux_3.4.4.orig.tar.xz
source on Debian Squeeze, compiled kernel linux_3.4.4.orig.tar.xz
source without pacthing debian pacthes under kernel 3.2.4-1~bpo60+1,I
don't know how to patch them. I added "#define DEBUG" to the top of
"drivers/input/mouse/alps.c" of source of kernel
linux_3.4.4.orig.tar.xz. according to the advice at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679750#78
The kernel downloaded from:
http://snapshot.debian.org/archive/debian/20120626T221453Z/pool/main/l/linux/linux_3.4.4.orig.tar.xz

1, output of command "xinput list--long": xinputlist.txt
2, output of command "cat /proc/bus/input/devices": inputdevices.txt
3, /var/log/Xorg.0.log: Xorg.0.log
4, output of command "dmesg": dmesg.txt
5, output of command "for file in /sys/class/dmi/id/*; do if [ -f
"$file" -a -r "$file" ]; then echo $file: `cat $file` ; fi; done":
DMI.txt
6, kernel config file, borrowed from
linux-image-3.4-trunk-amd64_3.4.4-1~experimental.1_amd64.deb:
config-3.4.4debugpsmouse

I found these lines in my dmesg information:
[ 19.995850] psmouse serio4: alps: E6 report: 00 00 64
[ 20.021288] psmouse serio4: alps: E7 report: 73 03 50
[ 20.623609] input: PS/2 Generic Mouse
as /devices/platform/i8042/serio4/input/input9

Tell me If need more detail information.

Thanks.
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.4.4debugpsmouse (mengdaxing@ldebian) (gcc version 4.4.5 (Debian 4.4.5-8) ) #1 SMP Fri Jul 6 07:44:49 CST 2012
[ 0.000000] Command line: root=/dev/sda7 acpi_backlight=vendor ro
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009c400 (usable)
[ 0.000000] BIOS-e820: 000000000009c400 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000dc000 - 00000000000e0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000007727c000 (usable)
[ 0.000000] BIOS-e820: 000000007727c000 - 0000000077282000 (reserved)
[ 0.000000] BIOS-e820: 0000000077282000 - 00000000773ee000 (usable)
[ 0.000000] BIOS-e820: 00000000773ee000 - 000000007740f000 (reserved)
[ 0.000000] BIOS-e820: 000000007740f000 - 000000007746f000 (usable)
[ 0.000000] BIOS-e820: 000000007746f000 - 0000000077470000 (reserved)
[ 0.000000] BIOS-e820: 0000000077470000 - 00000000774f1000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000774f1000 - 000000007770f000 (reserved)
[ 0.000000] BIOS-e820: 000000007770f000 - 0000000077717000 (usable)
[ 0.000000] BIOS-e820: 0000000077717000 - 000000007771f000 (reserved)
[ 0.000000] BIOS-e820: 000000007771f000 - 000000007775e000 (usable)
[ 0.000000] BIOS-e820: 000000007775e000 - 000000007779f000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000007779f000 - 00000000777e1000 (usable)
[ 0.000000] BIOS-e820: 00000000777e1000 - 00000000777ff000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000777ff000 - 0000000077800000 (usable)
[ 0.000000] BIOS-e820: 0000000077800000 - 000000007c000000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000f0804000 - 00000000f0805000 (reserved)
[ 0.000000] BIOS-e820: 00000000feaff000 - 00000000feb00000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI present.
[ 0.000000] DMI: LENOVO G360 /LL1 , BIOS 61CN06WW 10/27/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 = 0x77800 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-through
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 disabled
[ 0.000000] 1 base 078000000 mask FF8000000 uncachable
[ 0.000000] 2 base 000000000 mask F80000000 write-back
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] found SMP MP-table at [ffff8800000f6200] f6200
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 20480
[ 0.000000] init_memory_mapping: 0000000000000000-0000000077800000
[ 0.000000] 0000000000 - 0077800000 page 2M
[ 0.000000] kernel direct mapping tables up to 77800000 @ 1fffd000-20000000
[ 0.000000] RAMDISK: 6fc5c000 - 7726c000
[ 0.000000] ACPI: RSDP 00000000000f60c0 00024 (v02 PTLTD )
[ 0.000000] ACPI: XSDT 00000000777f2fcb 0005C (v01 LENOVO CB-01 06040000 LTP 00000000)
[ 0.000000] ACPI: FACP 00000000777e3000 000F4 (v03 LENOVO CB-01 06040000 PTEC 00000001)
[ 0.000000] ACPI: DSDT 00000000777e4000 0BBBF (v02 LENOVO CB-01 06040000 INTL 20060912)
[ 0.000000] ACPI: FACS 000000007779bfc0 00040
[ 0.000000] ACPI: HPET 00000000777fed86 00038 (v01 LENOVO CB-01 06040000 PTEC 00000001)
[ 0.000000] ACPI: MCFG 00000000777fedbe 0003C (v01 LENOVO CB-01 06040000 PTEC 00000001)
[ 0.000000] ACPI: APIC 00000000777fedfa 00068 (v01 LENOVO CB-01 06040000 LTP 00000000)
[ 0.000000] ACPI: BOOT 00000000777fee62 00028 (v01 LENOVO CB-01 06040000 LTP 00000001)
[ 0.000000] ACPI: SLIC 00000000777fee8a 00176 (v01 LENOVO CB-01 06040000 LTP 00000000)
[ 0.000000] ACPI: SSDT 00000000777e2000 009F1 (v01 PmRef CpuPm 00003000 INTL 20050624)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-0000000077800000
[ 0.000000] Initmem setup node 0 0000000000000000-0000000077800000
[ 0.000000] NODE_DATA [00000000777dd000 - 00000000777e0fff]
[ 0.000000] [ffffea0000000000-ffffea0001bfffff] PMD -> [ffff88006d600000-ffff88006f1fffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal empty
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] Early memory PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009c
[ 0.000000] 0: 0x00000100 -> 0x0007727c
[ 0.000000] 0: 0x00077282 -> 0x000773ee
[ 0.000000] 0: 0x0007740f -> 0x0007746f
[ 0.000000] 0: 0x0007770f -> 0x00077717
[ 0.000000] 0: 0x0007771f -> 0x0007775e
[ 0.000000] 0: 0x0007779f -> 0x000777e1
[ 0.000000] 0: 0x000777ff -> 0x00077800
[ 0.000000] On node 0 totalpages: 488542
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 5 pages reserved
[ 0.000000] DMA zone: 3919 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 6636 pages used for memmap
[ 0.000000] DMA32 zone: 477926 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x04] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[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 high edge)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009c000 - 000000000009d000
[ 0.000000] PM: Registered nosave memory: 000000000009d000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000
[ 0.000000] PM: Registered nosave memory: 00000000000dc000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 00000000000e4000
[ 0.000000] PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
[ 0.000000] PM: Registered nosave memory: 000000007727c000 - 0000000077282000
[ 0.000000] PM: Registered nosave memory: 00000000773ee000 - 000000007740f000
[ 0.000000] PM: Registered nosave memory: 000000007746f000 - 0000000077470000
[ 0.000000] PM: Registered nosave memory: 0000000077470000 - 00000000774f1000
[ 0.000000] PM: Registered nosave memory: 00000000774f1000 - 000000007770f000
[ 0.000000] PM: Registered nosave memory: 0000000077717000 - 000000007771f000
[ 0.000000] PM: Registered nosave memory: 000000007775e000 - 000000007779f000
[ 0.000000] PM: Registered nosave memory: 00000000777e1000 - 00000000777ff000
[ 0.000000] Allocating PCI resources starting at 7c000000 (gap: 7c000000:64000000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88006fa00000 s82304 r8192 d24192 u1048576
[ 0.000000] pcpu-alloc: s82304 r8192 d24192 u1048576 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 481845
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: root=/dev/sda7 acpi_backlight=vendor ro
[ 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: 1795820k/1957888k available (3581k kernel code, 3720k absent, 158348k reserved, 3112k data, 604k init)
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] NR_IRQS:33024 nr_irqs:512 16
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 7864320 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.004000] Detected 2127.944 MHz processor.
[ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 4255.88 BogoMIPS (lpj=8511776)
[ 0.000152] pid_max: default: 32768 minimum: 301
[ 0.000263] Security Framework initialized
[ 0.000337] AppArmor: AppArmor disabled by boot time parameter
[ 0.000550] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.001342] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.001750] Mount-cache hash table entries: 256
[ 0.002029] Initializing cgroup subsys cpuacct
[ 0.002102] Initializing cgroup subsys memory
[ 0.002186] Initializing cgroup subsys devices
[ 0.002256] Initializing cgroup subsys freezer
[ 0.002329] Initializing cgroup subsys net_cls
[ 0.002401] Initializing cgroup subsys blkio
[ 0.002477] Initializing cgroup subsys perf_event
[ 0.002578] CPU: Physical Processor ID: 0
[ 0.002649] CPU: Processor Core ID: 0
[ 0.002723] mce: CPU supports 9 MCE banks
[ 0.002801] CPU0: Thermal monitoring handled by SMI
[ 0.002809] using mwait in idle threads.
[ 0.003914] ACPI: Core revision 20120320
[ 0.023535] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.063288] CPU0: Intel(R) Pentium(R) CPU P6200 @ 2.13GHz stepping 05
[ 0.171347] Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver.
[ 0.171623] CPUID marked event: 'bus cycles' unavailable
[ 0.171703] ... version: 3
[ 0.171778] ... bit width: 48
[ 0.171852] ... generic registers: 4
[ 0.171924] ... value mask: 0000ffffffffffff
[ 0.172004] ... max period: 000000007fffffff
[ 0.172081] ... fixed-purpose events: 3
[ 0.172155] ... event mask: 000000070000000f
[ 0.172378] NMI watchdog: enabled, takes one hw-pmu counter.
[ 0.172571] Booting Node 0, Processors #1 Ok.
[ 0.183639] CPU1: Thermal monitoring handled by SMI
[ 0.185751] NMI watchdog: enabled, takes one hw-pmu counter.
[ 0.185876] Brought up 2 CPUs
[ 0.185950] Total of 2 processors activated (8511.77 BogoMIPS).
[ 0.187257] devtmpfs: initialized
[ 0.191456] PM: Registering ACPI NVS region [mem 0x77470000-0x774f0fff] (528384 bytes)
[ 0.191583] PM: Registering ACPI NVS region [mem 0x7775e000-0x7779efff] (266240 bytes)
[ 0.191796] dummy:
[ 0.191928] NET: Registered protocol family 16
[ 0.192125] ACPI: bus type pci registered
[ 0.192282] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.192390] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.237602] PCI: Using configuration type 1 for base access
[ 0.238306] bio: create slab <bio-0> at 0
[ 0.238474] ACPI: Added _OSI(Module Device)
[ 0.238552] ACPI: Added _OSI(Processor Device)
[ 0.238628] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.238705] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.240327] ACPI: EC: Look up EC in DSDT
[ 0.248392] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.248946] ACPI: SSDT 000000007771ac18 003AE (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
[ 0.249509] ACPI: Dynamic OEM Table Load:
[ 0.249671] ACPI: SSDT (null) 003AE (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
[ 0.250043] ACPI: SSDT 0000000077718018 00891 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
[ 0.253054] ACPI: Dynamic OEM Table Load:
[ 0.253210] ACPI: SSDT (null) 00891 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
[ 0.253756] ACPI: SSDT 0000000077719a98 00303 (v01 PmRef ApIst 00003000 INTL 20050624)
[ 0.254386] ACPI: Dynamic OEM Table Load:
[ 0.254543] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20050624)
[ 0.254896] ACPI: SSDT 0000000077717d98 00119 (v01 PmRef ApCst 00003000 INTL 20050624)
[ 0.255474] ACPI: Dynamic OEM Table Load:
[ 0.255634] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20050624)
[ 0.266004] ACPI: Interpreter enabled
[ 0.266080] ACPI: (supports S0 S3 S4 S5)
[ 0.266346] ACPI: Using IOAPIC for interrupt routing
[ 0.276657] ACPI: EC: GPE = 0x16, I/O: command/status = 0x66, data = 0x62
[ 0.276940] ACPI: No dock devices found.
[ 0.277017] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.277608] \_SB_.PCI0:_OSC invalid UUID
[ 0.277610] _OSC request data:1 8 1f
[ 0.277614] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.278450] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
[ 0.278533] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
[ 0.278616] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[ 0.278719] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
[ 0.278828] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
[ 0.278931] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
[ 0.279033] pci_root PNP0A08:00: host bridge window [mem 0x7c000000-0xfeafffff]
[ 0.279174] PCI host bridge to bus 0000:00
[ 0.279249] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.279330] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.279411] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.279497] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[ 0.279582] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[ 0.279664] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[ 0.279750] pci_bus 0000:00: root bus resource [mem 0x7c000000-0xfeafffff]
[ 0.279842] pci 0000:00:00.0: [8086:0044] type 00 class 0x060000
[ 0.279861] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
[ 0.279986] pci 0000:00:01.0: [8086:0045] type 01 class 0x060400
[ 0.280020] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.280035] pci 0000:00:02.0: [8086:0046] type 00 class 0x030000
[ 0.280047] pci 0000:00:02.0: reg 10: [mem 0xf0000000-0xf03fffff 64bit]
[ 0.280054] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.280060] pci 0000:00:02.0: reg 20: [io 0x1800-0x1807]
[ 0.280136] pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
[ 0.280162] pci 0000:00:1a.0: reg 10: [mem 0xf0806000-0xf08063ff]
[ 0.280275] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.280311] pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
[ 0.280333] pci 0000:00:1b.0: reg 10: [mem 0xf0800000-0xf0803fff 64bit]
[ 0.280432] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.280464] pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
[ 0.280568] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.280601] pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400
[ 0.280702] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.280739] pci 0000:00:1c.4: [8086:3b4a] type 01 class 0x060400
[ 0.280843] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.280885] pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
[ 0.280910] pci 0000:00:1d.0: reg 10: [mem 0xf0806400-0xf08067ff]
[ 0.281023] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.281052] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[ 0.281141] pci 0000:00:1f.0: [8086:3b09] type 00 class 0x060100
[ 0.281275] pci 0000:00:1f.2: [8086:3b29] type 00 class 0x010601
[ 0.281302] pci 0000:00:1f.2: reg 10: [io 0x1818-0x181f]
[ 0.281313] pci 0000:00:1f.2: reg 14: [io 0x180c-0x180f]
[ 0.281325] pci 0000:00:1f.2: reg 18: [io 0x1810-0x1817]
[ 0.281336] pci 0000:00:1f.2: reg 1c: [io 0x1808-0x180b]
[ 0.281348] pci 0000:00:1f.2: reg 20: [io 0x1820-0x183f]
[ 0.281359] pci 0000:00:1f.2: reg 24: [mem 0xf0805000-0xf08057ff]
[ 0.281428] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.281455] pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
[ 0.281477] pci 0000:00:1f.3: reg 10: [mem 0xf0806800-0xf08068ff 64bit]
[ 0.281508] pci 0000:00:1f.3: reg 20: [io 0x1840-0x185f]
[ 0.281560] pci 0000:00:1f.6: [8086:3b32] type 00 class 0x118000
[ 0.281589] pci 0000:00:1f.6: reg 10: [mem 0xf0804000-0xf0804fff 64bit]
[ 0.281740] pci 0000:01:00.0: [10de:0a70] type 00 class 0x030000
[ 0.281756] pci 0000:01:00.0: reg 10: [mem 0xac000000-0xacffffff]
[ 0.281773] pci 0000:01:00.0: reg 14: [mem 0xb0000000-0xbfffffff 64bit pref]
[ 0.281789] pci 0000:01:00.0: reg 1c: [mem 0xae000000-0xafffffff 64bit pref]
[ 0.281801] pci 0000:01:00.0: reg 24: [io 0x2000-0x207f]
[ 0.281814] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0007ffff pref]
[ 0.281918] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.281998] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
[ 0.282001] pci 0000:00:01.0: bridge window [mem 0xac000000-0xadefffff]
[ 0.282005] pci 0000:00:01.0: bridge window [mem 0xae000000-0xbfffffff 64bit pref]
[ 0.282063] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.282245] pci 0000:03:00.0: [168c:002b] type 00 class 0x028000
[ 0.282288] pci 0000:03:00.0: reg 10: [mem 0xf0500000-0xf050ffff 64bit]
[ 0.282491] pci 0000:03:00.0: supports D1
[ 0.282493] pci 0000:03:00.0: PME# supported from D0 D1 D3hot
[ 0.282580] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[ 0.282664] pci 0000:00:1c.1: bridge window [mem 0xf0500000-0xf05fffff]
[ 0.282751] pci 0000:08:00.0: [1969:2060] type 00 class 0x020000
[ 0.282782] pci 0000:08:00.0: reg 10: [mem 0xf0400000-0xf043ffff 64bit]
[ 0.282798] pci 0000:08:00.0: reg 18: [io 0x3000-0x307f]
[ 0.282932] pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.289711] pci 0000:00:1c.4: PCI bridge to [bus 08-08]
[ 0.289804] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff]
[ 0.289810] pci 0000:00:1c.4: bridge window [mem 0xf0400000-0xf04fffff]
[ 0.289891] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a] (subtractive decode)
[ 0.289988] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.289990] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.289993] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.289996] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[ 0.289998] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[ 0.290001] pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
[ 0.290003] pci 0000:00:1e.0: bridge window [mem 0x7c000000-0xfeafffff] (subtractive decode)
[ 0.290033] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.290300] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
[ 0.290377] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[ 0.290545] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 0.290614] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[ 0.290689] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
[ 0.290838] \_SB_.PCI0:_OSC invalid UUID
[ 0.290839] _OSC request data:1 1f 1f
[ 0.290844] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 0.290967] \_SB_.PCI0:_OSC invalid UUID
[ 0.290968] _OSC request data:1 0 1d
[ 0.290972] pci0000:00: ACPI _OSC request failed (AE_ERROR), returned control mask: 0x1d
[ 0.291077] ACPI _OSC control for PCIe not granted, disabling ASPM
[ 0.297378] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus ff])
[ 0.297535] PCI host bridge to bus 0000:ff
[ 0.297612] pci 0000:ff:00.0: [8086:2c62] type 00 class 0x060000
[ 0.297634] pci 0000:ff:00.1: [8086:2d01] type 00 class 0x060000
[ 0.297657] pci 0000:ff:02.0: [8086:2d10] type 00 class 0x060000
[ 0.297677] pci 0000:ff:02.1: [8086:2d11] type 00 class 0x060000
[ 0.297700] pci 0000:ff:02.2: [8086:2d12] type 00 class 0x060000
[ 0.297719] pci 0000:ff:02.3: [8086:2d13] type 00 class 0x060000
[ 0.297754] pci0000:ff: Requesting ACPI _OSC control (0x1d)
[ 0.297834] pci0000:ff: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
[ 0.297940] ACPI _OSC control for PCIe not granted, disabling ASPM
[ 0.298274] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[ 0.298909] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[ 0.299603] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[ 0.300234] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[ 0.300864] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[ 0.301604] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[ 0.302351] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[ 0.303042] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[ 0.303722] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks= none
[ 0.303836] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=no ne
[ 0.303945] vgaarb: loaded
[ 0.304015] vgaarb: bridge control possible 0000:01:00.0
[ 0.304093] vgaarb: no bridge control possible 0000:00:02.0
[ 0.304202] PCI: Using ACPI for IRQ routing
[ 0.314171] PCI: pci_cache_line_size set to 64 bytes
[ 0.314267] reserve RAM buffer: 000000000009c400 - 000000000009ffff
[ 0.314270] reserve RAM buffer: 000000007727c000 - 0000000077ffffff
[ 0.314276] reserve RAM buffer: 00000000773ee000 - 0000000077ffffff
[ 0.314281] reserve RAM buffer: 000000007746f000 - 0000000077ffffff
[ 0.314285] reserve RAM buffer: 0000000077717000 - 0000000077ffffff
[ 0.314289] reserve RAM buffer: 000000007775e000 - 0000000077ffffff
[ 0.314292] reserve RAM buffer: 00000000777e1000 - 0000000077ffffff
[ 0.314294] reserve RAM buffer: 0000000077800000 - 0000000077ffffff
[ 0.314432] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.314891] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.316987] Switching to clocksource hpet
[ 0.318876] pnp: PnP ACPI init
[ 0.318967] ACPI: bus type pnp registered
[ 0.319447] pnp 00:00: [bus 00-fe]
[ 0.319450] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.319452] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.319455] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.319457] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.319460] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[ 0.319462] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[ 0.319464] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[ 0.319466] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[ 0.319468] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[ 0.319470] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[ 0.319473] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[ 0.319475] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[ 0.319477] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[ 0.319479] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[ 0.319481] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[ 0.319483] pnp 00:00: [mem 0x000ec000-0x000effff window]
[ 0.319485] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[ 0.319487] pnp 00:00: [mem 0x7c000000-0xfeafffff window]
[ 0.319489] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[ 0.319547] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 0.319655] pnp 00:01: [io 0x0000-0x001f]
[ 0.319657] pnp 00:01: [io 0x0081-0x0091]
[ 0.319659] pnp 00:01: [io 0x0093-0x009f]
[ 0.319661] pnp 00:01: [io 0x00c0-0x00df]
[ 0.319663] pnp 00:01: [dma 4]
[ 0.319699] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.319708] pnp 00:02: [mem 0xff000000-0xffffffff]
[ 0.319741] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.319830] pnp 00:03: [irq 0 disabled]
[ 0.319841] pnp 00:03: [irq 8]
[ 0.319843] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[ 0.319880] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.319892] pnp 00:04: [io 0x00f0]
[ 0.319899] pnp 00:04: [irq 13]
[ 0.319932] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.319945] pnp 00:05: [io 0x002e-0x002f]
[ 0.319947] pnp 00:05: [io 0x004e-0x004f]
[ 0.319949] pnp 00:05: [io 0x0061]
[ 0.319951] pnp 00:05: [io 0x0063]
[ 0.319953] pnp 00:05: [io 0x0065]
[ 0.319954] pnp 00:05: [io 0x0067]
[ 0.319956] pnp 00:05: [io 0x0070]
[ 0.319958] pnp 00:05: [io 0x0080]
[ 0.319960] pnp 00:05: [io 0x0092]
[ 0.319961] pnp 00:05: [io 0x00b2-0x00b3]
[ 0.319963] pnp 00:05: [io 0x0680-0x069f]
[ 0.319965] pnp 00:05: [io 0x0500-0x050f]
[ 0.319967] pnp 00:05: [io 0x0600-0x0603]
[ 0.319968] pnp 00:05: [io 0xffff]
[ 0.319970] pnp 00:05: [io 0x0400-0x047f]
[ 0.319972] pnp 00:05: [io 0x1180-0x11ff]
[ 0.319974] pnp 00:05: [io 0x164e-0x164f]
[ 0.319975] pnp 00:05: [io 0xfe00]
[ 0.319977] pnp 00:05: [io 0x0068]
[ 0.319979] pnp 00:05: [io 0x006c]
[ 0.319981] pnp 00:05: [io 0x0700-0x070f]
[ 0.320046] system 00:05: [io 0x0680-0x069f] has been reserved
[ 0.320127] system 00:05: [io 0x0500-0x050f] has been reserved
[ 0.320208] system 00:05: [io 0x0600-0x0603] has been reserved
[ 0.320287] system 00:05: [io 0xffff] has been reserved
[ 0.320368] system 00:05: [io 0x0400-0x047f] has been reserved
[ 0.320450] system 00:05: [io 0x1180-0x11ff] has been reserved
[ 0.320531] system 00:05: [io 0x164e-0x164f] has been reserved
[ 0.320611] system 00:05: [io 0xfe00] has been reserved
[ 0.320692] system 00:05: [io 0x0700-0x070f] has been reserved
[ 0.320773] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.320810] pnp 00:06: [io 0x06a0-0x06af]
[ 0.320812] pnp 00:06: [io 0x06b0-0x06ff]
[ 0.320864] system 00:06: [io 0x06a0-0x06af] has been reserved
[ 0.320947] system 00:06: [io 0x06b0-0x06ff] has been reserved
[ 0.321031] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.321083] pnp 00:07: [io 0x0070-0x0077]
[ 0.321120] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.321151] pnp 00:08: [io 0x0060]
[ 0.321153] pnp 00:08: [io 0x0064]
[ 0.321159] pnp 00:08: [irq 1]
[ 0.321196] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.321210] pnp 00:09: [irq 12]
[ 0.321244] pnp 00:09: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 0.321546] pnp 00:0a: [mem 0xfed1c000-0xfed1ffff]
[ 0.321548] pnp 00:0a: [mem 0xfed10000-0xfed13fff]
[ 0.321551] pnp 00:0a: [mem 0xfed18000-0xfed18fff]
[ 0.321553] pnp 00:0a: [mem 0xfed19000-0xfed19fff]
[ 0.321555] pnp 00:0a: [mem 0xe0000000-0xefffffff]
[ 0.321557] pnp 00:0a: [mem 0x00000000-0xffffffffffffffff disabled]
[ 0.321559] pnp 00:0a: [mem 0xfeaff000-0xfeafffff]
[ 0.321561] pnp 00:0a: [mem 0xfed20000-0xfed3ffff]
[ 0.321564] pnp 00:0a: [mem 0xfed90000-0xfed8ffff disabled]
[ 0.321566] pnp 00:0a: [mem 0xfed40000-0xfed44fff]
[ 0.321567] pnp 00:0a: [mem 0xfed45000-0xfed8ffff]
[ 0.321569] pnp 00:0a: [mem 0xff000000-0xffffffff]
[ 0.321571] pnp 00:0a: [mem 0xfee00000-0xfeefffff]
[ 0.321636] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.321719] system 00:0a: [mem 0xfed10000-0xfed13fff] has been reserved
[ 0.321803] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.321888] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.321971] system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.322054] system 00:0a: [mem 0xfeaff000-0xfeafffff] has been reserved
[ 0.322137] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.322220] system 00:0a: [mem 0xfed40000-0xfed44fff] has been reserved
[ 0.322307] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.322391] system 00:0a: [mem 0xff000000-0xffffffff] has been reserved
[ 0.322473] system 00:0a: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.322558] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.322745] pnp 00:0b: [bus ff]
[ 0.322787] pnp 00:0b: Plug and Play ACPI device, IDs PNP0a03 (active)
[ 0.323136] pnp: PnP ACPI: found 12 devices
[ 0.323213] ACPI: ACPI bus type pnp unregistered
[ 0.330295] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02-02] add_size 1000
[ 0.330300] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02-02] add_size 200000
[ 0.330303] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02-02] add_size 200000
[ 0.330315] pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 03-03] add_size 1000
[ 0.330319] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03-03] add_size 200000
[ 0.330331] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 08-08] add_size 200000
[ 0.330350] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[ 0.330353] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.330356] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.330359] pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.330362] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.330365] pci 0000:00:1c.1: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.330371] pci 0000:00:1c.0: BAR 14: assigned [mem 0x7c000000-0x7c1fffff]
[ 0.330456] pci 0000:00:1c.0: BAR 15: assigned [mem 0x7c200000-0x7c3fffff 64bit pref]
[ 0.330561] pci 0000:00:1c.1: BAR 15: assigned [mem 0x7c400000-0x7c5fffff 64bit pref]
[ 0.330668] pci 0000:00:1c.4: BAR 15: assigned [mem 0x7c600000-0x7c7fffff 64bit pref]
[ 0.330772] pci 0000:00:1c.0: BAR 13: assigned [io 0x4000-0x4fff]
[ 0.330855] pci 0000:00:1c.1: BAR 13: assigned [io 0x5000-0x5fff]
[ 0.330938] pci 0000:01:00.0: BAR 6: assigned [mem 0xad000000-0xad07ffff pref]
[ 0.331043] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.331121] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
[ 0.331203] pci 0000:00:01.0: bridge window [mem 0xac000000-0xadefffff]
[ 0.331289] pci 0000:00:01.0: bridge window [mem 0xae000000-0xbfffffff 64bit pref]
[ 0.331395] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.331474] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
[ 0.331559] pci 0000:00:1c.0: bridge window [mem 0x7c000000-0x7c1fffff]
[ 0.331644] pci 0000:00:1c.0: bridge window [mem 0x7c200000-0x7c3fffff 64bit pref]
[ 0.331754] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[ 0.331833] pci 0000:00:1c.1: bridge window [io 0x5000-0x5fff]
[ 0.331919] pci 0000:00:1c.1: bridge window [mem 0xf0500000-0xf05fffff]
[ 0.332004] pci 0000:00:1c.1: bridge window [mem 0x7c400000-0x7c5fffff 64bit pref]
[ 0.332113] pci 0000:00:1c.4: PCI bridge to [bus 08-08]
[ 0.332191] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff]
[ 0.332278] pci 0000:00:1c.4: bridge window [mem 0xf0400000-0xf04fffff]
[ 0.332362] pci 0000:00:1c.4: bridge window [mem 0x7c600000-0x7c7fffff 64bit pref]
[ 0.332473] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a]
[ 0.332598] pci 0000:00:1e.0: setting latency timer to 64
[ 0.332603] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.332605] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.332608] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.332610] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
[ 0.332612] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
[ 0.332614] pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000e3fff]
[ 0.332617] pci_bus 0000:00: resource 10 [mem 0x7c000000-0xfeafffff]
[ 0.332619] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
[ 0.332621] pci_bus 0000:01: resource 1 [mem 0xac000000-0xadefffff]
[ 0.332623] pci_bus 0000:01: resource 2 [mem 0xae000000-0xbfffffff 64bit pref]
[ 0.332626] pci_bus 0000:02: resource 0 [io 0x4000-0x4fff]
[ 0.332628] pci_bus 0000:02: resource 1 [mem 0x7c000000-0x7c1fffff]
[ 0.332630] pci_bus 0000:02: resource 2 [mem 0x7c200000-0x7c3fffff 64bit pref]
[ 0.332633] pci_bus 0000:03: resource 0 [io 0x5000-0x5fff]
[ 0.332635] pci_bus 0000:03: resource 1 [mem 0xf0500000-0xf05fffff]
[ 0.332637] pci_bus 0000:03: resource 2 [mem 0x7c400000-0x7c5fffff 64bit pref]
[ 0.332640] pci_bus 0000:08: resource 0 [io 0x3000-0x3fff]
[ 0.332642] pci_bus 0000:08: resource 1 [mem 0xf0400000-0xf04fffff]
[ 0.332644] pci_bus 0000:08: resource 2 [mem 0x7c600000-0x7c7fffff 64bit pref]
[ 0.332647] pci_bus 0000:0a: resource 4 [io 0x0000-0x0cf7]
[ 0.332649] pci_bus 0000:0a: resource 5 [io 0x0d00-0xffff]
[ 0.332651] pci_bus 0000:0a: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.332654] pci_bus 0000:0a: resource 7 [mem 0x000d4000-0x000d7fff]
[ 0.332656] pci_bus 0000:0a: resource 8 [mem 0x000d8000-0x000dbfff]
[ 0.332658] pci_bus 0000:0a: resource 9 [mem 0x000e0000-0x000e3fff]
[ 0.332660] pci_bus 0000:0a: resource 10 [mem 0x7c000000-0xfeafffff]
[ 0.332729] NET: Registered protocol family 2
[ 0.332897] IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.333466] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[ 0.334843] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.335247] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.335331] TCP: reno registered
[ 0.335410] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[ 0.335504] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[ 0.335707] NET: Registered protocol family 1
[ 0.335803] pci 0000:00:02.0: Boot video device
[ 0.335958] PCI: CLS 64 bytes, default 64
[ 0.336011] Unpacking initramfs...
[ 3.245563] Freeing initrd memory: 120896k freed
[ 3.273293] Simple Boot Flag at 0x36 set to 0x1
[ 3.273831] audit: initializing netlink socket (disabled)
[ 3.273922] type=2000 audit(1341562754.156:1): initialized
[ 3.288222] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 3.288784] VFS: Disk quotas dquot_6.5.2
[ 3.288880] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 3.289038] msgmni has been set to 3743
[ 3.289283] alg: No test for stdrng (krng)
[ 3.289384] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 3.289488] io scheduler noop registered
[ 3.289561] io scheduler deadline registered
[ 3.289654] io scheduler cfq registered (default)
[ 3.289846] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[ 3.290068] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 3.290167] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 3.290253] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 3.290753] intel_idle: MWAIT substates: 0x120
[ 3.290755] intel_idle: v0.4 model 0x25
[ 3.290757] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 3.290797] GHES: HEST is not enabled!
[ 3.290925] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 3.291519] Linux agpgart interface v0.103
[ 3.291665] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
[ 3.291875] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[ 3.292818] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
[ 3.293050] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[ 3.293246] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 3.295598] i8042: Detected active multiplexing controller, rev 1.1
[ 3.298110] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 3.298190] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 3.300793] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 3.300893] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 3.300987] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 3.301178] mousedev: PS/2 mouse device common for all mice
[ 3.301305] rtc_cmos 00:07: RTC can wake from S4
[ 3.301520] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[ 3.301635] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 3.301755] cpuidle: using governor ladder
[ 3.301867] cpuidle: using governor menu
[ 3.302152] TCP: cubic registered
[ 3.302357] NET: Registered protocol family 10
[ 3.302911] Mobile IPv6
[ 3.302993] NET: Registered protocol family 17
[ 3.303081] Registering the dns_resolver key type
[ 3.303550] PM: Hibernation image not present or could not be loaded.
[ 3.303572] registered taskstats version 1
[ 3.304631] rtc_cmos 00:07: setting system clock to 2012-07-06 08:19:14 UTC (1341562754)
[ 3.304838] Initializing network drop monitor service
[ 3.320857] Freeing unused kernel memory: 604k freed
[ 3.321101] Write protecting the kernel read-only data: 6144k
[ 3.325645] Freeing unused kernel memory: 496k freed
[ 3.331899] Freeing unused kernel memory: 720k freed
[ 3.347289] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 3.405505] udev[54]: starting version 164
[ 3.430780] usbcore: registered new interface driver usbfs
[ 3.430890] usbcore: registered new interface driver hub
[ 3.439377] usbcore: registered new device driver usb
[ 3.440440] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.440568] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[ 3.440572] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[ 3.440677] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 3.440807] ehci_hcd 0000:00:1a.0: debug port 2
[ 3.444858] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[ 3.444880] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf0806000
[ 3.455829] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 3.455959] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.456043] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.456148] usb usb1: Product: EHCI Host Controller
[ 3.456226] usb usb1: Manufacturer: Linux 3.4.4debugpsmouse ehci_hcd
[ 3.456308] usb usb1: SerialNumber: 0000:00:1a.0
[ 3.457498] hub 1-0:1.0: USB hub found
[ 3.457580] hub 1-0:1.0: 3 ports detected
[ 3.457827] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[ 3.457831] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[ 3.457922] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 3.458060] ehci_hcd 0000:00:1d.0: debug port 2
[ 3.462299] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[ 3.477960] SCSI subsystem initialized
[ 3.492745] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf0806400
[ 3.495430] libata version 3.00 loaded.
[ 3.503846] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 3.503967] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.504067] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.504169] usb usb2: Product: EHCI Host Controller
[ 3.504249] usb usb2: Manufacturer: Linux 3.4.4debugpsmouse ehci_hcd
[ 3.504329] usb usb2: SerialNumber: 0000:00:1d.0
[ 3.504674] hub 2-0:1.0: USB hub found
[ 3.504754] hub 2-0:1.0: 3 ports detected
[ 3.504924] ahci 0000:00:1f.2: version 3.0
[ 3.505006] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
[ 3.505054] ahci: SSS flag set, parallel bus scan disabled
[ 3.505177] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x32 impl SATA mode
[ 3.505284] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems apst
[ 3.505397] ahci 0000:00:1f.2: setting latency timer to 64
[ 3.522590] scsi0 : ahci
[ 3.522895] scsi1 : ahci
[ 3.523099] scsi2 : ahci
[ 3.523297] scsi3 : ahci
[ 3.523498] scsi4 : ahci
[ 3.523655] scsi5 : ahci
[ 3.523924] ata1: DUMMY
[ 3.524007] ata2: SATA max UDMA/133 abar m2048@0xf0805000 port 0xf0805180 irq 41
[ 3.524125] ata3: DUMMY
[ 3.524204] ata4: DUMMY
[ 3.524283] ata5: SATA max UDMA/133 abar m2048@0xf0805000 port 0xf0805300 irq 41
[ 3.524402] ata6: SATA max UDMA/133 abar m2048@0xf0805000 port 0xf0805380 irq 41
[ 3.535418] thermal LNXTHERM:00: registered as thermal_zone0
[ 3.535506] ACPI: Thermal Zone [TZ00] (60 C)
[ 3.564361] atl1c 0000:08:00.0: version 1.0.1.0-NAPI
[ 3.767668] usb 1-1: new high-speed USB device number 2 using ehci_hcd
[ 3.843661] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 3.894266] ata2.00: ATA-8: TOSHIBA MK3265GSX, GJ205E, max UDMA/100
[ 3.894357] ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 3.895437] ata2.00: configured for UDMA/100
[ 3.895888] scsi 1:0:0:0: Direct-Access ATA TOSHIBA MK3265GS GJ20 PQ: 0 ANSI: 5
[ 3.899981] usb 1-1: New USB device found, idVendor=8087, idProduct=0020
[ 3.900072] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.900548] hub 1-1:1.0: USB hub found
[ 3.900678] hub 1-1:1.0: 6 ports detected
[ 4.011567] usb 2-1: new high-speed USB device number 2 using ehci_hcd
[ 4.143882] usb 2-1: New USB device found, idVendor=8087, idProduct=0020
[ 4.143975] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.144569] hub 2-1:1.0: USB hub found
[ 4.144711] hub 2-1:1.0: 8 ports detected
[ 4.215510] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 4.215716] usb 1-1.1: new low-speed USB device number 3 using ehci_hcd
[ 4.218558] ata5.00: ATAPI: PLDS DVD-RW DS8A8SH, KL31, max UDMA/100
[ 4.219599] ata5.00: configured for UDMA/100
[ 4.227265] scsi 4:0:0:0: CD-ROM PLDS DVD-RW DS8A8SH KL31 PQ: 0 ANSI: 5
[ 4.271453] Refined TSC clocksource calibration: 2127.999 MHz.
[ 4.271544] Switching to clocksource tsc
[ 4.311556] usb 1-1.1: New USB device found, idVendor=15d9, idProduct=0a4f
[ 4.311650] usb 1-1.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 4.311761] usb 1-1.1: Product: USB OPTICAL MOUSE
[ 4.415520] usb 2-1.2: new low-speed USB device number 3 using ehci_hcd
[ 4.511100] usb 2-1.2: New USB device found, idVendor=0079, idProduct=0011
[ 4.511193] usb 2-1.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 4.511305] usb 2-1.2: Product: USB Gamepad
[ 4.518042] input: USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input1
[ 4.518429] generic-usb 0003:15D9:0A4F.0001: input,hidraw0: USB HID v1.11 Mouse [ USB OPTICAL MOUSE] on usb-0000:00:1a.0-1.1/input0
[ 4.518604] usbcore: registered new interface driver usbhid
[ 4.518680] usbhid: USB HID core driver
[ 4.547353] ata6: SATA link down (SStatus 0 SControl 300)
[ 4.554025] sd 1:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[ 4.554165] sd 1:0:0:0: [sda] Write Protect is off
[ 4.554239] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 4.554256] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.583582] usb 2-1.4: new high-speed USB device number 4 using ehci_hcd
[ 4.683255] sda: sda1 sda2 sda3 < sda5 sda6 sda7 > sda4
[ 4.684402] sd 1:0:0:0: [sda] Attached SCSI disk
[ 4.690404] usb 2-1.4: New USB device found, idVendor=5986, idProduct=0294
[ 4.690499] usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.690611] usb 2-1.4: Product: Lenovo EasyCamera
[ 4.690692] usb 2-1.4: Manufacturer: Bison Corp.
[ 4.692019] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 4.692134] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 4.692470] sr 4:0:0:0: Attached scsi CD-ROM sr0
[ 4.696486] sd 1:0:0:0: Attached scsi generic sg0 type 0
[ 4.696926] sr 4:0:0:0: Attached scsi generic sg1 type 5
[ 5.493900] nbd: registered device at major 43
[ 5.508606] device-mapper: uevent: version 1.0.3
[ 5.508762] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[ 5.657354] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
[ 18.294207] udev[383]: starting version 164
[ 18.555668] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
[ 18.556150] ACPI: Lid Switch [LID]
[ 18.556305] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
[ 18.556413] ACPI: Power Button [PWRB]
[ 18.556528] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input4
[ 18.556635] ACPI: Sleep Button [SLPB]
[ 18.556752] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[ 18.556855] ACPI: Power Button [PWRF]
[ 18.653769] microcode: CPU0 sig=0x20655, pf=0x10, revision=0x2
[ 18.676333] microcode: CPU1 sig=0x20655, pf=0x10, revision=0x2
[ 18.680954] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 18.815230] wmi: Mapper loaded
[ 19.124632] intel ips 0000:00:1f.6: No CPUID match found.
[ 19.127145] intel ips 0000:00:1f.6: IPS not supported on this CPU
[ 19.149616] ACPI Warning: 0x0000000000001840-0x000000000000185f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20120320/utaddress-251)
[ 19.149825] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 19.314993] ACPI: Requesting acpi_cpufreq
[ 19.565379] input: USB Gamepad as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/input/input6
[ 19.565574] dragonrise 0003:0079:0011.0002: input,hidraw1: USB HID v1.10 Joystick [USB Gamepad ] on usb-0000:00:1d.0-1.2/input0
[ 19.582462] input: PC Speaker as /devices/platform/pcspkr/input/input7
[ 19.836138] cfg80211: Calling CRDA to update world regulatory domain
[ 19.887919] input: Ideapad extra buttons as /devices/platform/ideapad/input/input8
[ 19.893749] [drm] Initialized drm 1.1.0 20060810
[ 19.995850] psmouse serio4: alps: E6 report: 00 00 64
[ 20.021288] psmouse serio4: alps: E7 report: 73 03 50
[ 20.623609] input: PS/2 Generic Mouse as /devices/platform/i8042/serio4/input/input9
[ 21.006657] ACPI: Battery Slot [BAT1] (battery present)
[ 21.015326] ACPI: AC Adapter [ACAD] (on-line)
[ 21.356936] Linux media interface: v0.10
[ 21.396786] Linux video capture interface: v2.00
[ 21.830632] uvcvideo: Found UVC 1.00 device Lenovo EasyCamera (5986:0294)
[ 21.833106] input: Lenovo EasyCamera as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input10
[ 21.833364] usbcore: registered new interface driver uvcvideo
[ 21.833445] USB Video Class driver (1.1.1)
[ 22.038803] i915 0000:00:02.0: setting latency timer to 64
[ 22.121798] i915 0000:00:02.0: irq 42 for MSI/MSI-X
[ 22.121817] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 22.121899] [drm] Driver supports precise vblank timestamp query.
[ 22.122069] [drm:intel_dsm_platform_mux_info] *ERROR* MUX INFO call failed
[ 22.122177] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=nonew ns=io+mem
[ 22.122284] vgaarb: transferring owner from PCI:0000:00:02.0 to PCI:0000:01:00.0
[ 22.496801] ath: EEPROM regdomain: 0x65
[ 22.496804] ath: EEPROM indicates we should expect a direct regpair map
[ 22.496807] ath: Country alpha2 being used: 00
[ 22.496809] ath: Regpair used: 0x65
[ 22.535161] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
[ 22.535534] Registered led device: ath9k-phy0
[ 22.535541] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc90010920000, irq=17
[ 22.535917] fbcon: inteldrmfb (fb0) is primary device
[ 22.799152] Console: switching to colour frame buffer device 170x48
[ 22.806607] fb0: inteldrmfb frame buffer device
[ 22.806610] drm: registered panic notifier
[ 22.806998] ACPI Exception: AE_NOT_FOUND, Evaluating _DOD (20120320/video-1147)
[ 22.807053] video: probe of LNXVIDEO:00 failed with error 5
[ 22.809605] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input11
[ 22.809787] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 22.810055] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 22.810206] snd_hda_intel 0000:00:1b.0: irq 43 for MSI/MSI-X
[ 22.894010] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input12
[ 22.898023] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[ 22.898274] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[ 23.126704] EXT4-fs (sda7): re-mounted. Opts: (null)
[ 23.187223] EXT4-fs (sda7): re-mounted. Opts: errors=remount-ro
[ 23.414919] loop: module loaded
[ 24.827362] fuse init (API version 7.18)
[ 25.459851] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 25.974276] Clocksource tsc unstable (delta = -210870030 ns)
[ 27.506101] atl1c 0000:08:00.0: irq 44 for MSI/MSI-X
[ 28.273294] Switching to clocksource hpet
[ 28.820898] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input15
[ 28.868835] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 30.920852] sshd (1576): /proc/1576/oom_adj is deprecated, please use /proc/1576/oom_score_adj instead.
[ 53.127222] wlan0: authenticate with ec:17:2f:2f:e9:b6
[ 53.140570] wlan0: send auth to ec:17:2f:2f:e9:b6 (try 1/3)
[ 53.142929] wlan0: authenticated
[ 53.150758] wlan0: associate with ec:17:2f:2f:e9:b6 (try 1/3)
[ 53.154956] wlan0: RX AssocResp from ec:17:2f:2f:e9:b6 (capab=0x431 status=0 aid=2)
[ 53.154959] wlan0: associated
[ 53.161879] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 63.910209] wlan0: no IPv6 routers present
/sys/class/dmi/id/bios_date: 10/27/2011
/sys/class/dmi/id/bios_vendor: LENOVO
/sys/class/dmi/id/bios_version: 61CN06WW
/sys/class/dmi/id/board_asset_tag:
/sys/class/dmi/id/board_name: LL1
/sys/class/dmi/id/board_vendor: Lenovo
/sys/class/dmi/id/board_version: Rev 1.0
/sys/class/dmi/id/chassis_asset_tag: No Asset Tag
/sys/class/dmi/id/chassis_type: 10
/sys/class/dmi/id/chassis_vendor: Lenovo
/sys/class/dmi/id/chassis_version: Rev 1.0
/sys/class/dmi/id/modalias: dmi:bvnLENOVO:bvr61CN06WW:bd10/27/2011:svnLENOVOnG360vrRev1.0:rvnLenovo:rnLL1:rv rRev1.0:cvnLenovo:ct10:cvrRev1.0:
/sys/class/dmi/id/product_name: G360
/sys/class/dmi/id/product_version: Rev 1.0
/sys/class/dmi/id/sys_vendor: LENOVO
/sys/class/dmi/id/uevent: MODALIAS=dmi:bvnLENOVO:bvr61CN06WW:bd10/27/2011:svnLENOVOnG360vrRev1.0:rvnLenovo:rnLL1:rv rRev1.0:cvnLenovo:ct10:cvrRev1.0:
I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/devices/platform/i8042/serio0/input/input0
U: Uniq=
H: Handlers=sysrq kbd event0
B: PROP=0
B: EV=120013
B: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
B: MSC=10
B: LED=7

I: Bus=0003 Vendor=15d9 Product=0a4f Version=0111
N: Name=" USB OPTICAL MOUSE"
P: Phys=usb-0000:00:1a.0-1.1/input0
S: Sysfs=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input1
U: Uniq=
H: Handlers=mouse0 event1
B: PROP=0
B: EV=17
B: KEY=70000 0 0 0 0
B: REL=103
B: MSC=10

I: Bus=0019 Vendor=0000 Product=0005 Version=0000
N: Name="Lid Switch"
P: Phys=PNP0C0D/button/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
U: Uniq=
H: Handlers=event2
B: PROP=0
B: EV=21
B: SW=1

I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button"
P: Phys=PNP0C0C/button/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
U: Uniq=
H: Handlers=kbd event3
B: PROP=0
B: EV=3
B: KEY=10000000000000 0

I: Bus=0019 Vendor=0000 Product=0003 Version=0000
N: Name="Sleep Button"
P: Phys=PNP0C0E/button/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input4
U: Uniq=
H: Handlers=kbd event4
B: PROP=0
B: EV=3
B: KEY=4000 0 0

I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button"
P: Phys=LNXPWRBN/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
U: Uniq=
H: Handlers=kbd event5
B: PROP=0
B: EV=3
B: KEY=10000000000000 0

I: Bus=0003 Vendor=0079 Product=0011 Version=0110
N: Name="USB Gamepad "
P: Phys=usb-0000:00:1d.0-1.2/input0
S: Sysfs=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/input/input6
U: Uniq=
H: Handlers=event6 js0
B: PROP=0
B: EV=1b
B: KEY=3ff00000000 0 0 0 0
B: ABS=3
B: MSC=10

I: Bus=0010 Vendor=001f Product=0001 Version=0100
N: Name="PC Speaker"
P: Phys=isa0061/input0
S: Sysfs=/devices/platform/pcspkr/input/input7
U: Uniq=
H: Handlers=kbd event7
B: PROP=0
B: EV=40001
B: SND=6

I: Bus=0019 Vendor=0000 Product=0000 Version=0000
N: Name="Ideapad extra buttons"
P: Phys=ideapad/input0
S: Sysfs=/devices/platform/ideapad/input/input8
U: Uniq=
H: Handlers=kbd rfkill event8
B: PROP=0
B: EV=13
B: KEY=1400800000000 300000 0 0
B: MSC=10

I: Bus=0011 Vendor=0002 Product=0001 Version=0000
N: Name="PS/2 Generic Mouse"
P: Phys=isa0060/serio4/input0
S: Sysfs=/devices/platform/i8042/serio4/input/input9
U: Uniq=
H: Handlers=mouse1 event9
B: PROP=0
B: EV=7
B: KEY=70000 0 0 0 0
B: REL=3

I: Bus=0003 Vendor=5986 Product=0294 Version=1403
N: Name="Lenovo EasyCamera"
P: Phys=usb-0000:00:1d.0-1.4/button
S: Sysfs=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input10
U: Uniq=
H: Handlers=kbd event10
B: PROP=0
B: EV=3
B: KEY=100000 0 0 0

I: Bus=0019 Vendor=0000 Product=0006 Version=0000
N: Name="Video Bus"
P: Phys=LNXVIDEO/video/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input11
U: Uniq=
H: Handlers=kbd event11
B: PROP=0
B: EV=3
B: KEY=3e000b00000000 0 0 0

I: Bus=0001 Vendor=10ec Product=0272 Version=0001
N: Name="HDA Digital PCBeep"
P: Phys=card0/codec#0/beep0
S: Sysfs=/devices/pci0000:00/0000:00:1b.0/input/input12
U: Uniq=
H: Handlers=kbd event12
B: PROP=0
B: EV=40001
B: SND=6

I: Bus=0000 Vendor=0000 Product=0000 Version=0000
N: Name="HDA Intel Mic"
P: Phys=ALSA
S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input13
U: Uniq=
H: Handlers=event13
B: PROP=0
B: EV=21
B: SW=10

I: Bus=0000 Vendor=0000 Product=0000 Version=0000
N: Name="HDA Intel Headphone"
P: Phys=ALSA
S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input14
U: Uniq=
H: Handlers=event14
B: PROP=0
B: EV=21
B: SW=4

I: Bus=0003 Vendor=0000 Product=0000 Version=0004
N: Name="ACPI Virtual Keyboard Device"
P: Phys=
S: Sysfs=/devices/virtual/input/input15
U: Uniq=
H: Handlers=sysrq kbd rfkill event15
B: PROP=0
B: EV=3
B: KEY=ffffffffffffffff ffffffffffffffff ffffffffffffffff fffffffffffffffe

â?¡ Virtual core pointer id=2 [master pointer (3)]
Reporting 3 classes:
Class originated from: 10
Buttons supported: 10
Button labels: Button Left Button Middle Button Right Button Wheel Up Button Wheel Down Button Horiz Wheel Left Button Horiz Wheel Right None None None
Button state:
Class originated from: 10
Detail for Valuator 0:
Label: Rel X
Range: -1.000000 - -1.000000
Resolution: 1 units/m
Mode: relative
Class originated from: 10
Detail for Valuator 1:
Label: Rel Y
Range: -1.000000 - -1.000000
Resolution: 1 units/m
Mode: relative

â?? â?³ Virtual core XTEST pointer id=4 [slave pointer (2)]
Reporting 3 classes:
Class originated from: 4
Buttons supported: 10
Button labels: Button Left Button Middle Button Right Button Wheel Up Button Wheel Down Button Horiz Wheel Left Button Horiz Wheel Right None None None
Button state:
Class originated from: 4
Detail for Valuator 0:
Label: Rel X
Range: -1.000000 - -1.000000
Resolution: 0 units/m
Mode: relative
Class originated from: 4
Detail for Valuator 1:
Label: Rel Y
Range: -1.000000 - -1.000000
Resolution: 0 units/m
Mode: relative

â?? â?³ USB OPTICAL MOUSE id=10 [slave pointer (2)]
Reporting 3 classes:
Class originated from: 10
Buttons supported: 7
Button labels: Button Left Button Middle Button Right Button Wheel Up Button Wheel Down Button Horiz Wheel Left Button Horiz Wheel Right
Button state:
Class originated from: 10
Detail for Valuator 0:
Label: Rel X
Range: -1.000000 - -1.000000
Resolution: 1 units/m
Mode: relative
Class originated from: 10
Detail for Valuator 1:
Label: Rel Y
Range: -1.000000 - -1.000000
Resolution: 1 units/m
Mode: relative

â?? â?³ PS/2 Generic Mouse id=13 [slave pointer (2)]
Reporting 3 classes:
Class originated from: 13
Buttons supported: 5
Button labels: Button Left Button Middle Button Right Button Wheel Up Button Wheel Down
Button state:
Class originated from: 13
Detail for Valuator 0:
Label: Rel X
Range: -1.000000 - -1.000000
Resolution: 1 units/m
Mode: relative
Class originated from: 13
Detail for Valuator 1:
Label: Rel Y
Range: -1.000000 - -1.000000
Resolution: 1 units/m
Mode: relative

â?£ Virtual core keyboard id=3 [master keyboard (2)]
Reporting 1 classes:
Class originated from: 12
Keycodes supported: 248

â?³ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
Reporting 1 classes:
Class originated from: 5
Keycodes supported: 248

â?³ Power Button id=6 [slave keyboard (3)]
Reporting 1 classes:
Class originated from: 6
Keycodes supported: 248

â?³ Video Bus id=7 [slave keyboard (3)]
Reporting 1 classes:
Class originated from: 7
Keycodes supported: 248

â?³ Power Button id=8 [slave keyboard (3)]
Reporting 1 classes:
Class originated from: 8
Keycodes supported: 248

â?³ Sleep Button id=9 [slave keyboard (3)]
Reporting 1 classes:
Class originated from: 9
Keycodes supported: 248

â?³ Lenovo EasyCamera id=11 [slave keyboard (3)]
Reporting 1 classes:
Class originated from: 11
Keycodes supported: 248

â?³ AT Translated Set 2 keyboard id=12 [slave keyboard (3)]
Reporting 1 classes:
Class originated from: 12
Keycodes supported: 248

â?³ Ideapad extra buttons id=14 [slave keyboard (3)]
Reporting 1 classes:
Class originated from: 14
Keycodes supported: 248

â?³ ACPI Virtual Keyboard Device id=15 [slave keyboard (3)]
Reporting 1 classes:
Class originated from: 15
Keycodes supported: 248
 
Old 07-06-2012, 05:11 AM
Seth Forshee
 
Default Bug#679750: Lenovo G360: ALPS Touchpad Recognized as "PS/2 Generic Mouse"(with newly dmesg information)

On Fri, Jul 06, 2012 at 11:39:42AM +0800, littlebat wrote:
> I found these lines in my dmesg information:
> [ 19.995850] psmouse serio4: alps: E6 report: 00 00 64
> [ 20.021288] psmouse serio4: alps: E7 report: 73 03 50
> [ 20.623609] input: PS/2 Generic Mouse
> as /devices/platform/i8042/serio4/input/input9

Thanks, this is the information we need to check whether or not your
touchpad uses any of the known ALPS protocols.

I'm attaching a patch to use as a starting point. Basically we're just
going to try each protocol version until either we find one that works
or run out of options. You should have an external mouse available,
because it's likely that your touchpad will not be usable. I've also
heard that some of the workarounds that people use to get the "disable
touchpad while typing" behavior can cause the touchpad to no longer
function once it starts behaving as a touchpad, so you should look out
for that as well.

I won't be able to respond further until next Monday, but it's pretty
simple to modify the driver to try different protocol versions so I'll
give you some instructions. The patch adds the following line. I've
identified the two fields you'll need to change.

{ { 0x73, 0x03, 0x50 }, 0x8a, ALPS_PROTO_V4, 0x8f, 0x8f, 0 },
^ ^
| |
command_mode_resp |
proto_version

Not surprisingly, to try different protocol versions you just need to
change the proto_version field. Try ALPS_PROTO_V4 first, if that doesn't
work try ALPS_PROTO_V3, etc., until you've tried them all or found one
that works.

The first time you run the patch though you need to be on the lookout
for a message in dmesg that says "Unknown command mode response"
followed by two hex digits. If you see this then you need to change
command_mode_resp to match the response printed in the message. Be sure
to leave the 0x characters in place; only replace the 8a characters.
Then try the same protocol version again.

The basic test procedure after booting with a test version of the driver
is:

1. Check dmesg for any errors from the alps driver. If you see anything
other than the "Unknown command mode response" message then it
probably means your touchpad doesn't use that protocol version, so
you should move on to the next one. If the device name isn't showing
up as something with ALPS in it, that also indicates your device
isn't using that version.

2. Thoroughly test the touchpad. You may see erratic behavior -- the
pointer jumping around, random clicks, etc -- which means it's using
a different protocol.

If you find a protocol version that works, let me know and I'll help get
it added to the driver. If you don't then there's not much more I can do
to help without hardware.

Seth
 
Old 07-07-2012, 05:35 AM
littlebat
 
Default Bug#679750: Lenovo G360: ALPS Touchpad Recognized as "PS/2 Generic Mouse"(with newly dmesg information)

On Fri, 6 Jul 2012 00:11:41 -0500
Seth Forshee <seth.forshee@canonical.com> wrote:

> On Fri, Jul 06, 2012 at 11:39:42AM +0800, littlebat wrote:
> > I found these lines in my dmesg information:
> > [ 19.995850] psmouse serio4: alps: E6 report: 00 00 64
> > [ 20.021288] psmouse serio4: alps: E7 report: 73 03 50
> > [ 20.623609] input: PS/2 Generic Mouse
> > as /devices/platform/i8042/serio4/input/input9
>
> Thanks, this is the information we need to check whether or not your
> touchpad uses any of the known ALPS protocols.
>
> I'm attaching a patch to use as a starting point. Basically we're just
> going to try each protocol version until either we find one that works
> or run out of options. You should have an external mouse available,
> because it's likely that your touchpad will not be usable. I've also
> heard that some of the workarounds that people use to get the "disable
> touchpad while typing" behavior can cause the touchpad to no longer
> function once it starts behaving as a touchpad, so you should look out
> for that as well.
>
> I won't be able to respond further until next Monday, but it's pretty
> simple to modify the driver to try different protocol versions so I'll
> give you some instructions. The patch adds the following line. I've
> identified the two fields you'll need to change.
>
> { { 0x73, 0x03, 0x50 }, 0x8a, ALPS_PROTO_V4, 0x8f, 0x8f, 0 },
> ^ ^
> | |
> command_mode_resp |
> proto_version
>
> Not surprisingly, to try different protocol versions you just need to
> change the proto_version field. Try ALPS_PROTO_V4 first, if that
> doesn't work try ALPS_PROTO_V3, etc., until you've tried them all or
> found one that works.
>
> The first time you run the patch though you need to be on the lookout
> for a message in dmesg that says "Unknown command mode response"
> followed by two hex digits. If you see this then you need to change
> command_mode_resp to match the response printed in the message. Be
> sure to leave the 0x characters in place; only replace the 8a
> characters. Then try the same protocol version again.
>
> The basic test procedure after booting with a test version of the
> driver is:
>
> 1. Check dmesg for any errors from the alps driver. If you see
> anything other than the "Unknown command mode response" message then
> it probably means your touchpad doesn't use that protocol version, so
> you should move on to the next one. If the device name isn't
> showing up as something with ALPS in it, that also indicates your
> device isn't using that version.
>
> 2. Thoroughly test the touchpad. You may see erratic behavior -- the
> pointer jumping around, random clicks, etc -- which means it's
> using a different protocol.
>
> If you find a protocol version that works, let me know and I'll help
> get it added to the driver. If you don't then there's not much more I
> can do to help without hardware.

Thanks.

I have changed "proto_version" from V4 to V1, and changed
"command_mode_resp" to 0x73(followed by unknown response while entering
command mode: 73 01 0d) or 0x8a, 0x00, etc.. But, none of them works.

Briefly, "proto_version" V4 with "command_mode_resp" 0x00, 0x01, 0x73,
0x0d and V3 with 0x0d, 0x73, show the almost same symptoms:
1, dmesg output:
[ 19.105550] psmouse serio4: alps: E6 report: 00 00 64
[ 19.130028] psmouse serio4: alps: E7 report: 73 03 50
[ 19.149304] psmouse serio4: alps: unknown response while entering
command mode: 73 01 0d
[ 19.149311] psmouse serio4: alps: touchpad failed to enter command
mode
2, xinput --list shows it is a "PS/2 Generic Mouse"
3, No "touchpad" found in "Xorg.0.log" except "PS/2 Generic Mouse"
4, No touchpad tab in gnome mouse setting dialog.
Detail information see attachments, here is V4 with 0x73:
V4-73-dmesg.txt, V4-73-inputdevices.txt, V4-73-xinputlist.txt,
V4-73-Xorg.0.log

And, V2 or V1 with 0x8a or 0x00, show the almost same symptoms below:
1, dmesg output:
[ 19.935069] psmouse serio4: alps: E6 report: 00 00 64
[ 19.960457] psmouse serio4: alps: E7 report: 73 03 50
[ 20.000732] psmouse serio4: alps: Status: 10 00 0a
[ 20.026497] input: PS/2 Mouse
as /devices/platform/i8042/serio4/input/input9
[ 20.042797] input: AlpsPS/2 ALPS GlidePoint
as /devices/platform/i8042/serio4/input/input10
2, xinput --list shows there are "AlpsPS/2 ALPS GlidePoint" and "PS/2
Mouse"
3, Xorg.0.log shows:
[ 30.225] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
...
But,
[ 30.245] (EE) Query no Synaptics: 6003C8
[ 30.245] (--) AlpsPS/2 ALPS GlidePoint: no supported touchpad found
[ 30.245] (EE) AlpsPS/2 ALPS GlidePoint Unable to query/initialize
Synaptics hardware.
[ 30.257] (EE) PreInit returned 11 for "AlpsPS/2 ALPS GlidePoint"
4, There is touchpad tab in gnome mouse setting dialog, but the
functions of "edge scrolling" and "disable touchpad when typing" still
can't work even if I can setup them in touchpad tab in gnome mouse
setting dialog.
Detail information see attachments, here is V2 with 0x00:
V2-00-dmesg.txt, V2-00-inputdevices.txt, V2-00-xinputlist.txt,
V2-00-Xorg.0.log

I have also changed "command_mode_resp" and even the other fields I can
find in the alps.c, but no lucky. V4, V3 can't find the touchpad, V2,
V1 can find a touchpad but still can't work.

What's the next step can I do?

Thanks.

PS: I found linux-input@vger.kernel.org archived the posts at
http://www.spinics.net/lists/linux-input/ several hours later after
post even if I hadn't subscribed this mail list at that time. But, it
seems don't archived post with big size attachment(My previous post
"Lenovo G360: ALPS Touchpad Recognized as "PS/2 Generic Mouse"(with
newly dmesg information)" with 6 attachments hasn't been archived after
posting 24h later. )
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.4.4debugpsmouse (mengdaxing@ldebian) (gcc version 4.4.5 (Debian 4.4.5-8) ) #1 SMP Fri Jul 6 07:44:49 CST 2012
[ 0.000000] Command line: root=/dev/sda7 acpi_backlight=vendor ro
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009c400 (usable)
[ 0.000000] BIOS-e820: 000000000009c400 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000dc000 - 00000000000e0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000007727c000 (usable)
[ 0.000000] BIOS-e820: 000000007727c000 - 0000000077282000 (reserved)
[ 0.000000] BIOS-e820: 0000000077282000 - 00000000773ee000 (usable)
[ 0.000000] BIOS-e820: 00000000773ee000 - 000000007740f000 (reserved)
[ 0.000000] BIOS-e820: 000000007740f000 - 000000007746f000 (usable)
[ 0.000000] BIOS-e820: 000000007746f000 - 0000000077470000 (reserved)
[ 0.000000] BIOS-e820: 0000000077470000 - 00000000774f1000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000774f1000 - 000000007770f000 (reserved)
[ 0.000000] BIOS-e820: 000000007770f000 - 0000000077717000 (usable)
[ 0.000000] BIOS-e820: 0000000077717000 - 000000007771f000 (reserved)
[ 0.000000] BIOS-e820: 000000007771f000 - 000000007775e000 (usable)
[ 0.000000] BIOS-e820: 000000007775e000 - 000000007779f000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000007779f000 - 00000000777e1000 (usable)
[ 0.000000] BIOS-e820: 00000000777e1000 - 00000000777ff000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000777ff000 - 0000000077800000 (usable)
[ 0.000000] BIOS-e820: 0000000077800000 - 000000007c000000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000f0804000 - 00000000f0805000 (reserved)
[ 0.000000] BIOS-e820: 00000000feaff000 - 00000000feb00000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI present.
[ 0.000000] DMI: LENOVO G360 /LL1 , BIOS 61CN06WW 10/27/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 = 0x77800 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-through
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 disabled
[ 0.000000] 1 base 078000000 mask FF8000000 uncachable
[ 0.000000] 2 base 000000000 mask F80000000 write-back
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] found SMP MP-table at [ffff8800000f6200] f6200
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 20480
[ 0.000000] init_memory_mapping: 0000000000000000-0000000077800000
[ 0.000000] 0000000000 - 0077800000 page 2M
[ 0.000000] kernel direct mapping tables up to 77800000 @ 1fffd000-20000000
[ 0.000000] RAMDISK: 6fc5c000 - 7726c000
[ 0.000000] ACPI: RSDP 00000000000f60c0 00024 (v02 PTLTD )
[ 0.000000] ACPI: XSDT 00000000777f2fcb 0005C (v01 LENOVO CB-01 06040000 LTP 00000000)
[ 0.000000] ACPI: FACP 00000000777e3000 000F4 (v03 LENOVO CB-01 06040000 PTEC 00000001)
[ 0.000000] ACPI: DSDT 00000000777e4000 0BBBF (v02 LENOVO CB-01 06040000 INTL 20060912)
[ 0.000000] ACPI: FACS 000000007779bfc0 00040
[ 0.000000] ACPI: HPET 00000000777fed86 00038 (v01 LENOVO CB-01 06040000 PTEC 00000001)
[ 0.000000] ACPI: MCFG 00000000777fedbe 0003C (v01 LENOVO CB-01 06040000 PTEC 00000001)
[ 0.000000] ACPI: APIC 00000000777fedfa 00068 (v01 LENOVO CB-01 06040000 LTP 00000000)
[ 0.000000] ACPI: BOOT 00000000777fee62 00028 (v01 LENOVO CB-01 06040000 LTP 00000001)
[ 0.000000] ACPI: SLIC 00000000777fee8a 00176 (v01 LENOVO CB-01 06040000 LTP 00000000)
[ 0.000000] ACPI: SSDT 00000000777e2000 009F1 (v01 PmRef CpuPm 00003000 INTL 20050624)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-0000000077800000
[ 0.000000] Initmem setup node 0 0000000000000000-0000000077800000
[ 0.000000] NODE_DATA [00000000777dd000 - 00000000777e0fff]
[ 0.000000] [ffffea0000000000-ffffea0001bfffff] PMD -> [ffff88006d600000-ffff88006f1fffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal empty
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] Early memory PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009c
[ 0.000000] 0: 0x00000100 -> 0x0007727c
[ 0.000000] 0: 0x00077282 -> 0x000773ee
[ 0.000000] 0: 0x0007740f -> 0x0007746f
[ 0.000000] 0: 0x0007770f -> 0x00077717
[ 0.000000] 0: 0x0007771f -> 0x0007775e
[ 0.000000] 0: 0x0007779f -> 0x000777e1
[ 0.000000] 0: 0x000777ff -> 0x00077800
[ 0.000000] On node 0 totalpages: 488542
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 5 pages reserved
[ 0.000000] DMA zone: 3919 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 6636 pages used for memmap
[ 0.000000] DMA32 zone: 477926 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x04] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[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 high edge)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009c000 - 000000000009d000
[ 0.000000] PM: Registered nosave memory: 000000000009d000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000
[ 0.000000] PM: Registered nosave memory: 00000000000dc000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 00000000000e4000
[ 0.000000] PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
[ 0.000000] PM: Registered nosave memory: 000000007727c000 - 0000000077282000
[ 0.000000] PM: Registered nosave memory: 00000000773ee000 - 000000007740f000
[ 0.000000] PM: Registered nosave memory: 000000007746f000 - 0000000077470000
[ 0.000000] PM: Registered nosave memory: 0000000077470000 - 00000000774f1000
[ 0.000000] PM: Registered nosave memory: 00000000774f1000 - 000000007770f000
[ 0.000000] PM: Registered nosave memory: 0000000077717000 - 000000007771f000
[ 0.000000] PM: Registered nosave memory: 000000007775e000 - 000000007779f000
[ 0.000000] PM: Registered nosave memory: 00000000777e1000 - 00000000777ff000
[ 0.000000] Allocating PCI resources starting at 7c000000 (gap: 7c000000:64000000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88006fa00000 s82304 r8192 d24192 u1048576
[ 0.000000] pcpu-alloc: s82304 r8192 d24192 u1048576 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 481845
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: root=/dev/sda7 acpi_backlight=vendor ro
[ 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: 1795820k/1957888k available (3581k kernel code, 3720k absent, 158348k reserved, 3112k data, 604k init)
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] NR_IRQS:33024 nr_irqs:512 16
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 7864320 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.004000] Detected 2127.875 MHz processor.
[ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4255.75 BogoMIPS (lpj=8511500)
[ 0.000151] pid_max: default: 32768 minimum: 301
[ 0.000262] Security Framework initialized
[ 0.000338] AppArmor: AppArmor disabled by boot time parameter
[ 0.000550] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.001356] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.001763] Mount-cache hash table entries: 256
[ 0.002042] Initializing cgroup subsys cpuacct
[ 0.002115] Initializing cgroup subsys memory
[ 0.002198] Initializing cgroup subsys devices
[ 0.002270] Initializing cgroup subsys freezer
[ 0.002341] Initializing cgroup subsys net_cls
[ 0.002412] Initializing cgroup subsys blkio
[ 0.002488] Initializing cgroup subsys perf_event
[ 0.002586] CPU: Physical Processor ID: 0
[ 0.002657] CPU: Processor Core ID: 0
[ 0.002730] mce: CPU supports 9 MCE banks
[ 0.002810] CPU0: Thermal monitoring enabled (TM1)
[ 0.002889] using mwait in idle threads.
[ 0.003970] ACPI: Core revision 20120320
[ 0.023641] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.063387] CPU0: Intel(R) Pentium(R) CPU P6200 @ 2.13GHz stepping 05
[ 0.168637] Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver.
[ 0.168914] CPUID marked event: 'bus cycles' unavailable
[ 0.168993] ... version: 3
[ 0.169065] ... bit width: 48
[ 0.169138] ... generic registers: 4
[ 0.169212] ... value mask: 0000ffffffffffff
[ 0.169288] ... max period: 000000007fffffff
[ 0.169369] ... fixed-purpose events: 3
[ 0.169442] ... event mask: 000000070000000f
[ 0.169669] NMI watchdog: enabled, takes one hw-pmu counter.
[ 0.169864] Booting Node 0, Processors #1 Ok.
[ 0.180932] CPU1: Thermal monitoring handled by SMI
[ 0.183045] NMI watchdog: enabled, takes one hw-pmu counter.
[ 0.183167] Brought up 2 CPUs
[ 0.183237] Total of 2 processors activated (8511.50 BogoMIPS).
[ 0.184540] devtmpfs: initialized
[ 0.188736] PM: Registering ACPI NVS region [mem 0x77470000-0x774f0fff] (528384 bytes)
[ 0.188864] PM: Registering ACPI NVS region [mem 0x7775e000-0x7779efff] (266240 bytes)
[ 0.189079] dummy:
[ 0.189208] NET: Registered protocol family 16
[ 0.189408] ACPI: bus type pci registered
[ 0.189562] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.189673] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.234956] PCI: Using configuration type 1 for base access
[ 0.235661] bio: create slab <bio-0> at 0
[ 0.235826] ACPI: Added _OSI(Module Device)
[ 0.235905] ACPI: Added _OSI(Processor Device)
[ 0.235983] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.236060] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.237679] ACPI: EC: Look up EC in DSDT
[ 0.245777] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.246332] ACPI: SSDT 000000007771ac18 003AE (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
[ 0.246895] ACPI: Dynamic OEM Table Load:
[ 0.247058] ACPI: SSDT (null) 003AE (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
[ 0.247431] ACPI: SSDT 0000000077718018 00891 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
[ 0.250461] ACPI: Dynamic OEM Table Load:
[ 0.250619] ACPI: SSDT (null) 00891 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
[ 0.251168] ACPI: SSDT 0000000077719a98 00303 (v01 PmRef ApIst 00003000 INTL 20050624)
[ 0.251801] ACPI: Dynamic OEM Table Load:
[ 0.251962] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20050624)
[ 0.252320] ACPI: SSDT 0000000077717d98 00119 (v01 PmRef ApCst 00003000 INTL 20050624)
[ 0.252897] ACPI: Dynamic OEM Table Load:
[ 0.253057] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20050624)
[ 0.263407] ACPI: Interpreter enabled
[ 0.263483] ACPI: (supports S0 S3 S4 S5)
[ 0.263747] ACPI: Using IOAPIC for interrupt routing
[ 0.273151] ACPI: EC: GPE = 0x16, I/O: command/status = 0x66, data = 0x62
[ 0.273426] ACPI: No dock devices found.
[ 0.273505] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.274090] \_SB_.PCI0:_OSC invalid UUID
[ 0.274092] _OSC request data:1 8 1f
[ 0.274097] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.274921] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
[ 0.275009] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
[ 0.275090] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[ 0.275196] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
[ 0.275300] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
[ 0.275403] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
[ 0.275509] pci_root PNP0A08:00: host bridge window [mem 0x7c000000-0xfeafffff]
[ 0.275649] PCI host bridge to bus 0000:00
[ 0.275724] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.275807] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.275889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.275972] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[ 0.276056] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[ 0.276142] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[ 0.276228] pci_bus 0000:00: root bus resource [mem 0x7c000000-0xfeafffff]
[ 0.276319] pci 0000:00:00.0: [8086:0044] type 00 class 0x060000
[ 0.276338] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
[ 0.276463] pci 0000:00:01.0: [8086:0045] type 01 class 0x060400
[ 0.276497] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.276512] pci 0000:00:02.0: [8086:0046] type 00 class 0x030000
[ 0.276524] pci 0000:00:02.0: reg 10: [mem 0xf0000000-0xf03fffff 64bit]
[ 0.276531] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.276537] pci 0000:00:02.0: reg 20: [io 0x1800-0x1807]
[ 0.276619] pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
[ 0.276646] pci 0000:00:1a.0: reg 10: [mem 0xf0806000-0xf08063ff]
[ 0.276759] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.276795] pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
[ 0.276816] pci 0000:00:1b.0: reg 10: [mem 0xf0800000-0xf0803fff 64bit]
[ 0.276916] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.276948] pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
[ 0.277053] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.277086] pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400
[ 0.277190] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.277226] pci 0000:00:1c.4: [8086:3b4a] type 01 class 0x060400
[ 0.277329] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.277372] pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
[ 0.277398] pci 0000:00:1d.0: reg 10: [mem 0xf0806400-0xf08067ff]
[ 0.277511] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.277541] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[ 0.277631] pci 0000:00:1f.0: [8086:3b09] type 00 class 0x060100
[ 0.277767] pci 0000:00:1f.2: [8086:3b29] type 00 class 0x010601
[ 0.277796] pci 0000:00:1f.2: reg 10: [io 0x1818-0x181f]
[ 0.277808] pci 0000:00:1f.2: reg 14: [io 0x180c-0x180f]
[ 0.277820] pci 0000:00:1f.2: reg 18: [io 0x1810-0x1817]
[ 0.277832] pci 0000:00:1f.2: reg 1c: [io 0x1808-0x180b]
[ 0.277843] pci 0000:00:1f.2: reg 20: [io 0x1820-0x183f]
[ 0.277856] pci 0000:00:1f.2: reg 24: [mem 0xf0805000-0xf08057ff]
[ 0.277925] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.277952] pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
[ 0.277973] pci 0000:00:1f.3: reg 10: [mem 0xf0806800-0xf08068ff 64bit]
[ 0.278005] pci 0000:00:1f.3: reg 20: [io 0x1840-0x185f]
[ 0.278058] pci 0000:00:1f.6: [8086:3b32] type 00 class 0x118000
[ 0.278087] pci 0000:00:1f.6: reg 10: [mem 0xf0804000-0xf0804fff 64bit]
[ 0.278237] pci 0000:01:00.0: [10de:0a70] type 00 class 0x030000
[ 0.278252] pci 0000:01:00.0: reg 10: [mem 0xac000000-0xacffffff]
[ 0.278269] pci 0000:01:00.0: reg 14: [mem 0xb0000000-0xbfffffff 64bit pref]
[ 0.278285] pci 0000:01:00.0: reg 1c: [mem 0xae000000-0xafffffff 64bit pref]
[ 0.278297] pci 0000:01:00.0: reg 24: [io 0x2000-0x207f]
[ 0.278310] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0007ffff pref]
[ 0.278407] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.278485] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
[ 0.278488] pci 0000:00:01.0: bridge window [mem 0xac000000-0xadefffff]
[ 0.278492] pci 0000:00:01.0: bridge window [mem 0xae000000-0xbfffffff 64bit pref]
[ 0.278551] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.278734] pci 0000:03:00.0: [168c:002b] type 00 class 0x028000
[ 0.278778] pci 0000:03:00.0: reg 10: [mem 0xf0500000-0xf050ffff 64bit]
[ 0.278978] pci 0000:03:00.0: supports D1
[ 0.278980] pci 0000:03:00.0: PME# supported from D0 D1 D3hot
[ 0.279064] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[ 0.279150] pci 0000:00:1c.1: bridge window [mem 0xf0500000-0xf05fffff]
[ 0.279236] pci 0000:08:00.0: [1969:2060] type 00 class 0x020000
[ 0.279266] pci 0000:08:00.0: reg 10: [mem 0xf0400000-0xf043ffff 64bit]
[ 0.279282] pci 0000:08:00.0: reg 18: [io 0x3000-0x307f]
[ 0.279411] pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.284612] pci 0000:00:1c.4: PCI bridge to [bus 08-08]
[ 0.284705] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff]
[ 0.284711] pci 0000:00:1c.4: bridge window [mem 0xf0400000-0xf04fffff]
[ 0.284792] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a] (subtractive decode)
[ 0.284886] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.284889] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.284891] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.284894] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[ 0.284897] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[ 0.284899] pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
[ 0.284902] pci 0000:00:1e.0: bridge window [mem 0x7c000000-0xfeafffff] (subtractive decode)
[ 0.284932] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.285202] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
[ 0.285280] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[ 0.285447] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 0.285516] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[ 0.285591] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
[ 0.285739] \_SB_.PCI0:_OSC invalid UUID
[ 0.285741] _OSC request data:1 1f 1f
[ 0.285745] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 0.285865] \_SB_.PCI0:_OSC invalid UUID
[ 0.285867] _OSC request data:1 0 1d
[ 0.285871] pci0000:00: ACPI _OSC request failed (AE_ERROR), returned control mask: 0x1d
[ 0.285975] ACPI _OSC control for PCIe not granted, disabling ASPM
[ 0.292254] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus ff])
[ 0.292407] PCI host bridge to bus 0000:ff
[ 0.292487] pci 0000:ff:00.0: [8086:2c62] type 00 class 0x060000
[ 0.292509] pci 0000:ff:00.1: [8086:2d01] type 00 class 0x060000
[ 0.292531] pci 0000:ff:02.0: [8086:2d10] type 00 class 0x060000
[ 0.292551] pci 0000:ff:02.1: [8086:2d11] type 00 class 0x060000
[ 0.292570] pci 0000:ff:02.2: [8086:2d12] type 00 class 0x060000
[ 0.292594] pci 0000:ff:02.3: [8086:2d13] type 00 class 0x060000
[ 0.292629] pci0000:ff: Requesting ACPI _OSC control (0x1d)
[ 0.292709] pci0000:ff: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
[ 0.292817] ACPI _OSC control for PCIe not granted, disabling ASPM
[ 0.293151] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[ 0.293782] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[ 0.294473] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[ 0.295105] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[ 0.295738] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[ 0.296483] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[ 0.297237] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[ 0.297935] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[ 0.298617] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks= none
[ 0.298732] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=no ne
[ 0.298840] vgaarb: loaded
[ 0.298909] vgaarb: bridge control possible 0000:01:00.0
[ 0.298989] vgaarb: no bridge control possible 0000:00:02.0
[ 0.299098] PCI: Using ACPI for IRQ routing
[ 0.309104] PCI: pci_cache_line_size set to 64 bytes
[ 0.309201] reserve RAM buffer: 000000000009c400 - 000000000009ffff
[ 0.309203] reserve RAM buffer: 000000007727c000 - 0000000077ffffff
[ 0.309209] reserve RAM buffer: 00000000773ee000 - 0000000077ffffff
[ 0.309214] reserve RAM buffer: 000000007746f000 - 0000000077ffffff
[ 0.309218] reserve RAM buffer: 0000000077717000 - 0000000077ffffff
[ 0.309222] reserve RAM buffer: 000000007775e000 - 0000000077ffffff
[ 0.309225] reserve RAM buffer: 00000000777e1000 - 0000000077ffffff
[ 0.309227] reserve RAM buffer: 0000000077800000 - 0000000077ffffff
[ 0.309364] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.309825] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.311923] Switching to clocksource hpet
[ 0.313813] pnp: PnP ACPI init
[ 0.313908] ACPI: bus type pnp registered
[ 0.314386] pnp 00:00: [bus 00-fe]
[ 0.314389] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.314391] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.314393] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.314396] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.314398] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[ 0.314400] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[ 0.314402] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[ 0.314406] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[ 0.314408] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[ 0.314410] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[ 0.314412] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[ 0.314415] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[ 0.314417] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[ 0.314419] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[ 0.314421] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[ 0.314423] pnp 00:00: [mem 0x000ec000-0x000effff window]
[ 0.314425] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[ 0.314427] pnp 00:00: [mem 0x7c000000-0xfeafffff window]
[ 0.314429] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[ 0.314486] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 0.314593] pnp 00:01: [io 0x0000-0x001f]
[ 0.314596] pnp 00:01: [io 0x0081-0x0091]
[ 0.314598] pnp 00:01: [io 0x0093-0x009f]
[ 0.314600] pnp 00:01: [io 0x00c0-0x00df]
[ 0.314602] pnp 00:01: [dma 4]
[ 0.314636] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.314646] pnp 00:02: [mem 0xff000000-0xffffffff]
[ 0.314678] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.314767] pnp 00:03: [irq 0 disabled]
[ 0.314780] pnp 00:03: [irq 8]
[ 0.314782] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[ 0.314821] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.314832] pnp 00:04: [io 0x00f0]
[ 0.314838] pnp 00:04: [irq 13]
[ 0.314871] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.314884] pnp 00:05: [io 0x002e-0x002f]
[ 0.314886] pnp 00:05: [io 0x004e-0x004f]
[ 0.314888] pnp 00:05: [io 0x0061]
[ 0.314889] pnp 00:05: [io 0x0063]
[ 0.314891] pnp 00:05: [io 0x0065]
[ 0.314893] pnp 00:05: [io 0x0067]
[ 0.314895] pnp 00:05: [io 0x0070]
[ 0.314898] pnp 00:05: [io 0x0080]
[ 0.314900] pnp 00:05: [io 0x0092]
[ 0.314902] pnp 00:05: [io 0x00b2-0x00b3]
[ 0.314904] pnp 00:05: [io 0x0680-0x069f]
[ 0.314905] pnp 00:05: [io 0x0500-0x050f]
[ 0.314907] pnp 00:05: [io 0x0600-0x0603]
[ 0.314909] pnp 00:05: [io 0xffff]
[ 0.314911] pnp 00:05: [io 0x0400-0x047f]
[ 0.314913] pnp 00:05: [io 0x1180-0x11ff]
[ 0.314915] pnp 00:05: [io 0x164e-0x164f]
[ 0.314916] pnp 00:05: [io 0xfe00]
[ 0.314918] pnp 00:05: [io 0x0068]
[ 0.314920] pnp 00:05: [io 0x006c]
[ 0.314922] pnp 00:05: [io 0x0700-0x070f]
[ 0.314985] system 00:05: [io 0x0680-0x069f] has been reserved
[ 0.315068] system 00:05: [io 0x0500-0x050f] has been reserved
[ 0.315148] system 00:05: [io 0x0600-0x0603] has been reserved
[ 0.315227] system 00:05: [io 0xffff] has been reserved
[ 0.315305] system 00:05: [io 0x0400-0x047f] has been reserved
[ 0.315385] system 00:05: [io 0x1180-0x11ff] has been reserved
[ 0.315467] system 00:05: [io 0x164e-0x164f] has been reserved
[ 0.315549] system 00:05: [io 0xfe00] has been reserved
[ 0.315631] system 00:05: [io 0x0700-0x070f] has been reserved
[ 0.315715] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.315754] pnp 00:06: [io 0x06a0-0x06af]
[ 0.315756] pnp 00:06: [io 0x06b0-0x06ff]
[ 0.315807] system 00:06: [io 0x06a0-0x06af] has been reserved
[ 0.315888] system 00:06: [io 0x06b0-0x06ff] has been reserved
[ 0.315969] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.316019] pnp 00:07: [io 0x0070-0x0077]
[ 0.316058] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.316090] pnp 00:08: [io 0x0060]
[ 0.316092] pnp 00:08: [io 0x0064]
[ 0.316098] pnp 00:08: [irq 1]
[ 0.316135] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.316149] pnp 00:09: [irq 12]
[ 0.316183] pnp 00:09: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 0.316479] pnp 00:0a: [mem 0xfed1c000-0xfed1ffff]
[ 0.316482] pnp 00:0a: [mem 0xfed10000-0xfed13fff]
[ 0.316484] pnp 00:0a: [mem 0xfed18000-0xfed18fff]
[ 0.316486] pnp 00:0a: [mem 0xfed19000-0xfed19fff]
[ 0.316489] pnp 00:0a: [mem 0xe0000000-0xefffffff]
[ 0.316491] pnp 00:0a: [mem 0x00000000-0xffffffffffffffff disabled]
[ 0.316493] pnp 00:0a: [mem 0xfeaff000-0xfeafffff]
[ 0.316496] pnp 00:0a: [mem 0xfed20000-0xfed3ffff]
[ 0.316499] pnp 00:0a: [mem 0xfed90000-0xfed8ffff disabled]
[ 0.316501] pnp 00:0a: [mem 0xfed40000-0xfed44fff]
[ 0.316503] pnp 00:0a: [mem 0xfed45000-0xfed8ffff]
[ 0.316505] pnp 00:0a: [mem 0xff000000-0xffffffff]
[ 0.316507] pnp 00:0a: [mem 0xfee00000-0xfeefffff]
[ 0.316572] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.316655] system 00:0a: [mem 0xfed10000-0xfed13fff] has been reserved
[ 0.316736] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.316819] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.316904] system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.316986] system 00:0a: [mem 0xfeaff000-0xfeafffff] has been reserved
[ 0.317068] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.317151] system 00:0a: [mem 0xfed40000-0xfed44fff] has been reserved
[ 0.317235] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.317319] system 00:0a: [mem 0xff000000-0xffffffff] has been reserved
[ 0.317402] system 00:0a: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.317485] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.317672] pnp 00:0b: [bus ff]
[ 0.317715] pnp 00:0b: Plug and Play ACPI device, IDs PNP0a03 (active)
[ 0.318045] pnp: PnP ACPI: found 12 devices
[ 0.318123] ACPI: ACPI bus type pnp unregistered
[ 0.325222] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02-02] add_size 1000
[ 0.325227] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02-02] add_size 200000
[ 0.325230] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02-02] add_size 200000
[ 0.325242] pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 03-03] add_size 1000
[ 0.325246] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03-03] add_size 200000
[ 0.325259] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 08-08] add_size 200000
[ 0.325277] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[ 0.325280] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.325283] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.325286] pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.325289] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.325291] pci 0000:00:1c.1: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.325297] pci 0000:00:1c.0: BAR 14: assigned [mem 0x7c000000-0x7c1fffff]
[ 0.325381] pci 0000:00:1c.0: BAR 15: assigned [mem 0x7c200000-0x7c3fffff 64bit pref]
[ 0.325489] pci 0000:00:1c.1: BAR 15: assigned [mem 0x7c400000-0x7c5fffff 64bit pref]
[ 0.325594] pci 0000:00:1c.4: BAR 15: assigned [mem 0x7c600000-0x7c7fffff 64bit pref]
[ 0.325702] pci 0000:00:1c.0: BAR 13: assigned [io 0x4000-0x4fff]
[ 0.325784] pci 0000:00:1c.1: BAR 13: assigned [io 0x5000-0x5fff]
[ 0.325869] pci 0000:01:00.0: BAR 6: assigned [mem 0xad000000-0xad07ffff pref]
[ 0.325974] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.326051] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
[ 0.326134] pci 0000:00:01.0: bridge window [mem 0xac000000-0xadefffff]
[ 0.326218] pci 0000:00:01.0: bridge window [mem 0xae000000-0xbfffffff 64bit pref]
[ 0.326325] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.326406] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
[ 0.326492] pci 0000:00:1c.0: bridge window [mem 0x7c000000-0x7c1fffff]
[ 0.326577] pci 0000:00:1c.0: bridge window [mem 0x7c200000-0x7c3fffff 64bit pref]
[ 0.326687] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[ 0.326767] pci 0000:00:1c.1: bridge window [io 0x5000-0x5fff]
[ 0.326854] pci 0000:00:1c.1: bridge window [mem 0xf0500000-0xf05fffff]
[ 0.326940] pci 0000:00:1c.1: bridge window [mem 0x7c400000-0x7c5fffff 64bit pref]
[ 0.327051] pci 0000:00:1c.4: PCI bridge to [bus 08-08]
[ 0.327133] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff]
[ 0.327218] pci 0000:00:1c.4: bridge window [mem 0xf0400000-0xf04fffff]
[ 0.327307] pci 0000:00:1c.4: bridge window [mem 0x7c600000-0x7c7fffff 64bit pref]
[ 0.327416] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a]
[ 0.327546] pci 0000:00:1e.0: setting latency timer to 64
[ 0.327550] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.327553] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.327555] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.327557] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
[ 0.327560] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
[ 0.327562] pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000e3fff]
[ 0.327564] pci_bus 0000:00: resource 10 [mem 0x7c000000-0xfeafffff]
[ 0.327567] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
[ 0.327569] pci_bus 0000:01: resource 1 [mem 0xac000000-0xadefffff]
[ 0.327571] pci_bus 0000:01: resource 2 [mem 0xae000000-0xbfffffff 64bit pref]
[ 0.327573] pci_bus 0000:02: resource 0 [io 0x4000-0x4fff]
[ 0.327576] pci_bus 0000:02: resource 1 [mem 0x7c000000-0x7c1fffff]
[ 0.327578] pci_bus 0000:02: resource 2 [mem 0x7c200000-0x7c3fffff 64bit pref]
[ 0.327580] pci_bus 0000:03: resource 0 [io 0x5000-0x5fff]
[ 0.327583] pci_bus 0000:03: resource 1 [mem 0xf0500000-0xf05fffff]
[ 0.327585] pci_bus 0000:03: resource 2 [mem 0x7c400000-0x7c5fffff 64bit pref]
[ 0.327587] pci_bus 0000:08: resource 0 [io 0x3000-0x3fff]
[ 0.327589] pci_bus 0000:08: resource 1 [mem 0xf0400000-0xf04fffff]
[ 0.327592] pci_bus 0000:08: resource 2 [mem 0x7c600000-0x7c7fffff 64bit pref]
[ 0.327594] pci_bus 0000:0a: resource 4 [io 0x0000-0x0cf7]
[ 0.327596] pci_bus 0000:0a: resource 5 [io 0x0d00-0xffff]
[ 0.327599] pci_bus 0000:0a: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.327601] pci_bus 0000:0a: resource 7 [mem 0x000d4000-0x000d7fff]
[ 0.327603] pci_bus 0000:0a: resource 8 [mem 0x000d8000-0x000dbfff]
[ 0.327605] pci_bus 0000:0a: resource 9 [mem 0x000e0000-0x000e3fff]
[ 0.327608] pci_bus 0000:0a: resource 10 [mem 0x7c000000-0xfeafffff]
[ 0.327676] NET: Registered protocol family 2
[ 0.327847] IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.328425] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[ 0.329808] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.330216] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.330298] TCP: reno registered
[ 0.330374] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[ 0.330468] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[ 0.330674] NET: Registered protocol family 1
[ 0.330770] pci 0000:00:02.0: Boot video device
[ 0.330926] PCI: CLS 64 bytes, default 64
[ 0.330978] Unpacking initramfs...
[ 3.241872] Freeing initrd memory: 120896k freed
[ 3.269558] Simple Boot Flag at 0x36 set to 0x1
[ 3.270132] audit: initializing netlink socket (disabled)
[ 3.270224] type=2000 audit(1341652373.152:1): initialized
[ 3.284521] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 3.285086] VFS: Disk quotas dquot_6.5.2
[ 3.285186] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 3.285348] msgmni has been set to 3743
[ 3.285586] alg: No test for stdrng (krng)
[ 3.285690] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 3.285795] io scheduler noop registered
[ 3.285868] io scheduler deadline registered
[ 3.285954] io scheduler cfq registered (default)
[ 3.286145] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[ 3.286366] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 3.286463] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 3.286545] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 3.287073] intel_idle: MWAIT substates: 0x120
[ 3.287075] intel_idle: v0.4 model 0x25
[ 3.287076] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 3.287115] GHES: HEST is not enabled!
[ 3.287249] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 3.287846] Linux agpgart interface v0.103
[ 3.287993] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
[ 3.288189] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[ 3.289128] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
[ 3.289357] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[ 3.289557] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 3.292912] i8042: Detected active multiplexing controller, rev 1.1
[ 3.294680] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 3.297259] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 3.297364] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 3.297461] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 3.297560] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 3.297750] mousedev: PS/2 mouse device common for all mice
[ 3.297880] rtc_cmos 00:07: RTC can wake from S4
[ 3.298095] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[ 3.298207] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 3.298329] cpuidle: using governor ladder
[ 3.298441] cpuidle: using governor menu
[ 3.298638] TCP: cubic registered
[ 3.298794] NET: Registered protocol family 10
[ 3.299140] Mobile IPv6
[ 3.299212] NET: Registered protocol family 17
[ 3.299288] Registering the dns_resolver key type
[ 3.300109] PM: Hibernation image not present or could not be loaded.
[ 3.300135] registered taskstats version 1
[ 3.300959] rtc_cmos 00:07: setting system clock to 2012-07-07 09:12:53 UTC (1341652373)
[ 3.301273] Initializing network drop monitor service
[ 3.315477] Freeing unused kernel memory: 604k freed
[ 3.315644] Write protecting the kernel read-only data: 6144k
[ 3.317701] Freeing unused kernel memory: 496k freed
[ 3.320521] Freeing unused kernel memory: 720k freed
[ 3.343592] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 3.451144] udev[54]: starting version 164
[ 3.468043] usbcore: registered new interface driver usbfs
[ 3.468148] usbcore: registered new interface driver hub
[ 3.468975] usbcore: registered new device driver usb
[ 3.469904] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.470035] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[ 3.470040] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[ 3.470140] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 3.470271] ehci_hcd 0000:00:1a.0: debug port 2
[ 3.474318] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[ 3.474344] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf0806000
[ 3.482878] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 3.483010] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.483092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.483197] usb usb1: Product: EHCI Host Controller
[ 3.483274] usb usb1: Manufacturer: Linux 3.4.4debugpsmouse ehci_hcd
[ 3.483357] usb usb1: SerialNumber: 0000:00:1a.0
[ 3.483606] hub 1-0:1.0: USB hub found
[ 3.483683] hub 1-0:1.0: 3 ports detected
[ 3.483885] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[ 3.483889] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[ 3.483981] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 3.484114] ehci_hcd 0000:00:1d.0: debug port 2
[ 3.488201] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[ 3.510396] SCSI subsystem initialized
[ 3.523678] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf0806400
[ 3.530705] thermal LNXTHERM:00: registered as thermal_zone0
[ 3.530819] ACPI: Thermal Zone [TZ00] (56 C)
[ 3.534765] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 3.534879] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.534963] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.535068] usb usb2: Product: EHCI Host Controller
[ 3.535147] usb usb2: Manufacturer: Linux 3.4.4debugpsmouse ehci_hcd
[ 3.535230] usb usb2: SerialNumber: 0000:00:1d.0
[ 3.535415] hub 2-0:1.0: USB hub found
[ 3.535564] hub 2-0:1.0: 3 ports detected
[ 3.537996] libata version 3.00 loaded.
[ 3.539215] ahci 0000:00:1f.2: version 3.0
[ 3.539293] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
[ 3.539335] ahci: SSS flag set, parallel bus scan disabled
[ 3.539462] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x32 impl SATA mode
[ 3.539573] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems apst
[ 3.539688] ahci 0000:00:1f.2: setting latency timer to 64
[ 3.555316] scsi0 : ahci
[ 3.555626] scsi1 : ahci
[ 3.555871] scsi2 : ahci
[ 3.556099] scsi3 : ahci
[ 3.556333] scsi4 : ahci
[ 3.556564] scsi5 : ahci
[ 3.556752] ata1: DUMMY
[ 3.556833] ata2: SATA max UDMA/133 abar m2048@0xf0805000 port 0xf0805180 irq 41
[ 3.556950] ata3: DUMMY
[ 3.557027] ata4: DUMMY
[ 3.557108] ata5: SATA max UDMA/133 abar m2048@0xf0805000 port 0xf0805300 irq 41
[ 3.557226] ata6: SATA max UDMA/133 abar m2048@0xf0805000 port 0xf0805380 irq 41
[ 3.615140] atl1c 0000:08:00.0: version 1.0.1.0-NAPI
[ 3.794599] usb 1-1: new high-speed USB device number 2 using ehci_hcd
[ 3.874565] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 3.926954] usb 1-1: New USB device found, idVendor=8087, idProduct=0020
[ 3.927079] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.927520] hub 1-1:1.0: USB hub found
[ 3.927792] hub 1-1:1.0: 6 ports detected
[ 3.927939] ata2.00: ATA-8: TOSHIBA MK3265GSX, GJ205E, max UDMA/100
[ 3.928031] ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 3.929050] ata2.00: configured for UDMA/100
[ 3.929254] scsi 1:0:0:0: Direct-Access ATA TOSHIBA MK3265GS GJ20 PQ: 0 ANSI: 5
[ 4.038487] usb 2-1: new high-speed USB device number 2 using ehci_hcd
[ 4.170850] usb 2-1: New USB device found, idVendor=8087, idProduct=0020
[ 4.170942] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.171423] hub 2-1:1.0: USB hub found
[ 4.171543] hub 2-1:1.0: 8 ports detected
[ 4.242584] usb 1-1.1: new low-speed USB device number 3 using ehci_hcd
[ 4.246403] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 4.249441] ata5.00: ATAPI: PLDS DVD-RW DS8A8SH, KL31, max UDMA/100
[ 4.255602] ata5.00: configured for UDMA/100
[ 4.263232] scsi 4:0:0:0: CD-ROM PLDS DVD-RW DS8A8SH KL31 PQ: 0 ANSI: 5
[ 4.266381] Refined TSC clocksource calibration: 2127.999 MHz.
[ 4.266472] Switching to clocksource tsc
[ 4.338013] usb 1-1.1: New USB device found, idVendor=15d9, idProduct=0a4f
[ 4.338105] usb 1-1.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 4.338217] usb 1-1.1: Product: USB OPTICAL MOUSE
[ 4.442517] usb 2-1.2: new low-speed USB device number 3 using ehci_hcd
[ 4.537679] usb 2-1.2: New USB device found, idVendor=0079, idProduct=0011
[ 4.537773] usb 2-1.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 4.537885] usb 2-1.2: Product: USB Gamepad
[ 4.544716] input: USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input1
[ 4.545029] generic-usb 0003:15D9:0A4F.0001: input,hidraw0: USB HID v1.11 Mouse [ USB OPTICAL MOUSE] on usb-0000:00:1a.0-1.1/input0
[ 4.545270] usbcore: registered new interface driver usbhid
[ 4.545354] usbhid: USB HID core driver
[ 4.582256] ata6: SATA link down (SStatus 0 SControl 300)
[ 4.589356] sd 1:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[ 4.589530] sd 1:0:0:0: [sda] Write Protect is off
[ 4.589617] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 4.589747] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.594844] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 4.594958] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 4.595268] sr 4:0:0:0: Attached scsi CD-ROM sr0
[ 4.610415] usb 2-1.4: new high-speed USB device number 4 using ehci_hcd
[ 4.717040] sda: sda1 sda2 sda3 < sda5 sda6 sda7 > sda4
[ 4.717202] usb 2-1.4: New USB device found, idVendor=5986, idProduct=0294
[ 4.717292] usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.717402] usb 2-1.4: Product: Lenovo EasyCamera
[ 4.717485] usb 2-1.4: Manufacturer: Bison Corp.
[ 4.718250] sd 1:0:0:0: [sda] Attached SCSI disk
[ 4.722416] sd 1:0:0:0: Attached scsi generic sg0 type 0
[ 4.722618] sr 4:0:0:0: Attached scsi generic sg1 type 5
[ 5.504801] nbd: registered device at major 43
[ 5.520919] device-mapper: uevent: version 1.0.3
[ 5.521086] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[ 5.670530] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
[ 17.628561] udev[413]: starting version 164
[ 17.878652] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
[ 17.879234] ACPI: Lid Switch [LID]
[ 17.879369] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
[ 17.879478] ACPI: Power Button [PWRB]
[ 17.879591] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input4
[ 17.879702] ACPI: Sleep Button [SLPB]
[ 17.879818] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[ 17.879927] ACPI: Power Button [PWRF]
[ 18.087536] microcode: CPU0 sig=0x20655, pf=0x10, revision=0x2
[ 18.099301] microcode: CPU1 sig=0x20655, pf=0x10, revision=0x2
[ 18.102059] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 18.193981] ACPI: Requesting acpi_cpufreq
[ 18.281028] intel ips 0000:00:1f.6: No CPUID match found.
[ 18.281110] intel ips 0000:00:1f.6: IPS not supported on this CPU
[ 18.516890] ACPI Warning: 0x0000000000001840-0x000000000000185f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20120320/utaddress-251)
[ 18.517123] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 18.527739] input: PC Speaker as /devices/platform/pcspkr/input/input6
[ 18.543968] input: USB Gamepad as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/input/input7
[ 18.544207] dragonrise 0003:0079:0011.0002: input,hidraw1: USB HID v1.10 Joystick [USB Gamepad ] on usb-0000:00:1d.0-1.2/input0
[ 18.625237] Linux media interface: v0.10
[ 18.874696] Linux video capture interface: v2.00
[ 18.986451] ACPI: Battery Slot [BAT1] (battery present)
[ 18.989490] ACPI: AC Adapter [ACAD] (on-line)
[ 18.994811] wmi: Mapper loaded
[ 19.062711] cfg80211: Calling CRDA to update world regulatory domain
[ 19.105550] psmouse serio4: alps: E6 report: 00 00 64
[ 19.130028] psmouse serio4: alps: E7 report: 73 03 50
[ 19.149304] psmouse serio4: alps: unknown response while entering command mode: 73 01 0d
[ 19.149311] psmouse serio4: alps: touchpad failed to enter command mode
[ 19.324387] input: Ideapad extra buttons as /devices/platform/ideapad/input/input8
[ 19.607328] [drm] Initialized drm 1.1.0 20060810
[ 19.665378] uvcvideo: Found UVC 1.00 device Lenovo EasyCamera (5986:0294)
[ 19.667566] input: Lenovo EasyCamera as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input9
[ 19.667738] usbcore: registered new interface driver uvcvideo
[ 19.667822] USB Video Class driver (1.1.1)
[ 19.772454] input: PS/2 Generic Mouse as /devices/platform/i8042/serio4/input/input10
[ 21.049809] i915 0000:00:02.0: setting latency timer to 64
[ 21.103551] i915 0000:00:02.0: irq 42 for MSI/MSI-X
[ 21.103563] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 21.103652] [drm] Driver supports precise vblank timestamp query.
[ 21.103813] [drm:intel_dsm_platform_mux_info] *ERROR* MUX INFO call failed
[ 21.103919] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=nonew ns=io+mem
[ 21.104027] vgaarb: transferring owner from PCI:0000:00:02.0 to PCI:0000:01:00.0
[ 21.510193] fbcon: inteldrmfb (fb0) is primary device
[ 21.619734] ath: EEPROM regdomain: 0x65
[ 21.619738] ath: EEPROM indicates we should expect a direct regpair map
[ 21.619743] ath: Country alpha2 being used: 00
[ 21.619746] ath: Regpair used: 0x65
[ 21.656989] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
[ 21.657322] Registered led device: ath9k-phy0
[ 21.657329] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc90010920000, irq=17
[ 21.790523] Console: switching to colour frame buffer device 170x48
[ 21.798030] fb0: inteldrmfb frame buffer device
[ 21.798033] drm: registered panic notifier
[ 21.798420] ACPI Exception: AE_NOT_FOUND, Evaluating _DOD (20120320/video-1147)
[ 21.798474] video: probe of LNXVIDEO:00 failed with error 5
[ 21.801070] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input11
[ 21.801253] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 21.801528] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 21.801680] snd_hda_intel 0000:00:1b.0: irq 43 for MSI/MSI-X
[ 21.873287] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input12
[ 21.877417] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[ 21.877670] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[ 22.105384] EXT4-fs (sda7): re-mounted. Opts: (null)
[ 22.170023] EXT4-fs (sda7): re-mounted. Opts: errors=remount-ro
[ 22.300074] loop: module loaded
[ 23.694904] fuse init (API version 7.18)
[ 24.305189] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 25.894367] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input15
[ 26.861883] atl1c 0000:08:00.0: irq 44 for MSI/MSI-X
[ 27.882839] Clocksource tsc unstable (delta = -126514396 ns)
[ 27.884078] Switching to clocksource hpet
[ 28.224284] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 30.610345] sshd (1643): /proc/1643/oom_adj is deprecated, please use /proc/1643/oom_score_adj instead.
[ 54.585466] wlan0: authenticate with ec:17:2f:2f:e9:b6
[ 54.598924] wlan0: send auth to ec:17:2f:2f:e9:b6 (try 1/3)
[ 54.602121] wlan0: authenticated
[ 54.609165] wlan0: associate with ec:17:2f:2f:e9:b6 (try 1/3)
[ 54.613379] wlan0: RX AssocResp from ec:17:2f:2f:e9:b6 (capab=0x431 status=0 aid=1)
[ 54.613384] wlan0: associated
[ 54.620466] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/devices/platform/i8042/serio0/input/input0
U: Uniq=
H: Handlers=sysrq kbd event0
B: PROP=0
B: EV=120013
B: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
B: MSC=10
B: LED=7

I: Bus=0003 Vendor=15d9 Product=0a4f Version=0111
N: Name=" USB OPTICAL MOUSE"
P: Phys=usb-0000:00:1a.0-1.1/input0
S: Sysfs=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input1
U: Uniq=
H: Handlers=mouse0 event1
B: PROP=0
B: EV=17
B: KEY=70000 0 0 0 0
B: REL=103
B: MSC=10

I: Bus=0019 Vendor=0000 Product=0005 Version=0000
N: Name="Lid Switch"
P: Phys=PNP0C0D/button/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
U: Uniq=
H: Handlers=event2
B: PROP=0
B: EV=21
B: SW=1

I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button"
P: Phys=PNP0C0C/button/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
U: Uniq=
H: Handlers=kbd event3
B: PROP=0
B: EV=3
B: KEY=10000000000000 0

I: Bus=0019 Vendor=0000 Product=0003 Version=0000
N: Name="Sleep Button"
P: Phys=PNP0C0E/button/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input4
U: Uniq=
H: Handlers=kbd event4
B: PROP=0
B: EV=3
B: KEY=4000 0 0

I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button"
P: Phys=LNXPWRBN/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
U: Uniq=
H: Handlers=kbd event5
B: PROP=0
B: EV=3
B: KEY=10000000000000 0

I: Bus=0010 Vendor=001f Product=0001 Version=0100
N: Name="PC Speaker"
P: Phys=isa0061/input0
S: Sysfs=/devices/platform/pcspkr/input/input6
U: Uniq=
H: Handlers=kbd event6
B: PROP=0
B: EV=40001
B: SND=6

I: Bus=0003 Vendor=0079 Product=0011 Version=0110
N: Name="USB Gamepad "
P: Phys=usb-0000:00:1d.0-1.2/input0
S: Sysfs=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/input/input7
U: Uniq=
H: Handlers=event7 js0
B: PROP=0
B: EV=1b
B: KEY=3ff00000000 0 0 0 0
B: ABS=3
B: MSC=10

I: Bus=0019 Vendor=0000 Product=0000 Version=0000
N: Name="Ideapad extra buttons"
P: Phys=ideapad/input0
S: Sysfs=/devices/platform/ideapad/input/input8
U: Uniq=
H: Handlers=kbd rfkill event8
B: PROP=0
B: EV=13
B: KEY=1400800000000 300000 0 0
B: MSC=10

I: Bus=0003 Vendor=5986 Product=0294 Version=1403
N: Name="Lenovo EasyCamera"
P: Phys=usb-0000:00:1d.0-1.4/button
S: Sysfs=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input9
U: Uniq=
H: Handlers=kbd event9
B: PROP=0
B: EV=3
B: KEY=100000 0 0 0

I: Bus=0011 Vendor=0002 Product=0001 Version=0000
N: Name="PS/2 Generic Mouse"
P: Phys=isa0060/serio4/input0
S: Sysfs=/devices/platform/i8042/serio4/input/input10
U: Uniq=
H: Handlers=mouse1 event10
B: PROP=0
B: EV=7
B: KEY=70000 0 0 0 0
B: REL=3

I: Bus=0019 Vendor=0000 Product=0006 Version=0000
N: Name="Video Bus"
P: Phys=LNXVIDEO/video/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input11
U: Uniq=
H: Handlers=kbd event11
B: PROP=0
B: EV=3
B: KEY=3e000b00000000 0 0 0

I: Bus=0001 Vendor=10ec Product=0272 Version=0001
N: Name="HDA Digital PCBeep"
P: Phys=card0/codec#0/beep0
S: Sysfs=/devices/pci0000:00/0000:00:1b.0/input/input12
U: Uniq=
H: Handlers=kbd event12
B: PROP=0
B: EV=40001
B: SND=6

I: Bus=0000 Vendor=0000 Product=0000 Version=0000
N: Name="HDA Intel Mic"
P: Phys=ALSA
S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input13
U: Uniq=
H: Handlers=event13
B: PROP=0
B: EV=21
B: SW=10

I: Bus=0000 Vendor=0000 Product=0000 Version=0000
N: Name="HDA Intel Headphone"
P: Phys=ALSA
S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input14
U: Uniq=
H: Handlers=event14
B: PROP=0
B: EV=21
B: SW=4

I: Bus=0003 Vendor=0000 Product=0000 Version=0004
N: Name="ACPI Virtual Keyboard Device"
P: Phys=
S: Sysfs=/devices/virtual/input/input15
U: Uniq=
H: Handlers=sysrq kbd rfkill event15
B: PROP=0
B: EV=3
B: KEY=ffffffffffffffff ffffffffffffffff ffffffffffffffff fffffffffffffffe

â?¡ Virtual core pointer id=2 [master pointer (3)]
Reporting 3 classes:
Class originated from: 13
Buttons supported: 10
Button labels: Button Left Button Middle Button Right Button Wheel Up Button Wheel Down Button Horiz Wheel Left Button Horiz Wheel Right None None None
Button state:
Class originated from: 13
Detail for Valuator 0:
Label: Rel X
Range: -1.000000 - -1.000000
Resolution: 1 units/m
Mode: relative
Class originated from: 13
Detail for Valuator 1:
Label: Rel Y
Range: -1.000000 - -1.000000
Resolution: 1 units/m
Mode: relative

â?? â?³ Virtual core XTEST pointer id=4 [slave pointer (2)]
Reporting 3 classes:
Class originated from: 4
Buttons supported: 10
Button labels: Button Left Button Middle Button Right Button Wheel Up Button Wheel Down Button Horiz Wheel Left Button Horiz Wheel Right None None None
Button state:
Class originated from: 4
Detail for Valuator 0:
Label: Rel X
Range: -1.000000 - -1.000000
Resolution: 0 units/m
Mode: relative
Class originated from: 4
Detail for Valuator 1:
Label: Rel Y
Range: -1.000000 - -1.000000
Resolution: 0 units/m
Mode: relative

â?? â?³ USB OPTICAL MOUSE id=10 [slave pointer (2)]
Reporting 3 classes:
Class originated from: 10
Buttons supported: 7
Button labels: Button Left Button Middle Button Right Button Wheel Up Button Wheel Down Button Horiz Wheel Left Button Horiz Wheel Right
Button state:
Class originated from: 10
Detail for Valuator 0:
Label: Rel X
Range: -1.000000 - -1.000000
Resolution: 1 units/m
Mode: relative
Class originated from: 10
Detail for Valuator 1:
Label: Rel Y
Range: -1.000000 - -1.000000
Resolution: 1 units/m
Mode: relative

â?? â?³ PS/2 Generic Mouse id=13 [slave pointer (2)]
Reporting 3 classes:
Class originated from: 13
Buttons supported: 5
Button labels: Button Left Button Middle Button Right Button Wheel Up Button Wheel Down
Button state:
Class originated from: 13
Detail for Valuator 0:
Label: Rel X
Range: -1.000000 - -1.000000
Resolution: 1 units/m
Mode: relative
Class originated from: 13
Detail for Valuator 1:
Label: Rel Y
Range: -1.000000 - -1.000000
Resolution: 1 units/m
Mode: relative

â?£ Virtual core keyboard id=3 [master keyboard (2)]
Reporting 1 classes:
Class originated from: 12
Keycodes supported: 248

â?³ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
Reporting 1 classes:
Class originated from: 5
Keycodes supported: 248

â?³ Power Button id=6 [slave keyboard (3)]
Reporting 1 classes:
Class originated from: 6
Keycodes supported: 248

â?³ Video Bus id=7 [slave keyboard (3)]
Reporting 1 classes:
Class originated from: 7
Keycodes supported: 248

â?³ Power Button id=8 [slave keyboard (3)]
Reporting 1 classes:
Class originated from: 8
Keycodes supported: 248

â?³ Sleep Button id=9 [slave keyboard (3)]
Reporting 1 classes:
Class originated from: 9
Keycodes supported: 248

â?³ Lenovo EasyCamera id=11 [slave keyboard (3)]
Reporting 1 classes:
Class originated from: 11
Keycodes supported: 248

â?³ AT Translated Set 2 keyboard id=12 [slave keyboard (3)]
Reporting 1 classes:
Class originated from: 12
Keycodes supported: 248

â?³ Ideapad extra buttons id=14 [sla
 
Old 07-09-2012, 02:45 PM
Seth Forshee
 
Default Bug#679750: Lenovo G360: ALPS Touchpad Recognized as "PS/2 Generic Mouse"(with newly dmesg information)

On Sat, Jul 07, 2012 at 01:35:19PM +0800, littlebat wrote:
> Briefly, "proto_version" V4 with "command_mode_resp" 0x00, 0x01, 0x73,
> 0x0d and V3 with 0x0d, 0x73, show the almost same symptoms:
> 1, dmesg output:
> [ 19.105550] psmouse serio4: alps: E6 report: 00 00 64
> [ 19.130028] psmouse serio4: alps: E7 report: 73 03 50
> [ 19.149304] psmouse serio4: alps: unknown response while entering
> command mode: 73 01 0d
> mode

Okay, I don't suspect the v3/v4 protocol support is likely to work then.

> And, V2 or V1 with 0x8a or 0x00, show the almost same symptoms below:
> 1, dmesg output:
> [ 19.935069] psmouse serio4: alps: E6 report: 00 00 64
> [ 19.960457] psmouse serio4: alps: E7 report: 73 03 50
> [ 20.000732] psmouse serio4: alps: Status: 10 00 0a

...

> 4, There is touchpad tab in gnome mouse setting dialog, but the
> functions of "edge scrolling" and "disable touchpad when typing" still
> can't work even if I can setup them in touchpad tab in gnome mouse
> setting dialog.

The alps driver will detect and handle raw PS/2 mouse data, so what it
sounds like to me is that the alps driver manages to attach to your
device but doesn't get it sending absolute data packets. As a result the
driver is only passing relative motion data instead of absolute position
data, which means the touchpad is usable but still can't support any
touchpad features like edge scrolling.

So it sounds like we don't know how to talk to your touchpad, and
there's no trivial way to add support for it to the driver. There's
not really anything more I can do to help since I don't have access to
the hardware.

Seth



--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/20120709144508.GB4985@thinkpad-t410
 
Old 07-10-2012, 04:16 AM
littlebat
 
Default Bug#679750: Lenovo G360: ALPS Touchpad Recognized as "PS/2 Generic Mouse"(with newly dmesg information)

On Mon, 9 Jul 2012 09:45:08 -0500
Seth Forshee <seth.forshee@canonical.com> wrote:
> So it sounds like we don't know how to talk to your touchpad, and
> there's no trivial way to add support for it to the driver. There's
> not really anything more I can do to help since I don't have access to
> the hardware.
Thanks.

Three things:
1, Can you provide a simple tutorial (or web page address) of how to
reverse-engineer a Linux ALPS driver if possible? I have very basic
programming knowledge(shell script, read basic C code except hardware
driver). Maybe, I can provide more detail hardware information about
this ALPS touchpad in this way?

2, Is there a tool, it can show the message when I operate on touchpad
edge scrolling? So, according to the output, it is able to get a dirty
solution about edge scrolling function of Lenovo G360 touchpad.
The funciton of "disable touchpad when typing" has a solution using
python script I have mentioned in the previous posts.

3, If you are interest in this and have time and it is helpful, I can
provide a root password for this laptop to you and run ssh service for
you all the time. Then you can operate this laptop via ssh connection
in this way. You can do anything on this machine even format the
disk :-)



--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20120710121627.22558c22.dashing.meng@gmail.com">ht tp://lists.debian.org/20120710121627.22558c22.dashing.meng@gmail.com
 
Old 07-10-2012, 04:57 AM
Seth Forshee
 
Default Bug#679750: Lenovo G360: ALPS Touchpad Recognized as "PS/2 Generic Mouse"(with newly dmesg information)

On Tue, Jul 10, 2012 at 12:16:27PM +0800, littlebat wrote:
> 1, Can you provide a simple tutorial (or web page address) of how to
> reverse-engineer a Linux ALPS driver if possible? I have very basic
> programming knowledge(shell script, read basic C code except hardware
> driver). Maybe, I can provide more detail hardware information about
> this ALPS touchpad in this way?

I did a write-up a while back about how I did it.

http://swapspace.forshee.me/2011/11/touchpad-protocol-reverse-engineering.html

> 2, Is there a tool, it can show the message when I operate on touchpad
> edge scrolling? So, according to the output, it is able to get a dirty
> solution about edge scrolling function of Lenovo G360 touchpad.
> The funciton of "disable touchpad when typing" has a solution using
> python script I have mentioned in the previous posts.

I'm sorry, I can't quite tell what you're asking. If you're asking for a
way to enable edge scrolling without having a functioning touchpad
driver, I don't know of any. I doubt it's even possible to detect that
you're near the edge of the touchpad with only relative motion events.

> 3, If you are interest in this and have time and it is helpful, I can
> provide a root password for this laptop to you and run ssh service for
> you all the time. Then you can operate this laptop via ssh connection
> in this way. You can do anything on this machine even format the
> disk :-)

I'm afraid it's just not practical to do this remotely. Being able to
physically interact with the touchpad is pretty crucial.

Seth



--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/20120710045714.GA3429@ubuntu-mba
 
Old 07-10-2012, 06:33 AM
Rik Theys
 
Default Bug#679750: Lenovo G360: ALPS Touchpad Recognized as "PS/2 Generic Mouse"(with newly dmesg information)

Hi Seth,

On Tue, Jul 10, 2012 at 6:57 AM, Seth Forshee
<seth.forshee@canonical.com> wrote:
> On Tue, Jul 10, 2012 at 12:16:27PM +0800, littlebat wrote:
>> 3, If you are interest in this and have time and it is helpful, I can
>> provide a root password for this laptop to you and run ssh service for
>> you all the time. Then you can operate this laptop via ssh connection
>> in this way. You can do anything on this machine even format the
>> disk :-)
>
> I'm afraid it's just not practical to do this remotely. Being able to
> physically interact with the touchpad is pretty crucial.

How long do you think you will need to reverse engineer the protocol
if you would have the hardware?
Depending on how long you think you might need, and how much it would
cost me to ship my laptop to you (where are you located?), would it
help if I simply ship my laptop to you?

I can't do that right now, but might be able to do that in a few months.

Regards,

Rik



--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/CAPwv0Jn5SFTe_banVh3ey8cLEbMSioR6ncoSn=MGA2G3KDYDd w@mail.gmail.com
 
Old 07-15-2012, 02:15 AM
littlebat
 
Default Bug#679750: Lenovo G360: ALPS Touchpad Recognized as "PS/2 Generic Mouse"(with newly dmesg information)

On Mon, 9 Jul 2012 23:57:14 -0500
Seth Forshee <seth.forshee@canonical.com> wrote:

> I did a write-up a while back about how I did it.
> http://swapspace.forshee.me/2011/11/touchpad-protocol-reverse-engineering.html

Hi,
I have done some testing on my Lenovo G360 Laptop according to the
instruction above, but it seems can't work as the instruction says.
Here is my steps:

1, Install Ubuntu 11.10 for i386 on laptop.
2, sudo apt-get update
3, sudo apt-get build-dep virtualbox
4, sudo apt-get source virtualbox (download
virtualbox_4.1.2-dfsg-1ubuntu1 source into home folder)
5, Applied the virtualbox patch "vbox-psmouse-serio-passthrough.patch"
downloaded from instruction page
6, sudo apt-get -b source virtualbox (this will compile patched source
and generate several deb virtualbox packages into home folder)
7, sudo dpkg -i virtualbox_4.1.2-dfsg-1ubuntu1_i386.deb
virtualbox-dbg_4.1.2-dfsg-1ubuntu1_i386.deb
virtualbox-dkms_4.1.2-dfsg-1ubuntu1_all.deb
virtualbox-fuse_4.1.2-dfsg-1ubuntu1_i386.deb
virtualbox-qt_4.1.2-dfsg-1ubuntu1_i386.deb (install generated
virtualbox packages)
8, Installed Windows 7 (or Windows xp SP2, has the
almost same testing result) into VirtualBox virtual machine.
9, Installed Touchpad driver in Windows 7 in VirtualBox virtual machine.
But, the touchpad still act as a normal ps/2 mouse in Windows in
virtual machine, it misses edge scrolling function although has
installed windows touchpad driver successfully.
10, Do the test:
y@y-PC:~$ sudo ./psmouse-reverse/mouse-to-serio.sh 1
y@y-PC:~$ sudo chmod 666 /dev/serio_raw0
y@y-PC:~$ ls -la /dev/serio*
crw-rw-rw- 1 root root 10, 55 2012-07-14 07:40 /dev/serio_raw0
y@y-PC:~ $ export PSMOUSE_SERIO_DEV_PATH="/dev/serio_raw0"
y@y-PC:~$ export
PSMOUSE_SERIO_LOG_PATH="/home/y/psmouse-reverse/reverse.log"
y@y-PC:~$ virtualbox --startvm w7 ("w7" is my VirtualBox virtual
machine Windows 7 guest OS name)

In the Windows 7 guest OS, the touchpad "Lenovo pointing device"
disappeared from the hardwares list. And, the log file in Ubuntu 11.10
has the content below:
y@y-PC:~$ cat ./psmouse-reverse/reverse.log
S ff
R fe
S ff
R fe
S ff
R fe
S ed
R fe

Then, restart Windows 7 guest OS without the environment variables
"PSMOUSE_SERIO_DEV_PATH", "PSMOUSE_SERIO_LOG_PATH", the touchpad
"Lenovo pointing device" appeared in the Windows 7 guest OS hardwares
list. I replaced touchpad "Lenovo pointing device" driver with normal
"Microsoft PS/2 Mouse" driver. Restart Windows 7 guest OS, I can see
"Microsoft PS/2 Mouse" in the hardwares list.

Then, empty the log file "./psmouse-reverse/reverse.log", set
"PSMOUSE_SERIO_DEV_PATH", "PSMOUSE_SERIO_LOG_PATH" environment
variables and restart Windows 7 guest OS.

In the Windows 7 guest OS, "Microsoft PS/2 Mouse" disappeared from the
hardwares list. And, the log file in Ubuntu 11.10 has the content
below:
y@y-PC:~$ cat ./psmouse-reverse/reverse.log
S ff
R fe
S ff
R fe
S ff
R fe
S ed
R fe

Note, the content of the log file is same as when enable "Lenovo
pointing device" touchpad driver. And, when enable environment
variables, under VirtualBox Windows 7 guest OS, although the device
"Lenovo pointing device" or "Microsoft PS/2 Mouse" disappeared from the
hardwares list, the touchpad can still work as a normal PS/2 mouse in
the Windows 7. But, when I operate touchpad under Windows 7 guest OS,
there isn't any other bit wrote into the log file
"./psmouse-reverse/reverse.log". Only when start virtualbox machine
Windows guest OS, the log file will be written the same eight lines as
above.

I have alse tested "qemu-kvm_0.14.1+noroms-0ubuntu6" with Windows XP
SP2 guest OS installed, the result is same except two points:
1, When I start guest OS without environment variables, the terminal
output as below:
y@y-PC:~$ qemu -m 1024 ./QEMU/wxp.img
open /dev/kvm: No such file or directory Could not initialize KVM, will
disable KVM support
qemu: ps2 mouse init

qemu: serio_pt_init

qemu: No serio device specified in environment

qemu: pci_add_option_rom: failed to find romfile "pxe-rtl8139.bin"

And, when start it with environment variables set, the terminal output
as below:
y@y-PC:~$ qemu -m 1024 ./QEMU/wxp.img
open /dev/kvm: No such file or directory
Could not initialize KVM, will disable KVM support
qemu: ps2 mouse init

qemu: serio_pt_init

qemu: pci_add_option_rom: failed to find romfile "pxe-rtl8139.bin"

2, When start qemu windows xp sp2 guest OS with environment variables
set, unlike in the virtualbox Windows guest OS, the touchpad and USB
mouse can't work in the qemu windows xp sp2 guest OS, the cursor can't
move.

Briefly, it seems the instruction at
"http://swapspace.forshee.me/2011/11/touchpad-protocol-reverse-engineering.html"
can't work on my Lenovo G360, is there any thing wrong with me?

Thanks.


--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20120715101557.e20a039b.dashing.meng@gmail.com">ht tp://lists.debian.org/20120715101557.e20a039b.dashing.meng@gmail.com
 
Old 07-19-2012, 07:47 PM
Seth Forshee
 
Default Bug#679750: Lenovo G360: ALPS Touchpad Recognized as "PS/2 Generic Mouse"(with newly dmesg information)

On Sun, Jul 15, 2012 at 10:15:57AM +0800, littlebat wrote:
> In the Windows 7 guest OS, the touchpad "Lenovo pointing device"
> disappeared from the hardwares list. And, the log file in Ubuntu 11.10
> has the content below:
> y@y-PC:~$ cat ./psmouse-reverse/reverse.log
> S ff
> R fe
> S ff
> R fe
> S ff
> R fe
> S ed
> R fe

>From the outset this doesn't look right. When reset is sent (0xff) the
touchpad should respond with and acknowledge (0xfa) and a couple more
bytes. Something obviously isn't working right, but I'm not sure what.

The only suggestion I have is to start debugging and try to see what's
going wrong. Is the data from the guest OS getting to the hardware okay,
and vice versa? Are you sure you've got the correct device?

Seth


--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/20120719194740.GA21315@ubuntu-530U
 

Thread Tools




All times are GMT. The time now is 03:06 AM.

VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org