USB-C storage device not detected on USB 3.1 Gen 2 host when plugged in after boot

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I've got new hardware (Acer s4640g), which has some USB 3.1 gen 2 usb-c ports.

/:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 10000M
    |__ Port 3: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 5000M

I have installed our current Ubuntu 18.04 based release with the included 4.15 kernel and the test
device (Sandisk Ultra T C) doesn't show up in lsusb. dmesg has no output when plugging the device in
or out. But it gets quite warm, and lights up for a second, so the port is powered.

[    1.868336] usb 3-3: New USB device found, idVendor=0781, idProduct=5596, bcdDevice= 1.00
[    1.868337] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.868338] usb 3-3: Product: Ultra T C
[    1.868339] usb 3-3: Manufacturer: SanDisk
[    1.868340] usb 3-3: SerialNumber: 4C530001090830111403

I tried to find some useful info doing echo "file */usb/* +p;" >
/sys/kernel/debug/dynamic_debug/control, but as far as I can tell the device doesn't show up in the
output at all, but it's a little bit overwhelming.

The device works correct with other, Skylake-based hardware, but that just has an
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 5000M

It also works correct when it's already plugged in on boot, but not when I re-plug it.
Last message in dmesg is just a "usb 3-3: USB disconnect, device number 2".

I also tried current Ubuntu Vanilla build of 5.0.0-050000rc1, which didn't fix this problem.
The following data is from running this kernel. I've appended the output from lspci, lsusb and dmesg
from a working boot of this hardware.

/:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 10000M
    |__ Port 3: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 5000M

And I don't have any "hardware debugging tools like USB sniffers".

Thanks for any help,

Jan-Marek


---

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         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            5.00
  iManufacturer           3 Linux 5.0.0-050000rc1-generic ehci_hcd
  iProduct                2 EHCI Host Controller
  iSerial                 1 0000:01:00.4
  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
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             1
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
Device Status:     0x0001
  Self Powered

Bus 003 Device 002: ID 0781:5596 SanDisk Corp.
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               3.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0         9
  idVendor           0x0781 SanDisk Corp.
  idProduct          0x5596
  bcdDevice            1.00
  iManufacturer           1 SanDisk
  iProduct                2 Ultra T C
  iSerial                 3 4C530001090830111403
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           44
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              224mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         8 Mass Storage
      bInterfaceSubClass      6 SCSI
      bInterfaceProtocol     80 Bulk-Only
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0400  1x 1024 bytes
        bInterval               0
        bMaxBurst               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0400  1x 1024 bytes
        bInterval               0
        bMaxBurst              15
Binary Object Store Descriptor:
  bLength                 5
  bDescriptorType        15
  wTotalLength           22
  bNumDeviceCaps          2
  USB 2.0 Extension Device Capability:
    bLength                 7
    bDescriptorType        16
    bDevCapabilityType      2
    bmAttributes   0x00000002
      Link Power Management (LPM) Supported
  SuperSpeed USB Device Capability:
    bLength                10
    bDescriptorType        16
    bDevCapabilityType      3
    bmAttributes         0x00
    wSpeedsSupported   0x000e
      Device can operate at Full Speed (12Mbps)
      Device can operate at High Speed (480Mbps)
      Device can operate at SuperSpeed (5Gbps)
    bFunctionalitySupport   1
      Lowest fully-functional device speed is Full Speed (12Mbps)
    bU1DevExitLat          10 micro seconds
    bU2DevExitLat         256 micro seconds
Device Status:     0x000c
  (Bus Powered)
  U1 Enabled
  U2 Enabled

Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               3.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         3
  bMaxPacketSize0         9
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0003 3.0 root hub
  bcdDevice            5.00
  iManufacturer           3 Linux 5.0.0-050000rc1-generic xhci-hcd
  iProduct                2 xHCI Host Controller
  iSerial                 1 0000:00:14.0
  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
Hub Descriptor:
  bLength              12
  bDescriptorType       0
  nNbrPorts            22
  wHubCharacteristic 0x0200
    Ganged power switching
    Ganged overcurrent protection
  bPwrOn2PwrGood        7 * 2 milli seconds
  bHubContrCurrent     64 milli Ampere
  bHubDecLat          0.2 micro seconds
  wHubDelay            34 nano seconds
  DeviceRemovable    0x00 0x00 0x0a
 Hub Port Status:
   Port 1: 0000.02a0 lowspeed
   Port 2: 0000.02a0 lowspeed
   Port 3: 0000.0203 lowspeed enable connect
   Port 4: 0000.02a0 lowspeed
   Port 5: 0000.02a0 lowspeed
   Port 6: 0000.02a0 lowspeed
   Port 7: 0000.02a0 lowspeed
   Port 8: 0000.02a0 lowspeed
   Port 9: 0000.02a0 lowspeed
   Port 10: 0000.02a0 lowspeed
   Port 11: 0000.02a0 lowspeed
   Port 12: 0000.02a0 lowspeed
   Port 13: 0000.02a0 lowspeed
   Port 14: 0000.02a0 lowspeed
   Port 15: 0000.02a0 lowspeed
   Port 16: 0000.02a0 lowspeed
   Port 17: 0000.02a0 lowspeed
   Port 18: 0000.02a0 lowspeed
   Port 19: 0000.02a0 lowspeed
   Port 20: 0000.02a0 lowspeed
   Port 21: 0000.02a0 lowspeed
   Port 22: 0000.02a0 lowspeed
Binary Object Store Descriptor:
  bLength                 5
  bDescriptorType        15
  wTotalLength           91
  bNumDeviceCaps          2
Device Status:     0x0001
  Self Powered

Bus 002 Device 002: ID 046a:b090 Cherry GmbH
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0         8
  idVendor           0x046a Cherry GmbH
  idProduct          0xb090
  bcdDevice            1.03
  iManufacturer           1 Cherry
  iProduct                2 USB keyboard
  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.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      65
         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.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength     158
         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
Device Status:     0x0000
  (Bus Powered)

Bus 002 Device 003: ID 046d:c050 Logitech, Inc. RX 250 Optical Mouse
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0         8
  idVendor           0x046d Logitech, Inc.
  idProduct          0xc050 RX 250 Optical Mouse
  bcdDevice           27.20
  iManufacturer           1 Logitech
  iProduct                2 USB-PS/2 Optical Mouse
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           34
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower               98mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      2 Mouse
      iInterface              0
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.10
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      59
         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     0x0005  1x 5 bytes
        bInterval              10
Device Status:     0x0000
  (Bus Powered)

Bus 002 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            5.00
  iManufacturer           3 Linux 5.0.0-050000rc1-generic xhci-hcd
  iProduct                2 xHCI Host Controller
  iSerial                 1 0000:00:14.0
  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
Hub Descriptor:
  bLength              13
  bDescriptorType      41
  nNbrPorts            16
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
    TT think time 8 FS bits
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00 0x00 0x00
  PortPwrCtrlMask    0xff 0xff 0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
   Port 3: 0000.0100 power
   Port 4: 0000.0100 power
   Port 5: 0000.0100 power
   Port 6: 0000.0100 power
   Port 7: 0000.0100 power
   Port 8: 0000.0303 lowspeed power enable connect
   Port 9: 0000.0100 power
   Port 10: 0000.0100 power
   Port 11: 0000.0303 lowspeed power enable connect
   Port 12: 0000.0100 power
   Port 13: 0000.0100 power
   Port 14: 0000.0100 power
   Port 15: 0000.0100 power
   Port 16: 0000.0100 power
Device Status:     0x0001
  Self Powered


---

00:00.0 Host bridge: Intel Corporation Device 3e1f (rev 08)
	Subsystem: Acer Incorporated [ALI] Device 124c
	Flags: bus master, fast devsel, latency 0
	Capabilities: [e0] Vendor Specific Information: Len=10 <?>
	Kernel driver in use: skl_uncore

00:02.0 VGA compatible controller: Intel Corporation Device 3e91 (prog-if 00 [VGA controller])
	Subsystem: Acer Incorporated [ALI] Device 124c
	Flags: bus master, fast devsel, latency 0, IRQ 126
	Memory at a0000000 (64-bit, non-prefetchable) [size=16M]
	Memory at 90000000 (64-bit, prefetchable) [size=256M]
	I/O ports at 4000 [size=64]
	[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
	Capabilities: [40] Vendor Specific Information: Len=0c <?>
	Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
	Capabilities: [ac] MSI: Enable+ Count=1/1 Maskable- 64bit-
	Capabilities: [d0] Power Management version 2
	Capabilities: [100] Process Address Space ID (PASID)
	Capabilities: [200] Address Translation Service (ATS)
	Capabilities: [300] Page Request Interface (PRI)
	Kernel driver in use: i915
	Kernel modules: i915

00:08.0 System peripheral: Intel Corporation Skylake Gaussian Mixture Model
	Subsystem: Acer Incorporated [ALI] Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th Gen Core Processor
Gaussian Mixture Model
	Flags: fast devsel, IRQ 255
	Memory at a121e000 (64-bit, non-prefetchable) [disabled] [size=4K]
	Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
	Capabilities: [dc] Power Management version 2
	Capabilities: [f0] PCI Advanced Features

00:12.0 Signal processing controller: Intel Corporation Device a379 (rev 10)
	Subsystem: Acer Incorporated [ALI] Device 124c
	Flags: fast devsel, IRQ 16
	Memory at a121d000 (64-bit, non-prefetchable) [size=4K]
	Capabilities: [50] Power Management version 3
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
	Kernel driver in use: intel_pch_thermal
	Kernel modules: intel_pch_thermal

00:14.0 USB controller: Intel Corporation Device a36d (rev 10) (prog-if 30 [XHCI])
	Subsystem: Acer Incorporated [ALI] Device 124c
	Flags: bus master, medium devsel, latency 0, IRQ 124
	Memory at a1200000 (64-bit, non-prefetchable) [size=64K]
	Capabilities: [70] Power Management version 2
	Capabilities: [80] MSI: Enable+ Count=1/8 Maskable- 64bit+
	Capabilities: [90] Vendor Specific Information: Len=14 <?>
	Kernel driver in use: xhci_hcd

00:14.2 RAM memory: Intel Corporation Device a36f (rev 10)
	Subsystem: Acer Incorporated [ALI] Device 124c
	Flags: fast devsel
	Memory at a1216000 (64-bit, non-prefetchable) [disabled] [size=8K]
	Memory at a121c000 (64-bit, non-prefetchable) [disabled] [size=4K]
	Capabilities: [80] Power Management version 3

00:16.0 Communication controller: Intel Corporation Device a360 (rev 10)
	Subsystem: Acer Incorporated [ALI] Device 124c
	Flags: fast devsel, IRQ 255
	Memory at a121b000 (64-bit, non-prefetchable) [disabled] [size=4K]
	Capabilities: [50] Power Management version 3
	Capabilities: [8c] MSI: Enable- Count=1/1 Maskable- 64bit+
	Capabilities: [a4] Vendor Specific Information: Len=14 <?>
	Kernel modules: mei_me

00:17.0 SATA controller: Intel Corporation Device a352 (rev 10) (prog-if 01 [AHCI 1.0])
	Subsystem: Acer Incorporated [ALI] Device 124c
	Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 125
	Memory at a1214000 (32-bit, non-prefetchable) [size=8K]
	Memory at a121a000 (32-bit, non-prefetchable) [size=256]
	I/O ports at 4090 [size=8]
	I/O ports at 4080 [size=4]
	I/O ports at 4060 [size=32]
	Memory at a1219000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
	Capabilities: [70] Power Management version 3
	Capabilities: [a8] SATA HBA v1.0
	Kernel driver in use: ahci
	Kernel modules: ahci

00:1c.0 PCI bridge: Intel Corporation Device a33c (rev f0) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 122
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 00003000-00003fff
	Memory behind bridge: a1100000-a11fffff
	Capabilities: [40] Express Root Port (Slot+), MSI 00
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
	Capabilities: [90] Subsystem: Acer Incorporated [ALI] Device 124c
	Capabilities: [a0] Power Management version 3
	Capabilities: [100] Advanced Error Reporting
	Capabilities: [140] Access Control Services
	Capabilities: [150] Precision Time Measurement
	Capabilities: [220] #19
	Capabilities: [250] Downstream Port Containment
	Kernel driver in use: pcieport

00:1c.7 PCI bridge: Intel Corporation Device a33f (rev f0) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 123
	Bus: primary=00, secondary=02, subordinate=03, sec-latency=0
	Capabilities: [40] Express Root Port (Slot+), MSI 00
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
	Capabilities: [90] Subsystem: Acer Incorporated [ALI] Device 124c
	Capabilities: [a0] Power Management version 3
	Capabilities: [100] Advanced Error Reporting
	Capabilities: [140] Access Control Services
	Capabilities: [150] Precision Time Measurement
	Capabilities: [220] #19
	Capabilities: [250] Downstream Port Containment
	Kernel driver in use: pcieport

00:1f.0 ISA bridge: Intel Corporation Device a308 (rev 10)
	Subsystem: Acer Incorporated [ALI] Device 124c
	Flags: bus master, medium devsel, latency 0

00:1f.3 Audio device: Intel Corporation Device a348 (rev 10)
	Subsystem: Acer Incorporated [ALI] Device 124c
	Flags: bus master, fast devsel, latency 32, IRQ 128
	Memory at a1210000 (64-bit, non-prefetchable) [size=16K]
	Memory at a1000000 (64-bit, non-prefetchable) [size=1M]
	Capabilities: [50] Power Management version 3
	Capabilities: [80] Vendor Specific Information: Len=14 <?>
	Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel, snd_soc_skl

00:1f.4 SMBus: Intel Corporation Device a323 (rev 10)
	Subsystem: Acer Incorporated [ALI] Device 124c
	Flags: medium devsel, IRQ 255
	Memory at a1218000 (64-bit, non-prefetchable) [size=256]
	I/O ports at efa0 [size=32]
	Kernel modules: i2c_i801

00:1f.5 Serial bus controller [0c80]: Intel Corporation Device a324 (rev 10)
	Subsystem: Acer Incorporated [ALI] Device 124c
	Flags: fast devsel
	Memory at fe010000 (32-bit, non-prefetchable) [size=4K]

01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit
Ethernet Controller (rev 0e)
	Subsystem: Acer Incorporated [ALI] RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
	Flags: bus master, fast devsel, latency 0, IRQ 16
	I/O ports at 3c00 [size=256]
	Memory at a1118000 (64-bit, non-prefetchable) [size=4K]
	Memory at a1110000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [40] Power Management version 3
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
	Capabilities: [70] Express Endpoint, MSI 01
	Capabilities: [b0] MSI-X: Enable+ Count=4 Masked-
	Capabilities: [d0] Vital Product Data
	Capabilities: [100] Advanced Error Reporting
	Capabilities: [140] Virtual Channel
	Capabilities: [160] Device Serial Number 01-00-00-00-68-4c-e0-00
	Capabilities: [170] Latency Tolerance Reporting
	Capabilities: [178] L1 PM Substates
	Kernel driver in use: r8169
	Kernel modules: r8169

01:00.1 Serial controller: Realtek Semiconductor Co., Ltd. Device 816a (rev 0e) (prog-if 02 [16550])
	Subsystem: Acer Incorporated [ALI] Device 124c
	Flags: fast devsel, IRQ 17
	I/O ports at 3800 [size=256]
	Memory at a1117000 (64-bit, non-prefetchable) [size=4K]
	Memory at a110c000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [40] Power Management version 3
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
	Capabilities: [70] Express Endpoint, MSI 01
	Capabilities: [b0] MSI-X: Enable- Count=4 Masked-
	Capabilities: [d0] Vital Product Data
	Capabilities: [100] Advanced Error Reporting
	Capabilities: [160] Device Serial Number 00-00-00-00-00-00-00-00
	Capabilities: [170] Latency Tolerance Reporting
	Capabilities: [178] L1 PM Substates

01:00.2 Serial controller: Realtek Semiconductor Co., Ltd. Device 816b (rev 0e) (prog-if 02 [16550])
	Subsystem: Acer Incorporated [ALI] Device 124c
	Flags: fast devsel, IRQ 18
	I/O ports at 3400 [size=256]
	Memory at a1116000 (64-bit, non-prefetchable) [size=4K]
	Memory at a1108000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [40] Power Management version 3
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
	Capabilities: [70] Express Endpoint, MSI 01
	Capabilities: [b0] MSI-X: Enable- Count=4 Masked-
	Capabilities: [d0] Vital Product Data
	Capabilities: [100] Advanced Error Reporting
	Capabilities: [160] Device Serial Number 00-00-00-00-00-00-00-00
	Capabilities: [170] Latency Tolerance Reporting
	Capabilities: [178] L1 PM Substates

01:00.3 IPMI SMIC interface: Realtek Semiconductor Co., Ltd. Device 816c (rev 0e) (prog-if 01)
	Subsystem: Acer Incorporated [ALI] Device 124c
	Flags: fast devsel, IRQ 255
	I/O ports at 3000 [disabled] [size=256]
	Memory at a1115000 (64-bit, non-prefetchable) [disabled] [size=4K]
	Memory at a1104000 (64-bit, non-prefetchable) [disabled] [size=16K]
	Capabilities: [40] Power Management version 3
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
	Capabilities: [70] Express Endpoint, MSI 01
	Capabilities: [b0] MSI-X: Enable- Count=4 Masked-
	Capabilities: [d0] Vital Product Data
	Capabilities: [100] Advanced Error Reporting
	Capabilities: [160] Device Serial Number 00-00-00-00-00-00-00-00
	Capabilities: [170] Latency Tolerance Reporting
	Capabilities: [178] L1 PM Substates
	Kernel modules: ipmi_si

01:00.4 USB controller: Realtek Semiconductor Co., Ltd. Device 816d (rev 0e) (prog-if 20 [EHCI])
	Subsystem: Acer Incorporated [ALI] Device 124c
	Flags: bus master, fast devsel, latency 0, IRQ 19
	Memory at a1114000 (32-bit, non-prefetchable) [size=4K]
	Memory at a1100000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [40] Power Management version 3
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
	Capabilities: [70] Express Endpoint, MSI 01
	Capabilities: [b0] MSI-X: Enable- Count=4 Masked-
	Capabilities: [d0] Vital Product Data
	Capabilities: [100] Advanced Error Reporting
	Capabilities: [160] Device Serial Number 00-00-00-00-00-00-00-00
	Capabilities: [170] Latency Tolerance Reporting
	Capabilities: [178] L1 PM Substates
	Kernel driver in use: ehci-pci

02:00.0 PCI bridge: Integrated Technology Express, Inc. IT8893E PCIe to PCI Bridge (rev 41) (prog-if
01 [Subtractive decode])
	Flags: fast devsel, IRQ 255
	Bus: primary=02, secondary=03, subordinate=03, sec-latency=32
	Capabilities: [90] Power Management version 2
	Capabilities: [a0] Subsystem: Acer Incorporated [ALI] IT8893E PCIe to PCI Bridge

----

[    0.000000] microcode: microcode updated early to revision 0x8e, date = 2018-03-24
[    0.000000] Linux version 5.0.0-050000rc1-generic (kernel@tangerine) (gcc version 8.2.0 (Ubuntu
8.2.0-12ubuntu1)) #201901062130 SMP Mon Jan 7 02:32:47 UTC 2019
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.0.0-050000rc1-generic
root=UUID=32cf4b26-e6ed-4bb9-bb54-1cf3c5f30424 ro ipv6.disable=1 panic=0 quiet splash
video.use_native_backlight=1 vt.handoff=1
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted'
format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000008af8cfff] usable
[    0.000000] BIOS-e820: [mem 0x000000008af8d000-0x000000008c2dafff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008c2db000-0x000000008c357fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000008c358000-0x000000008c445fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008c446000-0x000000008cb32fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008cb33000-0x000000008cc0efff] type 20
[    0.000000] BIOS-e820: [mem 0x000000008cc0f000-0x000000008cc0ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000008cc10000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000046dffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.60 by Acer Inc.
[    0.000000] efi:  ACPI 2.0=0x8c2f4000  ACPI=0x8c2f4000  SMBIOS=0x8c977000  SMBIOS 3.0=0x8c976000
ESRT=0x893e0498  MEMATTR=0x87a51018
[    0.000000] SMBIOS 3.1.1 present.
[    0.000000] DMI: Acer Veriton S4660G/Veriton S4660G, BIOS R01-A1 C2 09/18/2018
[    0.000000] tsc: Detected 3600.000 MHz processor
[    0.000460] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000461] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000465] last_pfn = 0x46e000 max_arch_pfn = 0x400000000
[    0.000474] MTRR default type: uncachable
[    0.000475] MTRR fixed ranges enabled:
[    0.000475]   00000-9FFFF write-back
[    0.000476]   A0000-BFFFF uncachable
[    0.000476]   C0000-FFFFF write-back
[    0.000477] MTRR variable ranges enabled:
[    0.000478]   0 base 00FF000000 mask 7FFF000000 write-protect
[    0.000478]   1 base 0000000000 mask 7F80000000 write-back
[    0.000479]   2 base 0080000000 mask 7FF0000000 write-back
[    0.000479]   3 base 0100000000 mask 7F00000000 write-back
[    0.000480]   4 base 0200000000 mask 7E00000000 write-back
[    0.000480]   5 base 0400000000 mask 7C00000000 write-back
[    0.000481]   6 base 008D800000 mask 7FFF800000 uncachable
[    0.000481]   7 base 008E000000 mask 7FFE000000 uncachable
[    0.000482]   8 base 0090000000 mask 7FF0000000 write-combining
[    0.000482]   9 disabled
[    0.001137] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.001270] last_pfn = 0x8cc10 max_arch_pfn = 0x400000000
[    0.007113] esrt: Reserving ESRT space from 0x00000000893e0498 to 0x00000000893e04d0.
[    0.007121] check: Scanning 1 areas for low memory corruption
[    0.007122] Base memory trampoline at [(____ptrval____)] 98000 size 24576
[    0.007125] Using GB pages for direct mapping
[    0.007126] BRK [0x178201000, 0x178201fff] PGTABLE
[    0.007127] BRK [0x178202000, 0x178202fff] PGTABLE
[    0.007128] BRK [0x178203000, 0x178203fff] PGTABLE
[    0.007152] BRK [0x178204000, 0x178204fff] PGTABLE
[    0.007153] BRK [0x178205000, 0x178205fff] PGTABLE
[    0.007225] BRK [0x178206000, 0x178206fff] PGTABLE
[    0.007247] BRK [0x178207000, 0x178207fff] PGTABLE
[    0.007275] BRK [0x178208000, 0x178208fff] PGTABLE
[    0.007322] Secure boot could not be determined
[    0.007323] RAMDISK: [mem 0x308ff000-0x34476fff]
[    0.007332] ACPI: Early table checksum verification disabled
[    0.007334] ACPI: RSDP 0x000000008C2F4000 000024 (v02 ACRSYS)
[    0.007337] ACPI: XSDT 0x000000008C2F40B0 0000DC (v01 ACRSYS ACRPRDCT 01072009 AMI  00010013)
[    0.007341] ACPI: FACP 0x000000008C3354C8 000114 (v06 ACRSYS ACRPRDCT 01072009 AMI  00010013)
[    0.007344] ACPI: DSDT 0x000000008C2F4218 0412AF (v02 ACRSYS ACRPRDCT 01072009 INTL 20160527)
[    0.007346] ACPI: FACS 0x000000008C3F3080 000040
[    0.007347] ACPI: APIC 0x000000008C3355E0 000084 (v04 ACRSYS ACRPRDCT 01072009 AMI  00010013)
[    0.007349] ACPI: FPDT 0x000000008C335668 000044 (v01 ACRSYS ACRPRDCT 01072009 AMI  00010013)
[    0.007351] ACPI: FIDT 0x000000008C3356B0 00009C (v01 ACRSYS ACRPRDCT 01072009 AMI  00010013)
[    0.007352] ACPI: MCFG 0x000000008C335750 00003C (v01 ACRSYS ACRPRDCT 01072009 MSFT 00000097)
[    0.007354] ACPI: SSDT 0x000000008C335790 000378 (v01 SataRe SataTabl 00001000 INTL 20160527)
[    0.007356] ACPI: SSDT 0x000000008C335B08 0017D5 (v02 CpuRef CpuSsdt  00003000 INTL 20160527)
[    0.007358] ACPI: SSDT 0x000000008C3372E0 0031C7 (v02 SaSsdt SaSsdt   00003000 INTL 20160527)
[    0.007360] ACPI: HPET 0x000000008C33A4A8 000038 (v01 INTEL  ACRPRDCT 00000002      01000013)
[    0.007361] ACPI: SSDT 0x000000008C33A4E0 0017DD (v02 INTEL  CflS_Rvp 00001000 INTL 20160527)
[    0.007363] ACPI: SSDT 0x000000008C33BCC0 000F9E (v02 INTEL  Ther_Rvp 00001000 INTL 20160527)
[    0.007365] ACPI: SSDT 0x000000008C33CC60 00294F (v02 INTEL  xh_cfsd4 00000000 INTL 20160527)
[    0.007366] ACPI: UEFI 0x000000008C33F5B0 000048 (v01 ACRSYS ACRPRDCT 00000002      01000013)
[    0.007368] ACPI: LPIT 0x000000008C33F5F8 00005C (v01 INTEL  ACRPRDCT 00000002      01000013)
[    0.007370] ACPI: SSDT 0x000000008C33F658 0027DE (v02 INTEL  PtidDevc 00001000 INTL 20160527)
[    0.007371] ACPI: SSDT 0x000000008C341E38 000FFE (v02 INTEL  TbtTypeC 00000000 INTL 20160527)
[    0.007373] ACPI: DBGP 0x000000008C342E38 000034 (v01 ACRSYS ACRPRDCT 00000002      01000013)
[    0.007374] ACPI: DBG2 0x000000008C342E70 000054 (v00 ACRSYS ACRPRDCT 00000002      01000013)
[    0.007376] ACPI: SSDT 0x000000008C342EC8 0019C4 (v02 ACRSYS UsbCTabl 00001000 INTL 20160527)
[    0.007378] ACPI: DMAR 0x000000008C344890 0000A8 (v01 INTEL  EDK2     00000002      01000013)
[    0.007380] ACPI: TPM2 0x000000008C344938 000034 (v04 ACRSYS ACRPRDCT 00000001 AMI  00000000)
[    0.007381] ACPI: BGRT 0x000000008C344970 000038 (v01 ACRSYS ACRPRDCT 01072009 AMI  00010013)
[    0.007385] ACPI: WSMT 0x000000008C3449A8 000028 (v01 ACRSYS ACRPRDCT 01072009 AMI  00010013)
[    0.007394] ACPI: Local APIC address 0xfee00000
[    0.007577] No NUMA configuration found
[    0.007578] Faking a node at [mem 0x0000000000000000-0x000000046dffffff]
[    0.007584] NODE_DATA(0) allocated [mem 0x46dfd5000-0x46dffffff]
[    0.007712] Zone ranges:
[    0.007713]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.007713]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.007714]   Normal   [mem 0x0000000100000000-0x000000046dffffff]
[    0.007715]   Device   empty
[    0.007715] Movable zone start for each node
[    0.007717] Early memory node ranges
[    0.007718]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.007718]   node   0: [mem 0x0000000000100000-0x000000008af8cfff]
[    0.007719]   node   0: [mem 0x000000008cc0f000-0x000000008cc0ffff]
[    0.007719]   node   0: [mem 0x0000000100000000-0x000000046dffffff]
[    0.007959] Zeroed struct page in unavailable ranges: 20692 pages
[    0.007960] Initmem setup node 0 [mem 0x0000000000001000-0x000000046dffffff]
[    0.007961] On node 0 totalpages: 4165420
[    0.007962]   DMA zone: 64 pages used for memmap
[    0.007962]   DMA zone: 23 pages reserved
[    0.007962]   DMA zone: 3998 pages, LIFO batch:0
[    0.008346]   DMA32 zone: 8831 pages used for memmap
[    0.008346]   DMA32 zone: 565134 pages, LIFO batch:63
[    0.019233]   Normal zone: 56192 pages used for memmap
[    0.019233]   Normal zone: 3596288 pages, LIFO batch:63
[    0.081227] Reserving Intel graphics memory at [mem 0x8e000000-0x8fffffff]
[    0.081444] ACPI: PM-Timer IO Port: 0x1808
[    0.081445] ACPI: Local APIC address 0xfee00000
[    0.081449] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.081450] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.081450] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.081450] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.081492] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.081494] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.081495] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.081496] ACPI: IRQ0 used by override.
[    0.081496] ACPI: IRQ9 used by override.
[    0.081497] Using ACPI (MADT) for SMP configuration information
[    0.081498] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.081502] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.081512] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.081513] PM: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.081514] PM: Registered nosave memory: [mem 0x8af8d000-0x8c2dafff]
[    0.081514] PM: Registered nosave memory: [mem 0x8c2db000-0x8c357fff]
[    0.081514] PM: Registered nosave memory: [mem 0x8c358000-0x8c445fff]
[    0.081515] PM: Registered nosave memory: [mem 0x8c446000-0x8cb32fff]
[    0.081515] PM: Registered nosave memory: [mem 0x8cb33000-0x8cc0efff]
[    0.081516] PM: Registered nosave memory: [mem 0x8cc10000-0x8fffffff]
[    0.081516] PM: Registered nosave memory: [mem 0x90000000-0xdfffffff]
[    0.081517] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.081517] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[    0.081517] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.081518] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.081518] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.081518] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.081519] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.081519] PM: Registered nosave memory: [mem 0xfed04000-0xfedfffff]
[    0.081519] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.081520] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.081520] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.081521] [mem 0x90000000-0xdfffffff] available for PCI devices
[    0.081522] Booting paravirtualized kernel on bare hardware
[    0.081524] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns:
7645519600211568 ns
[    0.081532] random: get_random_bytes called from start_kernel+0x97/0x51c with crng_init=0
[    0.081535] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.081714] percpu: Embedded 46 pages/cpu @(____ptrval____) s151552 r8192 d28672 u524288
[    0.081718] pcpu-alloc: s151552 r8192 d28672 u524288 alloc=1*2097152
[    0.081718] pcpu-alloc: [0] 0 1 2 3
[    0.081732] Built 1 zonelists, mobility grouping on.  Total pages: 4100310
[    0.081733] Policy zone: Normal
[    0.081733] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.0.0-050000rc1-generic
root=UUID=32cf4b26-e6ed-4bb9-bb54-1cf3c5f30424 ro ipv6.disable=1 panic=0 quiet splash
video.use_native_backlight=1 vt.handoff=1
[    0.086220] Calgary: detecting Calgary via BIOS EBDA area
[    0.086221] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.128616] Memory: 16181976K/16661680K available (14339K kernel code, 2325K rwdata, 4372K
rodata, 2552K init, 5240K bss, 479704K reserved, 0K cma-reserved)
[    0.128701] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.128705] Kernel/User page tables isolation: enabled
[    0.128717] ftrace: allocating 41235 entries in 162 pages
[    0.140821] rcu: Hierarchical RCU implementation.
[    0.140822] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.140822] 	Tasks RCU enabled.
[    0.140823] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.140824] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.142883] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[    0.143269] Console: colour dummy device 80x25
[    0.143271] printk: console [tty0] enabled
[    0.143281] ACPI: Core revision 20181213
[    0.143629] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.143674] hpet clockevent registered
[    0.143725] APIC: Switch to symmetric I/O mode setup
[    0.143726] DMAR: Host address width 39
[    0.143727] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.143730] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.143731] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.143733] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.143734] DMAR: RMRR base: 0x0000008b68d000 end: 0x0000008b6acfff
[    0.143734] DMAR: RMRR base: 0x0000008d800000 end: 0x0000008fffffff
[    0.143736] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.143736] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.143737] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.145482] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.145483] x2apic enabled
[    0.145508] Switched APIC routing to cluster x2apic.
[    0.150473] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.167689] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x33e452fbb2f,
max_idle_ns: 440795236593 ns
[    0.167698] Calibrating delay loop (skipped), value calculated using timer frequency.. 7200.00
BogoMIPS (lpj=14400000)
[    0.167699] pid_max: default: 32768 minimum: 301
[    0.169498] LSM: Security Framework initializing
[    0.169498] Yama: becoming mindful.
[    0.169511] AppArmor: AppArmor initialized
[    0.171825] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.172985] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.173024] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.173071] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.173220] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.173220] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.173224] mce: CPU supports 10 MCE banks
[    0.173231] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.173245] process: using mwait in idle threads
[    0.173247] Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8
[    0.173247] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.173248] Spectre V2 : Mitigation: Full generic retpoline
[    0.173249] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.173249] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.173253] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.173254] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and
seccomp
[    0.173443] Freeing SMP alternatives memory: 36K
[    0.174987] TSC deadline timer enabled
[    0.174992] smpboot: CPU0: Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz (family: 0x6, model: 0x9e,
stepping: 0xb)
[    0.175059] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters,
Intel PMU driver.
[    0.175081] ... version:                4
[    0.175081] ... bit width:              48
[    0.175082] ... generic registers:      8
[    0.175082] ... value mask:             0000ffffffffffff
[    0.175083] ... max period:             00007fffffffffff
[    0.175083] ... fixed-purpose events:   3
[    0.175083] ... event mask:             00000007000000ff
[    0.175110] rcu: Hierarchical SRCU implementation.
[    0.175691] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.175691] smp: Bringing up secondary CPUs ...
[    0.175691] x86: Booting SMP configuration:
[    0.175691] .... node  #0, CPUs:      #1 #2 #3
[    0.177108] smp: Brought up 1 node, 4 CPUs
[    0.177108] smpboot: Max logical packages: 1
[    0.177108] smpboot: Total of 4 processors activated (28800.00 BogoMIPS)
[    0.179849] devtmpfs: initialized
[    0.179849] x86/mm: Memory block size: 128MB
[    0.180517] PM: Registering ACPI NVS region [mem 0x8c358000-0x8c445fff] (974848 bytes)
[    0.180517] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns:
7645041785100000 ns
[    0.180517] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.180517] pinctrl core: initialized pinctrl subsystem
[    0.180517] RTC time: 12:47:56, date: 2019-01-11
[    0.180517] NET: Registered protocol family 16
[    0.180517] audit: initializing netlink subsys (disabled)
[    0.180517] audit: type=2000 audit(1547210876.040:1): state=initialized audit_enabled=0 res=1
[    0.180517] EISA bus registered
[    0.180517] cpuidle: using governor ladder
[    0.180517] cpuidle: using governor menu
[    0.180517] ACPI: bus type PCI registered
[    0.180517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.180517] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base
0xe0000000)
[    0.180517] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.180517] PCI: Using configuration type 1 for base access
[    0.180625] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.180625] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.180625] ACPI: Added _OSI(Module Device)
[    0.180625] ACPI: Added _OSI(Processor Device)
[    0.180625] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.180625] ACPI: Added _OSI(Processor Aggregator Device)
[    0.180625] ACPI: Added _OSI(Linux-Dell-Video)
[    0.180625] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.180625] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.244039] ACPI: 10 ACPI AML tables successfully acquired and loaded
[    0.250313] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.254446] ACPI: Dynamic OEM Table Load:
[    0.254451] ACPI: SSDT 0xFFFF995DDB7EA000 00076B (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
[    0.254974] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.256765] ACPI: Dynamic OEM Table Load:
[    0.256769] ACPI: SSDT 0xFFFF995DDB1EEC00 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
[    0.257167] ACPI: Dynamic OEM Table Load:
[    0.257169] ACPI: SSDT 0xFFFF995DDB26F200 00010A (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
[    0.257512] ACPI: Dynamic OEM Table Load:
[    0.257515] ACPI: SSDT 0xFFFF995DDB7EC000 000724 (v02 PmRef  HwpLvt   00003000 INTL 20160527)
[    0.258209] ACPI: Dynamic OEM Table Load:
[    0.258214] ACPI: SSDT 0xFFFF995DDD556000 000EF1 (v02 PmRef  ApIst    00003000 INTL 20160527)
[    0.259286] ACPI: Dynamic OEM Table Load:
[    0.259288] ACPI: SSDT 0xFFFF995DDB1ED000 000317 (v02 PmRef  ApHwp    00003000 INTL 20160527)
[    0.259702] ACPI: Dynamic OEM Table Load:
[    0.259705] ACPI: SSDT 0xFFFF995DDB1EE000 00030A (v02 PmRef  ApCst    00003000 INTL 20160527)
[    0.262413] ACPI: EC: EC started
[    0.262413] ACPI: EC: interrupt blocked
[    0.262428] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
[    0.262429] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x24, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.262430] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
[    0.262431] ACPI: Interpreter enabled
[    0.262462] ACPI: (supports S0 S3 S4 S5)
[    0.262463] ACPI: Using IOAPIC for interrupt routing
[    0.262493] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.263961] ACPI: Enabled 6 GPEs in block 00 to 7F
[    0.277479] ACPI: Power Resource [USBC] (on)
[    0.277631] ACPI: Power Resource [PAUD] (on)
[    0.280382] ACPI: Power Resource [SPR1] (off)
[    0.280651] ACPI: Power Resource [ZPDR] (off)
[    0.281010] ACPI: Power Resource [V0PR] (on)
[    0.281184] ACPI: Power Resource [V1PR] (on)
[    0.281353] ACPI: Power Resource [V2PR] (on)
[    0.283685] ACPI: Power Resource [PXTC] (on)
[    0.286477]
               Initialized Local Variables for Method [_CRS]:
[    0.286477]   Local0: 000000004bba56ae <Obj>           Integer 0000000000000000
[    0.286480]   Local1: 00000000e8afae81 <Obj>           Integer 0000000000000000
[    0.286482] No Arguments are initialized for method [_CRS]
[    0.286483] ACPI Error: Method parse/execution failed \_SB.PCI0.SPI1.FPNT._CRS,
AE_AML_INVALID_RESOURCE_TYPE (20181213/psparse-531)
[    0.286492] ACPI Error: Method execution failed \_SB.PCI0.SPI1.FPNT._CRS,
AE_AML_INVALID_RESOURCE_TYPE (20181213/uteval-69)
[    0.287539]
               Initialized Local Variables for Method [_CRS]:
[    0.287539]   Local0: 000000001c26a62a <Obj>           Integer 0000000000000000
[    0.287541]   Local1: 00000000a10221ae <Obj>           Integer 0000000000000000
[    0.287543] No Arguments are initialized for method [_CRS]
[    0.287544] ACPI Error: Method parse/execution failed \_SB.PCI0.SPI2.FPNT._CRS,
AE_AML_INVALID_RESOURCE_TYPE (20181213/psparse-531)
[    0.287551] ACPI Error: Method execution failed \_SB.PCI0.SPI2.FPNT._CRS,
AE_AML_INVALID_RESOURCE_TYPE (20181213/uteval-69)
[    0.288552] ACPI: Power Resource [WRST] (on)
[    0.293022] ACPI: Power Resource [FN00] (off)
[    0.293102] ACPI: Power Resource [FN01] (off)
[    0.293177] ACPI: Power Resource [FN02] (off)
[    0.293254] ACPI: Power Resource [FN03] (off)
[    0.293330] ACPI: Power Resource [FN04] (off)
[    0.293918] ACPI: Power Resource [PIN] (off)
[    0.294063] ACPI: Power Resource [SPR0] (off)
[    0.294112] ACPI: Power Resource [SPR2] (off)
[    0.294161] ACPI: Power Resource [SPR3] (off)
[    0.294208] ACPI: Power Resource [SPR5] (off)
[    0.294490] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.294494] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.297353] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER
PCIeCapability LTR]
[    0.298166] PCI host bridge to bus 0000:00
[    0.298168] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.298169] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.298170] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.298171] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.298172] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.298173] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.298173] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.298174] pci_bus 0000:00: root bus resource [mem 0x90000000-0xdfffffff window]
[    0.298175] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[    0.298176] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.298182] pci 0000:00:00.0: [8086:3e1f] type 00 class 0x060000
[    0.298516] pci 0000:00:02.0: [8086:3e91] type 00 class 0x030000
[    0.298524] pci 0000:00:02.0: reg 0x10: [mem 0xa0000000-0xa0ffffff 64bit]
[    0.298528] pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref]
[    0.298531] pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
[    0.298542] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.298686] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[    0.298695] pci 0000:00:08.0: reg 0x10: [mem 0xa121e000-0xa121efff 64bit]
[    0.298855] pci 0000:00:12.0: [8086:a379] type 00 class 0x118000
[    0.298876] pci 0000:00:12.0: reg 0x10: [mem 0xa121d000-0xa121dfff 64bit]
[    0.299066] pci 0000:00:14.0: [8086:a36d] type 00 class 0x0c0330
[    0.299082] pci 0000:00:14.0: reg 0x10: [mem 0xa1200000-0xa120ffff 64bit]
[    0.299134] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.299294] pci 0000:00:14.2: [8086:a36f] type 00 class 0x050000
[    0.299312] pci 0000:00:14.2: reg 0x10: [mem 0xa1216000-0xa1217fff 64bit]
[    0.299322] pci 0000:00:14.2: reg 0x18: [mem 0xa121c000-0xa121cfff 64bit]
[    0.299475] pci 0000:00:16.0: [8086:a360] type 00 class 0x078000
[    0.299496] pci 0000:00:16.0: reg 0x10: [mem 0xa121b000-0xa121bfff 64bit]
[    0.299562] pci 0000:00:16.0: PME# supported from D3hot
[    0.299764] pci 0000:00:17.0: [8086:a352] type 00 class 0x010601
[    0.299778] pci 0000:00:17.0: reg 0x10: [mem 0xa1214000-0xa1215fff]
[    0.299784] pci 0000:00:17.0: reg 0x14: [mem 0xa121a000-0xa121a0ff]
[    0.299791] pci 0000:00:17.0: reg 0x18: [io  0x4090-0x4097]
[    0.299797] pci 0000:00:17.0: reg 0x1c: [io  0x4080-0x4083]
[    0.299803] pci 0000:00:17.0: reg 0x20: [io  0x4060-0x407f]
[    0.299809] pci 0000:00:17.0: reg 0x24: [mem 0xa1219000-0xa12197ff]
[    0.299842] pci 0000:00:17.0: PME# supported from D3hot
[    0.300027] pci 0000:00:1c.0: [8086:a33c] type 01 class 0x060400
[    0.300095] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.300109] pci 0000:00:1c.0: PTM enabled (root), 4dns granularity
[    0.300299] pci 0000:00:1c.7: [8086:a33f] type 01 class 0x060400
[    0.300366] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    0.300380] pci 0000:00:1c.7: PTM enabled (root), 4dns granularity
[    0.300550] pci 0000:00:1f.0: [8086:a308] type 00 class 0x060100
[    0.300841] pci 0000:00:1f.3: [8086:a348] type 00 class 0x040300
[    0.300880] pci 0000:00:1f.3: reg 0x10: [mem 0xa1210000-0xa1213fff 64bit]
[    0.300916] pci 0000:00:1f.3: reg 0x20: [mem 0xa1000000-0xa10fffff 64bit]
[    0.300991] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.301227] pci 0000:00:1f.4: [8086:a323] type 00 class 0x0c0500
[    0.301245] pci 0000:00:1f.4: reg 0x10: [mem 0xa1218000-0xa12180ff 64bit]
[    0.301271] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.301419] pci 0000:00:1f.5: [8086:a324] type 00 class 0x0c8000
[    0.301433] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.301652] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[    0.301685] pci 0000:01:00.0: reg 0x10: [io  0x3c00-0x3cff]
[    0.301714] pci 0000:01:00.0: reg 0x18: [mem 0xa1118000-0xa1118fff 64bit]
[    0.301733] pci 0000:01:00.0: reg 0x20: [mem 0xa1110000-0xa1113fff 64bit]
[    0.301836] pci 0000:01:00.0: supports D1 D2
[    0.301837] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.301963] pci 0000:01:00.1: [10ec:816a] type 00 class 0x070002
[    0.301994] pci 0000:01:00.1: reg 0x10: [io  0x3800-0x38ff]
[    0.302023] pci 0000:01:00.1: reg 0x18: [mem 0xa1117000-0xa1117fff 64bit]
[    0.302042] pci 0000:01:00.1: reg 0x20: [mem 0xa110c000-0xa110ffff 64bit]
[    0.302140] pci 0000:01:00.1: supports D1 D2
[    0.302141] pci 0000:01:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.302233] pci 0000:01:00.2: [10ec:816b] type 00 class 0x070002
[    0.302264] pci 0000:01:00.2: reg 0x10: [io  0x3400-0x34ff]
[    0.302293] pci 0000:01:00.2: reg 0x18: [mem 0xa1116000-0xa1116fff 64bit]
[    0.302313] pci 0000:01:00.2: reg 0x20: [mem 0xa1108000-0xa110bfff 64bit]
[    0.302410] pci 0000:01:00.2: supports D1 D2
[    0.302411] pci 0000:01:00.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.302506] pci 0000:01:00.3: [10ec:816c] type 00 class 0x0c0701
[    0.302534] pci 0000:01:00.3: reg 0x10: [io  0x3000-0x30ff]
[    0.302558] pci 0000:01:00.3: reg 0x18: [mem 0xa1115000-0xa1115fff 64bit]
[    0.302575] pci 0000:01:00.3: reg 0x20: [mem 0xa1104000-0xa1107fff 64bit]
[    0.302673] pci 0000:01:00.3: supports D1 D2
[    0.302674] pci 0000:01:00.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.302763] pci 0000:01:00.4: [10ec:816d] type 00 class 0x0c0320
[    0.302794] pci 0000:01:00.4: reg 0x10: [mem 0xa1114000-0xa1114fff]
[    0.302823] pci 0000:01:00.4: reg 0x18: [mem 0xa1100000-0xa1103fff 64bit]
[    0.302943] pci 0000:01:00.4: PME# supported from D0 D3cold
[    0.303104] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.303106] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.303108] pci 0000:00:1c.0:   bridge window [mem 0xa1100000-0xa11fffff]
[    0.303213] pci 0000:02:00.0: [1283:8893] type 01 class 0x060401
[    0.303573] pci 0000:02:00.0: supports D1 D2
[    0.303574] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.303665] pci 0000:00:1c.7: PCI bridge to [bus 02-03]
[    0.303711] pci_bus 0000:03: extended config space not accessible
[    0.303797] pci 0000:02:00.0: PCI bridge to [bus 03] (subtractive decode)
[    0.305636] ACPI: PCI Interrupt Link [LNKA] (IRQs) *0
[    0.305668] ACPI: PCI Interrupt Link [LNKB] (IRQs) *1
[    0.305698] ACPI: PCI Interrupt Link [LNKC] (IRQs) *0
[    0.305728] ACPI: PCI Interrupt Link [LNKD] (IRQs) *0
[    0.305757] ACPI: PCI Interrupt Link [LNKE] (IRQs) *0
[    0.305786] ACPI: PCI Interrupt Link [LNKF] (IRQs) *0
[    0.305816] ACPI: PCI Interrupt Link [LNKG] (IRQs) *0
[    0.305845] ACPI: PCI Interrupt Link [LNKH] (IRQs) *0
[    0.306820] ACPI: EC: interrupt unblocked
[    0.306820] ACPI: EC: event unblocked
[    0.306820] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x24, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.306820] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
[    0.306823] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.306823] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.306823] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.306823] vgaarb: loaded
[    0.306823] SCSI subsystem initialized
[    0.306823] libata version 3.00 loaded.
[    0.306823] ACPI: bus type USB registered
[    0.306823] usbcore: registered new interface driver usbfs
[    0.306823] usbcore: registered new interface driver hub
[    0.306823] usbcore: registered new device driver usb
[    0.306823] pps_core: LinuxPPS API ver. 1 registered
[    0.306823] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[    0.306823] PTP clock support registered
[    0.306823] EDAC MC: Ver: 3.0.0
[    0.306823] Registered efivars operations
[    0.323844] PCI: Using ACPI for IRQ routing
[    0.364567] PCI: pci_cache_line_size set to 64 bytes
[    0.364640] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.364641] e820: reserve RAM buffer [mem 0x8af8d000-0x8bffffff]
[    0.364642] e820: reserve RAM buffer [mem 0x8cc10000-0x8fffffff]
[    0.364642] e820: reserve RAM buffer [mem 0x46e000000-0x46fffffff]
[    0.367691] NetLabel: Initializing
[    0.367691] NetLabel:  domain hash size = 128
[    0.367691] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.367691] NetLabel:  unlabeled traffic allowed by default
[    0.368077] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.368080] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.370133] clocksource: Switched to clocksource tsc-early
[    0.375278] VFS: Disk quotas dquot_6.6.0
[    0.375286] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.375362] AppArmor: AppArmor Filesystem Enabled
[    0.375377] pnp: PnP ACPI init
[    0.375681] system 00:00: [io  0x0a00-0x0a1f] has been reserved
[    0.375682] system 00:00: [io  0x0a20-0x0a2f] has been reserved
[    0.375683] system 00:00: [io  0x0a30-0x0a3f] has been reserved
[    0.375684] system 00:00: [io  0x0a40-0x0a4f] has been reserved
[    0.375685] system 00:00: [io  0x0a50-0x0a5f] has been reserved
[    0.375689] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.376429] pnp 00:01: [dma 0 disabled]
[    0.376630] pnp 00:01: Plug and Play ACPI device, IDs PNP0400 (active)
[    0.377161] pnp 00:02: [dma 0 disabled]
[    0.377191] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.377721] pnp 00:03: [dma 0 disabled]
[    0.377744] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.377853] system 00:04: [io  0x0680-0x069f] has been reserved
[    0.377854] system 00:04: [io  0x164e-0x164f] has been reserved
[    0.377857] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.377869] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.377948] system 00:06: [io  0x1854-0x1857] has been reserved
[    0.377951] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.378117] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.378118] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.378119] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.378120] system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
[    0.378121] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.378122] system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.378123] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.378125] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.378127] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.378317] system 00:08: [io  0x1800-0x18fe] could not be reserved
[    0.378318] system 00:08: [mem 0xfd000000-0xfd69ffff] has been reserved
[    0.378319] system 00:08: [mem 0xfd6c0000-0xfd6cffff] has been reserved
[    0.378320] system 00:08: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.378321] system 00:08: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.378322] system 00:08: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.378323] system 00:08: [mem 0xff000000-0xffffffff] has been reserved
[    0.378325] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.378580] system 00:09: [io  0x2000-0x20fe] has been reserved
[    0.378582] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.379678] system 00:0a: [mem 0xfd6e0000-0xfd6effff] has been reserved
[    0.379679] system 00:0a: [mem 0xfd6d0000-0xfd6dffff] has been reserved
[    0.379680] system 00:0a: [mem 0xfd6b0000-0xfd6bffff] has been reserved
[    0.379681] system 00:0a: [mem 0xfd6a0000-0xfd6affff] has been reserved
[    0.379683] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.380362] pnp: PnP ACPI: found 11 devices
[    0.385640] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.385670] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.385672] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.385675] pci 0000:00:1c.0:   bridge window [mem 0xa1100000-0xa11fffff]
[    0.385680] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.385697] pci 0000:00:1c.7: PCI bridge to [bus 02-03]
[    0.385705] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.385706] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.385707] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.385708] pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000e3fff window]
[    0.385709] pci_bus 0000:00: resource 8 [mem 0x000e4000-0x000e7fff window]
[    0.385709] pci_bus 0000:00: resource 9 [mem 0x000e8000-0x000ebfff window]
[    0.385710] pci_bus 0000:00: resource 10 [mem 0x000ec000-0x000effff window]
[    0.385711] pci_bus 0000:00: resource 11 [mem 0x90000000-0xdfffffff window]
[    0.385712] pci_bus 0000:00: resource 12 [mem 0xfc800000-0xfe7fffff window]
[    0.385713] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    0.385714] pci_bus 0000:01: resource 1 [mem 0xa1100000-0xa11fffff]
[    0.385853] NET: Registered protocol family 2
[    0.385935] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
[    0.385969] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.386101] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.386223] TCP: Hash tables configured (established 131072 bind 65536)
[    0.386244] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.386280] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.386339] NET: Registered protocol family 1
[    0.386343] NET: Registered protocol family 44
[    0.386349] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.386646] PCI: CLS 64 bytes, default 64
[    0.386666] Unpacking initramfs...
[    0.938412] Freeing initrd memory: 60896K
[    0.951723] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.951728] software IO TLB: mapped [mem 0x7db22000-0x81b22000] (64MB)
[    0.951886] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x33e452fbb2f, max_idle_ns:
440795236593 ns
[    0.951893] clocksource: Switched to clocksource tsc
[    0.951944] check: Scanning for low memory corruption every 60 seconds
[    0.953049] Initialise system trusted keyrings
[    0.953055] Key type blacklist registered
[    0.953082] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    0.953953] zbud: loaded
[    0.954234] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.954357] fuse init (API version 7.28)
[    0.975614] Key type asymmetric registered
[    0.975615] Asymmetric key parser 'x509' registered
[    0.975620] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.975802] pcieport 0000:00:1c.0: Signaling PME with IRQ 122
[    0.975841] aer 0000:00:1c.0:pcie002: AER enabled with IRQ 122
[    0.975870] dpc 0000:00:1c.0:pcie008: DPC error containment capabilities: Int Msg #0, RPExt+
PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[    0.976089] pcieport 0000:00:1c.7: Signaling PME with IRQ 123
[    0.976127] aer 0000:00:1c.7:pcie002: AER enabled with IRQ 123
[    0.976164] dpc 0000:00:1c.7:pcie008: DPC error containment capabilities: Int Msg #0, RPExt+
PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[    0.976221] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.976254] efifb: probing for efifb
[    0.976262] efifb: framebuffer at 0x90000000, using 32448k, total 32448k
[    0.976263] efifb: mode is 3840x2160x32, linelength=15360, pages=1
[    0.976263] efifb: scrolling: redraw
[    0.976264] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.988516] Console: switching to colour frame buffer device 480x135
[    1.000737] fb0: EFI VGA frame buffer device
[    1.000742] intel_idle: MWAIT substates: 0x11142120
[    1.000743] intel_idle: v0.4.1 model 0x9E
[    1.000942] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.001086] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    1.001091] ACPI: Sleep Button [SLPB]
[    1.001112] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.001115] ACPI: Power Button [PWRB]
[    1.001136] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.001144] ACPI: Power Button [PWRF]
[    1.120212] thermal LNXTHERM:00: registered as thermal_zone0
[    1.120213] ACPI: Thermal Zone [TZ00] (28 C)
[    1.120466] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.141960] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.163535] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    1.164790] serial 0000:01:00.1: enabling device (0001 -> 0003)
[    1.164986] serial 0000:01:00.2: enabling device (0001 -> 0003)
[    1.165289] Linux agpgart interface v0.103
[    1.192042] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0xFC, rev-id 1)
[    1.216768] loop: module loaded
[    1.216903] libphy: Fixed MDIO Bus: probed
[    1.216903] tun: Universal TUN/TAP device driver, 1.6
[    1.216918] PPP generic driver version 2.4.2
[    1.216950] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.216952] ehci-pci: EHCI PCI platform driver
[    1.217089] ehci-pci 0000:01:00.4: EHCI Host Controller
[    1.217093] ehci-pci 0000:01:00.4: new USB bus registered, assigned bus number 1
[    1.217163] ehci-pci 0000:01:00.4: irq 19, io mem 0xa1114000
[    1.231945] ehci-pci 0000:01:00.4: USB 0.0 started, EHCI 1.00
[    1.231980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
[    1.231981] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.231982] usb usb1: Product: EHCI Host Controller
[    1.231983] usb usb1: Manufacturer: Linux 5.0.0-050000rc1-generic ehci_hcd
[    1.231984] usb usb1: SerialNumber: 0000:01:00.4
[    1.232120] hub 1-0:1.0: USB hub found
[    1.232124] hub 1-0:1.0: 1 port detected
[    1.232195] ehci-platform: EHCI generic platform driver
[    1.232210] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.232212] ohci-pci: OHCI PCI platform driver
[    1.232219] ohci-platform: OHCI generic platform driver
[    1.232225] uhci_hcd: USB Universal Host Controller Interface driver
[    1.232266] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.232269] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.233325] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x110 quirks 0x0000000000009810
[    1.233329] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.233481] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
[    1.233482] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.233483] usb usb2: Product: xHCI Host Controller
[    1.233484] usb usb2: Manufacturer: Linux 5.0.0-050000rc1-generic xhci-hcd
[    1.233485] usb usb2: SerialNumber: 0000:00:14.0
[    1.233575] hub 2-0:1.0: USB hub found
[    1.233589] hub 2-0:1.0: 16 ports detected
[    1.235297] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.235299] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    1.235301] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.235321] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.00
[    1.235322] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.235323] usb usb3: Product: xHCI Host Controller
[    1.235324] usb usb3: Manufacturer: Linux 5.0.0-050000rc1-generic xhci-hcd
[    1.235324] usb usb3: SerialNumber: 0000:00:14.0
[    1.235409] hub 3-0:1.0: USB hub found
[    1.235419] hub 3-0:1.0: 6 ports detected
[    1.236032] usb: port power management may be unreliable
[    1.236263] i8042: PNP: No PS/2 controller found.
[    1.236263] i8042: Probing ports directly.
[    1.237267] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.237269] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.237407] mousedev: PS/2 mouse device common for all mice
[    1.237648] rtc_cmos 00:05: RTC can wake from S4
[    1.238318] rtc_cmos 00:05: registered as rtc0
[    1.238327] rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.238331] i2c /dev entries driver
[    1.238390] device-mapper: uevent: version 1.0.3
[    1.238452] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@xxxxxxxxxx
[    1.238463] platform eisa.0: Probing EISA bus 0
[    1.238465] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    1.238466] platform eisa.0: Cannot allocate resource for EISA slot 1
[    1.238466] platform eisa.0: Cannot allocate resource for EISA slot 2
[    1.238467] platform eisa.0: Cannot allocate resource for EISA slot 3
[    1.238468] platform eisa.0: Cannot allocate resource for EISA slot 4
[    1.238469] platform eisa.0: Cannot allocate resource for EISA slot 5
[    1.238469] platform eisa.0: Cannot allocate resource for EISA slot 6
[    1.238470] platform eisa.0: Cannot allocate resource for EISA slot 7
[    1.238471] platform eisa.0: Cannot allocate resource for EISA slot 8
[    1.238472] platform eisa.0: EISA: Detected 0 cards
[    1.238474] intel_pstate: Intel P-state driver initializing
[    1.238484] intel_pstate: Disabling energy efficiency optimization
[    1.238716] intel_pstate: HWP enabled
[    1.238824] ledtrig-cpu: registered to indicate activity on CPUs
[    1.238826] EFI Variables Facility v0.08 2004-May-17
[    1.258946] intel_pmc_core:  initialized
[    1.259021] IPv6: Loaded, but administratively disabled, reboot required to enable
[    1.259023] NET: Registered protocol family 17
[    1.259051] Key type dns_resolver registered
[    1.259223] RAS: Correctable Errors collector initialized.
[    1.259238] microcode: sig=0x906eb, pf=0x2, revision=0x8e
[    1.259260] microcode: Microcode Update Driver: v2.2.
[    1.259265] sched_clock: Marking stable (1262820392, -3562621)->(1266272026, -7014255)
[    1.259401] registered taskstats version 1
[    1.259407] Loading compiled-in X.509 certificates
[    1.260548] Loaded X.509 cert 'Build time autogenerated kernel key:
5fde5508b0a69d06aaffe23ee29decec543980b2'
[    1.260559] zswap: loaded using pool lzo/zbud
[    1.263790] Key type big_key registered
[    1.265348] Key type trusted registered
[    1.266839] Key type encrypted registered
[    1.266841] AppArmor: AppArmor sha1 policy hashing enabled
[    1.266846] ima: Allocated hash algorithm: sha1
[    1.286502] No architecture policies found
[    1.286517] evm: Initialising EVM extended attributes:
[    1.286517] evm: security.selinux
[    1.286517] evm: security.SMACK64
[    1.286518] evm: security.SMACK64EXEC
[    1.286518] evm: security.SMACK64TRANSMUTE
[    1.286518] evm: security.SMACK64MMAP
[    1.286519] evm: security.apparmor
[    1.286519] evm: security.ima
[    1.286519] evm: security.capability
[    1.286520] evm: HMAC attrs: 0x1
[    1.287389]   Magic number: 3:303:784
[    1.287641] rtc_cmos 00:05: setting system clock to 2019-01-11T12:47:57 UTC (1547210877)
[    1.288514] Freeing unused decrypted memory: 2040K
[    1.288817] Freeing unused kernel image memory: 2552K
[    1.307926] Write protecting the kernel read-only data: 22528k
[    1.308403] Freeing unused kernel image memory: 2016K
[    1.308759] Freeing unused kernel image memory: 1772K
[    1.315162] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.315162] x86/mm: Checking user space page tables
[    1.321372] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.321373] Run /init as init process
[    1.370446] video: unknown parameter 'use_native_backlight' ignored
[    1.377410] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first
instance was on PNP0C14:00)
[    1.377449] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first
instance was on PNP0C14:00)
[    1.381531] ahci 0000:00:17.0: version 3.0
[    1.391785] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 5 ports 6 Gbps 0x3e impl SATA mode
[    1.391788] ahci 0000:00:17.0: flags: 64bit ncq sntf clo only pio slum part ems deso sadm sds apst
[    1.394837] VFIO - User Level meta-driver version: 0.3
[    1.429272] checking generic (90000000 1fb0000) vs hw (90000000 10000000)
[    1.429273] fb0: switching to inteldrmfb from EFI VGA
[    1.429286] Console: switching to colour dummy device 80x25
[    1.429399] [drm] Replacing VGA console driver
[    1.430368] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.430368] [drm] Driver supports precise vblank timestamp query.
[    1.430886] i915 0000:00:02.0: vgaarb: changed VGA decodes:
olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.431209] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    1.437969] [drm] Initialized i915 1.6.0 20181204 for 0000:00:02.0 on minor 0
[    1.440371] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    1.441324] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
[    1.441452] scsi host0: ahci
[    1.442012] scsi host1: ahci
[    1.442372] scsi host2: ahci
[    1.442561] scsi host3: ahci
[    1.442721] scsi host4: ahci
[    1.447900] scsi host5: ahci
[    1.447942] ata1: DUMMY
[    1.447971] ata2: SATA max UDMA/133 abar m2048@0xa1219000 port 0xa1219180 irq 125
[    1.447972] ata3: SATA max UDMA/133 abar m2048@0xa1219000 port 0xa1219200 irq 125
[    1.447974] ata4: SATA max UDMA/133 abar m2048@0xa1219000 port 0xa1219280 irq 125
[    1.447975] ata5: SATA max UDMA/133 abar m2048@0xa1219000 port 0xa1219300 irq 125
[    1.448002] ata6: SATA max UDMA/133 abar m2048@0xa1219000 port 0xa1219380 irq 125
[    1.453949] libphy: r8169: probed
[    1.454325] r8169 0000:01:00.0 eth0: RTL8168ep/8111ep, 94:c6:91:9b:12:c8, XID 502, IRQ 127
[    1.454326] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.454918] r8169 0000:01:00.0 enp1s0f0: renamed from eth0
[    1.481458] fbcon: inteldrmfb (fb0) is primary device
[    1.493541] [drm] Reducing the compressed framebuffer size. This may lead to less power savings
than a non-reduced-size. Try to increase stolen memory size if available in BIOS.
[    1.510356] Console: switching to colour frame buffer device 480x135
[    1.537390] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    1.571729] usb 2-8: new low-speed USB device number 2 using xhci_hcd
[    1.727880] usb 2-8: New USB device found, idVendor=046a, idProduct=b090, bcdDevice= 1.03
[    1.727882] usb 2-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.727883] usb 2-8: Product: USB keyboard
[    1.727884] usb 2-8: Manufacturer: Cherry
[    1.731715] hidraw: raw HID events driver (C) Jiri Kosina
[    1.742754] usbcore: registered new interface driver usbhid
[    1.742755] usbhid: USB HID core driver
[    1.744134] input: Cherry USB keyboard as
/devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8:1.0/0003:046A:B090.0001/input/input7
[    1.759798] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.759812] ata5: SATA link down (SStatus 4 SControl 300)
[    1.759827] ata6: SATA link down (SStatus 4 SControl 300)
[    1.759841] ata4: SATA link down (SStatus 4 SControl 300)
[    1.759854] ata3: SATA link down (SStatus 4 SControl 300)
[    1.761069] ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.761071] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.761072] ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.762153] ata2.00: ATA-10: WDC WD10EZEX-21WN4A0, 01.01A01, max UDMA/133
[    1.762154] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.763423] ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.763424] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.763426] ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.764373] ata2.00: configured for UDMA/133
[    1.764546] scsi 1:0:0:0: Direct-Access     ATA      WDC WD10EZEX-21W 1A01 PQ: 0 ANSI: 5
[    1.764837] sd 1:0:0:0: Attached scsi generic sg0 type 0
[    1.764986] sd 1:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.764987] sd 1:0:0:0: [sda] 4096-byte physical blocks
[    1.764999] sd 1:0:0:0: [sda] Write Protect is off
[    1.765000] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.765024] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.804254] hid-generic 0003:046A:B090.0001: input,hidraw0: USB HID v1.11 Keyboard [Cherry USB
keyboard] on usb-0000:00:14.0-8/input0
[    1.804347] input: Cherry USB keyboard System Control as
/devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8:1.1/0003:046A:B090.0002/input/input8
[    1.815185]  sda: sda1 sda2 sda3
[    1.815692] sd 1:0:0:0: [sda] Attached SCSI disk
[    1.848077] usb 3-3: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[    1.863941] input: Cherry USB keyboard Consumer Control as
/devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8:1.1/0003:046A:B090.0002/input/input9
[    1.864230] hid-generic 0003:046A:B090.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Cherry
USB keyboard] on usb-0000:00:14.0-8/input1
[    1.868336] usb 3-3: New USB device found, idVendor=0781, idProduct=5596, bcdDevice= 1.00
[    1.868337] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.868338] usb 3-3: Product: Ultra T C
[    1.868339] usb 3-3: Manufacturer: SanDisk
[    1.868340] usb 3-3: SerialNumber: 4C530001090830111403
[    1.871055] usb-storage 3-3:1.0: USB Mass Storage device detected
[    1.871216] scsi host6: usb-storage 3-3:1.0
[    1.871261] usbcore: registered new interface driver usb-storage
[    1.872125] usbcore: registered new interface driver uas
[    1.917440] random: fast init done
[    1.995855] usb 2-11: new low-speed USB device number 3 using xhci_hcd
[    2.150240] usb 2-11: New USB device found, idVendor=046d, idProduct=c050, bcdDevice=27.20
[    2.150242] usb 2-11: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.150243] usb 2-11: Product: USB-PS/2 Optical Mouse
[    2.150244] usb 2-11: Manufacturer: Logitech
[    2.155173] input: Logitech USB-PS/2 Optical Mouse as
/devices/pci0000:00/0000:00:14.0/usb2/2-11/2-11:1.0/0003:046D:C050.0003/input/input10
[    2.155427] hid-generic 0003:046D:C050.0003: input,hidraw2: USB HID v1.10 Mouse [Logitech
USB-PS/2 Optical Mouse] on usb-0000:00:14.0-11/input0
[    2.671940] random: plymouthd: uninitialized urandom read (8 bytes read)
[    2.672016] random: plymouthd: uninitialized urandom read (8 bytes read)
[    2.896418] scsi 6:0:0:0: Direct-Access     SanDisk  Ultra T C        1.00 PQ: 0 ANSI: 6
[    2.896867] sd 6:0:0:0: [sdb] 60063744 512-byte logical blocks: (30.8 GB/28.6 GiB)
[    2.897203] sd 6:0:0:0: Attached scsi generic sg1 type 0
[    2.897636] sd 6:0:0:0: [sdb] Write Protect is off
[    2.897637] sd 6:0:0:0: [sdb] Mode Sense: 43 00 00 00
[    2.897851] sd 6:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    2.900256]  sdb: sdb1
[    2.901395] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[    2.980336] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    4.093455] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR
+SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD
-IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    4.112128] systemd[1]: Detected architecture x86-64.
[    4.129475] systemd[1]: Set hostname to <hwtest-s4640g>.
[    4.389031] random: crng init done
[    5.208879] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount
Point.
[    5.208910] systemd[1]: Reached target Remote File Systems.
[    5.209034] systemd[1]: Created slice User and Session Slice.
[    5.209145] systemd[1]: Created slice System Slice.
[    5.209208] systemd[1]: Listening on udev Kernel Socket.
[    5.209247] systemd[1]: Listening on udev Control Socket.
[    5.209355] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    5.672732] EXT4-fs (sda2): re-mounted. Opts: (null)
[    5.753092] systemd-journald[419]: Received request to flush runtime journal from PID 1
[    5.861591] lp: driver loaded but no devices found
[    5.881167] ppdev: user-space parallel port driver
[    5.956540] parport_pc 00:01: reported by Plug and Play ACPI
[    5.956665] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
[    6.056105] lp0: using parport0 (interrupt-driven).
[    7.980503] IPMI message handler: version 39.2
[    8.016056] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    8.016057] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    8.016057] RAPL PMU: hw unit of domain package 2^-14 Joules
[    8.016057] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    8.016058] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    8.016058] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    8.036902] ipmi device interface
[    8.124927] ipmi_si: IPMI System Interface driver
[    8.124975] ipmi_si: Unable to find any System Interface(s)
[    8.128032] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    8.128161] snd_hda_intel 0000:00:1f.3: Linked as a consumer to 0000:00:02.0
[    8.128218] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    8.207282] cryptd: max_cpu_qlen set to 1000
[    8.238990] AVX2 version of gcm_enc/dec engaged.
[    8.238990] AES CTR mode by8 optimization enabled
[    8.247627] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC662 rev3: line_outs=1
(0x14/0x0/0x0/0x0/0x0) type:line
[    8.247628] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=1 (0x16/0x0/0x0/0x0/0x0)
[    8.247629] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    8.247630] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    8.247631] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    8.247632] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    8.247633] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[    8.247634] snd_hda_codec_realtek hdaudioC0D0:      Line=0x15
[    8.265473] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[    8.265503] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[    8.265529] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[    8.265554] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[    8.265597] input: HDA Intel PCH Front Headphone as
/devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[    8.265625] input: HDA Intel PCH HDMI/DP,pcm=3 as
/devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[    8.265649] input: HDA Intel PCH HDMI/DP,pcm=7 as
/devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[    8.265673] input: HDA Intel PCH HDMI/DP,pcm=8 as
/devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[    8.265696] input: HDA Intel PCH HDMI/DP,pcm=9 as
/devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[    8.265721] input: HDA Intel PCH HDMI/DP,pcm=10 as
/devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[    8.527040] intel_rapl: Found RAPL domain package
[    8.527041] intel_rapl: Found RAPL domain core
[    8.527042] intel_rapl: Found RAPL domain uncore
[    8.527043] intel_rapl: Found RAPL domain dram
[    8.917787] Adding 2097148k swap on /dev/sda3.  Priority:-2 extents:1 across:2097148k FS
[   17.256349] Generic PHY r8169-100:00: attached PHY driver [Generic PHY]
(mii_bus:phy_addr=r8169-100:00, irq=IGNORE)
[   17.426578] r8169 0000:01:00.0 enp1s0f0: Link is Down
[   20.969239] r8169 0000:01:00.0 enp1s0f0: Link is Up - 1Gbps/Full - flow control off
[   34.639938] bpfilter: Loaded bpfilter_umh pid 1760
[   36.262027] FS-Cache: Loaded
[   36.376156] FS-Cache: Netfs 'cifs' registered for caching
[   36.413498] Key type cifs.spnego registered
[   36.413502] Key type cifs.idmap registered




[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux