SWW13 / hid-acer

Acer HID Quirks
4 stars 5 forks source link

keyboard works but no touchpad function #4

Open devNbis opened 9 years ago

devNbis commented 9 years ago

Hi, thanks for the driver, it works for an keyboard at a ACER Switch 10. But after installing the touchpad didn't work.

SWW13 commented 9 years ago

Do you have a bootlog (dmesg) and a list of the usb devices (lsusb -v)?

devNbis commented 9 years ago

lsusb -v

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               3.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         3 
  bMaxPacketSize0         9
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0003 3.0 root hub
  bcdDevice            3.19
  iManufacturer           3 
  iProduct                2 
  iSerial                 1 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           31
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
        bMaxBurst               0

Bus 001 Device 004: ID 06cb:2968 Synaptics, Inc. 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x06cb Synaptics, Inc.
  idProduct          0x2968 
  bcdDevice            0.04
  iManufacturer           1 
  iProduct                2 
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           66
    bNumInterfaces          2
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      1 Keyboard
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.10
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength     188
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               4
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      2 Mouse
      iInterface              1 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.10
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength     379
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1

Bus 001 Device 006: ID 046d:c30e Logitech, Inc. UltraX Keyboard (Y-BL49)
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0         8
  idVendor           0x046d Logitech, Inc.
  idProduct          0xc30e UltraX Keyboard (Y-BL49)
  bcdDevice            1.80
  iManufacturer           1 
  iProduct                2 
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           59
    bNumInterfaces          2
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      1 Keyboard
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.10
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      62
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval              10
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      0 No Subclass
      bInterfaceProtocol      0 None
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.10
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength     107
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval              10

Bus 001 Device 005: ID 0b95:772b ASIX Electronics Corp. AX88772B
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass          255 Vendor Specific Class
  bDeviceSubClass       255 Vendor Specific Subclass
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x0b95 ASIX Electronics Corp.
  idProduct          0x772b AX88772B
  bcdDevice            0.02
  iManufacturer           1 
  iProduct                2 
  iSerial                 3 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           39
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          4 
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              200mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           3
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol      0 
      iInterface              7 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval              11
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0

Bus 001 Device 003: ID 1a40:0101 Terminus Technology Inc. 4-Port HUB
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x1a40 Terminus Technology Inc.
  idProduct          0x0101 4-Port HUB
  bcdDevice            1.11
  iManufacturer           0 
  iProduct                1 
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0001  1x 1 bytes
        bInterval              12

Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x05e3 Genesys Logic, Inc.
  idProduct          0x0608 USB-2.0 4-Port HUB
  bcdDevice           88.32
  iManufacturer           0 
  iProduct                1 
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0001  1x 1 bytes
        bInterval              12

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            3.19
  iManufacturer           3 
  iProduct                2 
  iSerial                 1 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.19.0-18-generic (buildd@batsu) (gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu13) ) #18-Ubuntu SMP Tue May 19 18:31:35 UTC 2015 (Ubuntu 3.19.0-18.18-generic 3.19.6)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic root=UUID=3625d676-0c64-484c-b113-abc129b2237e ro quiet splash vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000075ffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000076000000-0x0000000076ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000077000000-0x000000007747ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000077480000-0x000000007757ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000077580000-0x000000007a57ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007a580000-0x000000007a7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007a800000-0x000000007a8c0fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007a8c1000-0x000000007a91cfff] type 20
[    0.000000] BIOS-e820: [mem 0x000000007a91d000-0x000000007af1cfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007af1d000-0x000000007b01cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007b01d000-0x000000007b05cfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007b05d000-0x000000007b064fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007b065000-0x000000007b065fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007b066000-0x000000007b067fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007b068000-0x000000007b068fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007b069000-0x000000007bcdefff] usable
[    0.000000] BIOS-e820: [mem 0x000000007bcdf000-0x000000007c5defff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007c5df000-0x000000007c7fffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffd00000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.40 by INSYDE Corp.
[    0.000000] efi:  ACPI 2.0=0x7b05c014  SMBIOS=0x7a7ba000 
[    0.000000] efi: mem00: [Conventional Memory|   |  |  |  |   |WB|WT|WC|UC] range=[0x0000000000000000-0x000000000008f000) (0MB)
[    0.000000] efi: mem01: [ACPI Memory NVS    |   |  |  |  |   |WB|WT|WC|UC] range=[0x000000000008f000-0x0000000000090000) (0MB)
[    0.000000] efi: mem02: [Conventional Memory|   |  |  |  |   |WB|WT|WC|UC] range=[0x0000000000090000-0x000000000009e000) (0MB)
[    0.000000] efi: mem03: [Reserved           |   |  |  |  |   |WB|WT|WC|UC] range=[0x000000000009e000-0x00000000000a0000) (0MB)
[    0.000000] efi: mem04: [Loader Data        |   |  |  |  |   |WB|WT|WC|UC] range=[0x0000000000100000-0x00000000014e5000) (19MB)
[    0.000000] efi: mem05: [Conventional Memory|   |  |  |  |   |WB|WT|WC|UC] range=[0x00000000014e5000-0x0000000002000000) (11MB)
[    0.000000] efi: mem06: [Loader Data        |   |  |  |  |   |WB|WT|WC|UC] range=[0x0000000002000000-0x00000000033e5000) (19MB)
[    0.000000] efi: mem07: [Conventional Memory|   |  |  |  |   |WB|WT|WC|UC] range=[0x00000000033e5000-0x0000000020000000) (460MB)
[    0.000000] efi: mem08: [Reserved           |   |  |  |  |   |WB|WT|WC|UC] range=[0x0000000020000000-0x0000000020200000) (2MB)
[    0.000000] efi: mem09: [Conventional Memory|   |  |  |  |   |WB|WT|WC|UC] range=[0x0000000020200000-0x0000000035844000) (342MB)
[    0.000000] efi: mem10: [Loader Data        |   |  |  |  |   |WB|WT|WC|UC] range=[0x0000000035844000-0x0000000036c1a000) (19MB)
[    0.000000] efi: mem11: [Conventional Memory|   |  |  |  |   |WB|WT|WC|UC] range=[0x0000000036c1a000-0x00000000581f8000) (533MB)
[    0.000000] efi: mem12: [Loader Data        |   |  |  |  |   |WB|WT|WC|UC] range=[0x00000000581f8000-0x0000000076000000) (478MB)
[    0.000000] efi: mem13: [Reserved           |   |  |  |  |   |WB|WT|WC|UC] range=[0x0000000076000000-0x0000000077000000) (16MB)
[    0.000000] efi: mem14: [Conventional Memory|   |  |  |  |   |WB|WT|WC|UC] range=[0x0000000077000000-0x0000000077480000) (4MB)
[    0.000000] efi: mem15: [Runtime Data       |RUN|  |  |  |   |WB|WT|WC|UC] range=[0x0000000077480000-0x0000000077580000) (1MB)
[    0.000000] efi: mem16: [Conventional Memory|   |  |  |  |   |WB|WT|WC|UC] range=[0x0000000077580000-0x000000007786b000) (2MB)
[    0.000000] efi: mem17: [Loader Code        |   |  |  |  |   |WB|WT|WC|UC] range=[0x000000007786b000-0x0000000077880000) (0MB)
[    0.000000] efi: mem18: [Conventional Memory|   |  |  |  |   |WB|WT|WC|UC] range=[0x0000000077880000-0x0000000078762000) (14MB)
[    0.000000] efi: mem19: [Boot Data          |   |  |  |  |   |WB|WT|WC|UC] range=[0x0000000078762000-0x0000000079d80000) (22MB)
[    0.000000] efi: mem20: [Conventional Memory|   |  |  |  |   |WB|WT|WC|UC] range=[0x0000000079d80000-0x000000007a1ba000) (4MB)
[    0.000000] efi: mem21: [Boot Code          |   |  |  |  |   |WB|WT|WC|UC] range=[0x000000007a1ba000-0x000000007a580000) (3MB)
[    0.000000] efi: mem22: [Runtime Data       |RUN|  |  |  |   |WB|WT|WC|UC] range=[0x000000007a580000-0x000000007a800000) (2MB)
[    0.000000] efi: mem23: [Boot Data          |   |  |  |  |   |WB|WT|WC|UC] range=[0x000000007a800000-0x000000007a820000) (0MB)
[    0.000000] efi: mem24: [Conventional Memory|   |  |  |  |   |WB|WT|WC|UC] range=[0x000000007a820000-0x000000007a8b7000) (0MB)
[    0.000000] efi: mem25: [Loader Data        |   |  |  |  |   |WB|WT|WC|UC] range=[0x000000007a8b7000-0x000000007a8c1000) (0MB)
[    0.000000] efi: mem26: [Runtime Code       |RUN|  |  |  |   |WB|WT|WC|UC] range=[0x000000007a8c1000-0x000000007a91d000) (0MB)
[    0.000000] efi: mem27: [Reserved           |   |  |  |  |   |WB|WT|WC|UC] range=[0x000000007a91d000-0x000000007af1d000) (6MB)
[    0.000000] efi: mem28: [ACPI Memory NVS    |   |  |  |  |   |WB|WT|WC|UC] range=[0x000000007af1d000-0x000000007b01d000) (1MB)
[    0.000000] efi: mem29: [ACPI Reclaim Memory|   |  |  |  |   |WB|WT|WC|UC] range=[0x000000007b01d000-0x000000007b05d000) (0MB)
[    0.000000] efi: mem30: [Conventional Memory|   |  |  |  |   |WB|WT|WC|UC] range=[0x000000007b05d000-0x000000007b05e000) (0MB)
[    0.000000] efi: mem31: [Boot Data          |   |  |  |  |   |WB|WT|WC|UC] range=[0x000000007b05e000-0x000000007b065000) (0MB)
[    0.000000] efi: mem32: [Runtime Data       |RUN|  |  |  |   |WB|WT|WC|UC] range=[0x000000007b065000-0x000000007b066000) (0MB)
[    0.000000] efi: mem33: [Boot Data          |   |  |  |  |   |WB|WT|WC|UC] range=[0x000000007b066000-0x000000007b068000) (0MB)
[    0.000000] efi: mem34: [Runtime Data       |RUN|  |  |  |   |WB|WT|WC|UC] range=[0x000000007b068000-0x000000007b069000) (0MB)
[    0.000000] efi: mem35: [Boot Data          |   |  |  |  |   |WB|WT|WC|UC] range=[0x000000007b069000-0x000000007bcdf000) (12MB)
[    0.000000] efi: mem36: [ACPI Memory NVS    |   |  |  |  |   |WB|WT|WC|UC] range=[0x000000007bcdf000-0x000000007c5df000) (9MB)
[    0.000000] efi: mem37: [Boot Data          |   |  |  |  |   |WB|WT|WC|UC] range=[0x000000007c5df000-0x000000007c800000) (2MB)
[    0.000000] efi: mem38: [Memory Mapped I/O  |RUN|  |  |  |   |  |  |  |UC] range=[0x00000000e00f8000-0x00000000e00f9000) (0MB)
[    0.000000] efi: mem39: [Memory Mapped I/O  |RUN|  |  |  |   |  |  |  |  ] range=[0x00000000fed01000-0x00000000fed02000) (0MB)
[    0.000000] efi: mem40: [Memory Mapped I/O  |RUN|  |  |  |   |  |  |  |  ] range=[0x00000000ffd00000-0x0000000100000000) (3MB)
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Acer Aspire SW5-012/Fendi2, BIOS V1.14 02/11/2015
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x7c800 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-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0FFD00000 mask FFFC00000 write-protect
[    0.000000]   1 base 000000000 mask F80000000 write-back
[    0.000000]   2 base 07E000000 mask FFE000000 uncachable
[    0.000000]   3 base 07D000000 mask FFF000000 uncachable
[    0.000000]   4 base 07CE00000 mask FFFE00000 uncachable
[    0.000000]   5 base 07CD00000 mask FFFF00000 uncachable
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] PAT configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- UC  
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x02fe5000, 0x02fe5fff] PGTABLE
[    0.000000] BRK [0x02fe6000, 0x02fe6fff] PGTABLE
[    0.000000] BRK [0x02fe7000, 0x02fe7fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x79e00000-0x79ffffff]
[    0.000000]  [mem 0x79e00000-0x79ffffff] page 2M
[    0.000000] BRK [0x02fe8000, 0x02fe8fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x60000000-0x75ffffff]
[    0.000000]  [mem 0x60000000-0x75ffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x77000000-0x7747ffff]
[    0.000000]  [mem 0x77000000-0x773fffff] page 2M
[    0.000000]  [mem 0x77400000-0x7747ffff] page 4k
[    0.000000] BRK [0x02fe9000, 0x02fe9fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x77580000-0x79dfffff]
[    0.000000]  [mem 0x77580000-0x775fffff] page 4k
[    0.000000]  [mem 0x77600000-0x79dfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x40000000-0x5fffffff]
[    0.000000]  [mem 0x40000000-0x5fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x1fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x20200000-0x3fffffff]
[    0.000000]  [mem 0x20200000-0x3fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x7a000000-0x7a57ffff]
[    0.000000]  [mem 0x7a000000-0x7a3fffff] page 2M
[    0.000000]  [mem 0x7a400000-0x7a57ffff] page 4k
[    0.000000] BRK [0x02fea000, 0x02feafff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x7a800000-0x7a8c0fff]
[    0.000000]  [mem 0x7a800000-0x7a8c0fff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7b05d000-0x7b064fff]
[    0.000000]  [mem 0x7b05d000-0x7b064fff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7b066000-0x7b067fff]
[    0.000000]  [mem 0x7b066000-0x7b067fff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7b069000-0x7bcdefff]
[    0.000000]  [mem 0x7b069000-0x7b1fffff] page 4k
[    0.000000]  [mem 0x7b200000-0x7bbfffff] page 2M
[    0.000000]  [mem 0x7bc00000-0x7bcdefff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7c5df000-0x7c7fffff]
[    0.000000]  [mem 0x7c5df000-0x7c5fffff] page 4k
[    0.000000]  [mem 0x7c600000-0x7c7fffff] page 2M
[    0.000000] RAMDISK: [mem 0x35844000-0x36c19fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000007B05C014 000024 (v02 ACRSYS)
[    0.000000] ACPI: XSDT 0x000000007B035188 0000E4 (v01 ACRSYS ACRPRDCT 00000003      01000013)
[    0.000000] ACPI: FACP 0x000000007B051000 00010C (v05 ACRSYS ACRPRDCT 00000003 1025 00040000)
[    0.000000] ACPI: DSDT 0x000000007B040000 00C699 (v02 ACRSYS ACRPRDCT 00000003 1025 00040000)
[    0.000000] ACPI: UEFI 0x000000007B05B000 000236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.000000] ACPI: TCPA 0x000000007B05A000 000032 (v02 ACRSYS ACRPRDCT 00000000 1025 00040000)
[    0.000000] ACPI: MSDM 0x000000007B059000 000055 (v03 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.000000] ACPI: UEFI 0x000000007B058000 000042 (v01 ACRSYS ACRPRDCT 00000000 1025 00040000)
[    0.000000] ACPI: SSDT 0x000000007B054000 0031EF (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
[    0.000000] ACPI: OEM0 0x000000007B053000 000084 (v05 ACRSYS ACRPRDCT 00000003 1025 00040000)
[    0.000000] ACPI: DBG2 0x000000007B052000 000072 (v00 ACRSYS ACRPRDCT 00000003 1025 00040000)
[    0.000000] ACPI: HPET 0x000000007B050000 000038 (v01 ACRSYS ACRPRDCT 00000003 1025 00040000)
[    0.000000] ACPI: LPIT 0x000000007B04F000 000104 (v01 ACRSYS ACRPRDCT 00000003 1025 00040000)
[    0.000000] ACPI: APIC 0x000000007B04E000 00006C (v03 ACRSYS ACRPRDCT 00000003 1025 00040000)
[    0.000000] ACPI: MCFG 0x000000007B04D000 00003C (v01 ACRSYS ACRPRDCT 00000003 1025 00040000)
[    0.000000] ACPI: SSDT 0x000000007B03F000 00063E (v01 ACRSYS ACRPRDCT 00000003 1025 00040000)
[    0.000000] ACPI: SSDT 0x000000007B03D000 00191C (v01 ACRSYS ACRPRDCT 00000003 1025 00040000)
[    0.000000] ACPI: SSDT 0x000000007B03C000 000058 (v01 ACRSYS ACRPRDCT 00000003 1025 00040000)
[    0.000000] ACPI: SSDT 0x000000007B03B000 0000FF (v01 ACRSYS ACRPRDCT 00000003 1025 00040000)
[    0.000000] ACPI: SSDT 0x000000007B03A000 00043A (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
[    0.000000] ACPI: TPM2 0x000000007B039000 000034 (v03 ACRSYS ACRPRDCT 00000000 1025 00040000)
[    0.000000] ACPI: SSDT 0x000000007B038000 000763 (v01 ACRSYS ACRPRDCT 00003000 1025 00040000)
[    0.000000] ACPI: SSDT 0x000000007B037000 000290 (v01 ACRSYS ACRPRDCT 00003000 1025 00040000)
[    0.000000] ACPI: SSDT 0x000000007B036000 00017A (v01 ACRSYS ACRPRDCT 00003000 1025 00040000)
[    0.000000] ACPI: FPDT 0x000000007B034000 000044 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.000000] ACPI: CSRT 0x000000007B033000 00014C (v00 ACRSYS ACRPRDCT 00000005 1025 00040000)
[    0.000000] ACPI: BGRT 0x000000007B032000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000007c7fffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x7a8ba000-0x7a8befff]
[    0.000000]  [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff880074000000-ffff880075ffffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0x7c7fffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0008efff]
[    0.000000]   node   0: [mem 0x00090000-0x0009dfff]
[    0.000000]   node   0: [mem 0x00100000-0x1fffffff]
[    0.000000]   node   0: [mem 0x20200000-0x75ffffff]
[    0.000000]   node   0: [mem 0x77000000-0x7747ffff]
[    0.000000]   node   0: [mem 0x77580000-0x7a57ffff]
[    0.000000]   node   0: [mem 0x7a800000-0x7a8c0fff]
[    0.000000]   node   0: [mem 0x7b05d000-0x7b064fff]
[    0.000000]   node   0: [mem 0x7b066000-0x7b067fff]
[    0.000000]   node   0: [mem 0x7b069000-0x7bcdefff]
[    0.000000]   node   0: [mem 0x7c5df000-0x7c7fffff]
[    0.000000] Initmem setup node 0 [mem 0x00001000-0x7c7fffff]
[    0.000000] On node 0 totalpages: 500094
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7904 pages used for memmap
[    0.000000]   DMA32 zone: 496098 pages, LIFO batch:31
[    0.000000] x86/hpet: Will disable the HPET for this platform because it's not reliable
[    0.000000] Reserving Intel graphics stolen memory at 0x7cf00000-0x7eefffff
[    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[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-86
[    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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x76000000-0x76ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x77480000-0x7757ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7a580000-0x7a7fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7a8c1000-0x7a91cfff]
[    0.000000] PM: Registered nosave memory: [mem 0x7a91d000-0x7af1cfff]
[    0.000000] PM: Registered nosave memory: [mem 0x7af1d000-0x7b01cfff]
[    0.000000] PM: Registered nosave memory: [mem 0x7b01d000-0x7b05cfff]
[    0.000000] PM: Registered nosave memory: [mem 0x7b065000-0x7b065fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7b068000-0x7b068fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7bcdf000-0x7c5defff]
[    0.000000] e820: [mem 0x7ef00000-0xe00f7fff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 31 pages/cpu @ffff880079e00000 s87040 r8192 d31744 u524288
[    0.000000] pcpu-alloc: s87040 r8192 d31744 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 492104
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic root=UUID=3625d676-0c64-484c-b113-abc129b2237e ro quiet splash vt.handoff=7
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] AGP: Checking aperture...
[    0.000000] AGP: 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: 1888508K/2000376K available (7995K kernel code, 1232K rwdata, 3752K rodata, 1408K init, 1300K bss, 111868K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000]  RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS:16640 nr_irqs:1024 0
[    0.000000]  Offload RCU callbacks from all CPUs
[    0.000000]  Offload RCU callbacks from CPUs: 0-3.
[    0.000000] vt handoff: transparent VT on vt#7
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Maximum core-clock to bus-clock ratio: 0x10
[    0.000000] Resolved frequency ID: 0, frequency: 83200 KHz
[    0.000000] TSC runs at 1331200 KHz
[    0.000000] lapic_timer_frequency = 332800
[    0.000000] tsc: Detected 1331.200 MHz processor
[    0.000057] Calibrating delay loop (skipped), value calculated using timer frequency.. 2662.40 BogoMIPS (lpj=5324800)
[    0.000065] pid_max: default: 32768 minimum: 301
[    0.000078] ACPI: Core revision 20141107
[    0.040889] ACPI: All ACPI Tables successfully acquired
[    0.042887] Security Framework initialized
[    0.042923] AppArmor: AppArmor initialized
[    0.042927] Yama: becoming mindful.
[    0.043339] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.044727] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.045367] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.045385] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.045873] Initializing cgroup subsys memory
[    0.045893] Initializing cgroup subsys devices
[    0.045901] Initializing cgroup subsys freezer
[    0.045909] Initializing cgroup subsys net_cls
[    0.045916] Initializing cgroup subsys blkio
[    0.045923] Initializing cgroup subsys perf_event
[    0.045931] Initializing cgroup subsys net_prio
[    0.045938] Initializing cgroup subsys hugetlb
[    0.045982] CPU: Physical Processor ID: 0
[    0.045987] CPU: Processor Core ID: 0
[    0.045995] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.050901] mce: CPU supports 6 MCE banks
[    0.050914] CPU0: Thermal monitoring enabled (TM1)
[    0.050927] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
[    0.051110] Freeing SMP alternatives memory: 32K (ffffffff81e96000 - ffffffff81e9e000)
[    0.053058] Ignoring BGRT: invalid status 0 (expected 1)
[    0.056697] ftrace: allocating 30079 entries in 118 pages
[    0.081325] smpboot: CPU0: Intel(R) Atom(TM) CPU  Z3735F @ 1.33GHz (fam: 06, model: 37, stepping: 08)
[    0.081345] TSC deadline timer enabled
[    0.081390] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, full-width counters, Intel PMU driver.
[    0.081412] ... version:                3
[    0.081415] ... bit width:              40
[    0.081418] ... generic registers:      2
[    0.081422] ... value mask:             000000ffffffffff
[    0.081425] ... max period:             000000ffffffffff
[    0.081428] ... fixed-purpose events:   3
[    0.081431] ... event mask:             0000000700000003
[    0.083642] x86: Booting SMP configuration:
[    0.083650] .... node  #0, CPUs:      #1
[    0.101733] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.102087]  #2 #3
[    0.138272] x86: Booted up 1 node, 4 CPUs
[    0.138280] smpboot: Total of 4 processors activated (10649.60 BogoMIPS)
[    0.139473] devtmpfs: initialized
[    0.149358] evm: security.selinux
[    0.149363] evm: security.SMACK64
[    0.149367] evm: security.SMACK64EXEC
[    0.149370] evm: security.SMACK64TRANSMUTE
[    0.149373] evm: security.SMACK64MMAP
[    0.149376] evm: security.ima
[    0.149379] evm: security.capability
[    0.149539] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    0.149545] PM: Registering ACPI NVS region [mem 0x7af1d000-0x7b01cfff] (1048576 bytes)
[    0.149596] PM: Registering ACPI NVS region [mem 0x7bcdf000-0x7c5defff] (9437184 bytes)
[    0.150347] pinctrl core: initialized pinctrl subsystem
[    0.150614] RTC time: 15:43:22, date: 06/04/15
[    0.150950] NET: Registered protocol family 16
[    0.154304] cpuidle: using governor ladder
[    0.158305] cpuidle: using governor menu
[    0.158465] ACPI: bus type PCI registered
[    0.158471] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.158680] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.158687] PCI: not using MMCONFIG
[    0.158692] PCI: Using configuration type 1 for base access
[    0.167495] ACPI: Added _OSI(Module Device)
[    0.167503] ACPI: Added _OSI(Processor Device)
[    0.167507] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.167511] ACPI: Added _OSI(Processor Aggregator Device)
[    0.192671] ACPI: Dynamic OEM Table Load:
[    0.192701] ACPI: SSDT 0xFFFF880077F52800 000501 (v01 PmRef  Cpu0Ist  00003000 INTL 20130117)
[    0.194508] ACPI: Dynamic OEM Table Load:
[    0.194532] ACPI: SSDT 0xFFFF880077F53000 000433 (v01 PmRef  Cpu0Cst  00003001 INTL 20130117)
[    0.196935] ACPI: Dynamic OEM Table Load:
[    0.196958] ACPI: SSDT 0xFFFF880077F86A00 00015F (v01 PmRef  ApIst    00003000 INTL 20130117)
[    0.198699] ACPI: Dynamic OEM Table Load:
[    0.198721] ACPI: SSDT 0xFFFF880077F84600 00008D (v01 PmRef  ApCst    00003000 INTL 20130117)
[    0.202301] ACPI: Interpreter enabled
[    0.202320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20141107/hwxface-580)
[    0.202344] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20141107/hwxface-580)
[    0.202359] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20141107/hwxface-580)
[    0.202372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20141107/hwxface-580)
[    0.202393] ACPI: (supports S0 S5)
[    0.202398] ACPI: Using IOAPIC for interrupt routing
[    0.202462] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.207653] [Firmware Info]: PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] not reserved in ACPI motherboard resources
[    0.207660] PCI: not using MMCONFIG
[    0.207699] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.210480] ACPI: Power Resource [USBC] (on)
[    0.211868] ACPI: Power Resource [WWPR] (off)
[    0.219337] ACPI: Power Resource [PLPE] (on)
[    0.226037] ACPI: Power Resource [CLK0] (on)
[    0.226167] ACPI: Power Resource [CLK1] (on)
[    0.226610] ACPI: Power Resource [P28X] (off)
[    0.226733] ACPI: Power Resource [P18X] (off)
[    0.238015] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.238032] acpi PNP0A08:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[    0.238155] \_SB_.PCI0:_OSC invalid UUID
[    0.238160] _OSC request data:1 1e 0 
[    0.238172] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.238916] acpi PNP0A08:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.239221] PCI host bridge to bus 0000:00
[    0.239231] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.239237] pci_bus 0000:00: root bus resource [io  0x0000-0x006f]
[    0.239243] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7]
[    0.239249] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.239255] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.239261] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
[    0.239266] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff]
[    0.239272] pci_bus 0000:00: root bus resource [mem 0x90c00000-0x90ffffff]
[    0.239278] pci_bus 0000:00: root bus resource [mem 0x7cf00001-0x7ef00000]
[    0.239284] pci_bus 0000:00: root bus resource [mem 0x80000000-0x908ffffe]
[    0.239289] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed40fff]
[    0.239307] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
[    0.239511] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
[    0.239535] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x903fffff]
[    0.239553] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff pref]
[    0.239570] pci 0000:00:02.0: reg 0x20: [io  0x1000-0x1007]
[    0.239790] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
[    0.239820] pci 0000:00:14.0: reg 0x10: [mem 0x90800000-0x9080ffff 64bit]
[    0.239903] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.240084] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
[    0.240115] pci 0000:00:1a.0: reg 0x10: [mem 0x90700000-0x907fffff]
[    0.240131] pci 0000:00:1a.0: reg 0x14: [mem 0x90600000-0x906fffff]
[    0.240236] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    0.240413] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
[    0.241541] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.241730] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.241917] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.242101] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.242287] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.242486] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.242672] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.242856] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.244861] byt_gpio INT33FC:02: GPIO interrupt error, pins misconfigured
[    0.254303] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.254312] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.254318] vgaarb: loaded
[    0.254322] vgaarb: bridge control possible 0000:00:02.0
[    0.255049] SCSI subsystem initialized
[    0.255179] libata version 3.00 loaded.
[    0.255258] ACPI: bus type USB registered
[    0.255323] usbcore: registered new interface driver usbfs
[    0.255353] usbcore: registered new interface driver hub
[    0.255413] usbcore: registered new device driver usb
[    0.255956] PCI: Using ACPI for IRQ routing
[    0.255963] PCI: pci_cache_line_size set to 64 bytes
[    0.255990] Expanded resource reserved due to conflict with PCI Bus 0000:00
[    0.255998] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[    0.256003] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.256008] e820: reserve RAM buffer [mem 0x76000000-0x77ffffff]
[    0.256012] e820: reserve RAM buffer [mem 0x77480000-0x77ffffff]
[    0.256016] e820: reserve RAM buffer [mem 0x7a580000-0x7bffffff]
[    0.256021] e820: reserve RAM buffer [mem 0x7a8c1000-0x7bffffff]
[    0.256026] e820: reserve RAM buffer [mem 0x7b065000-0x7bffffff]
[    0.256031] e820: reserve RAM buffer [mem 0x7b068000-0x7bffffff]
[    0.256035] e820: reserve RAM buffer [mem 0x7bcdf000-0x7bffffff]
[    0.256040] e820: reserve RAM buffer [mem 0x7c800000-0x7fffffff]
[    0.256339] NetLabel: Initializing
[    0.256345] NetLabel:  domain hash size = 128
[    0.256348] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.256377] NetLabel:  unlabeled traffic allowed by default
[    0.256630] Switched to clocksource refined-jiffies
[    0.272894] AppArmor: AppArmor Filesystem Enabled
[    0.273081] pnp: PnP ACPI init
[    0.273224] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.273399] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.273408] system 00:01: [io  0x0400-0x047f] has been reserved
[    0.273415] system 00:01: [io  0x0500-0x05fe] has been reserved
[    0.273421] system 00:01: [io  0x0600-0x061f] has been reserved
[    0.273428] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.273437] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.276091] pnp: PnP ACPI: found 2 devices
[    0.282231] pci_bus 0000:00: resource 4 [io  0x0000-0x006f]
[    0.282239] pci_bus 0000:00: resource 5 [io  0x0078-0x0cf7]
[    0.282245] pci_bus 0000:00: resource 6 [io  0x0d00-0xffff]
[    0.282251] pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff]
[    0.282257] pci_bus 0000:00: resource 8 [mem 0x000c0000-0x000dffff]
[    0.282263] pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000fffff]
[    0.282269] pci_bus 0000:00: resource 10 [mem 0x90c00000-0x90ffffff]
[    0.282275] pci_bus 0000:00: resource 11 [mem 0x7cf00001-0x7ef00000]
[    0.282281] pci_bus 0000:00: resource 12 [mem 0x80000000-0x908ffffe]
[    0.282287] pci_bus 0000:00: resource 13 [mem 0xfed40000-0xfed40fff]
[    0.282348] NET: Registered protocol family 2
[    0.282804] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.282923] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    0.283042] TCP: Hash tables configured (established 16384 bind 16384)
[    0.283095] TCP: reno registered
[    0.283109] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.283144] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.283262] NET: Registered protocol family 1
[    0.283302] pci 0000:00:02.0: Video device with shadowed ROM
[    0.283672] PCI: CLS 0 bytes, default 64
[    0.283814] Trying to unpack rootfs image as initramfs...
[    1.073533] Freeing initrd memory: 20312K (ffff880035844000 - ffff880036c1a000)
[    1.074136] microcode: CPU0 sig=0x30678, pf=0x2, revision=0x829
[    1.074153] microcode: CPU1 sig=0x30678, pf=0x2, revision=0x829
[    1.074173] microcode: CPU2 sig=0x30678, pf=0x2, revision=0x829
[    1.074191] microcode: CPU3 sig=0x30678, pf=0x2, revision=0x829
[    1.074335] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    1.074456] Scanning for low memory corruption every 60 seconds
[    1.075428] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    1.075464] Initialise system trusted keyring
[    1.075532] audit: initializing netlink subsys (disabled)
[    1.075574] audit: type=2000 audit(1433432602.996:1): initialized
[    1.076284] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.081097] zpool: loaded
[    1.081106] zbud: loaded
[    1.081485] VFS: Disk quotas dquot_6.5.2
[    1.081601] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.083131] fuse init (API version 7.23)
[    1.083554] Key type big_key registered
[    1.084382] Key type asymmetric registered
[    1.084390] Asymmetric key parser 'x509' registered
[    1.084504] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.084594] io scheduler noop registered
[    1.084602] io scheduler deadline registered (default)
[    1.084702] io scheduler cfq registered
[    1.084899] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.084948] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.085075] efifb: probing for efifb
[    1.085122] efifb: framebuffer at 0x80000000, mapped to 0xffffc90000480000, using 4032k, total 4032k
[    1.085127] efifb: mode is 1280x800x32, linelength=5120, pages=1
[    1.085130] efifb: scrolling: redraw
[    1.085136] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.085385] Console: switching to colour frame buffer device 160x50
[    1.085437] fb0: EFI VGA frame buffer device
[    1.085464] intel_idle: MWAIT substates: 0x33000020
[    1.085469] intel_idle: v0.4 model 0x37
[    1.085473] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.086318] ACPI: AC Adapter [ADP1] (on-line)
[    1.086668] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    1.086808] ACPI: Lid Switch [LID]
[    1.086865] byt_gpio INT33FC:02: Gpio 16 interrupt flood, disabling
[    1.091370] [Firmware Bug]: No valid trip found
[    1.091479] GHES: HEST is not enabled!
[    1.091749] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.111933] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.116235] hpet: number irqs doesn't agree with number of timers
[    1.116303] Linux agpgart interface v0.103
[    1.120307] brd: module loaded
[    1.122369] loop: module loaded
[    1.123010] libphy: Fixed MDIO Bus: probed
[    1.123018] tun: Universal TUN/TAP device driver, 1.6
[    1.123022] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.123139] PPP generic driver version 2.4.2
[    1.123545] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.123563] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.123983] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.124159] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.124166] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.124172] usb usb1: Product: xHCI Host Controller
[    1.124178] usb usb1: Manufacturer: Linux 3.19.0-18-generic xhci-hcd
[    1.124183] usb usb1: SerialNumber: 0000:00:14.0
[    1.124525] hub 1-0:1.0: USB hub found
[    1.124552] hub 1-0:1.0: 6 ports detected
[    1.632253] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.632268] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.632392] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    1.632400] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.632405] usb usb2: Product: xHCI Host Controller
[    1.632411] usb usb2: Manufacturer: Linux 3.19.0-18-generic xhci-hcd
[    1.632416] usb usb2: SerialNumber: 0000:00:14.0
[    1.632961] hub 2-0:1.0: USB hub found
[    1.632986] hub 2-0:1.0: 1 port detected
[    1.633364] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.633380] ehci-pci: EHCI PCI platform driver
[    1.633416] ehci-platform: EHCI generic platform driver
[    1.633464] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.633476] ohci-pci: OHCI PCI platform driver
[    1.633516] ohci-platform: OHCI generic platform driver
[    1.633548] uhci_hcd: USB Universal Host Controller Interface driver
[    1.633676] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.934664] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    2.667965] i8042: No controller found
[    2.667990] Switched to clocksource tsc
[    2.668348] mousedev: PS/2 mouse device common for all mice
[    2.668841] ACPI Warning: Could not enable fixed event - RealTimeClock (4) (20141107/evxface-643)
[    2.669152] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
[    2.669159] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.669165] usb 1-1: Product: USB2.0 Hub
[    2.669293] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    2.669505] rtc_cmos: probe of 00:00 failed with error -22
[    2.669633] i2c /dev entries driver
[    2.669889] hub 1-1:1.0: USB hub found
[    2.669969] device-mapper: uevent: version 1.0.3
[    2.670207] hub 1-1:1.0: 4 ports detected
[    2.670375] device-mapper: ioctl: 4.29.0-ioctl (2014-10-28) initialised: dm-devel@redhat.com
[    2.670408] Intel P-state driver initializing.
[    2.671077] Consider also installing thermald for improved thermal control.
[    2.671090] ledtrig-cpu: registered to indicate activity on CPUs
[    2.671100] EFI Variables Facility v0.08 2004-May-17
[    2.688642] PCCT header not found.
[    2.688655] ACPI PCC probe failed.
[    2.688844] TCP: cubic registered
[    2.689101] NET: Registered protocol family 10
[    2.690833] NET: Registered protocol family 17
[    2.690868] Key type dns_resolver registered
[    2.693459] Loading compiled-in X.509 certificates
[    2.696373] Loaded X.509 cert 'Magrathea: Glacier signing key: f1a2a318f705ddcda4685a3212116c13d2fd2366'
[    2.696404] registered taskstats version 1
[    2.704179] Key type trusted registered
[    2.723461] Key type encrypted registered
[    2.723482] AppArmor: AppArmor sha1 policy hashing enabled
[    2.723492] ima: No TPM chip found, activating TPM-bypass!
[    2.723555] evm: HMAC attrs: 0x1
[    2.725068]   Magic number: 3:574:739
[    2.725201] /build/buildd/linux-3.19.0/drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    2.726016] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.726020] EDD information not available.
[    2.726353] PM: Hibernation image not present or could not be loaded.
[    2.728262] Freeing unused kernel memory: 1408K (ffffffff81d36000 - ffffffff81e96000)
[    2.728270] Write protecting the kernel read-only data: 12288k
[    2.730394] Freeing unused kernel memory: 184K (ffff8800027d2000 - ffff880002800000)
[    2.731566] Freeing unused kernel memory: 344K (ffff880002baa000 - ffff880002c00000)
[    2.769707] random: systemd-udevd urandom read with 2 bits of entropy available
[    2.801281] sdhci: Secure Digital Host Controller Interface driver
[    2.801287] sdhci: Copyright(c) Pierre Ossman
[    2.805638] sdhci-acpi 80860F14:00: No vmmc regulator found
[    2.805646] sdhci-acpi 80860F14:00: No vqmmc regulator found
[    2.809724] mmc0: SDHCI controller on ACPI [80860F14:00] using ADMA
[    2.811302] sdhci-acpi INT33BB:00: No vmmc regulator found
[    2.811310] sdhci-acpi INT33BB:00: No vqmmc regulator found
[    2.816417] mmc1: SDHCI controller on ACPI [INT33BB:00] using ADMA
[    2.817801] sdhci-acpi 80860F14:01: No vmmc regulator found
[    2.817808] sdhci-acpi 80860F14:01: No vqmmc regulator found
[    2.821922] mmc2: SDHCI controller on ACPI [80860F14:01] using ADMA
[    2.948675] usb 1-1.1: new high-speed USB device number 3 using xhci_hcd
[    3.008530] mmc0: BKOPS_EN bit is not set
[    3.023230] mmc0: new HS200 MMC card at address 0001
[    3.028337] Driver 'mmcblk' needs updating - please use bus_type methods
[    3.028488] mmcblk0: mmc0:0001 CWBC3R 58.2 GiB 
[    3.028582] mmcblk0boot0: mmc0:0001 CWBC3R partition 1 4.00 MiB
[    3.028661] mmcblk0boot1: mmc0:0001 CWBC3R partition 2 4.00 MiB
[    3.028740] mmcblk0rpmb: mmc0:0001 CWBC3R partition 3 4.00 MiB
[    3.032966]  mmcblk0: p1 p2 p3 p4 p5 p6
[    3.036249] usb 1-1.1: New USB device found, idVendor=1a40, idProduct=0101
[    3.036256] usb 1-1.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    3.036260] usb 1-1.1: Product: USB 2.0 Hub
[    3.036848] hub 1-1.1:1.0: USB hub found
[    3.036886] hub 1-1.1:1.0: 4 ports detected
[    3.107951] usb 1-1.3: new full-speed USB device number 4 using xhci_hcd
[    3.111462] mmc1: new high speed SDIO card at address 0001
[    3.167935] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null)
[    3.210010] usb 1-1.3: New USB device found, idVendor=06cb, idProduct=2968
[    3.210019] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.210025] usb 1-1.3: Product: ITE Device(8595)
[    3.210031] usb 1-1.3: Manufacturer: ITE Tech. Inc.
[    3.235524] mmc2: new high speed SDHC card at address 1234
[    3.235807] mmcblk1: mmc2:1234 SA08G 7.21 GiB (ro)
[    3.237485]  mmcblk1: p1
[    3.308016] usb 1-1.1.1: new high-speed USB device number 5 using xhci_hcd
[    3.400461] systemd[1]: RTC configured in localtime, applying delta of 120 minutes to system time.
[    3.408701] usb 1-1.1.1: New USB device found, idVendor=0b95, idProduct=772b
[    3.408711] usb 1-1.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.408717] usb 1-1.1.1: Product: AX88772C
[    3.408722] usb 1-1.1.1: Manufacturer: ASIX Elec. Corp.
[    3.408727] usb 1-1.1.1: SerialNumber: 000001
[    3.443028] systemd[1]: Inserted module 'autofs4'
[    3.480075] usb 1-1.1.2: new low-speed USB device number 6 using xhci_hcd
[    3.480729] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
[    3.481230] systemd[1]: Detected architecture x86-64.
[    3.484414] systemd[1]: Set hostname to <mini-12>.
[    3.594707] usb 1-1.1.2: New USB device found, idVendor=046d, idProduct=c30e
[    3.594716] usb 1-1.1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.594722] usb 1-1.1.2: Product: HID compliant keyboard
[    3.594728] usb 1-1.1.2: Manufacturer: Logitech
[    3.595108] usb 1-1.1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[    3.595122] usb 1-1.1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
[    3.752835] systemd[1]: Reached target Remote File Systems (Pre).
[    3.752865] systemd[1]: Starting Remote File Systems (Pre).
[    3.752941] systemd[1]: Created slice Root Slice.
[    3.752965] systemd[1]: Starting Root Slice.
[    3.753044] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    3.753067] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    3.753144] systemd[1]: Listening on udev Kernel Socket.
[    3.753168] systemd[1]: Starting udev Kernel Socket.
[    3.753556] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.753586] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[    3.753650] systemd[1]: Listening on fsck to fsckd communication Socket.
[    3.753673] systemd[1]: Starting fsck to fsckd communication Socket.
[    3.753880] systemd[1]: Created slice System Slice.
[    3.753914] systemd[1]: Starting System Slice.
[    3.755282] systemd[1]: Starting Increase datagram queue length...
[    3.755631] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    3.755668] systemd[1]: Starting system-systemd\x2dfsck.slice.
[    3.755737] systemd[1]: Reached target Encrypted Volumes.
[    3.755773] systemd[1]: Starting Encrypted Volumes.
[    3.755917] systemd[1]: Listening on udev Control Socket.
[    3.755940] systemd[1]: Starting udev Control Socket.
[    3.756042] systemd[1]: Listening on Journal Audit Socket.
[    3.756065] systemd[1]: Starting Journal Audit Socket.
[    3.756129] systemd[1]: Listening on Delayed Shutdown Socket.
[    3.756152] systemd[1]: Starting Delayed Shutdown Socket.
[    3.756248] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.756271] systemd[1]: Starting Journal Socket (/dev/log).
[    3.756407] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.756431] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    3.756535] systemd[1]: Listening on Journal Socket.
[    3.756570] systemd[1]: Starting Journal Socket.
[    3.758082] systemd[1]: Started Braille Device Support.
[    3.759968] systemd[1]: Starting Braille Device Support...
[    3.767731] systemd[1]: Started Set Up Additional Binary Formats.
[    3.769583] systemd[1]: Mounting Debug File System...
[    3.771655] systemd[1]: Starting udev Coldplug all Devices...
[    3.786704] systemd[1]: Starting Load Kernel Modules...
[    3.788643] systemd[1]: Starting Nameserver information manager...
[    3.790580] systemd[1]: Starting Setup Virtual Console...
[    3.792419] systemd[1]: Mounting POSIX Message Queue File System...
[    3.794709] systemd[1]: Mounting Huge Pages File System...
[    3.802334] systemd[1]: Starting Uncomplicated firewall...
[    3.802675] systemd[1]: Created slice User and Session Slice.
[    3.802721] systemd[1]: Starting User and Session Slice.
[    3.802771] systemd[1]: Reached target Slices.
[    3.802797] systemd[1]: Starting Slices.
[    3.803096] systemd[1]: Created slice system-getty.slice.
[    3.803132] systemd[1]: Starting system-getty.slice.
[    3.805090] systemd[1]: Started Read required files in advance.
[    3.805248] systemd[1]: Starting Read required files in advance...
[    3.807331] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    3.811371] systemd[1]: Mounted Debug File System.
[    3.811482] systemd[1]: Mounted POSIX Message Queue File System.
[    3.811686] systemd[1]: Mounted Huge Pages File System.
[    3.812673] systemd[1]: Started Increase datagram queue length.
[    3.818670] systemd[1]: Started Setup Virtual Console.
[    3.824099] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    3.829161] systemd[1]: Started Nameserver information manager.
[    3.830188] lp: driver loaded but no devices found
[    3.839326] ppdev: user-space parallel port driver
[    3.847574] systemd[1]: Started udev Coldplug all Devices.
[    3.853031] systemd[1]: Started Load Kernel Modules.
[    3.868775] ip_tables: (C) 2000-2006 Netfilter Core Team
[    3.890178] systemd[1]: Mounting FUSE Control File System...
[    3.890393] systemd[1]: Mounted Configuration File System.
[    3.892591] systemd[1]: Starting Apply Kernel Variables...
[    3.892604] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    3.894538] systemd[1]: Starting udev Wait for Complete Device Initialization...
[    3.896820] systemd[1]: Starting Create Static Device Nodes in /dev...
[    3.896988] systemd[1]: Listening on Syslog Socket.
[    3.897042] systemd[1]: Starting Syslog Socket.
[    3.899099] systemd[1]: Starting Journal Service...
[    3.902774] systemd[1]: Mounted FUSE Control File System.
[    3.908040] systemd[1]: Started Apply Kernel Variables.
[    3.927734] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    3.981556] systemd[1]: Started Create Static Device Nodes in /dev.
[    3.983547] systemd[1]: Starting udev Kernel Device Manager...
[    4.000927] systemd[1]: Started Journal Service.
[    4.206995] 80860F0A:00: ttyS4 at MMIO 0x9091b000 (irq = 191, base_baud = 2764800) is a 16550A
[    4.207458] 80860F0A:01: ttyS5 at MMIO 0x9091d000 (irq = 193, base_baud = 2764800) is a 16550A
[    4.236846] sst-acpi 80860F28:00: Direct firmware load for intel/fw_sst_0f28.bin-48kHz_i2s_master failed with error -2
[    4.236859] sst-acpi 80860F28:00: Cannot load firmware intel/fw_sst_0f28.bin-48kHz_i2s_master
[    4.399912] ACPI: Battery Slot [BATC] (battery present)
[    4.437996] dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
[    4.438867] dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
[    4.441968] wmi: Mapper loaded
[    4.478583] hidraw: raw HID events driver (C) Jiri Kosina
[    4.517906] [drm] Initialized drm 1.1.0 20060810
[    4.519471] ak8975 i2c-INVN6500:00: Error reading WIA
[    4.519479] ak8975 i2c-INVN6500:00: AK8975 initialization fails
[    4.557637] hid (null): usage index exceeded
[    4.570984] [drm] Memory usable by graphics device = 2048M
[    4.570995] checking generic (80000000 3f0000) vs hw (80000000 10000000)
[    4.570999] fb: switching to inteldrmfb from EFI VGA
[    4.571045] Console: switching to colour dummy device 80x25
[    4.571173] [drm] Replacing VGA console driver
[    4.574218] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    4.574224] [drm] Driver supports precise vblank timestamp query.
[    4.579481] ak8975: probe of i2c-INVN6500:00 failed with error -121
[    4.633674] usbcore: registered new interface driver usbhid
[    4.633681] usbhid: USB HID core driver
[    4.635616] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    4.667691] cfg80211: Calling CRDA to update world regulatory domain
[    4.721741] SSE version of gcm_enc/dec engaged.
[    4.768485] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    4.769654] acpi device:21: registered as cooling_device5
[    4.769814] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input1
[    4.769995] [drm] Initialized i915 1.6.0 20141121 for 0000:00:02.0 on minor 0
[    4.799072] intel_rapl: Found RAPL domain package
[    4.799080] intel_rapl: Found RAPL domain core
[    4.819242] [drm] GMBUS [i915 gmbus dpc] timed out, falling back to bit banging on pin 4
[    4.821526] fbcon: inteldrmfb (fb0) is primary device
[    4.821584] Console: switching to colour frame buffer device 160x50
[    4.821635] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    4.821640] i915 0000:00:02.0: registered panic notifier
[    4.894317] byt-rt5640 byt-rt5640: ASoC: CPU DAI baytrail-pcm-audio not registered
[    4.894345] platform byt-rt5640: Driver byt-rt5640 requests probe deferral
[    4.902147] input: gpio-keys as /devices/platform/gpio-keys.0.auto/input/input2
[    4.902335] byt-rt5640 byt-rt5640: ASoC: CPU DAI baytrail-pcm-audio not registered
[    4.902361] platform byt-rt5640: Driver byt-rt5640 requests probe deferral
[    4.902532] input: gpio-keys as /devices/platform/gpio-keys.1.auto/input/input3
[    4.902865] byt-rt5640 byt-rt5640: ASoC: CPU DAI baytrail-pcm-audio not registered
[    4.902891] platform byt-rt5640: Driver byt-rt5640 requests probe deferral
[    4.921404] acer_wmi: Acer Laptop ACPI-WMI Extras
[    4.921530] acer_wmi: Function bitmap for Communication Button: 0x801
[    4.921545] acer_wmi: Brightness must be controlled by acpi video driver
[    4.926796] acer_wmi: Enabling Launch Manager failed: 0xe4 - 0x0
[    4.928524] input: Acer WMI hotkeys as /devices/virtual/input/input4
[    4.930267] input: Acer BMA150 accelerometer as /devices/virtual/input/input5
[    4.939742] hid-generic 0003:06CB:2968.0001: usage index exceeded
[    4.939753] hid-generic 0003:06CB:2968.0001: item 0 2 2 2 parsing failed
[    4.939784] hid-generic: probe of 0003:06CB:2968.0001 failed with error -22
[    4.940095] input: Logitech HID compliant keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.0/0003:046D:C30E.0004/input/input6
[    4.945789] Adding 2000892k swap on /dev/mmcblk0p6.  Priority:-1 extents:1 across:2000892k SSFS
[    4.946471] byt-rt5640 byt-rt5640: ASoC: CPU DAI baytrail-pcm-audio not registered
[    4.946499] platform byt-rt5640: Driver byt-rt5640 requests probe deferral
[    4.996327] hid-generic 0003:046D:C30E.0004: input,hidraw0: USB HID v1.10 Keyboard [Logitech HID compliant keyboard] on usb-0000:00:14.0-1.1.2/input0
[    4.996403] byt-rt5640 byt-rt5640: ASoC: CPU DAI baytrail-pcm-audio not registered
[    4.996435] platform byt-rt5640: Driver byt-rt5640 requests probe deferral
[    4.999416] input: Logitech HID compliant keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.1/0003:046D:C30E.0005/input/input7
[    5.000670] cfg80211: World regulatory domain updated:
[    5.000677] cfg80211:  DFS Master region: unset
[    5.000679] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[    5.000685] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[    5.000689] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[    5.000693] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm), (N/A)
[    5.000697] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[    5.000701] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[    5.055861] hid-generic 0003:046D:C30E.0005: input,hidraw1: USB HID v1.10 Device [Logitech HID compliant keyboard] on usb-0000:00:14.0-1.1.2/input1
[    5.055984] byt-rt5640 byt-rt5640: ASoC: CPU DAI baytrail-pcm-audio not registered
[    5.056013] platform byt-rt5640: Driver byt-rt5640 requests probe deferral
[    5.069637] hid_acer: module verification failed: signature and/or  required key missing - tainting kernel
[    5.070595] acer 0003:06CB:2968.0001: fixing up acer keyboard report descriptor
[    5.071250] input: ITE Tech. Inc. ITE Device(8595) as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:06CB:2968.0001/input/input8
[    5.128474] acer 0003:06CB:2968.0001: input,hiddev0,hidraw2: USB HID v1.10 Keyboard [ITE Tech. Inc. ITE Device(8595)] on usb-0000:00:14.0-1.3/input0
[    5.128573] byt-rt5640 byt-rt5640: ASoC: CPU DAI baytrail-pcm-audio not registered
[    5.128602] platform byt-rt5640: Driver byt-rt5640 requests probe deferral
[    5.129257] input: ITE Tech. Inc. ITE Device(8595) as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:06CB:2968.0003/input/input9
[    5.129824] acer 0003:06CB:2968.0003: input,hiddev0,hidraw3: USB HID v1.10 Mouse [ITE Tech. Inc. ITE Device(8595)] on usb-0000:00:14.0-1.3/input1
[    5.129902] byt-rt5640 byt-rt5640: ASoC: CPU DAI baytrail-pcm-audio not registered
[    5.129939] platform byt-rt5640: Driver byt-rt5640 requests probe deferral
[    5.170309] random: nonblocking pool is initialized
[    5.191160] i2c_hid i2c-SYNA7300:00: failed to retrieve report from device.
[    5.191461] input: SYNA7300:00 06CB:0E75 as /devices/platform/80860F41:03/i2c-3/i2c-SYNA7300:00/0018:06CB:0E75.0002/input/input10
[    5.192258] hid-multitouch 0018:06CB:0E75.0002: input,hidraw4: <UNKNOWN> HID v1.00 Device [SYNA7300:00 06CB:0E75] on 
[    5.192395] byt-rt5640 byt-rt5640: ASoC: CPU DAI baytrail-pcm-audio not registered
[    5.192436] platform byt-rt5640: Driver byt-rt5640 requests probe deferral
[    5.342122] RTL871X: module init start
[    5.342130] RTL871X: rtl8723bs v4.3.5.5_12290.20140916_BTCOEX20140507-4E40
[    5.342134] RTL871X: rtl8723bs BT-Coex version = BTCOEX20140507-4E40
[    5.488186] RTL871X: rtw_ndev_init(wlan0)
[    5.488810] RTL871X: module init ret=0
[    5.489918] byt-rt5640 byt-rt5640: ASoC: CPU DAI baytrail-pcm-audio not registered
[    5.489965] platform byt-rt5640: Driver byt-rt5640 requests probe deferral
[    5.504418] cfg80211: Calling CRDA for country: DE
[    5.524471] cfg80211: Regulatory domain changed to country: DE
[    5.524480] cfg80211:  DFS Master region: ETSI
[    5.524484] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[    5.524491] cfg80211:   (2400000 KHz - 2483500 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[    5.524496] cfg80211:   (5150000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[    5.524501] cfg80211:   (5250000 KHz - 5350000 KHz @ 40000 KHz), (N/A, 2000 mBm), (0 s)
[    5.524506] cfg80211:   (5470000 KHz - 5725000 KHz @ 40000 KHz), (N/A, 2698 mBm), (0 s)
[    5.524511] cfg80211:   (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
[    6.394356] asix 1-1.1.1:1.0 eth0: register 'asix' at usb-0000:00:14.0-1.1.1, ASIX AX88772B USB 2.0 Ethernet, 00:0e:c6:f8:ec:42
[    6.394428] usbcore: registered new interface driver asix
[    6.395433] byt-rt5640 byt-rt5640: ASoC: CPU DAI baytrail-pcm-audio not registered
[    6.395463] platform byt-rt5640: Driver byt-rt5640 requests probe deferral
[    6.398108] asix 1-1.1.1:1.0 eth1: renamed from eth0
[    6.478134] EXT4-fs (mmcblk0p5): re-mounted. Opts: errors=remount-ro
[    6.531135] systemd-journald[255]: Received request to flush runtime journal from PID 1
[    6.747265] audit: type=1400 audit(1433425408.704:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=544 comm="apparmor_parser"
[    6.747290] audit: type=1400 audit(1433425408.704:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="chromium" pid=544 comm="apparmor_parser"
[    6.753848] audit: type=1400 audit(1433425408.708:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=544 comm="apparmor_parser"
[    6.753874] audit: type=1400 audit(1433425408.708:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=544 comm="apparmor_parser"
[    6.753893] audit: type=1400 audit(1433425408.708:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=544 comm="apparmor_parser"
[    6.753911] audit: type=1400 audit(1433425408.708:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=544 comm="apparmor_parser"
[    6.785046] audit: type=1400 audit(1433425408.740:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince" pid=544 comm="apparmor_parser"
[    6.785074] audit: type=1400 audit(1433425408.740:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="sanitized_helper" pid=544 comm="apparmor_parser"
[    6.785093] audit: type=1400 audit(1433425408.740:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer" pid=544 comm="apparmor_parser"
[    6.785111] audit: type=1400 audit(1433425408.740:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="sanitized_helper" pid=544 comm="apparmor_parser"
[   12.784998] asix 1-1.1.1:1.0 eth1: link up, 100Mbps, full-duplex, lpa 0xC5E1```
SWW13 commented 9 years ago

Looks like it should work at first view, i will analyse it later.

SWW13 commented 9 years ago

Does the touchpad work without the driver? I don't see any signs the driver is touching another device.

devNbis commented 9 years ago

Yes it works I uninstall the driver and compare the dmesg output. There are aon the HID mouse driver a change on the input Without driver:

hid-generic 0003:06CB:2968.0002: usage index exceeded
hid-generic 0003:06CB:2968.0002: item 0 2 2 2 parsing failed
hid-generic: probe of 0003:06CB:2968.0002 failed with error -22
..
random: nonblocking pool is initialized
i2c_hid i2c-SYNA7300:00: failed to retrieve report from device.
input: SYNA7300:00 06CB:0E75 as /devices/platform/80860F41:03/i2c-3/i2c-SYNA7300:00/0018:06CB:0E75.0001/input/input8
hid-multitouch 0018:06CB:0E75.0001: input,hidraw2: <UNKNOWN> HID v1.00 Device [SYNA7300:00 06CB:0E75] on 
byt-rt5640 byt-rt5640: ASoC: CPU DAI baytrail-pcm-audio not registered
platform byt-rt5640: Driver byt-rt5640 requests probe deferral
input: ITE Tech. Inc. ITE Device(8595) UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:06CB:2968.0003/input/input10
hid-multitouch 0003:06CB:2968.0003: input,hiddev0,hidraw3: USB HID v1.10 Mouse [ITE Tech. Inc. ITE Device(8595)] on usb-0000:00:14.0-1.3/input1

With Driver:

hid-generic 0003:06CB:2968.0001: usage index exceeded
hid-generic 0003:06CB:2968.0001: item 0 2 2 2 parsing failed
hid-generic: probe of 0003:06CB:2968.0001 failed with error -22
...
hid_acer: module verification failed: signature and/or  required key missing - tainting kernel
acer 0003:06CB:2968.0001: fixing up acer keyboard report descriptor
input: ITE Tech. Inc. ITE Device(8595) as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:06CB:2968.0001/input/input8
acer 0003:06CB:2968.0001: input,hiddev0,hidraw2: USB HID v1.10 Keyboard [ITE Tech. Inc. ITE Device(8595)] on usb-0000:00:14.0-1.3/input0
byt-rt5640 byt-rt5640: ASoC: CPU DAI baytrail-pcm-audio not registered
platform byt-rt5640: Driver byt-rt5640 requests probe deferral
input: ITE Tech. Inc. ITE Device(8595) as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:06CB:2968.0003/input/input9
acer 0003:06CB:2968.0003: input,hiddev0,hidraw3: USB HID v1.10 Mouse [ITE Tech. Inc. ITE Device(8595)] on usb-0000:00:14.0-1.3/input1
byt-rt5640 byt-rt5640: ASoC: CPU DAI baytrail-pcm-audio not registered
platform byt-rt5640: Driver byt-rt5640 requests probe deferral
i2c_hid i2c-SYNA7300:00: failed to retrieve report from device.
input: SYNA7300:00 06CB:0E75 as /devices/platform/80860F41:03/i2c-3/i2c-SYNA7300:00/0018:06CB:0E75.0002/input/input10
hid-multitouch 0018:06CB:0E75.0002: input,hidraw4: <UNKNOWN> HID v1.00 Device [SYNA7300:00 06CB:0E75] on 
SWW13 commented 9 years ago

On my system (4.0.4 kernel) the synaptics device is claimed by hid-multitouch before the acer module starts fixing the rdescriptor. You could try it with a new kernel which possible fixes the issue, otherwise I'm at loos and you need to ask in the linux-input mailinglist. (If you do, please CC me)