* ACPI keys for Sony VAIO VPC-Z23A4R laptop
@ 2012-07-31 18:38 Alexander E. Patrakov
2012-07-31 21:38 ` Mattia Dongili
0 siblings, 1 reply; 6+ messages in thread
From: Alexander E. Patrakov @ 2012-07-31 18:38 UTC (permalink / raw)
To: platform-driver-x86; +Cc: Mattia Dongili
Hello.
The current sony-laptop driver supports some, but not all of the Sony
VAIO VPC-Z23A4R special keys. Please improve it, I am ready to test
patches!
So here is what the special keys produce on /proc/acpi/event (first
line = press, second line = release):
Fn-F1 (disable/enable touchpad):
sony/hotkey SNC 00000001 0000000c
sony/hotkey SNC 00000001 0000003b
no effect, no keycodes
Fn-F2, Fn-F3, fn-F4 (mute, volume up, volume down): produce nothing,
work as expected
Fn-F5 (brightness down):
sony/hotkey SNC 00000001 00000010
sony/hotkey SNC 00000001 0000003b
works as expected in GNOME 3.4
Fn-F6 (brightness up):
sony/hotkey SNC 00000001 00000011
sony/hotkey SNC 00000001 0000003b
works as expected in GNOME 3.4
Fn-F7 (display switch):
sony/hotkey SNC 00000001 00000012
sony/hotkey SNC 00000001 0000003b
works as expected
Fn-F8: unused, produces nothing
Fn-F9 (zoom out):
sony/hotkey SNC 00000001 00000014
sony/hotkey SNC 00000001 0000003b
no effect, no keycodes
Fn-F10 (zoom in):
sony/hotkey SNC 00000001 00000015
sony/hotkey SNC 00000001 0000003b
no effect, no keycodes
Fn-F11: unused, produces nothing
Fn-F12 (suspend):
sony/hotkey SNC 00000001 00000017
sony/hotkey SNC 00000001 0000003b
works as expected
ASSIST:
sony/hotkey SNC 00000001 00000028
sony/hotkey SNC 00000001 00000038
produces the Help keycode
WEB:
no output, produces the HomePage keycode
VAIO:
sony/hotkey SNC 00000001 00000049
sony/hotkey SNC 00000001 00000038
no effect, no keycodes
--
Alexander E. Patrakov
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: ACPI keys for Sony VAIO VPC-Z23A4R laptop
2012-07-31 18:38 ACPI keys for Sony VAIO VPC-Z23A4R laptop Alexander E. Patrakov
@ 2012-07-31 21:38 ` Mattia Dongili
2012-08-01 1:30 ` Alexander E. Patrakov
0 siblings, 1 reply; 6+ messages in thread
From: Mattia Dongili @ 2012-07-31 21:38 UTC (permalink / raw)
To: Alexander E. Patrakov; +Cc: platform-driver-x86
Hi,
On Tue, Jul 31, 2012 at 08:38:10PM +0200, Alexander E. Patrakov wrote:
> Hello.
>
> The current sony-laptop driver supports some, but not all of the Sony
> VAIO VPC-Z23A4R special keys. Please improve it, I am ready to test
> patches!
>
> So here is what the special keys produce on /proc/acpi/event (first
> line = press, second line = release):
I assume you're using linux 3.5.
Not all key events are handled via the SNC device (which sony-laptop is
a driver for).
Could you produce the same reports loading sony-laptop with debug=1 and
maybe only for those keys that are not handled correctly.
Also, could you please send ma copy of your laptop's DSDT?
Thanks!
--
mattia
:wq!
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: ACPI keys for Sony VAIO VPC-Z23A4R laptop
2012-07-31 21:38 ` Mattia Dongili
@ 2012-08-01 1:30 ` Alexander E. Patrakov
2012-08-01 21:34 ` Mattia Dongili
0 siblings, 1 reply; 6+ messages in thread
From: Alexander E. Patrakov @ 2012-08-01 1:30 UTC (permalink / raw)
To: Mattia Dongili; +Cc: platform-driver-x86
Mattia Dongili <malattia@linux.it> wrote:
> I assume you're using linux 3.5.
Yes.
> Not all key events are handled via the SNC device (which sony-laptop is
> a driver for).
> Could you produce the same reports loading sony-laptop with debug=1 and
> maybe only for those keys that are not handled correctly.
My report was already with debug=1 and has all working keys marked as such.
> Also, could you please send me a copy of your laptop's DSDT?
Will do that in a separate e-mail.
--
Alexander E. Patrakov
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: ACPI keys for Sony VAIO VPC-Z23A4R laptop
2012-08-01 1:30 ` Alexander E. Patrakov
@ 2012-08-01 21:34 ` Mattia Dongili
2012-08-09 7:29 ` Alexander E. Patrakov
0 siblings, 1 reply; 6+ messages in thread
From: Mattia Dongili @ 2012-08-01 21:34 UTC (permalink / raw)
To: Alexander E. Patrakov; +Cc: platform-driver-x86
On Wed, Aug 01, 2012 at 07:30:01AM +0600, Alexander E. Patrakov wrote:
> Mattia Dongili <malattia@linux.it> wrote:
...
> > Could you produce the same reports loading sony-laptop with debug=1 and
> > maybe only for those keys that are not handled correctly.
>
> My report was already with debug=1 and has all working keys marked as such.
sorry, I wanted to see the output in dmesg for each of the non working
keys.
Thanks
--
mattia
:wq!
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: ACPI keys for Sony VAIO VPC-Z23A4R laptop
2012-08-01 21:34 ` Mattia Dongili
@ 2012-08-09 7:29 ` Alexander E. Patrakov
2012-08-09 14:54 ` Alexander E. Patrakov
0 siblings, 1 reply; 6+ messages in thread
From: Alexander E. Patrakov @ 2012-08-09 7:29 UTC (permalink / raw)
To: Mattia Dongili; +Cc: platform-driver-x86
[-- Attachment #1: Type: text/plain, Size: 672 bytes --]
2012/8/2 Mattia Dongili <malattia@linux.it>:
> On Wed, Aug 01, 2012 at 07:30:01AM +0600, Alexander E. Patrakov wrote:
>> Mattia Dongili <malattia@linux.it> wrote:
> ...
>> > Could you produce the same reports loading sony-laptop with debug=1 and
>> > maybe only for those keys that are not handled correctly.
>>
>> My report was already with debug=1 and has all working keys marked as such.
>
> sorry, I wanted to see the output in dmesg for each of the non working
> keys.
Sorry for the long delay. The full dmesg is attached, with all
non-working (and two working - ASSIST and WEB) keys annotated via echo
"Will press something" > /dev/kmsg.
--
Alexander E. Patrakov
[-- Attachment #2: dmesg.txt --]
[-- Type: text/plain, Size: 72953 bytes --]
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.5.0-gentoo (root@aep-vaio) (gcc version 4.6.3 (Gentoo 4.6.3 p1.3, pie-0.5.1) ) #6 SMP PREEMPT Sat Aug 4 23:21:59 YEKT 2012
[ 0.000000] Command line: initrd=/boot/initramfs.img init=/sbin/init32 root=/dev/vg01/gnome resume=/dev/vg01/swap rootfstype=ext4 ro rd.lvm.vg=vg01 psmouse.rate=1000 video.allow_duplicates=1 i915.semaphores=0 i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1 enable_mtrr_cleanup mtrr_spare_reg_nr=1 quiet BOOT_IMAGE=/boot/vmlinuz
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008f3ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000008f400-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000009ae3efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000009ae3f000-0x000000009aebefff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000009aebf000-0x000000009afbefff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000009afbf000-0x000000009affefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000009afff000-0x000000009affffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000009b000000-0x000000009f9fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000025fdfffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI 2.6 present.
[ 0.000000] DMI: Sony Corporation VPCZ23A4R/VAIO, BIOS R1010H5 07/28/2011
[ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] No AGP bridge found
[ 0.000000] e820: last_pfn = 0x25fe00 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-E7FFF write-protect
[ 0.000000] E8000-EFFFF write-combining
[ 0.000000] F0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 080000000 mask FE0000000 write-back
[ 0.000000] 2 base 09B000000 mask FFF000000 uncachable
[ 0.000000] 3 base 09C000000 mask FFC000000 uncachable
[ 0.000000] 4 base 0FFC00000 mask FFFC00000 write-protect
[ 0.000000] 5 base 100000000 mask F00000000 write-back
[ 0.000000] 6 base 200000000 mask FC0000000 write-back
[ 0.000000] 7 base 240000000 mask FF0000000 write-back
[ 0.000000] 8 base 250000000 mask FF0000000 write-back
[ 0.000000] 9 base 25FE00000 mask FFFE00000 uncachable
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820: last_pfn = 0x9b000 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf] mapped at [ffff8800000fe1b0]
[ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
[ 0.000000] Base memory trampoline at [ffff880000089000] 89000 size 24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x9affffff]
[ 0.000000] [mem 0x00000000-0x9affffff] page 2M
[ 0.000000] kernel direct mapping tables up to 0x9affffff @ [mem 0x1fb24000-0x1fffffff]
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x25fdfffff]
[ 0.000000] [mem 0x100000000-0x25fdfffff] page 2M
[ 0.000000] kernel direct mapping tables up to 0x25fdfffff @ [mem 0x9ae34000-0x9ae3efff]
[ 0.000000] RAMDISK: [mem 0x7f620000-0x7fffefff]
[ 0.000000] ACPI: RSDP 00000000000fe020 00024 (v02 Sony)
[ 0.000000] ACPI: XSDT 000000009affe120 00094 (v01 Sony VAIO 20110728 01000013)
[ 0.000000] ACPI: FACP 000000009affc000 000F4 (v04 Sony VAIO 20110728 ACPI 00040000)
[ 0.000000] ACPI: DSDT 000000009aff0000 085DF (v01 Sony VAIO 20110728 ACPI 00040000)
[ 0.000000] ACPI: FACS 000000009af6e000 00040
[ 0.000000] ACPI: ASF! 000000009affd000 000A5 (v32 Sony VAIO 20110728 ACPI 00040000)
[ 0.000000] ACPI: HPET 000000009affb000 00038 (v01 Sony VAIO 20110728 ACPI 00040000)
[ 0.000000] ACPI: APIC 000000009affa000 0008C (v02 Sony VAIO 20110728 ACPI 00040000)
[ 0.000000] ACPI: MCFG 000000009aff9000 0003C (v01 Sony VAIO 20110728 ACPI 00040000)
[ 0.000000] ACPI: SLIC 000000009afef000 00176 (v01 Sony VAIO 20110728 ACPI 00040000)
[ 0.000000] ACPI: WDAT 000000009afee000 00224 (v01 Sony VAIO 20110728 ACPI 00040000)
[ 0.000000] ACPI: SSDT 000000009afed000 00CA6 (v01 Sony VAIO 20110728 ACPI 00040000)
[ 0.000000] ACPI: BOOT 000000009afeb000 00028 (v01 Sony VAIO 20110728 ACPI 00040000)
[ 0.000000] ACPI: SSDT 000000009afe9000 0022B (v01 Sony VAIO 20110728 ACPI 00040000)
[ 0.000000] ACPI: ASPT 000000009afe6000 00034 (v07 Sony VAIO 20110728 ACPI 00040000)
[ 0.000000] ACPI: SSDT 000000009afe5000 00846 (v01 Sony VAIO 20110728 ACPI 00040000)
[ 0.000000] ACPI: SSDT 000000009afe4000 00996 (v01 Sony VAIO 20110728 ACPI 00040000)
[ 0.000000] ACPI: SSDT 000000009afe3000 00EE8 (v01 Sony VAIO 20110728 ACPI 00040000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000025fdfffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x25fdfffff]
[ 0.000000] NODE_DATA [mem 0x25fdfb000-0x25fdfffff]
[ 0.000000] [ffffea0000000000-ffffea00097fffff] PMD -> [ffff880257400000-ffff88025f3fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00010000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x25fdfffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00010000-0x0008efff]
[ 0.000000] node 0: [mem 0x00100000-0x9ae3efff]
[ 0.000000] node 0: [mem 0x9afff000-0x9affffff]
[ 0.000000] node 0: [mem 0x100000000-0x25fdfffff]
[ 0.000000] On node 0 totalpages: 2075583
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 6 pages reserved
[ 0.000000] DMA zone: 3897 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 16320 pages used for memmap
[ 0.000000] DMA32 zone: 614016 pages, LIFO batch:31
[ 0.000000] Normal zone: 22520 pages used for memmap
[ 0.000000] Normal zone: 1418760 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] SMP: Allowing 8 CPUs, 4 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000008f000 - 0000000000090000
[ 0.000000] PM: Registered nosave memory: 0000000000090000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] PM: Registered nosave memory: 000000009ae3f000 - 000000009aebf000
[ 0.000000] PM: Registered nosave memory: 000000009aebf000 - 000000009afbf000
[ 0.000000] PM: Registered nosave memory: 000000009afbf000 - 000000009afff000
[ 0.000000] PM: Registered nosave memory: 000000009b000000 - 000000009fa00000
[ 0.000000] PM: Registered nosave memory: 000000009fa00000 - 00000000e0000000
[ 0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
[ 0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000feb00000
[ 0.000000] PM: Registered nosave memory: 00000000feb00000 - 00000000feb04000
[ 0.000000] PM: Registered nosave memory: 00000000feb04000 - 00000000fec00000
[ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
[ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed10000
[ 0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed1a000
[ 0.000000] PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
[ 0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
[ 0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
[ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffd80000
[ 0.000000] PM: Registered nosave memory: 00000000ffd80000 - 0000000100000000
[ 0.000000] e820: [mem 0x9fa00000-0xdfffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88025fa00000 s84416 r8192 d22080 u262144
[ 0.000000] pcpu-alloc: s84416 r8192 d22080 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2036673
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: initrd=/boot/initramfs.img init=/sbin/init32 root=/dev/vg01/gnome resume=/dev/vg01/swap rootfstype=ext4 ro rd.lvm.vg=vg01 psmouse.rate=1000 video.allow_duplicates=1 i915.semaphores=0 i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1 enable_mtrr_cleanup mtrr_spare_reg_nr=1 quiet BOOT_IMAGE=/boot/vmlinuz
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] __ex_table already sorted, skipping sort
[ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 8070388k/9959424k available (7541k kernel code, 1657092k absent, 231944k reserved, 5532k data, 724k init)
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] CONFIG_RCU_FANOUT set to non-default value of 32
[ 0.000000] Additional per-CPU info printed with stalls.
[ 0.000000] NR_IRQS:4352 nr_irqs:744 16
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.000000] ... MAX_LOCK_DEPTH: 48
[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
[ 0.000000] ... CLASSHASH_SIZE: 4096
[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384
[ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768
[ 0.000000] ... CHAINHASH_SIZE: 16384
[ 0.000000] memory used by lock dependency info: 5855 kB
[ 0.000000] per task-struct memory footprint: 1920 bytes
[ 0.000000] allocated 33554432 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] kmemleak: Kernel memory leak detector disabled
[ 0.000000] hpet clockevent registered
[ 0.000000] Fast TSC calibration using PIT
[ 0.002000] Detected 2793.754 MHz processor.
[ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 5587.50 BogoMIPS (lpj=2793754)
[ 0.000005] pid_max: default: 32768 minimum: 301
[ 0.000048] Security Framework initialized
[ 0.000590] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.002109] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.002730] Mount-cache hash table entries: 256
[ 0.003462] Initializing cgroup subsys cpuacct
[ 0.003464] Initializing cgroup subsys memory
[ 0.003503] Initializing cgroup subsys devices
[ 0.003505] Initializing cgroup subsys freezer
[ 0.003507] Initializing cgroup subsys blkio
[ 0.003508] Initializing cgroup subsys net_prio
[ 0.003569] CPU: Physical Processor ID: 0
[ 0.003570] CPU: Processor Core ID: 0
[ 0.003574] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.003574] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.003576] mce: CPU supports 7 MCE banks
[ 0.003586] CPU0: Thermal monitoring enabled (TM1)
[ 0.003597] using mwait in idle threads.
[ 0.004871] ACPI: Core revision 20120320
[ 0.027140] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.037129] CPU0: Intel(R) Core(TM) i7-2640M CPU @ 2.80GHz stepping 07
[ 0.138704] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, Intel PMU driver.
[ 0.138709] PEBS disabled due to CPU errata.
[ 0.138715] ... version: 3
[ 0.138716] ... bit width: 48
[ 0.138717] ... generic registers: 4
[ 0.138718] ... value mask: 0000ffffffffffff
[ 0.138719] ... max period: 000000007fffffff
[ 0.138720] ... fixed-purpose events: 3
[ 0.138721] ... event mask: 000000070000000f
[ 0.146996] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.150767] lockdep: fixing up alternatives.
[ 0.150792] Booting Node 0, Processors #1lockdep: fixing up alternatives.
[ 0.167697] #2lockdep: fixing up alternatives.
[ 0.184669] #3
[ 0.197942] Brought up 4 CPUs
[ 0.197946] Total of 4 processors activated (22350.03 BogoMIPS).
[ 0.201876] devtmpfs: initialized
[ 0.204107] PM: Registering ACPI NVS region [mem 0x9aebf000-0x9afbefff] (1048576 bytes)
[ 0.204340] NET: Registered protocol family 16
[ 0.204812] ACPI: bus type pci registered
[ 0.204885] dca service started, version 1.12.1
[ 0.204927] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.204929] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.237459] PCI: Using configuration type 1 for base access
[ 0.239754] bio: create slab <bio-0> at 0
[ 0.239852] ACPI: Added _OSI(Module Device)
[ 0.239854] ACPI: Added _OSI(Processor Device)
[ 0.239856] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.239858] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.244566] ACPI: EC: Look up EC in DSDT
[ 0.249199] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.257696] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.265313] ACPI: SSDT 000000009ae70718 0067C (v01 Sony VAIO 20110728 INTL 20100121)
[ 0.266544] ACPI: Dynamic OEM Table Load:
[ 0.266547] ACPI: SSDT (null) 0067C (v01 Sony VAIO 20110728 INTL 20100121)
[ 0.270120] ACPI: SSDT 000000009ae71a98 00303 (v01 Sony VAIO 20110728 INTL 20100121)
[ 0.271404] ACPI: Dynamic OEM Table Load:
[ 0.271407] ACPI: SSDT (null) 00303 (v01 Sony VAIO 20110728 INTL 20100121)
[ 0.274680] ACPI: SSDT 000000009ae6fd98 00119 (v01 Sony VAIO 20110728 INTL 20100121)
[ 0.275925] ACPI: Dynamic OEM Table Load:
[ 0.275928] ACPI: SSDT (null) 00119 (v01 Sony VAIO 20110728 INTL 20100121)
[ 0.685219] ACPI: Interpreter enabled
[ 0.685223] ACPI: (supports S0 S3 S4 S5)
[ 0.685264] ACPI: Using IOAPIC for interrupt routing
[ 0.696597] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 0.697836] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[ 0.697840] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.698268] \_SB_.PCI0:_OSC invalid UUID
[ 0.698270] _OSC request data:1 8 1f
[ 0.698274] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.698899] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
[ 0.698901] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
[ 0.698903] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[ 0.698905] pci_root PNP0A08:00: host bridge window [mem 0x9fa00000-0xfeafffff]
[ 0.699016] PCI host bridge to bus 0000:00
[ 0.699018] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.699020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.699022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.699023] pci_bus 0000:00: root bus resource [mem 0x9fa00000-0xfeafffff]
[ 0.699060] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
[ 0.699134] pci 0000:00:02.0: [8086:0126] type 00 class 0x030000
[ 0.699150] pci 0000:00:02.0: reg 10: [mem 0xd0000000-0xd03fffff 64bit]
[ 0.699159] pci 0000:00:02.0: reg 18: [mem 0xa0000000-0xafffffff 64bit pref]
[ 0.699165] pci 0000:00:02.0: reg 20: [io 0xa000-0xa03f]
[ 0.699258] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[ 0.699296] pci 0000:00:16.0: reg 10: [mem 0xd9404000-0xd940400f 64bit]
[ 0.699424] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.699507] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[ 0.699808] pci 0000:00:1a.0: reg 10: [mem 0xd9409000-0xd94093ff]
[ 0.701509] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.701556] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[ 0.701584] pci 0000:00:1b.0: reg 10: [mem 0xd9400000-0xd9403fff 64bit]
[ 0.701720] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.701760] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[ 0.701906] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.701949] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
[ 0.702094] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.702136] pci 0000:00:1c.2: [8086:1c14] type 01 class 0x060400
[ 0.702282] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.702335] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
[ 0.702479] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.702525] pci 0000:00:1c.6: [8086:1c1c] type 01 class 0x060400
[ 0.702676] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[ 0.702729] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[ 0.703026] pci 0000:00:1d.0: reg 10: [mem 0xd9408000-0xd94083ff]
[ 0.704727] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.704767] pci 0000:00:1f.0: [8086:1c4b] type 00 class 0x060100
[ 0.704967] pci 0000:00:1f.2: [8086:282a] type 00 class 0x010400
[ 0.705005] pci 0000:00:1f.2: reg 10: [io 0xa088-0xa08f]
[ 0.705020] pci 0000:00:1f.2: reg 14: [io 0xa094-0xa097]
[ 0.705035] pci 0000:00:1f.2: reg 18: [io 0xa080-0xa087]
[ 0.705050] pci 0000:00:1f.2: reg 1c: [io 0xa090-0xa093]
[ 0.705064] pci 0000:00:1f.2: reg 20: [io 0xa060-0xa07f]
[ 0.705079] pci 0000:00:1f.2: reg 24: [mem 0xd9407000-0xd94077ff]
[ 0.705177] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.705210] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[ 0.705239] pci 0000:00:1f.3: reg 10: [mem 0xd9405000-0xd94050ff 64bit]
[ 0.705280] pci 0000:00:1f.3: reg 20: [io 0xa040-0xa05f]
[ 0.705699] pci 0000:02:00.0: [8086:0091] type 00 class 0x028000
[ 0.706039] pci 0000:02:00.0: reg 10: [mem 0xd8400000-0xd8401fff 64bit]
[ 0.707672] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 0.709957] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.709963] pci 0000:00:1c.0: bridge window [io 0x9000-0x9fff]
[ 0.709969] pci 0000:00:1c.0: bridge window [mem 0xd8400000-0xd93fffff]
[ 0.709978] pci 0000:00:1c.0: bridge window [mem 0xd0400000-0xd13fffff 64bit pref]
[ 0.710088] pci 0000:03:00.0: [10ec:5209] type 00 class 0xff0000
[ 0.710115] pci 0000:03:00.0: reg 10: [mem 0xd7400000-0xd7400fff]
[ 0.710323] pci 0000:03:00.0: supports D1 D2
[ 0.710324] pci 0000:03:00.0: PME# supported from D1 D2 D3hot
[ 0.711827] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[ 0.711840] pci 0000:00:1c.1: bridge window [io 0x8000-0x8fff]
[ 0.711852] pci 0000:00:1c.1: bridge window [mem 0xd7400000-0xd83fffff]
[ 0.711879] pci 0000:00:1c.1: bridge window [mem 0xd1400000-0xd23fffff 64bit pref]
[ 0.712040] pci 0000:04:00.0: [1033:0194] type 00 class 0x0c0330
[ 0.712077] pci 0000:04:00.0: reg 10: [mem 0xd6400000-0xd6401fff 64bit]
[ 0.712304] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 0.712429] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
[ 0.712434] pci 0000:00:1c.2: bridge window [io 0x7000-0x7fff]
[ 0.712439] pci 0000:00:1c.2: bridge window [mem 0xd6400000-0xd73fffff]
[ 0.712448] pci 0000:00:1c.2: bridge window [mem 0xd2400000-0xd33fffff 64bit pref]
[ 0.712614] pci 0000:05:00.0: [10ec:8168] type 00 class 0x020000
[ 0.712689] pci 0000:05:00.0: reg 10: [io 0x6000-0x60ff]
[ 0.712824] pci 0000:05:00.0: reg 18: [mem 0xd3404000-0xd3404fff 64bit pref]
[ 0.712906] pci 0000:05:00.0: reg 20: [mem 0xd3400000-0xd3403fff 64bit pref]
[ 0.713272] pci 0000:05:00.0: supports D1 D2
[ 0.713273] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.714873] pci 0000:00:1c.3: PCI bridge to [bus 05-05]
[ 0.714879] pci 0000:00:1c.3: bridge window [io 0x6000-0x6fff]
[ 0.714884] pci 0000:00:1c.3: bridge window [mem 0xd5400000-0xd63fffff]
[ 0.714894] pci 0000:00:1c.3: bridge window [mem 0xd3400000-0xd43fffff 64bit pref]
[ 0.714977] pci 0000:00:1c.6: PCI bridge to [bus 08-20]
[ 0.714982] pci 0000:00:1c.6: bridge window [io 0x3000-0x5fff]
[ 0.714988] pci 0000:00:1c.6: bridge window [mem 0xb0000000-0xcfffffff]
[ 0.714997] pci 0000:00:1c.6: bridge window [mem 0xd4400000-0xd53fffff 64bit pref]
[ 0.715042] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.715202] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 0.715249] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[ 0.715295] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[ 0.715342] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[ 0.715388] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP07._PRT]
[ 0.715505] \_SB_.PCI0:_OSC invalid UUID
[ 0.715506] _OSC request data:1 1f 1f
[ 0.715511] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 0.715553] \_SB_.PCI0:_OSC invalid UUID
[ 0.715555] _OSC request data:1 0 1d
[ 0.715559] pci0000:00: ACPI _OSC request failed (AE_ERROR), returned control mask: 0x1d
[ 0.715560] ACPI _OSC control for PCIe not granted, disabling ASPM
[ 0.720417] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
[ 0.720486] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[ 0.720551] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[ 0.720618] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[ 0.720682] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
[ 0.720748] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.720819] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[ 0.720885] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[ 0.721176] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.721191] vgaarb: loaded
[ 0.721192] vgaarb: bridge control possible 0000:00:02.0
[ 0.721264] SCSI subsystem initialized
[ 0.721324] libata version 3.00 loaded.
[ 0.721338] ACPI: bus type usb registered
[ 0.721362] usbcore: registered new interface driver usbfs
[ 0.721375] usbcore: registered new interface driver hub
[ 0.721405] usbcore: registered new device driver usb
[ 0.721452] PCI: Using ACPI for IRQ routing
[ 0.729510] PCI: pci_cache_line_size set to 64 bytes
[ 0.729722] e820: reserve RAM buffer [mem 0x0008f400-0x0008ffff]
[ 0.729724] e820: reserve RAM buffer [mem 0x9ae3f000-0x9bffffff]
[ 0.729726] e820: reserve RAM buffer [mem 0x9b000000-0x9bffffff]
[ 0.729727] e820: reserve RAM buffer [mem 0x25fe00000-0x25fffffff]
[ 0.730078] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.730084] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.732116] Switching to clocksource hpet
[ 0.742635] pnp: PnP ACPI init
[ 0.742663] ACPI: bus type pnp registered
[ 0.742977] pnp 00:00: [bus 00-fe]
[ 0.742980] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.742982] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.742983] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.742985] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.742987] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[ 0.742989] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[ 0.742990] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[ 0.742992] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[ 0.742994] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[ 0.742995] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[ 0.742997] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[ 0.742998] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[ 0.743000] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[ 0.743002] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[ 0.743003] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[ 0.743006] pnp 00:00: [mem 0x000ec000-0x000effff window]
[ 0.743008] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[ 0.743009] pnp 00:00: [mem 0x9fa00000-0xfeafffff window]
[ 0.743146] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 0.743245] pnp 00:01: [io 0x0000-0x001f]
[ 0.743247] pnp 00:01: [io 0x0081-0x0091]
[ 0.743248] pnp 00:01: [io 0x0093-0x009f]
[ 0.743250] pnp 00:01: [io 0x00c0-0x00df]
[ 0.743251] pnp 00:01: [dma 4]
[ 0.743288] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.743298] pnp 00:02: [mem 0xff000000-0xffffffff]
[ 0.743333] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.743406] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[ 0.743440] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.743454] pnp 00:04: [io 0x00f0]
[ 0.743465] pnp 00:04: [irq 13]
[ 0.743500] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.743512] pnp 00:05: [io 0x002e-0x002f]
[ 0.743513] pnp 00:05: [io 0x004e-0x004f]
[ 0.743515] pnp 00:05: [io 0x0061]
[ 0.743516] pnp 00:05: [io 0x0063]
[ 0.743518] pnp 00:05: [io 0x0065]
[ 0.743519] pnp 00:05: [io 0x0067]
[ 0.743521] pnp 00:05: [io 0x0070]
[ 0.743522] pnp 00:05: [io 0x0080]
[ 0.743523] pnp 00:05: [io 0x0092]
[ 0.743525] pnp 00:05: [io 0x00b2-0x00b3]
[ 0.743526] pnp 00:05: [io 0x0680-0x069f]
[ 0.743528] pnp 00:05: [io 0x1000-0x100f]
[ 0.743529] pnp 00:05: [io 0xffff]
[ 0.743531] pnp 00:05: [io 0xffff]
[ 0.743532] pnp 00:05: [io 0x0400-0x0453]
[ 0.743534] pnp 00:05: [io 0x0458-0x047f]
[ 0.743535] pnp 00:05: [io 0x0500-0x057f]
[ 0.743537] pnp 00:05: [io 0x164e-0x164f]
[ 0.743538] pnp 00:05: [io 0x2000]
[ 0.743540] pnp 00:05: [io 0x2004]
[ 0.743619] system 00:05: [io 0x0680-0x069f] has been reserved
[ 0.743621] system 00:05: [io 0x1000-0x100f] has been reserved
[ 0.743623] system 00:05: [io 0xffff] has been reserved
[ 0.743625] system 00:05: [io 0xffff] has been reserved
[ 0.743627] system 00:05: [io 0x0400-0x0453] has been reserved
[ 0.743629] system 00:05: [io 0x0458-0x047f] has been reserved
[ 0.743631] system 00:05: [io 0x0500-0x057f] has been reserved
[ 0.743633] system 00:05: [io 0x164e-0x164f] has been reserved
[ 0.743635] system 00:05: [io 0x2000] has been reserved
[ 0.743637] system 00:05: [io 0x2004] has been reserved
[ 0.743642] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.743651] pnp 00:06: [io 0x0070-0x0077]
[ 0.743658] pnp 00:06: [irq 8]
[ 0.743693] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.743719] pnp 00:07: [io 0x0454-0x0457]
[ 0.743777] system 00:07: [io 0x0454-0x0457] has been reserved
[ 0.743781] system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.743797] pnp 00:08: [io 0x0060]
[ 0.743798] pnp 00:08: [io 0x0064]
[ 0.743804] pnp 00:08: [irq 1]
[ 0.743849] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.743869] pnp 00:09: [irq 12]
[ 0.743908] pnp 00:09: Plug and Play ACPI device, IDs SNY9015 PNP0f13 (active)
[ 0.744023] pnp 00:0a: [mem 0xfed1c000-0xfed1ffff]
[ 0.744024] pnp 00:0a: [mem 0xfed10000-0xfed17fff]
[ 0.744026] pnp 00:0a: [mem 0xfed18000-0xfed18fff]
[ 0.744028] pnp 00:0a: [mem 0xfed19000-0xfed19fff]
[ 0.744029] pnp 00:0a: [mem 0xe0000000-0xefffffff]
[ 0.744031] pnp 00:0a: [mem 0xfed20000-0xfed3ffff]
[ 0.744032] pnp 00:0a: [mem 0xfed90000-0xfed93fff]
[ 0.744034] pnp 00:0a: [mem 0xff000000-0xffffffff]
[ 0.744035] pnp 00:0a: [mem 0xfee00000-0xfeefffff]
[ 0.744037] pnp 00:0a: [mem 0x9fa00000-0x9fa00fff]
[ 0.744102] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.744104] system 00:0a: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.744106] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.744108] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.744110] system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.744112] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.744114] system 00:0a: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.744116] system 00:0a: [mem 0xff000000-0xffffffff] could not be reserved
[ 0.744118] system 00:0a: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.744120] system 00:0a: [mem 0x9fa00000-0x9fa00fff] has been reserved
[ 0.744124] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.744845] pnp 00:0b: [mem 0x20000000-0x201fffff]
[ 0.744846] pnp 00:0b: [mem 0x40000000-0x401fffff]
[ 0.744962] system 00:0b: [mem 0x20000000-0x201fffff] could not be reserved
[ 0.744965] system 00:0b: [mem 0x40000000-0x401fffff] could not be reserved
[ 0.744969] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.744988] pnp: PnP ACPI: found 12 devices
[ 0.744989] ACPI: ACPI bus type pnp unregistered
[ 0.749614] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.749618] pci 0000:00:1c.0: bridge window [io 0x9000-0x9fff]
[ 0.749626] pci 0000:00:1c.0: bridge window [mem 0xd8400000-0xd93fffff]
[ 0.749631] pci 0000:00:1c.0: bridge window [mem 0xd0400000-0xd13fffff 64bit pref]
[ 0.749641] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[ 0.749644] pci 0000:00:1c.1: bridge window [io 0x8000-0x8fff]
[ 0.749652] pci 0000:00:1c.1: bridge window [mem 0xd7400000-0xd83fffff]
[ 0.749657] pci 0000:00:1c.1: bridge window [mem 0xd1400000-0xd23fffff 64bit pref]
[ 0.749666] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
[ 0.749670] pci 0000:00:1c.2: bridge window [io 0x7000-0x7fff]
[ 0.749677] pci 0000:00:1c.2: bridge window [mem 0xd6400000-0xd73fffff]
[ 0.749682] pci 0000:00:1c.2: bridge window [mem 0xd2400000-0xd33fffff 64bit pref]
[ 0.749692] pci 0000:00:1c.3: PCI bridge to [bus 05-05]
[ 0.749695] pci 0000:00:1c.3: bridge window [io 0x6000-0x6fff]
[ 0.749702] pci 0000:00:1c.3: bridge window [mem 0xd5400000-0xd63fffff]
[ 0.749708] pci 0000:00:1c.3: bridge window [mem 0xd3400000-0xd43fffff 64bit pref]
[ 0.749717] pci 0000:00:1c.6: PCI bridge to [bus 08-20]
[ 0.749721] pci 0000:00:1c.6: bridge window [io 0x3000-0x5fff]
[ 0.749728] pci 0000:00:1c.6: bridge window [mem 0xb0000000-0xcfffffff]
[ 0.749733] pci 0000:00:1c.6: bridge window [mem 0xd4400000-0xd53fffff 64bit pref]
[ 0.749799] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.749801] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.749803] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.749805] pci_bus 0000:00: resource 7 [mem 0x9fa00000-0xfeafffff]
[ 0.749806] pci_bus 0000:02: resource 0 [io 0x9000-0x9fff]
[ 0.749808] pci_bus 0000:02: resource 1 [mem 0xd8400000-0xd93fffff]
[ 0.749810] pci_bus 0000:02: resource 2 [mem 0xd0400000-0xd13fffff 64bit pref]
[ 0.749812] pci_bus 0000:03: resource 0 [io 0x8000-0x8fff]
[ 0.749813] pci_bus 0000:03: resource 1 [mem 0xd7400000-0xd83fffff]
[ 0.749815] pci_bus 0000:03: resource 2 [mem 0xd1400000-0xd23fffff 64bit pref]
[ 0.749816] pci_bus 0000:04: resource 0 [io 0x7000-0x7fff]
[ 0.749818] pci_bus 0000:04: resource 1 [mem 0xd6400000-0xd73fffff]
[ 0.749820] pci_bus 0000:04: resource 2 [mem 0xd2400000-0xd33fffff 64bit pref]
[ 0.749821] pci_bus 0000:05: resource 0 [io 0x6000-0x6fff]
[ 0.749823] pci_bus 0000:05: resource 1 [mem 0xd5400000-0xd63fffff]
[ 0.749824] pci_bus 0000:05: resource 2 [mem 0xd3400000-0xd43fffff 64bit pref]
[ 0.749826] pci_bus 0000:08: resource 0 [io 0x3000-0x5fff]
[ 0.749828] pci_bus 0000:08: resource 1 [mem 0xb0000000-0xcfffffff]
[ 0.749829] pci_bus 0000:08: resource 2 [mem 0xd4400000-0xd53fffff 64bit pref]
[ 0.749867] NET: Registered protocol family 2
[ 0.750104] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.750984] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[ 0.752277] TCP bind hash table entries: 65536 (order: 10, 4194304 bytes)
[ 0.755628] TCP: Hash tables configured (established 524288 bind 65536)
[ 0.755651] TCP: reno registered
[ 0.755703] UDP hash table entries: 4096 (order: 7, 655360 bytes)
[ 0.756185] UDP-Lite hash table entries: 4096 (order: 7, 655360 bytes)
[ 0.756720] NET: Registered protocol family 1
[ 0.756737] pci 0000:00:02.0: Boot video device
[ 0.790509] PCI: CLS 64 bytes, default 64
[ 0.790619] Unpacking initramfs...
[ 1.784424] Freeing initrd memory: 10108k freed
[ 1.785734] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 1.785739] software IO TLB [mem 0x96e34000-0x9ae33fff] (64MB) mapped at [ffff880096e34000-ffff88009ae33fff]
[ 1.785809] Simple Boot Flag at 0x44 set to 0x1
[ 1.786516] audit: initializing netlink socket (disabled)
[ 1.786547] type=2000 audit(1344496650.672:1): initialized
[ 1.804670] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 1.807484] VFS: Disk quotas dquot_6.5.2
[ 1.807538] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.808105] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.808408] NILFS version 2 loaded
[ 1.808728] Btrfs loaded
[ 1.808781] ramoops: platform device not found, using module parameters
[ 1.808810] ramoops: The memory size and the record size must be non-zero
[ 1.808879] ramoops: probe of ramoops failed with error -22
[ 1.809070] msgmni has been set to 15782
[ 1.809609] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 1.809651] io scheduler noop registered
[ 1.809653] io scheduler deadline registered
[ 1.809718] io scheduler cfq registered (default)
[ 1.810271] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 1.810325] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 1.810380] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.811243] Linux agpgart interface v0.103
[ 1.811460] agpgart-intel 0000:00:00.0: Intel Sandybridge Chipset
[ 1.811547] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[ 1.812650] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
[ 1.812815] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xa0000000
[ 1.813064] intel_idle: MWAIT substates: 0x21120
[ 1.813065] intel_idle: v0.4 model 0x2A
[ 1.813066] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 1.813218] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 1.813376] ACPI: AC Adapter [ADP1] (off-line)
[ 1.813606] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[ 1.813663] ACPI: Lid Switch [LID0]
[ 1.813714] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[ 1.813744] ACPI: Power Button [PWRB]
[ 1.813857] ACPI: Requesting acpi_cpufreq
[ 1.823116] thermal LNXTHERM:00: registered as thermal_zone0
[ 1.823118] ACPI: Thermal Zone [TZ01] (36 C)
[ 1.825550] ioatdma: Intel(R) QuickData Technology Driver 4.00
[ 1.825597] XENFS: not registering filesystem on non-xen platform
[ 1.825655] [drm] Initialized drm 1.1.0 20060810
[ 1.826039] [drm] radeon defaulting to kernel modesetting.
[ 1.826040] [drm] radeon kernel modesetting enabled.
[ 1.827565] i915 0000:00:02.0: setting latency timer to 64
[ 1.830680] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 1.830691] ACPI: Battery Slot [BAT1] (battery present)
[ 1.830754] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 1.830762] ACPI: Battery Slot [BAT2] (battery absent)
[ 1.874137] i915 0000:00:02.0: irq 40 for MSI/MSI-X
[ 1.874150] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 1.874151] [drm] Driver supports precise vblank timestamp query.
[ 1.874454] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 2.787297] Refined TSC clocksource calibration: 2793.653 MHz.
[ 2.787312] Switching to clocksource tsc
[ 2.966972] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[ 3.227974] fbcon: inteldrmfb (fb0) is primary device
[ 3.867629] Console: switching to colour frame buffer device 240x67
[ 3.871385] fb0: inteldrmfb frame buffer device
[ 3.871387] drm: registered panic notifier
[ 3.871732] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
[ 3.871762] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
[ 3.871792] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
[ 3.871821] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
[ 3.871850] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
[ 3.871879] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
[ 3.871908] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
[ 3.873523] acpi device:3e: registered as cooling_device4
[ 3.873754] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 3.873811] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:09/input/input2
[ 3.873836] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 3.874030] usbcore: registered new interface driver udl
[ 3.875253] loop: module loaded
[ 3.875345] Loading iSCSI transport class v2.0-870.
[ 3.875448] iscsi: registered transport (tcp)
[ 3.875514] ahci 0000:00:1f.2: version 3.0
[ 3.875643] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
[ 3.875719] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3 impl RAID mode
[ 3.875722] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part apst
[ 3.875728] ahci 0000:00:1f.2: setting latency timer to 64
[ 3.876694] scsi0 : ahci
[ 3.876891] scsi1 : ahci
[ 3.876973] scsi2 : ahci
[ 3.877052] scsi3 : ahci
[ 3.877131] scsi4 : ahci
[ 3.877211] scsi5 : ahci
[ 3.877779] ata1: SATA max UDMA/133 abar m2048@0xd9407000 port 0xd9407100 irq 41
[ 3.877783] ata2: SATA max UDMA/133 abar m2048@0xd9407000 port 0xd9407180 irq 41
[ 3.877784] ata3: DUMMY
[ 3.877785] ata4: DUMMY
[ 3.877786] ata5: DUMMY
[ 3.877787] ata6: DUMMY
[ 3.878225] scsi6 : pata_legacy
[ 3.878278] ata7: PATA max PIO4 cmd 0x1f0 ctl 0x3f6 irq 14
[ 4.182131] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 4.182181] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 4.182914] ata1.00: ATA-8: SAMSUNG MZRPC256HADR-000SO, CXM05S1Q, max UDMA/133
[ 4.182917] ata1.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 4.183002] ata2.00: ATA-8: SAMSUNG MZRPC256HADR-000SO, CXM05S1Q, max UDMA/133
[ 4.183004] ata2.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 4.183350] ata1.00: configured for UDMA/133
[ 4.183383] ata2.00: configured for UDMA/133
[ 4.183766] scsi 0:0:0:0: Direct-Access ATA SAMSUNG MZRPC256 CXM0 PQ: 0 ANSI: 5
[ 4.184238] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[ 4.184360] sd 0:0:0:0: [sda] Write Protect is off
[ 4.184363] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 4.184400] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.185473] sda: sda1 sda2
[ 4.185622] sda: p2 size 499922944 extends beyond EOD, enabling native capacity
[ 4.186617] sda: sda1 sda2
[ 4.186679] sda: p2 size 499922944 extends beyond EOD, truncated
[ 4.187051] sd 0:0:0:0: [sda] Attached SCSI disk
[ 4.187150] scsi 1:0:0:0: Direct-Access ATA SAMSUNG MZRPC256 CXM0 PQ: 0 ANSI: 5
[ 4.187291] sd 1:0:0:0: [sdb] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[ 4.187416] sd 1:0:0:0: [sdb] Write Protect is off
[ 4.187419] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 4.187455] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.187986] sdb: unknown partition table
[ 4.188244] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 4.188477] scsi7 : pata_legacy
[ 4.188534] ata8: PATA max PIO4 cmd 0x170 ctl 0x376 irq 15
[ 4.339407] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 4.341769] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 4.341972] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 4.342130] mousedev: PS/2 mouse device common for all mice
[ 4.342550] rtc_cmos 00:06: RTC can wake from S4
[ 4.342783] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[ 4.342819] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 4.342976] cpuidle: using governor ladder
[ 4.343373] cpuidle: using governor menu
[ 4.343547] TCP: cubic registered
[ 4.343578] Initializing XFRM netlink socket
[ 4.343768] NET: Registered protocol family 10
[ 4.344099] NET: Registered protocol family 17
[ 4.344178] Key type dns_resolver registered
[ 4.344650] PM: Checking hibernation image partition /dev/vg01/swap
[ 4.358743] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 5.058748] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x122c00
[ 5.093168] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input4
[ 5.095941] PM: Hibernation image not present or could not be loaded.
[ 5.095994] registered taskstats version 1
[ 5.096964] rtc_cmos 00:06: setting system clock to 2012-08-09 07:17:34 UTC (1344496654)
[ 5.099576] Freeing unused kernel memory: 724k freed
[ 5.099659] Write protecting the kernel read-only data: 12288k
[ 5.101308] Freeing unused kernel memory: 636k freed
[ 5.103173] Freeing unused kernel memory: 744k freed
[ 5.123738] dracut: dracut-dracut-019-
[ 5.146852] device-mapper: uevent: version 1.0.3
[ 5.146988] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[ 5.152062] systemd-udevd[141]: starting version 186
[ 5.245311] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 5.245411] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[ 5.245417] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[ 5.245650] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 5.245730] ehci_hcd 0000:00:1a.0: debug port 2
[ 5.249585] rts_pstor: module is from the staging directory, the quality is unknown, you have been warned.
[ 5.249616] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[ 5.249651] ehci_hcd 0000:00:1a.0: irq 23, io mem 0xd9409000
[ 5.250091] Initializing Realtek PCIE storage driver...
[ 5.250377] Resource length: 0x1000
[ 5.250405] Original address: 0xd7400000, remapped address: 0xffffc90000c6e000
[ 5.250409] pci->irq = 17
[ 5.250411] rtsx_acquire_irq: chip->msi_en = 0, pci->irq = 17
[ 5.251090] xhci_hcd 0000:04:00.0: xHCI Host Controller
[ 5.251101] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 2
[ 5.251288] xhci_hcd 0000:04:00.0: irq 18, io mem 0xd6400000
[ 5.251386] xhci_hcd 0000:04:00.0: irq 42 for MSI/MSI-X
[ 5.251393] xhci_hcd 0000:04:00.0: irq 43 for MSI/MSI-X
[ 5.251400] xhci_hcd 0000:04:00.0: irq 44 for MSI/MSI-X
[ 5.251407] xhci_hcd 0000:04:00.0: irq 45 for MSI/MSI-X
[ 5.251414] xhci_hcd 0000:04:00.0: irq 46 for MSI/MSI-X
[ 5.252400] xHCI xhci_add_endpoint called for root hub
[ 5.252403] xHCI xhci_check_bandwidth called for root hub
[ 5.252658] hub 2-0:1.0: USB hub found
[ 5.252715] hub 2-0:1.0: 2 ports detected
[ 5.253018] xhci_hcd 0000:04:00.0: xHCI Host Controller
[ 5.253024] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
[ 5.255329] xHCI xhci_add_endpoint called for root hub
[ 5.255332] xHCI xhci_check_bandwidth called for root hub
[ 5.255487] hub 3-0:1.0: USB hub found
[ 5.255513] hub 3-0:1.0: 2 ports detected
[ 5.255584] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 5.257730] hub 1-0:1.0: USB hub found
[ 5.257750] hub 1-0:1.0: 2 ports detected
[ 5.257947] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[ 5.257952] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[ 5.257961] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
[ 5.257998] ehci_hcd 0000:00:1d.0: debug port 2
[ 5.261898] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[ 5.261935] ehci_hcd 0000:00:1d.0: irq 20, io mem 0xd9408000
[ 5.267694] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 5.268970] hub 4-0:1.0: USB hub found
[ 5.268981] hub 4-0:1.0: 2 ports detected
[ 5.312853] md: bind<sda>
[ 5.330423] md: bind<sdb>
[ 5.336979] md: bind<sdb>
[ 5.337417] md: bind<sda>
[ 5.339280] md: raid0 personality registered for level 0
[ 5.339729] bio: create slab <bio-1> at 1
[ 5.339743] md/raid0:md126: md_size is 500129792 sectors.
[ 5.339745] md: RAID0 configuration for md126 - 1 zone
[ 5.339746] md: zone0=[sda/sdb]
[ 5.339749] zone-offset= 0KB, device-offset= 0KB, size= 250065152KB
[ 5.339750]
[ 5.339815] md126: detected capacity change from 0 to 256066453504
[ 5.343460] md126: p1 p2
[ 5.450591] scsi8 : SCSI emulation for PCI-Express Mass Storage devices
[ 5.450860] rts_pstor: waiting for device to settle before scanning
[ 5.458081] dracut: luksOpen /dev/md126p2 luks-8bc054d3-77e3-49fd-a8b7-4f4fc723c923
[ 5.559196] usb 1-1: new high-speed USB device number 2 using ehci_hcd
[ 5.674648] hub 1-1:1.0: USB hub found
[ 5.674855] hub 1-1:1.0: 6 ports detected
[ 5.777833] usb 4-1: new high-speed USB device number 2 using ehci_hcd
[ 5.893529] hub 4-1:1.0: USB hub found
[ 5.893827] hub 4-1:1.0: 8 ports detected
[ 5.968987] usb 1-1.1: new full-speed USB device number 3 using ehci_hcd
[ 6.120656] usb 1-1.2: new full-speed USB device number 4 using ehci_hcd
[ 6.287393] usb 1-1.3: new high-speed USB device number 5 using ehci_hcd
[ 6.449330] rts_pstor: device scan complete
[ 6.450264] scsi 8:0:0:0: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 0 CCS
[ 6.454665] sd 8:0:0:0: [sdc] Attached SCSI removable disk
[ 6.469937] usb 1-1.4: new high-speed USB device number 6 using ehci_hcd
[ 6.559020] usb 1-1.4: config 1 has an invalid interface number: 8 but max is 3
[ 6.559033] usb 1-1.4: config 1 has no interface number 1
[ 14.682720] dracut: Scanning devices dm-0 for LVM volume groups vg01
[ 14.700469] dracut: Reading all physical volumes. This may take a while...
[ 14.717100] dracut: Found volume group "vg01" using metadata type lvm2
[ 14.776569] dracut: 6 logical volume(s) in volume group "vg01" now active
[ 14.880252] PM: Marking nosave pages: [mem 0x0008f000-0x000fffff]
[ 14.880260] PM: Marking nosave pages: [mem 0x9ae3f000-0x9affefff]
[ 14.880272] PM: Marking nosave pages: [mem 0x9b000000-0xffffffff]
[ 14.882515] PM: Basic memory bitmaps created
[ 14.922856] PM: Basic memory bitmaps freed
[ 14.922867] video LNXVIDEO:09: Restoring backlight state
[ 14.926776] PM: Starting manual resume from disk
[ 14.926792] PM: Hibernation image partition 252:1 present
[ 14.926794] PM: Looking for hibernation image.
[ 14.927330] PM: Image not found (code -22)
[ 14.927334] PM: Hibernation image not present or could not be loaded.
[ 14.944490] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
[ 15.024888] dracut: Checking ext4: /dev/vg01/gnome
[ 15.025046] dracut: issuing e2fsck -a /dev/vg01/gnome
[ 15.040745] dracut: /dev/vg01/gnome: clean, 438324/1048576 files, 2840876/4194304 blocks
[ 15.041256] dracut: Remounting /dev/vg01/gnome with -o noatime,ro
[ 15.047386] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
[ 15.056989] dracut: Mounted root filesystem /dev/mapper/vg01-gnome
[ 19.927216] dracut: Switching root
[ 20.434728] systemd-udevd[500]: starting version 187
[ 20.456279] EXT4-fs (dm-2): re-mounted. Opts: (null)
[ 20.578499] tun: Universal TUN/TAP device driver, 1.6
[ 20.578504] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 20.600447] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 20.611319] acpiphp: Slot [1] registered
[ 20.701683] sony_laptop: Sony Notebook Control Driver v0.6
[ 20.703424] input: Sony Vaio Keys as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/SNY5001:00/input/input5
[ 20.705457] input: Sony Vaio Jogdial as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/SNY5001:00/input/input6
[ 20.734261] sony_laptop: brightness ignored, must be controlled by ACPI video driver
[ 20.790151] cfg80211: Calling CRDA to update world regulatory domain
[ 20.792962] mei 0000:00:16.0: setting latency timer to 64
[ 20.793246] mei 0000:00:16.0: irq 47 for MSI/MSI-X
[ 20.801102] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 20.801266] r8169 0000:05:00.0: irq 48 for MSI/MSI-X
[ 20.801680] r8169 0000:05:00.0: eth0: RTL8168evl/8111evl at 0xffffc90011bf6000, 54:42:49:9a:df:1e, XID 0c900800 IRQ 48
[ 20.801682] r8169 0000:05:00.0: eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 20.802600] snd_hda_intel 0000:00:1b.0: irq 49 for MSI/MSI-X
[ 20.806108] input: PC Speaker as /devices/platform/pcspkr/input/input7
[ 20.806326] mei 0000:00:16.0: wd: failed to find the client
[ 20.807068] iwlwifi: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
[ 20.807070] iwlwifi: Copyright(c) 2003-2012 Intel Corporation
[ 20.807228] iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
[ 20.807231] iwlwifi 0000:02:00.0: pci_resource_base = ffffc90011bd8000
[ 20.807233] iwlwifi 0000:02:00.0: HW Revision ID = 0x34
[ 20.807749] iwlwifi 0000:02:00.0: irq 50 for MSI/MSI-X
[ 20.857772] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x14
[ 20.870021] Bluetooth: Core ver 2.16
[ 20.870038] NET: Registered protocol family 31
[ 20.870039] Bluetooth: HCI device and connection manager initialized
[ 20.870075] Bluetooth: HCI socket layer initialized
[ 20.870077] Bluetooth: L2CAP socket layer initialized
[ 20.870084] Bluetooth: SCO socket layer initialized
[ 20.870679] usbcore: registered new interface driver btusb
[ 20.883950] Linux media interface: v0.10
[ 20.887889] Linux video capture interface: v2.00
[ 20.892261] usbcore: registered new interface driver usbserial
[ 20.892292] usbcore: registered new interface driver usbserial_generic
[ 20.892473] USB Serial support registered for generic
[ 20.892486] usbserial: USB Serial Driver core
[ 20.895071] usbcore: registered new interface driver sierra
[ 20.895186] uvcvideo: Found UVC 1.00 device USB2.0 Camera (05c8:0318)
[ 20.897857] USB Serial support registered for Sierra USB modem
[ 20.898961] sierra 1-1.4:1.0: Sierra USB modem converter detected
[ 20.900858] input: USB2.0 Camera as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input8
[ 20.906972] usbcore: registered new interface driver uvcvideo
[ 20.906976] USB Video Class driver (1.1.1)
[ 21.032630] microcode: CPU0 updated to revision 0x28, date = 2012-04-24
[ 21.032678] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x14
[ 21.046783] microcode: CPU1 updated to revision 0x28, date = 2012-04-24
[ 21.046803] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x14
[ 21.048673] microcode: CPU2 updated to revision 0x28, date = 2012-04-24
[ 21.048699] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x14
[ 21.049786] microcode: CPU3 updated to revision 0x28, date = 2012-04-24
[ 21.050074] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 21.127392] iwlwifi 0000:02:00.0: loaded firmware version 18.168.6.1
[ 21.127785] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUG disabled
[ 21.127789] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
[ 21.127793] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
[ 21.127796] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE disabled
[ 21.127799] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_P2P disabled
[ 21.127803] iwlwifi 0000:02:00.0: Detected Intel(R) Centrino(R) Advanced-N 6230 AGN, REV=0xB0
[ 21.128214] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
[ 21.144451] iwlwifi 0000:02:00.0: device EEPROM VER=0x716, CALIB=0x6
[ 21.144457] iwlwifi 0000:02:00.0: Device SKU: 0x1F0
[ 21.144460] iwlwifi 0000:02:00.0: Valid Tx ant: 0x3, Valid Rx ant: 0x3
[ 21.144485] iwlwifi 0000:02:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
[ 21.145442] Registered led device: phy0-led
[ 21.149430] cfg80211: World regulatory domain updated:
[ 21.149433] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 21.149436] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 21.149438] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 21.149439] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 21.149441] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 21.149443] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 21.174648] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[ 21.274324] Adding 8388604k swap on /dev/mapper/vg01-swap. Priority:0 extents:1 across:8388604k
[ 21.324357] hda_codec: ALC275: SKU not ready 0x411111f0
[ 21.331300] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 21.331780] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 21.200406] systemd-udevd[545]: renamed network interface eth0 to p3p1
[ 21.333929] ACPI Warning: 0x000000000000a040-0x000000000000a05f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20120320/utaddress-251)
[ 21.333936] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 21.333979] ACPI Warning: 0x0000000000000460-0x000000000000047f SystemIO conflicts with Region \PMIO 1 (20120320/utaddress-251)
[ 21.333985] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 21.333987] lpc_ich: Resource conflict(s) found affecting iTCO_wdt
[ 21.333990] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20120320/utaddress-251)
[ 21.333994] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 21.333998] ACPI Warning: 0x0000000000000500-0x000000000000057f SystemIO conflicts with Region \GPIO 1 (20120320/utaddress-251)
[ 21.334001] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 21.334002] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 21.377276] EXT4-fs (dm-4): mounted filesystem with ordered data mode. Opts: (null)
[ 21.387146] EXT4-fs (dm-5): mounted filesystem with ordered data mode. Opts: (null)
[ 21.390158] EXT4-fs (md126p1): mounted filesystem with ordered data mode. Opts: (null)
[ 21.410876] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: (null)
[ 21.639156] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 21.639161] Bluetooth: BNEP filters: protocol multicast
[ 21.646694] Bluetooth: RFCOMM TTY layer initialized
[ 21.646710] Bluetooth: RFCOMM socket layer initialized
[ 21.646713] Bluetooth: RFCOMM ver 1.11
[ 21.813928] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
[ 21.820878] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
[ 22.109224] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
[ 22.116105] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
[ 22.216097] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 22.223805] r8169 0000:05:00.0: p3p1: unable to load firmware patch rtl_nic/rtl8168e-3.fw (-2)
[ 22.230267] r8169 0000:05:00.0: p3p1: link down
[ 22.231341] IPv6: ADDRCONF(NETDEV_UP): p3p1: link is not ready
[ 23.405727] ata1.00: configured for UDMA/133
[ 23.405746] ata1: EH complete
[ 23.406215] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 23.409030] ata2.00: configured for UDMA/133
[ 23.409039] ata2: EH complete
[ 23.409340] sd 1:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 23.737448] EXT4-fs (dm-2): re-mounted. Opts: commit=600
[ 23.756647] EXT4-fs (dm-4): re-mounted. Opts: commit=600
[ 23.761569] EXT4-fs (dm-5): re-mounted. Opts: commit=600
[ 23.765881] EXT4-fs (md126p1): re-mounted. Opts: commit=600
[ 23.768982] EXT4-fs (dm-3): re-mounted. Opts: commit=600
[ 25.891479] usb 1-1.4: Sierra USB modem converter now attached to ttyUSB0
[ 25.891613] sierra 1-1.4:1.2: Sierra USB modem converter detected
[ 25.892295] usb 1-1.4: Sierra USB modem converter now attached to ttyUSB1
[ 25.892334] sierra 1-1.4:1.3: Sierra USB modem converter detected
[ 25.892997] usb 1-1.4: Sierra USB modem converter now attached to ttyUSB2
[ 28.802063] wlan0: authenticate with bc:ae:c5:c4:c2:d6
[ 28.812189] wlan0: send auth to bc:ae:c5:c4:c2:d6 (try 1/3)
[ 28.815141] wlan0: authenticated
[ 28.815956] wlan0: waiting for beacon from bc:ae:c5:c4:c2:d6
[ 28.840442] wlan0: associate with bc:ae:c5:c4:c2:d6 (try 1/3)
[ 28.843278] wlan0: RX AssocResp from bc:ae:c5:c4:c2:d6 (capab=0x411 status=0 aid=1)
[ 28.855062] wlan0: associated
[ 28.857003] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 110.843564] sony_laptop: Sony Notebook Control Driver v0.6
[ 110.843935] sony_laptop: method: name: PWAK, args 0
[ 110.843954] sony_laptop: method: name: GB16, args 0
[ 110.843969] sony_laptop: method: name: SB16, args 1
[ 110.843984] sony_laptop: method: name: EAWK, args 1
[ 110.844000] sony_laptop: method: name: _INI, args 0
[ 110.844015] sony_laptop: method: name: SN00, args 1
[ 110.844029] sony_laptop: method: name: SN01, args 0
[ 110.844044] sony_laptop: method: name: SN02, args 1
[ 110.844059] sony_laptop: method: name: SN03, args 1
[ 110.844074] sony_laptop: method: name: SN04, args 0
[ 110.844089] sony_laptop: method: name: SN05, args 1
[ 110.844103] sony_laptop: method: name: SN06, args 1
[ 110.844118] sony_laptop: method: name: SN07, args 1
[ 110.844132] sony_laptop: method: name: SNIN, args 0
[ 110.844146] sony_laptop: method: name: SNCF, args 2
[ 110.844161] sony_laptop: method: name: SNNE, args 1
[ 110.844176] sony_laptop: method: name: F100, args 0
[ 110.844191] sony_laptop: method: name: F114, args 0
[ 110.844205] sony_laptop: method: name: F11D, args 0
[ 110.844268] sony_laptop: method: name: F122, args 0
[ 110.844285] sony_laptop: method: name: F135, args 0
[ 110.844301] sony_laptop: method: name: UDWW, args 0
[ 110.844322] sony_laptop: method: name: F13F, args 0
[ 110.844341] sony_laptop: method: name: F13A, args 0
[ 110.844362] sony_laptop: method: name: F147, args 0
[ 110.844380] sony_laptop: method: name: CHHD, args 1
[ 110.844398] sony_laptop: method: name: I147, args 0
[ 110.844416] sony_laptop: method: name: F148, args 0
[ 110.844437] sony_laptop: method: name: F149, args 0
[ 110.844451] sony_laptop: method: name: F14C, args 0
[ 110.844466] sony_laptop: method: name: F14E, args 0
[ 110.844480] sony_laptop: method: name: F150, args 0
[ 110.844494] sony_laptop: method: name: F14F, args 0
[ 110.844956] input: Sony Vaio Keys as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/SNY5001:00/input/input11
[ 110.847346] input: Sony Vaio Jogdial as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/SNY5001:00/input/input12
[ 110.850013] sony_laptop: Doing SNC setup
[ 110.850638] sony_laptop: __call_snc_method: [SN00:0x0000000000000020]
[ 110.850649] sony_laptop: caching handle 0x011d (offset: 0x00)
[ 110.851230] sony_laptop: __call_snc_method: [SN00:0x0000000000000021]
[ 110.851239] sony_laptop: caching handle 0x0122 (offset: 0x01)
[ 110.851797] sony_laptop: __call_snc_method: [SN00:0x0000000000000022]
[ 110.851807] sony_laptop: caching handle 0x0148 (offset: 0x02)
[ 110.852422] sony_laptop: __call_snc_method: [SN00:0x0000000000000023]
[ 110.852432] sony_laptop: caching handle 0x0100 (offset: 0x03)
[ 110.852990] sony_laptop: __call_snc_method: [SN00:0x0000000000000024]
[ 110.852999] sony_laptop: caching handle 0x0114 (offset: 0x04)
[ 110.853573] sony_laptop: __call_snc_method: [SN00:0x0000000000000025]
[ 110.853583] sony_laptop: caching handle 0x013f (offset: 0x05)
[ 110.854123] sony_laptop: __call_snc_method: [SN00:0x0000000000000026]
[ 110.854131] sony_laptop: caching handle 0x0135 (offset: 0x06)
[ 110.854700] sony_laptop: __call_snc_method: [SN00:0x0000000000000027]
[ 110.854711] sony_laptop: caching handle 0x014c (offset: 0x07)
[ 110.855328] sony_laptop: __call_snc_method: [SN00:0x0000000000000028]
[ 110.855338] sony_laptop: caching handle 0x0149 (offset: 0x08)
[ 110.855890] sony_laptop: __call_snc_method: [SN00:0x0000000000000029]
[ 110.855900] sony_laptop: caching handle 0x0000 (offset: 0x09)
[ 110.856494] sony_laptop: __call_snc_method: [SN00:0x000000000000002a]
[ 110.856504] sony_laptop: caching handle 0x0000 (offset: 0x0a)
[ 110.857052] sony_laptop: __call_snc_method: [SN00:0x000000000000002b]
[ 110.857061] sony_laptop: caching handle 0x0000 (offset: 0x0b)
[ 110.857457] sony_laptop: __call_snc_method: [SN00:0x000000000000002c]
[ 110.857463] sony_laptop: caching handle 0x013a (offset: 0x0c)
[ 110.857796] sony_laptop: __call_snc_method: [SN00:0x000000000000002d]
[ 110.857801] sony_laptop: caching handle 0x014e (offset: 0x0d)
[ 110.858132] sony_laptop: __call_snc_method: [SN00:0x000000000000002e]
[ 110.858137] sony_laptop: caching handle 0x0150 (offset: 0x0e)
[ 110.858515] sony_laptop: __call_snc_method: [SN00:0x000000000000002f]
[ 110.858520] sony_laptop: caching handle 0x014f (offset: 0x0f)
[ 110.858536] sony_laptop: setting up handle 0x011d
[ 110.858541] sony_laptop: setting up handle 0x0122
[ 110.858547] sony_laptop: found handle 0x0122 (offset: 0x01)
[ 110.859157] sony_laptop: __call_snc_method: [SN07:0x0000000000000001]
[ 110.859163] sony_laptop: called SN07 with 0x0001 (result: 0x0003)
[ 110.859167] sony_laptop: found handle 0x0122 (offset: 0x01)
[ 110.860108] sony_laptop: __call_snc_method: [SN07:0x0000000000000101]
[ 110.860118] sony_laptop: called SN07 with 0x0101 (result: 0x0100)
[ 110.860142] sony_laptop: setting up handle 0x0148
[ 110.860163] sony_laptop: setting up handle 0x0100
[ 110.860171] sony_laptop: found handle 0x0100 (offset: 0x03)
[ 110.861626] sony_laptop: __call_snc_method: [SN07:0x0000000000000003]
[ 110.861637] sony_laptop: called SN07 with 0x0003 (result: 0x0003)
[ 110.861644] sony_laptop: setting up handle 0x0114
[ 110.861651] sony_laptop: setting up handle 0x013f
[ 110.861678] sony_laptop: setting up handle 0x0135
[ 110.861686] sony_laptop: found handle 0x0135 (offset: 0x06)
[ 110.863648] sony_laptop: __call_snc_method: [SN06:0x0000000000000006]
[ 110.863656] sony_laptop: Radio devices, found 0x00
[ 110.863677] sony_laptop: found handle 0x0135 (offset: 0x06)
[ 110.865877] sony_laptop: __call_snc_method: [SN07:0x0000000000000206]
[ 110.865887] sony_laptop: called SN07 with 0x0206 (result: 0x0203)
[ 110.865895] sony_laptop: found handle 0x0135 (offset: 0x06)
[ 110.868827] sony_laptop: __call_snc_method: [SN07:0x0000000000000306]
[ 110.868839] sony_laptop: called SN07 with 0x0306 (result: 0x0303)
[ 110.870059] sony_laptop: found handle 0x0135 (offset: 0x06)
[ 110.874079] sony_laptop: __call_snc_method: [SN07:0x0000000000030406]
[ 110.874093] sony_laptop: called SN07 with 0x30406 (result: 0x30406)
[ 110.874385] sony_laptop: Radio devices, found 0x10
[ 110.874414] sony_laptop: found handle 0x0135 (offset: 0x06)
[ 110.876876] sony_laptop: __call_snc_method: [SN07:0x0000000000000206]
[ 110.876888] sony_laptop: called SN07 with 0x0206 (result: 0x0203)
[ 110.876895] sony_laptop: found handle 0x0135 (offset: 0x06)
[ 110.878895] sony_laptop: __call_snc_method: [SN07:0x0000000000000506]
[ 110.878906] sony_laptop: called SN07 with 0x0506 (result: 0x0503)
[ 110.879305] sony_laptop: found handle 0x0135 (offset: 0x06)
[ 110.883126] sony_laptop: __call_snc_method: [SN07:0x0000000000030606]
[ 110.883137] sony_laptop: called SN07 with 0x30606 (result: 0x30606)
[ 110.883258] sony_laptop: Radio devices, found 0x50
[ 110.883282] sony_laptop: found handle 0x0135 (offset: 0x06)
[ 110.885325] sony_laptop: __call_snc_method: [SN07:0x0000000000000206]
[ 110.885335] sony_laptop: called SN07 with 0x0206 (result: 0x0203)
[ 110.885340] sony_laptop: found handle 0x0135 (offset: 0x06)
[ 110.888093] sony_laptop: __call_snc_method: [SN07:0x0000000000000706]
[ 110.888103] sony_laptop: called SN07 with 0x0706 (result: 0x0703)
[ 110.888453] sony_laptop: found handle 0x0135 (offset: 0x06)
[ 110.891786] sony_laptop: __call_snc_method: [SN07:0x0000000000030806]
[ 110.891794] sony_laptop: called SN07 with 0x30806 (result: 0x30806)
[ 110.891878] sony_laptop: Radio devices, found 0x71
[ 110.891886] sony_laptop: setting up handle 0x014c
[ 110.891892] sony_laptop: setting up handle 0x0149
[ 110.891898] sony_laptop: setting up handle 0x013a
[ 110.891905] sony_laptop: setting up handle 0x014e
[ 110.891912] sony_laptop: setting up handle 0x0150
[ 110.891919] sony_laptop: setting up handle 0x014f
[ 110.892360] sony_laptop: __call_snc_method: [SN00:0x0000000000000010]
[ 110.892439] sony_laptop: __call_snc_method: [SN02:0x000000000000f1ff]
[ 110.892444] sony_laptop: brightness ignored, must be controlled by ACPI video driver
[ 139.074932] Will press Fn-F1 (disable/enable touchpad)
[ 142.631308] sony_laptop: sony_nc_notify, event: 0x93
[ 142.631319] sony_laptop: found handle 0x0100 (offset: 0x03)
[ 142.631932] sony_laptop: __call_snc_method: [SN07:0x0000000000000203]
[ 142.631938] sony_laptop: called SN07 with 0x0203 (result: 0x0281)
[ 142.632333] sony_laptop: __call_snc_method: [SN05:0x0000000000000008]
[ 142.731839] sony_laptop: sony_nc_notify, event: 0x93
[ 142.731850] sony_laptop: found handle 0x0100 (offset: 0x03)
[ 142.732438] sony_laptop: __call_snc_method: [SN07:0x0000000000000203]
[ 142.732445] sony_laptop: called SN07 with 0x0203 (result: 0x0201)
[ 142.732519] sony_laptop: __call_snc_method: [SN05:0x0000000000000008]
[ 237.746630] Will press Fn-F8 (unused)
[ 265.915887] Will press Fn-F9 (zoom out)
[ 267.735851] sony_laptop: sony_nc_notify, event: 0x93
[ 267.735861] sony_laptop: found handle 0x0100 (offset: 0x03)
[ 267.737377] sony_laptop: __call_snc_method: [SN07:0x0000000000000203]
[ 267.737387] sony_laptop: called SN07 with 0x0203 (result: 0x0289)
[ 267.737867] sony_laptop: __call_snc_method: [SN05:0x0000000000000008]
[ 267.898539] sony_laptop: sony_nc_notify, event: 0x93
[ 267.898550] sony_laptop: found handle 0x0100 (offset: 0x03)
[ 267.899132] sony_laptop: __call_snc_method: [SN07:0x0000000000000203]
[ 267.899138] sony_laptop: called SN07 with 0x0203 (result: 0x0209)
[ 267.899210] sony_laptop: __call_snc_method: [SN05:0x0000000000000008]
[ 279.457361] Will press Fn-F10 (zoom in)
[ 282.017181] sony_laptop: sony_nc_notify, event: 0x93
[ 282.017193] sony_laptop: found handle 0x0100 (offset: 0x03)
[ 282.017808] sony_laptop: __call_snc_method: [SN07:0x0000000000000203]
[ 282.017815] sony_laptop: called SN07 with 0x0203 (result: 0x028a)
[ 282.018045] sony_laptop: __call_snc_method: [SN05:0x0000000000000008]
[ 282.185164] sony_laptop: sony_nc_notify, event: 0x93
[ 282.185174] sony_laptop: found handle 0x0100 (offset: 0x03)
[ 282.185756] sony_laptop: __call_snc_method: [SN07:0x0000000000000203]
[ 282.185762] sony_laptop: called SN07 with 0x0203 (result: 0x020a)
[ 282.185834] sony_laptop: __call_snc_method: [SN05:0x0000000000000008]
[ 313.572734] Will press Fn-F11 (unused)
[ 344.833230] Will press ASSIST
[ 347.828360] sony_laptop: sony_nc_notify, event: 0x93
[ 347.828371] sony_laptop: found handle 0x0100 (offset: 0x03)
[ 347.828954] sony_laptop: __call_snc_method: [SN07:0x0000000000000203]
[ 347.828960] sony_laptop: called SN07 with 0x0203 (result: 0x02a6)
[ 347.829132] sony_laptop: __call_snc_method: [SN05:0x0000000000000008]
[ 350.969487] sony_laptop: sony_nc_notify, event: 0x93
[ 350.969499] sony_laptop: found handle 0x0100 (offset: 0x03)
[ 350.970112] sony_laptop: __call_snc_method: [SN07:0x0000000000000203]
[ 350.970118] sony_laptop: called SN07 with 0x0203 (result: 0x0226)
[ 350.970191] sony_laptop: __call_snc_method: [SN05:0x0000000000000008]
[ 367.816168] Will press WEB
[ 398.366024] (it worked)
[ 409.413723] Will press VAIO
[ 411.899256] sony_laptop: sony_nc_notify, event: 0x93
[ 411.899267] sony_laptop: found handle 0x0100 (offset: 0x03)
[ 411.899914] sony_laptop: __call_snc_method: [SN07:0x0000000000000203]
[ 411.899923] sony_laptop: called SN07 with 0x0203 (result: 0x02a5)
[ 411.900171] sony_laptop: __call_snc_method: [SN05:0x0000000000000008]
[ 412.790255] sony_laptop: sony_nc_notify, event: 0x93
[ 412.790267] sony_laptop: found handle 0x0100 (offset: 0x03)
[ 412.791102] sony_laptop: __call_snc_method: [SN07:0x0000000000000203]
[ 412.791114] sony_laptop: called SN07 with 0x0203 (result: 0x0225)
[ 412.791241] sony_laptop: __call_snc_method: [SN05:0x0000000000000008]
[ 425.364591] done with Sony keys
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: ACPI keys for Sony VAIO VPC-Z23A4R laptop
2012-08-09 7:29 ` Alexander E. Patrakov
@ 2012-08-09 14:54 ` Alexander E. Patrakov
0 siblings, 0 replies; 6+ messages in thread
From: Alexander E. Patrakov @ 2012-08-09 14:54 UTC (permalink / raw)
To: Mattia Dongili; +Cc: platform-driver-x86
2012/8/9 Alexander E. Patrakov <patrakov@gmail.com>:
> Sorry for the long delay. The full dmesg is attached, with all
> non-working (and two working - ASSIST and WEB) keys annotated via echo
> "Will press something" > /dev/kmsg.
BTW, I would like to question the default keysym assignment to the
ASSIST and WEB keys. I am basing my judgement on
http://cgit.freedesktop.org/xorg/proto/x11proto/tree/XF86keysym.h, but
of course I might be wrong.
Currently, ASSIST produces the Help keysym. In Windows, this key is
preconfigured to launch the "VAIO Care" application which is related
to backup, SONY software updates & troubleshooting, not to browsing
help files, so XF86Tools or XF86Support might be a better semantic
fit.
WEB currently produces XF86HomePage, but in Windows it launches the
browser. So I'd argue for it being assigned to XF86WWW instead.
The VAIO key currently does not work, and in Windows it starts some
sort of multimedia organizer. XF86AudioMedia or may be a good semantic
equivalent.
--
Alexander E. Patrakov
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-08-09 14:54 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-31 18:38 ACPI keys for Sony VAIO VPC-Z23A4R laptop Alexander E. Patrakov
2012-07-31 21:38 ` Mattia Dongili
2012-08-01 1:30 ` Alexander E. Patrakov
2012-08-01 21:34 ` Mattia Dongili
2012-08-09 7:29 ` Alexander E. Patrakov
2012-08-09 14:54 ` Alexander E. Patrakov
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.