You are not logged in.

#1 2019-09-14 15:28:44

oindividuo
Member
Registered: 2019-09-14
Posts: 21

[SOLVED] External hard drive not being detected

Hello,

I have a Seagate external HDD which used to work on my system, but not anymore. I think I updated the kernel since the last time I used it, but I'm not sure.

It shows up on lsusb:

Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 005: ID 13d3:56dc IMC Networks USB2.0 Hub
Bus 003 Device 004: ID 13d3:3491 IMC Networks USB2.0-CRW
Bus 003 Device 003: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 003 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 003: ID 0bc2:2322 Seagate RSS LLC SRD0NF1 Expansion Portable (STEA)
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

But not on fdisk:

Disk /dev/nvme0n1: 476.96 GiB, 512110190592 bytes, 1000215216 sectors
Disk model: WDC PC SN520 SDAPNUW-512G-1102          
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 4BFF0C09-6ACE-4DA6-B34A-8AC326313227

Device           Start        End   Sectors  Size Type
/dev/nvme0n1p1    2048    1048576   1046529  511M EFI System
/dev/nvme0n1p2 2099200 1000215182 998115983  476G Linux filesystem
/dev/nvme0n1p3 1050624    2099199   1048576  512M Linux swap

Partition table entries are not in disk order.

Nor on lsblk:

NAME        MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
nvme0n1     259:0    0  477G  0 disk 
|-nvme0n1p1 259:1    0  511M  0 part /boot
|-nvme0n1p2 259:2    0  476G  0 part /
`-nvme0n1p3 259:3    0  512M  0 part [SWAP]

"udevadm monitor --udev" reports it is being connected, but nothing else:

monitor will print the received events for:
UDEV - the event which udev sends out after rule processing

UDEV  [1825.389281] add      /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb2/2-2 (usb)
UDEV  [1825.391642] add      /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb2/2-2/2-2:1.0 (usb)
UDEV  [1825.399617] bind     /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb2/2-2 (usb)
 

Other usb disks work fine, even ntfs like the one in question. It also works on windows. I'm out of ideas, any suggestions?

Last edited by oindividuo (2019-09-15 15:03:40)

Offline

#2 2019-09-14 15:30:07

oindividuo
Member
Registered: 2019-09-14
Posts: 21

Re: [SOLVED] External hard drive not being detected

And here is dmesg too:

[ 1825.502711] usb 2-2: new SuperSpeed Gen 1 USB device number 4 using xhci_hcd
[ 1825.520179] usb 2-2: New USB device found, idVendor=0bc2, idProduct=2322, bcdDevice= 0.00
[ 1825.520184] usb 2-2: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[ 1825.520187] usb 2-2: Product: Expansion
[ 1825.520189] usb 2-2: Manufacturer: Seagate
[ 1825.520191] usb 2-2: SerialNumber: NA8L06GC

Offline

#3 2019-09-14 16:51:17

Swiggles
Member
Registered: 2014-08-02
Posts: 266

Re: [SOLVED] External hard drive not being detected

Please show the commands and full output you use, don't filter output unless you change sensitive data and mention it.

What is the output of:

lsusb -vd 0bc2:2322
fdisk -l
dmesg

Offline

#4 2019-09-14 17:05:22

oindividuo
Member
Registered: 2019-09-14
Posts: 21

Re: [SOLVED] External hard drive not being detected

Alright, here goes

lsusb -vd 0bc2:2322

Bus 002 Device 002: ID 0bc2:2322 Seagate RSS LLC SRD0NF1 Expansion Portable (STEA)
Couldn't open device, some information will be missing
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               3.00
  bDeviceClass            0 
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0         9
  idVendor           0x0bc2 Seagate RSS LLC
  idProduct          0x2322 SRD0NF1 Expansion Portable (STEA)
  bcdDevice            0.00
  iManufacturer           2 
  iProduct                3 
  iSerial                 1 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0079
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              144mA
    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              15
      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
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       1
      bNumEndpoints           4
      bInterfaceClass         8 Mass Storage
      bInterfaceSubClass      6 SCSI
      bInterfaceProtocol     98 
      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              15
        MaxStreams             32
        Data-in pipe (0x03)
      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
        MaxStreams             32
        Data-out pipe (0x04)
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0400  1x 1024 bytes
        bInterval               0
        bMaxBurst              15
        MaxStreams             32
        Status pipe (0x02)
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x04  EP 4 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0400  1x 1024 bytes
        bInterval               0
        bMaxBurst               0
        Command pipe (0x01)
sudo fdisk -l
[sudo] password for miguel: 
Disk /dev/nvme0n1: 476.96 GiB, 512110190592 bytes, 1000215216 sectors
Disk model: WDC PC SN520 SDAPNUW-512G-1102          
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 4BFF0C09-6ACE-4DA6-B34A-8AC326313227

Device           Start        End   Sectors  Size Type
/dev/nvme0n1p1    2048    1048576   1046529  511M EFI System
/dev/nvme0n1p2 2099200 1000215182 998115983  476G Linux filesystem
/dev/nvme0n1p3 1050624    2099199   1048576  512M Linux swap

Partition table entries are not in disk order.
dmesg
[    0.000000] Linux version 5.2.14-arch2-1-ARCH (builduser@heftig-683567) (gcc version 9.1.0 (GCC)) #1 SMP PREEMPT Thu Sep 12 10:42:38 UTC 2019
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=d03b15f9-8f13-48cf-b973-3338bb2eb648 rw loglevel=3
[    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: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009601fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009602000-0x00000000097fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000009800000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20b000-0x00000000dc9b7fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dc9b8000-0x00000000dd49bfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dd49c000-0x00000000dd4c8fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000dd4c9000-0x00000000dd677fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dd678000-0x00000000dde2efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dde2f000-0x00000000dded9fff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000ddeda000-0x00000000deffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000df000000-0x00000000dfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000fdffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000019effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000019f000000-0x000000021effffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000021f000000-0x000000021f33ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000021f340000-0x000000021fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi:  ACPI 2.0=0xdd4a5000  ACPI=0xdd4a5000  SMBIOS=0xddce6000  SMBIOS 3.0=0xddce5000  ESRT=0xdbbc6c98 
[    0.000000] SMBIOS 3.2.1 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. VivoBook_ASUSLaptop X512DA_X512DA/X512DA, BIOS X512DA.302 03/08/2019
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2096.046 MHz processor
[    0.000445] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000446] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000451] last_pfn = 0x21f340 max_arch_pfn = 0x400000000
[    0.000456] MTRR default type: uncachable
[    0.000456] MTRR fixed ranges enabled:
[    0.000457]   00000-9FFFF write-back
[    0.000458]   A0000-DFFFF uncachable
[    0.000459]   E0000-FFFFF write-protect
[    0.000459] MTRR variable ranges enabled:
[    0.000460]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000461]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000462]   2 base 0000C0000000 mask FFFFE0000000 write-back
[    0.000463]   3 disabled
[    0.000463]   4 disabled
[    0.000463]   5 disabled
[    0.000464]   6 disabled
[    0.000464]   7 disabled
[    0.000465] TOM2: 0000000220000000 aka 8704M
[    0.000799] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000908] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.000925] last_pfn = 0xdf000 max_arch_pfn = 0x400000000
[    0.004536] esrt: Reserving ESRT space from 0x00000000dbbc6c98 to 0x00000000dbbc6cd0.
[    0.004569] check: Scanning 1 areas for low memory corruption
[    0.004578] Using GB pages for direct mapping
[    0.004580] BRK [0x156c01000, 0x156c01fff] PGTABLE
[    0.004581] BRK [0x156c02000, 0x156c02fff] PGTABLE
[    0.004582] BRK [0x156c03000, 0x156c03fff] PGTABLE
[    0.004617] BRK [0x156c04000, 0x156c04fff] PGTABLE
[    0.004618] BRK [0x156c05000, 0x156c05fff] PGTABLE
[    0.004657] BRK [0x156c06000, 0x156c06fff] PGTABLE
[    0.004778] BRK [0x156c07000, 0x156c07fff] PGTABLE
[    0.004864] BRK [0x156c08000, 0x156c08fff] PGTABLE
[    0.004943] BRK [0x156c09000, 0x156c09fff] PGTABLE
[    0.004985] BRK [0x156c0a000, 0x156c0afff] PGTABLE
[    0.005031] BRK [0x156c0b000, 0x156c0bfff] PGTABLE
[    0.005130] BRK [0x156c0c000, 0x156c0cfff] PGTABLE
[    0.005183] Secure boot could not be determined
[    0.005184] RAMDISK: [mem 0x35d85000-0x36eb9fff]
[    0.005194] ACPI: Early table checksum verification disabled
[    0.005197] ACPI: RSDP 0x00000000DD4A5000 000024 (v02 _ASUS_)
[    0.005200] ACPI: XSDT 0x00000000DD4A50A8 0000CC (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.005205] ACPI: FACP 0x00000000DD4B03E8 000114 (v06 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.005210] ACPI: DSDT 0x00000000DD4A5200 00B1E8 (v02 _ASUS_ Notebook 01072009 INTL 20120913)
[    0.005212] ACPI: FACS 0x00000000DD62FD80 000040
[    0.005214] ACPI: APIC 0x00000000DD4B0500 0000DE (v03 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.005216] ACPI: FPDT 0x00000000DD4B05E0 000044 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.005218] ACPI: FIDT 0x00000000DD4B0628 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.005220] ACPI: ECDT 0x00000000DD4B06C8 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
[    0.005222] ACPI: SSDT 0x00000000DD4B0790 005419 (v02 AMD    AmdTable 00000002 MSFT 02000002)
[    0.005224] ACPI: MCFG 0x00000000DD4B5BB0 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00010013)
[    0.005226] ACPI: HPET 0x00000000DD4B5BF0 000038 (v01 _ASUS_ Notebook 01072009 AMI  00000005)
[    0.005228] ACPI: UEFI 0x00000000DD4B5C28 000042 (v01 _ASUS_ Notebook 00000002      01000013)
[    0.005230] ACPI: VFCT 0x00000000DD4B5C70 00D484 (v01 _ASUS_ Notebook 00000001 AMD  31504F47)
[    0.005232] ACPI: BGRT 0x00000000DD4C30F8 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.005233] ACPI: TPM2 0x00000000DD4C3130 000038 (v04 _ASUS_ Notebook 00000001 AMI  00000000)
[    0.005235] ACPI: IVRS 0x00000000DD4C3168 00013E (v02 AMD    AMD IVRS 00000001 AMD  00000000)
[    0.005237] ACPI: SSDT 0x00000000DD4C32A8 00119C (v01 AMD    AMD CPU  00000001 AMD  00000001)
[    0.005239] ACPI: CRAT 0x00000000DD4C4448 000810 (v01 AMD    AMD CRAT 00000001 AMD  00000001)
[    0.005241] ACPI: CDIT 0x00000000DD4C4C58 000029 (v01 AMD    AMD CDIT 00000001 AMD  00000001)
[    0.005243] ACPI: SSDT 0x00000000DD4C4C88 000C33 (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.005245] ACPI: SSDT 0x00000000DD4C58C0 0010AC (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.005247] ACPI: SSDT 0x00000000DD4C6970 0002EA (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.005249] ACPI: SSDT 0x00000000DD4C6C60 001C69 (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.005251] ACPI: WSMT 0x00000000DD4C88D0 000028 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.005257] ACPI: Local APIC address 0xfee00000
[    0.005360] No NUMA configuration found
[    0.005361] Faking a node at [mem 0x0000000000000000-0x000000021f33ffff]
[    0.005364] NODE_DATA(0) allocated [mem 0x21f33c000-0x21f33ffff]
[    0.005381] Zone ranges:
[    0.005382]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.005383]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.005384]   Normal   [mem 0x0000000100000000-0x000000021f33ffff]
[    0.005385]   Device   empty
[    0.005385] Movable zone start for each node
[    0.005386] Early memory node ranges
[    0.005386]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.005387]   node   0: [mem 0x0000000000100000-0x0000000009601fff]
[    0.005387]   node   0: [mem 0x0000000009800000-0x000000000a1fffff]
[    0.005388]   node   0: [mem 0x000000000a20b000-0x00000000dc9b7fff]
[    0.005388]   node   0: [mem 0x00000000ddeda000-0x00000000deffffff]
[    0.005389]   node   0: [mem 0x0000000100000000-0x000000019effffff]
[    0.005389]   node   0: [mem 0x000000021f000000-0x000000021f33ffff]
[    0.005579] Zeroed struct page in unavailable ranges: 42892 pages
[    0.005581] Initmem setup node 0 [mem 0x0000000000001000-0x000000021f33ffff]
[    0.005582] On node 0 totalpages: 1559476
[    0.005583]   DMA zone: 64 pages used for memmap
[    0.005583]   DMA zone: 28 pages reserved
[    0.005584]   DMA zone: 3999 pages, LIFO batch:0
[    0.005622]   DMA32 zone: 14116 pages used for memmap
[    0.005622]   DMA32 zone: 903381 pages, LIFO batch:63
[    0.014992]   Normal zone: 10189 pages used for memmap
[    0.014995]   Normal zone: 652096 pages, LIFO batch:63
[    0.024126] ACPI: PM-Timer IO Port: 0x808
[    0.024130] ACPI: Local APIC address 0xfee00000
[    0.024137] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.024150] IOAPIC[0]: apic_id 9, version 33, address 0xfec00000, GSI 0-23
[    0.024157] IOAPIC[1]: apic_id 10, version 33, address 0xfec01000, GSI 24-55
[    0.024159] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.024160] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.024161] ACPI: IRQ0 used by override.
[    0.024162] ACPI: IRQ9 used by override.
[    0.024163] Using ACPI (MADT) for SMP configuration information
[    0.024165] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.024179] smpboot: Allowing 16 CPUs, 8 hotplug CPUs
[    0.024205] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.024207] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.024208] PM: Registered nosave memory: [mem 0x09602000-0x097fffff]
[    0.024209] PM: Registered nosave memory: [mem 0x0a200000-0x0a20afff]
[    0.024211] PM: Registered nosave memory: [mem 0xdc9b8000-0xdd49bfff]
[    0.024211] PM: Registered nosave memory: [mem 0xdd49c000-0xdd4c8fff]
[    0.024211] PM: Registered nosave memory: [mem 0xdd4c9000-0xdd677fff]
[    0.024212] PM: Registered nosave memory: [mem 0xdd678000-0xdde2efff]
[    0.024212] PM: Registered nosave memory: [mem 0xdde2f000-0xdded9fff]
[    0.024213] PM: Registered nosave memory: [mem 0xdf000000-0xdfffffff]
[    0.024214] PM: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
[    0.024214] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.024215] PM: Registered nosave memory: [mem 0xfc000000-0xfcffffff]
[    0.024215] PM: Registered nosave memory: [mem 0xfd000000-0xfdffffff]
[    0.024215] PM: Registered nosave memory: [mem 0xfe000000-0xfeb7ffff]
[    0.024216] PM: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[    0.024216] PM: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.024217] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.024217] PM: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[    0.024217] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.024218] PM: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.024218] PM: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.024219] PM: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.024219] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.024219] PM: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[    0.024220] PM: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[    0.024220] PM: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[    0.024221] PM: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[    0.024221] PM: Registered nosave memory: [mem 0xfedd6000-0xfedfffff]
[    0.024221] PM: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[    0.024222] PM: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[    0.024222] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.024223] PM: Registered nosave memory: [mem 0x19f000000-0x21effffff]
[    0.024225] [mem 0xe0000000-0xf7ffffff] available for PCI devices
[    0.024227] Booting paravirtualized kernel on bare hardware
[    0.024230] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.103764] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
[    0.104575] percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u262144
[    0.104584] pcpu-alloc: s184320 r8192 d28672 u262144 alloc=1*2097152
[    0.104584] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.104605] Built 1 zonelists, mobility grouping on.  Total pages: 1535079
[    0.104606] Policy zone: Normal
[    0.104608] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=d03b15f9-8f13-48cf-b973-3338bb2eb648 rw loglevel=3
[    0.111794] Calgary: detecting Calgary via BIOS EBDA area
[    0.111795] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.125506] Memory: 5954020K/6237904K available (12291K kernel code, 1319K rwdata, 3904K rodata, 1608K init, 3616K bss, 283884K reserved, 0K cma-reserved)
[    0.126675] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.126732] ftrace: allocating 37401 entries in 147 pages
[    0.137739] rcu: Preemptible hierarchical RCU implementation.
[    0.137740] rcu:     CONFIG_RCU_FANOUT set to non-default value of 32.
[    0.137740] rcu:     RCU dyntick-idle grace-period acceleration is enabled.
[    0.137741] rcu:     RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[    0.137741] rcu:     RCU priority boosting: priority 1 delay 500 ms.
[    0.137742]  Tasks RCU enabled.
[    0.137743] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.137743] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.139224] NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
[    0.139399] rcu:     Offload RCU callbacks from CPUs: (none).
[    0.141381] random: get_random_bytes called from start_kernel+0x37e/0x559 with crng_init=0
[    0.141419] Console: colour dummy device 80x25
[    0.141423] printk: console [tty0] enabled
[    0.141470] ACPI: Core revision 20190509
[    0.141836] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.141854] hpet clockevent registered
[    0.141861] APIC: Switch to symmetric I/O mode setup
[    0.142683] AMD-Vi: ivrs, add hid:PNPD0040, uid:, rdevid:152
[    0.314265] Switched APIC routing to physical flat.
[    0.315071] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.328534] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1e36995f95e, max_idle_ns: 440795236688 ns
[    0.328541] Calibrating delay loop (skipped), value calculated using timer frequency.. 4193.76 BogoMIPS (lpj=6986820)
[    0.328543] pid_max: default: 32768 minimum: 301
[    0.331205] LSM: Security Framework initializing
[    0.331210] Yama: becoming mindful.
[    0.332640] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.333346] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.333451] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.333472] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.333794] *** VALIDATE proc ***
[    0.333863] *** VALIDATE cgroup1 ***
[    0.333865] *** VALIDATE cgroup2 ***
[    0.334098] LVT offset 1 assigned for vector 0xf9
[    0.334147] LVT offset 2 assigned for vector 0xf4
[    0.334157] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.334158] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[    0.334159] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.334160] Spectre V2 : Mitigation: Full AMD retpoline
[    0.334160] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.334164] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.334164] Spectre V2 : User space: Vulnerable
[    0.334165] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.334356] Freeing SMP alternatives memory: 32K
[    0.443196] smpboot: CPU0: AMD Ryzen 5 3500U with Radeon Vega Mobile Gfx (family: 0x17, model: 0x18, stepping: 0x1)
[    0.461898] Performance Events: Fam17h core perfctr, AMD PMU driver.
[    0.461910] ... version:                0
[    0.461911] ... bit width:              48
[    0.461912] ... generic registers:      6
[    0.461913] ... value mask:             0000ffffffffffff
[    0.461914] ... max period:             00007fffffffffff
[    0.461915] ... fixed-purpose events:   0
[    0.461916] ... event mask:             000000000000003f
[    0.468562] rcu: Hierarchical SRCU implementation.
[    0.491932] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.498583] smp: Bringing up secondary CPUs ...
[    0.538584] x86: Booting SMP configuration:
[    0.538588] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7
[    0.780880] smp: Brought up 1 node, 8 CPUs
[    0.780880] smpboot: Max logical packages: 2
[    0.780880] smpboot: Total of 8 processors activated (33550.10 BogoMIPS)
[    0.782201] devtmpfs: initialized
[    0.782201] x86/mm: Memory block size: 128MB
[    0.782813] PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20afff] (45056 bytes)
[    0.782813] PM: Registering ACPI NVS region [mem 0xdd4c9000-0xdd677fff] (1765376 bytes)
[    0.782813] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.782813] futex hash table entries: 4096 (order: 6, 262144 bytes)
[    0.782813] pinctrl core: initialized pinctrl subsystem
[    0.782813] PM: RTC time: 17:00:08, date: 2019-09-14
[    0.782899] NET: Registered protocol family 16
[    0.782997] audit: initializing netlink subsys (disabled)
[    0.785231] audit: type=2000 audit(1568480407.476:1): state=initialized audit_enabled=0 res=1
[    0.785349] cpuidle: using governor ladder
[    0.785349] cpuidle: using governor menu
[    0.785349] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.785349] ACPI: bus type PCI registered
[    0.785349] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.785560] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.785562] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.785571] PCI: Using configuration type 1 for base access
[    0.786727] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.786727] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.788709] ACPI: Added _OSI(Module Device)
[    0.788710] ACPI: Added _OSI(Processor Device)
[    0.788711] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.788711] ACPI: Added _OSI(Processor Aggregator Device)
[    0.788712] ACPI: Added _OSI(Linux-Dell-Video)
[    0.788713] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.788714] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.801877] ACPI: 7 ACPI AML tables successfully acquired and loaded
[    0.801877] ACPI: EC: EC started
[    0.801877] ACPI: EC: interrupt blocked
[    0.801877] ACPI: \: Used as first EC
[    0.801877] ACPI: \: GPE=0x3, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.801877] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.802351] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.805457] ACPI: Interpreter enabled
[    0.805472] ACPI: (supports S0 S3 S4 S5)
[    0.805473] ACPI: Using IOAPIC for interrupt routing
[    0.805662] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.805931] ACPI: Enabled 2 GPEs in block 00 to 1F
[    0.812830] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.812835] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.812997] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
[    0.813152] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.813153] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.813164] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.813495] PCI host bridge to bus 0000:00
[    0.813497] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.813498] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.813498] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.813499] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.813500] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.813501] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.813502] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfebfffff window]
[    0.813503] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.813504] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.813511] pci 0000:00:00.0: [1022:15d0] type 00 class 0x060000
[    0.813619] pci 0000:00:00.2: [1022:15d1] type 00 class 0x080600
[    0.813739] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[    0.813828] pci 0000:00:01.2: [1022:15d3] type 01 class 0x060400
[    0.813867] pci 0000:00:01.2: enabling Extended Tags
[    0.813934] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.814029] pci 0000:00:01.3: [1022:15d3] type 01 class 0x060400
[    0.814067] pci 0000:00:01.3: enabling Extended Tags
[    0.814114] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[    0.814221] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[    0.814316] pci 0000:00:08.1: [1022:15db] type 01 class 0x060400
[    0.814354] pci 0000:00:08.1: enabling Extended Tags
[    0.814395] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.814478] pci 0000:00:08.2: [1022:15dc] type 01 class 0x060400
[    0.814515] pci 0000:00:08.2: enabling Extended Tags
[    0.814553] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[    0.814655] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.814810] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.814961] pci 0000:00:18.0: [1022:15e8] type 00 class 0x060000
[    0.815013] pci 0000:00:18.1: [1022:15e9] type 00 class 0x060000
[    0.815066] pci 0000:00:18.2: [1022:15ea] type 00 class 0x060000
[    0.815126] pci 0000:00:18.3: [1022:15eb] type 00 class 0x060000
[    0.815192] pci 0000:00:18.4: [1022:15ec] type 00 class 0x060000
[    0.815248] pci 0000:00:18.5: [1022:15ed] type 00 class 0x060000
[    0.815301] pci 0000:00:18.6: [1022:15ee] type 00 class 0x060000
[    0.815352] pci 0000:00:18.7: [1022:15ef] type 00 class 0x060000
[    0.815654] pci 0000:01:00.0: [168c:0042] type 00 class 0x028000
[    0.815908] pci 0000:01:00.0: reg 0x10: [mem 0xfe200000-0xfe3fffff 64bit]
[    0.816804] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.817584] pci 0000:00:01.2: PCI bridge to [bus 01]
[    0.817590] pci 0000:00:01.2:   bridge window [mem 0xfe200000-0xfe3fffff]
[    0.817649] pci 0000:02:00.0: [15b7:5003] type 00 class 0x010802
[    0.817673] pci 0000:02:00.0: reg 0x10: [mem 0xfea00000-0xfea03fff 64bit]
[    0.817865] pci 0000:00:01.3: PCI bridge to [bus 02]
[    0.817872] pci 0000:00:01.3:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.817974] pci 0000:03:00.0: [1002:15d8] type 00 class 0x030000
[    0.818001] pci 0000:03:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.818012] pci 0000:03:00.0: reg 0x18: [mem 0xf0000000-0xf01fffff 64bit pref]
[    0.818020] pci 0000:03:00.0: reg 0x20: [io  0xf000-0xf0ff]
[    0.818027] pci 0000:03:00.0: reg 0x24: [mem 0xfe800000-0xfe87ffff]
[    0.818040] pci 0000:03:00.0: enabling Extended Tags
[    0.818050] pci 0000:03:00.0: BAR 0: assigned to efifb
[    0.818113] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.818214] pci 0000:03:00.1: [1002:15de] type 00 class 0x040300
[    0.818230] pci 0000:03:00.1: reg 0x10: [mem 0xfe8c8000-0xfe8cbfff]
[    0.818262] pci 0000:03:00.1: enabling Extended Tags
[    0.818306] pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.818376] pci 0000:03:00.2: [1022:15df] type 00 class 0x108000
[    0.818401] pci 0000:03:00.2: reg 0x18: [mem 0xfe700000-0xfe7fffff]
[    0.818415] pci 0000:03:00.2: reg 0x24: [mem 0xfe8ce000-0xfe8cffff]
[    0.818426] pci 0000:03:00.2: enabling Extended Tags
[    0.818547] pci 0000:03:00.3: [1022:15e0] type 00 class 0x0c0330
[    0.818568] pci 0000:03:00.3: reg 0x10: [mem 0xfe600000-0xfe6fffff 64bit]
[    0.818605] pci 0000:03:00.3: enabling Extended Tags
[    0.818653] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    0.818728] pci 0000:03:00.4: [1022:15e1] type 00 class 0x0c0330
[    0.818750] pci 0000:03:00.4: reg 0x10: [mem 0xfe500000-0xfe5fffff 64bit]
[    0.818786] pci 0000:03:00.4: enabling Extended Tags
[    0.818834] pci 0000:03:00.4: PME# supported from D0 D3hot D3cold
[    0.818902] pci 0000:03:00.5: [1022:15e2] type 00 class 0x048000
[    0.818918] pci 0000:03:00.5: reg 0x10: [mem 0xfe880000-0xfe8bffff]
[    0.818950] pci 0000:03:00.5: enabling Extended Tags
[    0.818993] pci 0000:03:00.5: PME# supported from D0 D3hot D3cold
[    0.819075] pci 0000:03:00.6: [1022:15e3] type 00 class 0x040300
[    0.819090] pci 0000:03:00.6: reg 0x10: [mem 0xfe8c0000-0xfe8c7fff]
[    0.819122] pci 0000:03:00.6: enabling Extended Tags
[    0.819166] pci 0000:03:00.6: PME# supported from D0 D3hot D3cold
[    0.819242] pci 0000:03:00.7: [1022:15e6] type 00 class 0x000000
[    0.819267] pci 0000:03:00.7: reg 0x18: [mem 0xfe400000-0xfe4fffff]
[    0.819281] pci 0000:03:00.7: reg 0x24: [mem 0xfe8cc000-0xfe8cdfff]
[    0.819291] pci 0000:03:00.7: enabling Extended Tags
[    0.819433] pci 0000:00:08.1: PCI bridge to [bus 03]
[    0.819438] pci 0000:00:08.1:   bridge window [io  0xf000-0xffff]
[    0.819441] pci 0000:00:08.1:   bridge window [mem 0xfe400000-0xfe8fffff]
[    0.819445] pci 0000:00:08.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.819513] pci 0000:04:00.0: [1022:7901] type 00 class 0x010601
[    0.819562] pci 0000:04:00.0: reg 0x24: [mem 0xfe900000-0xfe9007ff]
[    0.819574] pci 0000:04:00.0: enabling Extended Tags
[    0.819623] pci 0000:04:00.0: PME# supported from D3hot D3cold
[    0.819709] pci 0000:00:08.2: PCI bridge to [bus 04]
[    0.819715] pci 0000:00:08.2:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.820168] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[    0.820222] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    0.820269] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[    0.820327] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    0.820380] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.820422] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    0.820465] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.820507] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.821878] ACPI: EC: interrupt unblocked
[    0.821878] ACPI: EC: event unblocked
[    0.821878] ACPI: \_SB_.PCI0.SBRG.EC0_: GPE=0x3, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.821878] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions and events
[    0.821898] pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.821900] pci 0000:03:00.0: vgaarb: bridge control possible
[    0.821901] pci 0000:03:00.0: vgaarb: setting as boot device
[    0.821901] vgaarb: loaded
[    0.822111] ACPI: bus type USB registered
[    0.822126] usbcore: registered new interface driver usbfs
[    0.822131] usbcore: registered new interface driver hub
[    0.822149] usbcore: registered new device driver usb
[    0.822945] pps_core: LinuxPPS API ver. 1 registered
[    0.822945] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.822947] PTP clock support registered
[    0.822952] EDAC MC: Ver: 3.0.0
[    0.825249] Registered efivars operations
[    0.835384] PCI: Using ACPI for IRQ routing
[    0.836784] PCI: pci_cache_line_size set to 64 bytes
[    0.837000] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.837002] e820: reserve RAM buffer [mem 0x09602000-0x0bffffff]
[    0.837003] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.837003] e820: reserve RAM buffer [mem 0xdc9b8000-0xdfffffff]
[    0.837004] e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
[    0.837005] e820: reserve RAM buffer [mem 0x19f000000-0x19fffffff]
[    0.837005] e820: reserve RAM buffer [mem 0x21f340000-0x21fffffff]
[    0.837128] NetLabel: Initializing
[    0.837128] NetLabel:  domain hash size = 128
[    0.837129] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.837139] NetLabel:  unlabeled traffic allowed by default
[    0.838576] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.838579] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.840591] clocksource: Switched to clocksource tsc-early
[    0.851637] VFS: Disk quotas dquot_6.6.0
[    0.851678] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.851737] *** VALIDATE hugetlbfs ***
[    0.851786] pnp: PnP ACPI init
[    0.851939] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.851944] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.852089] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.852150] pnp 00:02: Plug and Play ACPI device, IDs ATK3001 PNP030b (active)
[    0.852360] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.852361] system 00:03: [io  0x040b] has been reserved
[    0.852362] system 00:03: [io  0x04d6] has been reserved
[    0.852363] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    0.852364] system 00:03: [io  0x0c14] has been reserved
[    0.852365] system 00:03: [io  0x0c50-0x0c51] has been reserved
[    0.852366] system 00:03: [io  0x0c52] has been reserved
[    0.852367] system 00:03: [io  0x0c6c] has been reserved
[    0.852375] system 00:03: [io  0x0c6f] has been reserved
[    0.852376] system 00:03: [io  0x0cd0-0x0cd1] has been reserved
[    0.852377] system 00:03: [io  0x0cd2-0x0cd3] has been reserved
[    0.852378] system 00:03: [io  0x0cd4-0x0cd5] has been reserved
[    0.852379] system 00:03: [io  0x0cd6-0x0cd7] has been reserved
[    0.852379] system 00:03: [io  0x0cd8-0x0cdf] has been reserved
[    0.852380] system 00:03: [io  0x0800-0x089f] has been reserved
[    0.852381] system 00:03: [io  0x0b00-0x0b0f] has been reserved
[    0.852382] system 00:03: [io  0x0b20-0x0b3f] has been reserved
[    0.852383] system 00:03: [io  0x0900-0x090f] has been reserved
[    0.852384] system 00:03: [io  0x0910-0x091f] has been reserved
[    0.852385] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.852386] system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.852387] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.852388] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.852389] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.852390] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.852391] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[    0.852394] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.852845] pnp: PnP ACPI: found 4 devices
[    0.859832] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.859841] pci 0000:00:01.2: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    0.859843] pci 0000:00:01.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[    0.859852] pci 0000:00:01.2: BAR 15: assigned [mem 0xf0200000-0xf03fffff 64bit pref]
[    0.859854] pci 0000:00:01.2: BAR 13: assigned [io  0x1000-0x1fff]
[    0.859856] pci 0000:00:01.2: PCI bridge to [bus 01]
[    0.859858] pci 0000:00:01.2:   bridge window [io  0x1000-0x1fff]
[    0.859862] pci 0000:00:01.2:   bridge window [mem 0xfe200000-0xfe3fffff]
[    0.859864] pci 0000:00:01.2:   bridge window [mem 0xf0200000-0xf03fffff 64bit pref]
[    0.859868] pci 0000:00:01.3: PCI bridge to [bus 02]
[    0.859872] pci 0000:00:01.3:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.859879] pci 0000:00:08.1: PCI bridge to [bus 03]
[    0.859885] pci 0000:00:08.1:   bridge window [io  0xf000-0xffff]
[    0.859888] pci 0000:00:08.1:   bridge window [mem 0xfe400000-0xfe8fffff]
[    0.859890] pci 0000:00:08.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.859894] pci 0000:00:08.2: PCI bridge to [bus 04]
[    0.859898] pci 0000:00:08.2:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.859904] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.859905] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.859906] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.859907] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.859908] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.859909] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.859910] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xfebfffff window]
[    0.859910] pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
[    0.859911] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    0.859912] pci_bus 0000:01: resource 1 [mem 0xfe200000-0xfe3fffff]
[    0.859913] pci_bus 0000:01: resource 2 [mem 0xf0200000-0xf03fffff 64bit pref]
[    0.859914] pci_bus 0000:02: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.859915] pci_bus 0000:03: resource 0 [io  0xf000-0xffff]
[    0.859916] pci_bus 0000:03: resource 1 [mem 0xfe400000-0xfe8fffff]
[    0.859917] pci_bus 0000:03: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.859918] pci_bus 0000:04: resource 1 [mem 0xfe900000-0xfe9fffff]
[    0.860118] NET: Registered protocol family 2
[    0.860331] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[    0.860362] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.860465] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.860605] TCP: Hash tables configured (established 65536 bind 65536)
[    0.860649] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.860673] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.860835] NET: Registered protocol family 1
[    0.860839] NET: Registered protocol family 44
[    0.861259] PCI: CLS 64 bytes, default 64
[    0.861296] Trying to unpack rootfs image as initramfs...
[    1.064213] Freeing initrd memory: 17620K
[    1.064244] pci 0000:00:00.2: AMD-Vi: Unable to write to IOMMU perf counter.
[    1.064364] pci 0000:00:00.2: can't derive routing for PCI INT A
[    1.064364] pci 0000:00:00.2: PCI INT A: not connected
[    1.064838] pci 0000:00:01.0: Adding to iommu group 0
[    1.065043] pci 0000:00:01.2: Adding to iommu group 1
[    1.065276] pci 0000:00:01.3: Adding to iommu group 2
[    1.065488] pci 0000:00:08.0: Adding to iommu group 3
[    1.065697] pci 0000:00:08.1: Adding to iommu group 4
[    1.065723] pci 0000:00:08.2: Adding to iommu group 3
[    1.065924] pci 0000:00:14.0: Adding to iommu group 5
[    1.065941] pci 0000:00:14.3: Adding to iommu group 5
[    1.066163] pci 0000:00:18.0: Adding to iommu group 6
[    1.066180] pci 0000:00:18.1: Adding to iommu group 6
[    1.066197] pci 0000:00:18.2: Adding to iommu group 6
[    1.066213] pci 0000:00:18.3: Adding to iommu group 6
[    1.066239] pci 0000:00:18.4: Adding to iommu group 6
[    1.066256] pci 0000:00:18.5: Adding to iommu group 6
[    1.066285] pci 0000:00:18.6: Adding to iommu group 6
[    1.066300] pci 0000:00:18.7: Adding to iommu group 6
[    1.066596] pci 0000:01:00.0: Adding to iommu group 7
[    1.066825] pci 0000:02:00.0: Adding to iommu group 8
[    1.067138] pci 0000:03:00.0: Adding to iommu group 9
[    1.067287] pci 0000:03:00.0: Using iommu direct mapping
[    1.067431] pci 0000:03:00.1: Adding to iommu group 10
[    1.067460] pci 0000:03:00.2: Adding to iommu group 10
[    1.067487] pci 0000:03:00.3: Adding to iommu group 10
[    1.067515] pci 0000:03:00.4: Adding to iommu group 10
[    1.067549] pci 0000:03:00.5: Adding to iommu group 10
[    1.067577] pci 0000:03:00.6: Adding to iommu group 10
[    1.067605] pci 0000:03:00.7: Adding to iommu group 10
[    1.067621] pci 0000:04:00.0: Adding to iommu group 3
[    1.067943] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    1.067943] pci 0000:00:00.2: AMD-Vi: Extended features (0x4f77ef22294ada):
[    1.067944]  PPR NX GT IA GA PC GA_vAPIC
[    1.067946] AMD-Vi: Interrupt remapping enabled
[    1.067947] AMD-Vi: Virtual APIC enabled
[    1.068146] AMD-Vi: Lazy IO/TLB flushing enabled
[    1.069042] amd_uncore: AMD NB counters detected
[    1.069045] amd_uncore: AMD LLC counters detected
[    1.069355] check: Scanning for low memory corruption every 60 seconds
[    1.070129] Initialise system trusted keyrings
[    1.070191] Key type blacklist registered
[    1.070300] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[    1.071947] zbud: loaded
[    1.074330] Key type asymmetric registered
[    1.074333] Asymmetric key parser 'x509' registered
[    1.074343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    1.074416] io scheduler mq-deadline registered
[    1.074417] io scheduler kyber registered
[    1.074526] io scheduler bfq registered
[    1.074913] pcieport 0000:00:01.2: PME: Signaling with IRQ 26
[    1.075009] pcieport 0000:00:01.2: AER: enabled with IRQ 26
[    1.075028] pcieport 0000:00:01.2: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    1.075260] pcieport 0000:00:01.3: PME: Signaling with IRQ 27
[    1.075363] pcieport 0000:00:01.3: AER: enabled with IRQ 27
[    1.075492] pcieport 0000:00:08.1: PME: Signaling with IRQ 28
[    1.075743] pcieport 0000:00:08.2: PME: Signaling with IRQ 29
[    1.075800] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.075885] efifb: probing for efifb
[    1.075928] efifb: framebuffer at 0xe0000000, using 4224k, total 4224k
[    1.075929] efifb: mode is 1366x768x32, linelength=5632, pages=1
[    1.075929] efifb: scrolling: redraw
[    1.075931] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.076004] fbcon: Deferring console take-over
[    1.076004] fb0: EFI VGA frame buffer device
[    1.076070] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:39/PNP0C09:00/PNP0C0D:00/input/input0
[    1.076076] ACPI: Lid Switch [LID]
[    1.076118] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.076123] ACPI: Power Button [PWRB]
[    1.076157] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    1.076170] ACPI: Sleep Button [SLPB]
[    1.076201] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    1.077756] ACPI: Power Button [PWRF]
[    1.078011] ACPI: Video Device [VGA1] (multi-head: yes  rom: no  post: no)
[    1.078352] acpi device:14: registered as cooling_device0
[    1.078407] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:01/input/input4
[    1.078480] Monitor-Mwait will be used to enter C-1 state
[    1.081064] thermal LNXTHERM:00: registered as thermal_zone0
[    1.081066] ACPI: Thermal Zone [THRM] (39 C)
[    1.081357] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.082293] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    1.083624] nvme nvme0: pci function 0000:02:00.0
[    1.083671] usbcore: registered new interface driver usbserial_generic
[    1.083677] usbserial: USB Serial support registered for generic
[    1.083703] rtc_cmos 00:01: RTC can wake from S4
[    1.083921] rtc_cmos 00:01: registered as rtc0
[    1.083933] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.084070] ledtrig-cpu: registered to indicate activity on CPUs
[    1.084490] NET: Registered protocol family 10
[    1.091149] Segment Routing with IPv6
[    1.091182] NET: Registered protocol family 17
[    1.092184] mce: Using 23 MCE banks
[    1.092215] RAS: Correctable Errors collector initialized.
[    1.092273] microcode: CPU0: patch_level=0x08108102
[    1.092279] microcode: CPU1: patch_level=0x08108102
[    1.092312] microcode: CPU2: patch_level=0x08108102
[    1.092321] microcode: CPU3: patch_level=0x08108102
[    1.092324] microcode: CPU4: patch_level=0x08108102
[    1.092334] microcode: CPU5: patch_level=0x08108102
[    1.092341] microcode: CPU6: patch_level=0x08108102
[    1.092348] microcode: CPU7: patch_level=0x08108102
[    1.092447] microcode: Microcode Update Driver: v2.2.
[    1.092484] sched_clock: Marking stable (923324820, 169112583)->(1096987481, -4550078)
[    1.092776] registered taskstats version 1
[    1.092797] Loading compiled-in X.509 certificates
[    1.096555] Loaded X.509 cert 'Build time autogenerated kernel key: 2a9eb426a5fca0a342df1387297d7f852f3166ba'
[    1.096593] zswap: loaded using pool lzo/zbud
[    1.102243] Key type big_key registered
[    1.102965] PM:   Magic number: 3:834:36
[    1.103100] rtc_cmos 00:01: setting system clock to 2019-09-14T17:00:08 UTC (1568480408)
[    1.301017] nvme nvme0: 16/0/0 default/read/poll queues
[    1.305899]  nvme0n1: p1 p2 p3
[    1.308422] Freeing unused decrypted memory: 2040K
[    1.308789] Freeing unused kernel image memory: 1608K
[    1.321408] Write protecting the kernel read-only data: 18432k
[    1.322245] Freeing unused kernel image memory: 2012K
[    1.322364] Freeing unused kernel image memory: 192K
[    1.332375] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.332382] Run /init as init process
[    1.361692] fbcon: Taking over console
[    1.361779] Console: switching to colour frame buffer device 170x48
[    1.431223] i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
[    1.431225] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.433048] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.443747] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    1.443755] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 1
[    1.443817] SCSI subsystem initialized
[    1.443968] xhci_hcd 0000:03:00.3: hcc params 0x0270ffe5 hci version 0x110 quirks 0x0000000840000410
[    1.444878] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02
[    1.444880] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.444881] usb usb1: Product: xHCI Host Controller
[    1.444882] usb usb1: Manufacturer: Linux 5.2.14-arch2-1-ARCH xhci-hcd
[    1.444884] usb usb1: SerialNumber: 0000:03:00.3
[    1.445089] hub 1-0:1.0: USB hub found
[    1.445103] hub 1-0:1.0: 4 ports detected
[    1.446175] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    1.446179] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 2
[    1.446183] xhci_hcd 0000:03:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    1.446222] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.446241] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.02
[    1.446243] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.446244] usb usb2: Product: xHCI Host Controller
[    1.446245] usb usb2: Manufacturer: Linux 5.2.14-arch2-1-ARCH xhci-hcd
[    1.446245] usb usb2: SerialNumber: 0000:03:00.3
[    1.446398] hub 2-0:1.0: USB hub found
[    1.446413] hub 2-0:1.0: 4 ports detected
[    1.447582] xhci_hcd 0000:03:00.4: xHCI Host Controller
[    1.447588] xhci_hcd 0000:03:00.4: new USB bus registered, assigned bus number 3
[    1.447750] xhci_hcd 0000:03:00.4: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000840000410
[    1.450006] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02
[    1.450008] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.450010] usb usb3: Product: xHCI Host Controller
[    1.450012] usb usb3: Manufacturer: Linux 5.2.14-arch2-1-ARCH xhci-hcd
[    1.450013] usb usb3: SerialNumber: 0000:03:00.4
[    1.450035] libata version 3.00 loaded.
[    1.450193] hub 3-0:1.0: USB hub found
[    1.450207] hub 3-0:1.0: 2 ports detected
[    1.450591] xhci_hcd 0000:03:00.4: xHCI Host Controller
[    1.450595] xhci_hcd 0000:03:00.4: new USB bus registered, assigned bus number 4
[    1.450599] xhci_hcd 0000:03:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    1.450636] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.450659] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.02
[    1.450660] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.450661] usb usb4: Product: xHCI Host Controller
[    1.450663] usb usb4: Manufacturer: Linux 5.2.14-arch2-1-ARCH xhci-hcd
[    1.450664] usb usb4: SerialNumber: 0000:03:00.4
[    1.450786] hub 4-0:1.0: USB hub found
[    1.450793] hub 4-0:1.0: 1 port detected
[    1.453754] ahci 0000:04:00.0: version 3.0
[    1.488400] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
[    1.782280] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    1.924829] usb 3-1: New USB device found, idVendor=0bda, idProduct=0129, bcdDevice=39.60
[    1.924831] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.924833] usb 3-1: Product: USB2.0-CRW
[    1.924835] usb 3-1: Manufacturer: Generic
[    1.924836] usb 3-1: SerialNumber: 20100201396000000
[    1.968293] usbcore: registered new interface driver rtsx_usb
[    2.085587] usb 3-2: new high-speed USB device number 3 using xhci_hcd
[    2.095575] tsc: Refined TSC clocksource calibration: 2096.053 MHz
[    2.095597] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1e369fd61e0, max_idle_ns: 440795252296 ns
[    2.095648] clocksource: Switched to clocksource tsc
[    2.228709] usb 3-2: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.37
[    2.228712] usb 3-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.228714] usb 3-2: Product: USB2.0 Hub
[    2.283729] hub 3-2:1.0: USB hub found
[    2.284227] hub 3-2:1.0: 4 ports detected
[    2.463617] ahci 0000:04:00.0: failed stop FIS RX (-16)
[    2.463641] ahci 0000:04:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    2.463645] ahci 0000:04:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    2.464276] scsi host0: ahci
[    2.464532] ata1: SATA max UDMA/133 abar m2048@0xfe900000 port 0xfe900100 irq 66
[    2.568914] usb 3-2.1: new full-speed USB device number 4 using xhci_hcd
[    2.672796] usb 3-2.1: New USB device found, idVendor=13d3, idProduct=3491, bcdDevice= 0.01
[    2.672800] usb 3-2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.778783] ata1: SATA link down (SStatus 0 SControl 300)
[    2.805467] usb 3-2.2: new high-speed USB device number 5 using xhci_hcd
[    2.844384] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null)
[    2.861091] random: fast init done
[    2.920570] usb 3-2.2: New USB device found, idVendor=13d3, idProduct=56dc, bcdDevice=18.52
[    2.920572] usb 3-2.2: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.920573] usb 3-2.2: Product: USB2.0 HD UVC WebCam
[    2.920575] usb 3-2.2: Manufacturer: Azurewave
[    2.920576] usb 3-2.2: SerialNumber: 0x0001
[    2.934662] systemd[1]: systemd 243.0-1-arch 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)
[    2.948670] systemd[1]: Detected architecture x86-64.
[    2.956432] systemd[1]: Set hostname to <vivobook>.
[    3.034533] systemd[1]: /usr/lib/systemd/system/virtlogd.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/libvirt/virtlogd-sock \xe2\x86\x92 /run/libvirt/virtlogd-sock; please update the unit file accordingly.
[    3.034939] systemd[1]: /usr/lib/systemd/system/virtlogd-admin.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/libvirt/virtlogd-admin-sock \xe2\x86\x92 /run/libvirt/virtlogd-admin-sock; please update the unit file accordingly.
[    3.039563] systemd[1]: /usr/lib/systemd/system/virtlockd.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/libvirt/virtlockd-sock \xe2\x86\x92 /run/libvirt/virtlockd-sock; please update the unit file accordingly.
[    3.040012] systemd[1]: /usr/lib/systemd/system/virtlockd-admin.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/libvirt/virtlockd-admin-sock \xe2\x86\x92 /run/libvirt/virtlockd-admin-sock; please update the unit file accordingly.
[    3.051574] systemd[1]: Created slice Virtual Machine and Container Slice.
[    3.052040] systemd[1]: Created slice system-getty.slice.
[    3.052286] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    3.068947] random: lvm: uninitialized urandom read (4 bytes read)
[    3.075078] EXT4-fs (nvme0n1p2): re-mounted. Opts: (null)
[    3.321247] audit: type=1130 audit(1568480410.712:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.329953] systemd-journald[304]: Received client request to flush runtime journal.
[    3.382513] audit: type=1130 audit(1568480410.775:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.401276] audit: type=1130 audit(1568480410.792:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.425235] acpi_cpufreq: overriding BIOS provided _PSD data
[    3.443088] hidraw: raw HID events driver (C) Jiri Kosina
[    3.452003] i2c_hid i2c-ELAN1200:00: i2c-ELAN1200:00 supply vdd not found, using dummy regulator
[    3.452022] i2c_hid i2c-ELAN1200:00: i2c-ELAN1200:00 supply vddl not found, using dummy regulator
[    3.454588] ACPI: AC Adapter [AC0] (off-line)
[    3.482872] battery: ACPI: Battery Slot [BAT0] (battery present)
[    3.501441] i2c_amd_mp2 0000:03:00.7: enabling device (0000 -> 0002)
[    3.501799] i2c_amd_mp2 0000:03:00.7: MP2 device registered.
[    3.504687] snd_pci_acp3x 0000:03:00.5: enabling device (0000 -> 0002)
[    3.505018] snd_pci_acp3x 0000:03:00.5: Invalid ACP audio mode : 2
[    3.513981] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    3.515728] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    3.515731] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    3.519189] Linux agpgart interface v0.103
[    3.554176] cryptd: max_cpu_qlen set to 1000
[    3.554475] tpm_crb MSFT0101:00: can't request region for resource [mem 0xdd470000-0xdd473fff]
[    3.554486] tpm_crb: probe of MSFT0101:00 failed with error -16
[    3.570715] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    3.570749] AVX2 version of gcm_enc/dec engaged.
[    3.570751] AES CTR mode by8 optimization enabled
[    3.570946] sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
[    3.570960] sp5100-tco sp5100-tco: Watchdog hardware is disabled
[    3.571820] media: Linux media interface: v0.10
[    3.572116] Adding 524284k swap on /dev/nvme0n1p3.  Priority:-2 extents:1 across:524284k SSFS
[    3.624693] audit: type=1130 audit(1568480411.015:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.636661] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.641332] videodev: Linux video capture interface: v2.00
[    3.654116] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.656659] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    3.656670] cfg80211: failed to load regulatory.db
[    3.682657] audit: type=1130 audit(1568480411.075:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-5FD0\x2d45AF comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.707832] Bluetooth: Core ver 2.22
[    3.707862] NET: Registered protocol family 31
[    3.707863] Bluetooth: HCI device and connection manager initialized
[    3.707870] Bluetooth: HCI socket layer initialized
[    3.707874] Bluetooth: L2CAP socket layer initialized
[    3.707879] Bluetooth: SCO socket layer initialized
[    3.708580] input: ELAN1200:00 04F3:309F Mouse as /devices/platform/AMDI0010:01/i2c-0/i2c-ELAN1200:00/0018:04F3:309F.0001/input/input7
[    3.708739] input: ELAN1200:00 04F3:309F Touchpad as /devices/platform/AMDI0010:01/i2c-0/i2c-ELAN1200:00/0018:04F3:309F.0001/input/input8
[    3.708784] asus_wmi: ASUS WMI generic driver loaded
[    3.708826] hid-generic 0018:04F3:309F.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN1200:00 04F3:309F] on i2c-ELAN1200:00
[    3.712556] asus_wmi: Initialization: 0x1
[    3.712724] asus_wmi: BIOS WMI version: 9.0
[    3.713037] asus_wmi: SFUN value: 0x21
[    3.714931] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input9
[    3.727712] snd_hda_intel 0000:03:00.1: enabling device (0000 -> 0002)
[    3.763957] audit: type=1130 audit(1568480411.155:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.764336] snd_hda_intel 0000:03:00.1: Handle vga_switcheroo audio client
[    3.766125] snd_hda_intel 0000:03:00.6: enabling device (0000 -> 0002)
[    3.767806] random: crng init done
[    3.768893] asus_wmi: Number of fans: 0
[    3.777973] usbcore: registered new interface driver btusb
[    3.779425] uvcvideo: Found UVC 1.50 device USB2.0 HD UVC WebCam (13d3:56dc)
[    3.788128] input: ELAN1200:00 04F3:309F Touchpad as /devices/platform/AMDI0010:01/i2c-0/i2c-ELAN1200:00/0018:04F3:309F.0001/input/input11
[    3.788396] hid-multitouch 0018:04F3:309F.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN1200:00 04F3:309F] on i2c-ELAN1200:00
[    3.791425] audit: type=1127 audit(1568480411.182:8): pid=446 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[    3.792007] audit: type=1130 audit(1568480411.185:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.799574] uvcvideo: Failed to initialize entity for entity 6
[    3.799577] uvcvideo: Failed to register entities (-22).
[    3.799803] input: USB2.0 HD UVC WebCam: USB2.0 HD as /devices/pci0000:00/0000:00:08.1/0000:03:00.4/usb3/3-2/3-2.2/3-2.2:1.0/input/input13
[    3.799954] usbcore: registered new interface driver uvcvideo
[    3.799955] USB Video Class driver (1.1.1)
[    3.802276] audit: type=1130 audit(1568480411.195:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.805548] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:03:00.1/sound/card0/input12
[    3.807039] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[    3.807043] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[    3.828877] mousedev: PS/2 mouse device common for all mice
[    3.837162] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    3.837166] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.837168] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    3.837169] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    3.837170] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    3.837172] snd_hda_codec_realtek hdaudioC1D0:      Headset Mic=0x19
[    3.837173] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
[    3.859572] kvm: Nested Virtualization enabled
[    3.859583] kvm: Nested Paging enabled
[    3.859584] SVM: Virtual VMLOAD VMSAVE supported
[    3.859585] SVM: Virtual GIF supported
[    3.879619] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[    3.890282] MCE: In-kernel MCE decoding enabled.
[    3.896861] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:03:00.6/sound/card1/input14
[    3.908593] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.908596] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    3.990092] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.990097] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    3.990811] ath10k_pci 0000:01:00.0: enabling device (0000 -> 0002)
[    3.992932] ath10k_pci 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[    4.069213] [drm] amdgpu kernel modesetting enabled.
[    4.069348] Parsing CRAT table with 1 nodes
[    4.069353] Creating topology SYSFS entries
[    4.069381] Topology: Add APU node [0x0:0x0]
[    4.069382] Finished initializing topology
[    4.069491] amdgpu 0000:03:00.0: remove_conflicting_pci_framebuffers: bar 0: 0xe0000000 -> 0xefffffff
[    4.069493] amdgpu 0000:03:00.0: remove_conflicting_pci_framebuffers: bar 2: 0xf0000000 -> 0xf01fffff
[    4.069495] amdgpu 0000:03:00.0: remove_conflicting_pci_framebuffers: bar 5: 0xfe800000 -> 0xfe87ffff
[    4.069497] checking generic (e0000000 420000) vs hw (e0000000 10000000)
[    4.069499] fb0: switching to amdgpudrmfb from EFI VGA
[    4.069543] Console: switching to colour dummy device 80x25
[    4.069823] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.069826] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    4.070175] amdgpu 0000:03:00.0: vgaarb: deactivate vga console
[    4.070265] amdgpu 0000:03:00.0: enabling device (0006 -> 0007)
[    4.070617] [drm] initializing kernel modesetting (RAVEN 0x1002:0x15D8 0x1043:0x1821 0xC2).
[    4.070865] [drm] register mmio base: 0xFE800000
[    4.070866] [drm] register mmio size: 524288
[    4.070891] [drm] add ip block number 0 <soc15_common>
[    4.070892] [drm] add ip block number 1 <gmc_v9_0>
[    4.070893] [drm] add ip block number 2 <vega10_ih>
[    4.070894] [drm] add ip block number 3 <psp>
[    4.070896] [drm] add ip block number 4 <gfx_v9_0>
[    4.070897] [drm] add ip block number 5 <sdma_v4_0>
[    4.070898] [drm] add ip block number 6 <powerplay>
[    4.070900] [drm] add ip block number 7 <dm>
[    4.070901] [drm] add ip block number 8 <vcn_v1_0>
[    4.072121] [drm] VCN decode is enabled in VM mode
[    4.072122] [drm] VCN encode is enabled in VM mode
[    4.072123] [drm] VCN jpeg decode is enabled in VM mode
[    4.072161] ATOM BIOS: 113-PICASSO-114
[    4.072213] [drm] RAS INFO: ras initialized successfully, hardware ability[0] ras_mask[0]
[    4.072218] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    4.072234] amdgpu 0000:03:00.0: VRAM: 2048M 0x000000F400000000 - 0x000000F47FFFFFFF (2048M used)
[    4.072235] amdgpu 0000:03:00.0: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[    4.072237] amdgpu 0000:03:00.0: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[    4.072245] [drm] Detected VRAM RAM=2048M, BAR=2048M
[    4.072246] [drm] RAM width 128bits DDR4
[    4.072387] [TTM] Zone  kernel: Available graphics memory: 3055478 KiB
[    4.072388] [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
[    4.072389] [TTM] Initializing pool allocator
[    4.072395] [TTM] Initializing DMA pool allocator
[    4.072484] [drm] amdgpu: 2048M of VRAM memory ready
[    4.072487] [drm] amdgpu: 3072M of GTT memory ready.
[    4.072523] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    4.073820] [drm] PCIE GART of 1024M enabled (table at 0x000000F400900000).
[    4.080382] [drm] use_doorbell being set to: [true]
[    4.081893] [drm] Found VCN firmware Version ENC: 1.9 DEC: 1 VEP: 0 Revision: 28
[    4.081898] [drm] PSP loading VCN firmware
[    4.103408] [drm] reserve 0x400000 from 0xf400c00000 for PSP TMR SIZE
[    4.138031] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.138033] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    4.145484] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    4.145487] Bluetooth: BNEP filters: protocol multicast
[    4.145493] Bluetooth: BNEP socket layer initialized
[    4.167484] 8021q: 802.1Q VLAN Support v1.8
[    4.167556] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.167559] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    4.215966] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.215968] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    4.246523] ath10k_pci 0000:01:00.0: qca9377 hw1.1 target 0x05020001 chip_id 0x003821ff sub 1a3b:2231
[    4.246525] ath10k_pci 0000:01:00.0: kconfig debug 1 debugfs 1 tracing 1 dfs 0 testmode 0
[    4.247055] ath10k_pci 0000:01:00.0: firmware ver WLAN.TF.2.1-00021-QCARMSWP-1 api 6 features wowlan,ignore-otp crc32 42e41877
[    4.282620] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.282621] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    4.311327] ath10k_pci 0000:01:00.0: board_file api 2 bmi_id N/A crc32 8aedfa4a
[    4.319794] [drm] DM_PPLIB: values for F clock
[    4.319796] [drm] DM_PPLIB:   400000 in kHz
[    4.319797] [drm] DM_PPLIB:   933000 in kHz
[    4.319798] [drm] DM_PPLIB:   1067000 in kHz
[    4.319799] [drm] DM_PPLIB:   1200000 in kHz
[    4.319801] [drm] DM_PPLIB: values for DCF clock
[    4.319801] [drm] DM_PPLIB:   300000 in kHz
[    4.319802] [drm] DM_PPLIB:   600000 in kHz
[    4.319802] [drm] DM_PPLIB:   626000 in kHz
[    4.319803] [drm] DM_PPLIB:   654000 in kHz
[    4.320196] [drm:construct [amdgpu]] *ERROR* construct: Invalid Connector ObjectID from Adapter Service for connector index:2! type 0 expected 3
[    4.320290] [drm:construct [amdgpu]] *ERROR* construct: Invalid Connector ObjectID from Adapter Service for connector index:3! type 0 expected 3
[    4.322556] [drm] Display Core initialized with v3.2.27!
[    4.326115] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.326118] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    4.331135] [drm] SADs count is: -2, don't need to read it
[    4.332709] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    4.332711] [drm] Driver supports precise vblank timestamp query.
[    4.336409] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[    4.338066] kfd kfd: Allocated 3969056 bytes on gart
[    4.338092] Topology: Add APU node [0x15d8:0x1002]
[    4.338462] kfd kfd: added device 1002:15d8
[    4.339440] [drm] fb mappable at 0x1A0000000
[    4.339441] [drm] vram apper at 0x19F000000
[    4.339443] [drm] size 4325376
[    4.339443] [drm] fb depth is 24
[    4.339444] [drm]    pitch is 5632
[    4.339539] fbcon: amdgpudrmfb (fb0) is primary device
[    4.342601] Console: switching to colour frame buffer device 170x48
[    4.358557] amdgpu 0000:03:00.0: fb0: amdgpudrmfb frame buffer device
[    4.378742] amdgpu 0000:03:00.0: ring gfx uses VM inv eng 0 on hub 0
[    4.378745] amdgpu 0000:03:00.0: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    4.378747] amdgpu 0000:03:00.0: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    4.378748] amdgpu 0000:03:00.0: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[    4.378763] amdgpu 0000:03:00.0: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[    4.378764] amdgpu 0000:03:00.0: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[    4.378766] amdgpu 0000:03:00.0: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[    4.378769] amdgpu 0000:03:00.0: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[    4.378771] amdgpu 0000:03:00.0: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[    4.378773] amdgpu 0000:03:00.0: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[    4.378775] amdgpu 0000:03:00.0: ring sdma0 uses VM inv eng 0 on hub 1
[    4.378777] amdgpu 0000:03:00.0: ring vcn_dec uses VM inv eng 1 on hub 1
[    4.378780] amdgpu 0000:03:00.0: ring vcn_enc0 uses VM inv eng 4 on hub 1
[    4.378782] amdgpu 0000:03:00.0: ring vcn_enc1 uses VM inv eng 5 on hub 1
[    4.378784] amdgpu 0000:03:00.0: ring vcn_jpeg uses VM inv eng 6 on hub 1
[    4.387801] ath10k_pci 0000:01:00.0: unsupported HTC service id: 1536
[    4.403744] [drm] Initialized amdgpu 3.32.0 20150101 for 0000:03:00.0 on minor 0
[    4.406898] ath10k_pci 0000:01:00.0: htt-ver 3.56 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[    4.478089] ath: EEPROM regdomain: 0x6a
[    4.478092] ath: EEPROM indicates we should expect a direct regpair map
[    4.478095] ath: Country alpha2 being used: 00
[    4.478096] ath: Regpair used: 0x6a
[    4.493785] ath10k_pci 0000:01:00.0 wlp1s0: renamed from wlan0
[    4.741898] ath10k_pci 0000:01:00.0: unsupported HTC service id: 1536
[    5.098981] ath10k_pci 0000:01:00.0: unsupported HTC service id: 1536
[    6.050494] kauditd_printk_skb: 22 callbacks suppressed
[    6.050498] audit: type=1130 audit(1568480413.442:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@973 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.062580] audit: type=1006 audit(1568480413.455:34): pid=594 uid=0 old-auid=4294967295 auid=973 tty=(none) old-ses=4294967295 ses=1 res=1
[    6.144884] audit: type=1130 audit(1568480413.535:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@973 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.915691] audit: type=1130 audit(1568480414.309:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.953037] audit: type=1130 audit(1568480414.345:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.433756] audit: type=1130 audit(1568480414.825:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    9.489729] audit: type=1131 audit(1568480416.882:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.637656] audit: type=1006 audit(1568480419.029:40): pid=670 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   11.665059] audit: type=1130 audit(1568480419.055:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.673772] audit: type=1006 audit(1568480419.065:42): pid=674 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
[   11.746804] audit: type=1130 audit(1568480419.139:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.408370] fuse: init (API version 7.31)
[   13.601222] audit: type=1130 audit(1568480420.992:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.852499] Bluetooth: RFCOMM TTY layer initialized
[   13.852512] Bluetooth: RFCOMM socket layer initialized
[   13.852523] Bluetooth: RFCOMM ver 1.11
[   15.184474] audit: type=1131 audit(1568480422.575:45): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   16.836329] audit: type=1130 audit(1568480424.229:46): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=packagekit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   22.017740] wlp1s0: authenticate with d4:6e:0e:f9:52:66
[   22.044629] wlp1s0: send auth to d4:6e:0e:f9:52:66 (try 1/3)
[   22.046273] wlp1s0: authenticated
[   22.048581] wlp1s0: associate with d4:6e:0e:f9:52:66 (try 1/3)
[   22.050336] audit: type=1131 audit(1568480429.442:47): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@973 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   22.065415] audit: type=1131 audit(1568480429.459:48): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@973 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   22.071036] wlp1s0: RX AssocResp from d4:6e:0e:f9:52:66 (capab=0x411 status=0 aid=1)
[   22.073863] wlp1s0: associated
[   22.212249] IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready
[   22.294091] audit: type=1130 audit(1568480429.685:49): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   31.111948] usb 2-2: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[   31.129201] usb 2-2: New USB device found, idVendor=0bc2, idProduct=2322, bcdDevice= 0.00
[   31.129206] usb 2-2: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[   31.129208] usb 2-2: Product: Expansion
[   31.129211] usb 2-2: Manufacturer: Seagate
[   31.129213] usb 2-2: SerialNumber: NA8L06GC
[   31.160569] usbcore: registered new interface driver usb-storage
[   32.181548] audit: type=1131 audit(1568480439.572:50): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   34.479162] audit: type=1131 audit(1568480441.872:51): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

Offline

#5 2019-09-14 17:37:26

Swiggles
Member
Registered: 2014-08-02
Posts: 266

Re: [SOLVED] External hard drive not being detected

What happens if you load usb-storage and plug it in after?

modprobe usb-storage

What happens if you disable auto suspend for the drive? e.g. set power/control to "on"

Does the drive work on any other machine and have you tried different USB ports?

Offline

#6 2019-09-14 17:49:01

oindividuo
Member
Registered: 2019-09-14
Posts: 21

Re: [SOLVED] External hard drive not being detected

What happens if you load usb-storage and plug it in after?

Nothing as far as I can tell

What happens if you disable auto suspend for the drive? e.g. set power/control to "on"

Sorry, I'm not sure how I would do that.
It works on other machines and I tried different ports.

Offline

#7 2019-09-14 18:16:08

Swiggles
Member
Registered: 2014-08-02
Posts: 266

Re: [SOLVED] External hard drive not being detected

oindividuo wrote:

What happens if you disable auto suspend for the drive? e.g. set power/control to "on"

Sorry, I'm not sure how I would do that.

https://www.kernel.org/doc/html/v4.14/d … ement.html

#Example for all devices on and including port 2-2 adjust accordingly
#Or select the associated devices directly and write "on" into power/control
for i in /sys/bus/usb/2-2/**/power/control; do
    echo "on" > $i
done

I suspect this won't change much, but you should try anyway.

One more log please:

#make sure you plugged your device in and out at least once during this boot
journalctl -b

Could you please verify if the issue persists with the linux-lte kernel?

Offline

#8 2019-09-14 20:27:58

oindividuo
Member
Registered: 2019-09-14
Posts: 21

Re: [SOLVED] External hard drive not being detected

I'm afraid linux-lts isn't booting properly, it gets stuck around here https://i.imgur.com/DKjx437.jpg
The last message repeats for as long as it is turned on, every few minutes.

I ran that command on /sys/bus/usb/devices/2-2/**/power/control but it didn't work either.

Here is the requested log https://pastebin.com/5KxDTFMn. I will try an earlier kernel (non LTS)

Last edited by jasonwryan (2019-09-14 20:33:24)

Offline

#9 2019-09-14 20:33:42

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] External hard drive not being detected

Read the Code of Conduct and only post thumbnails http://wiki.archlinux.org/index.php/Cod … s_and_code


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#10 2019-09-14 20:42:28

Swiggles
Member
Registered: 2014-08-02
Posts: 266

Re: [SOLVED] External hard drive not being detected

That's interesting. Could you please try adding a file:

/etc/udev/rules.d/99-Seagate.rules

SUBSYSTEMS=="usb", ATTRS{idVendor}=="0bc2", ATTRS{idProduct}=="2322", ENV{MODALIAS}="usb-storage"

Edit: Don't forget to reload the rules after:

udevadm control --reload

Last edited by Swiggles (2019-09-14 20:48:00)

Offline

#11 2019-09-14 20:57:24

oindividuo
Member
Registered: 2019-09-14
Posts: 21

Re: [SOLVED] External hard drive not being detected

Did not work. I also downgraded to 5.2.10, but no luck. Do you think I should just reinstall arch? It was working before.

Offline

#12 2019-09-14 21:06:08

loqs
Member
Registered: 2014-03-06
Posts: 17,194

Re: [SOLVED] External hard drive not being detected

oindividuo wrote:

Did not work. I also downgraded to 5.2.10, but no luck. Do you think I should just reinstall arch? It was working before.

If the cause is a package upgrade then a reinstall will install the new package version and not fix the issue.
If the cause is a configuration issue then reinstalling and using a different configuration would resolve the issue but the same result could be achieved by changing the configuration.
If the cause is file system corruption reinstalling would resolve the issue.  You can check for this with:

# pacman -Qkk

You could try downgrading the system to a previous date.

Last edited by loqs (2019-09-14 21:06:38)

Offline

#13 2019-09-14 21:07:23

Swiggles
Member
Registered: 2014-08-02
Posts: 266

Re: [SOLVED] External hard drive not being detected

Nah, reinstalling is never the solution. You can see the issue is that libmtp tries to grab the device. Alternative:

Rename file to 50-Seagate.rules and replace the content with:

ATTRS{idVendor}=="0bc2", ATTRS{idProduct}=="2322", ENV{MTP_NO_PROBE}="1"

Offline

#14 2019-09-14 21:21:56

oindividuo
Member
Registered: 2019-09-14
Posts: 21

Re: [SOLVED] External hard drive not being detected

I suggested reinstalling because it is a fairly fresh install. It wouldn't be much work setting it up again if all else fails.
The new rule did not change the behaviour. Where did you see that libmtp is grabbing it, btw? journalctl?
I am at the moment downgrading to 21st of August, which is when I installed arch. On wifi, so it might take a while. I can't remember when exactly the external drive worked, but it was close to the beginning, because I used it to transfer some files from my old computer. I specifically remember it not working the first time, then I installed ntfs-3g, and then I mounted it and transferred my stuff.

Offline

#15 2019-09-14 21:26:17

Swiggles
Member
Registered: 2014-08-02
Posts: 266

Re: [SOLVED] External hard drive not being detected

Sep 14 20:58:09 vivobook mtp-probe[2049]: checking bus 2, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb2/2-2"
Sep 14 20:58:09 vivobook mtp-probe[2049]: bus: 2, device: 2 was not an MTP device

This matches this rule from 69-libmtp.rules:

ENV{ID_MTP_DEVICE}!="1", ENV{MTP_NO_PROBE}!="1", ENV{COLOR_MEASUREMENT_DEVICE}!="1", ENV{libsane_matched}!="yes", ATTR{bDeviceClass}=="00|02|06|ef|ff", PROGRAM="/usr/lib/udev/mtp-probe      /sys$env{DEVPATH} $attr{busnum} $attr{devnum}", RESULT=="1", SYMLINK+="libmtp-%k", ENV{ID_MTP_DEVICE}="1", ENV{ID_MEDIA_PLAYER}="1"

For reference: by kbyrd

Offline

#16 2019-09-14 21:39:28

loqs
Member
Registered: 2014-03-06
Posts: 17,194

Re: [SOLVED] External hard drive not being detected

When was libmtp installed in relation to the issue starting? (you can check in /var/log/pacman.log)

Offline

#17 2019-09-15 01:27:06

oindividuo
Member
Registered: 2019-09-14
Posts: 21

Re: [SOLVED] External hard drive not being detected

The installation of libmtp predates the problem. I used the disk for the first time after installing clementine, to which libmtp is a dependency. pacman's log confirms it. To be sure, I uninstalled libmtp and related packages, and rebooted, but the problem persisted.

Offline

#18 2019-09-15 01:52:22

oindividuo
Member
Registered: 2019-09-14
Posts: 21

Re: [SOLVED] External hard drive not being detected

Just a side note, the disk worked perfectly just now under lubuntu on the same laptop (I had an old live flash drive lying around) so the problem lies definitely with my arch install.

Offline

#19 2019-09-15 11:58:37

Swiggles
Member
Registered: 2014-08-02
Posts: 266

Re: [SOLVED] External hard drive not being detected

Looks like the libmtp issue has actually been fixed in newer version according to some users and new reports aren't really there. It most likely might have been a red herring.
Some logs would have been great though. smile

Is there anything blacklisted, any module options set?
What is the full output of udevadm monitor?

Things I did notice but do not know: What is UdevQt and why does it error? I assume it is some component of KDE, what happens if you disable sddm and any related KDE modules?

What is the output of

systemctl list-unit-files --state=enabled

Offline

#20 2019-09-15 13:28:24

oindividuo
Member
Registered: 2019-09-14
Posts: 21

Re: [SOLVED] External hard drive not being detected

What is the full output of udevadm monitor?

udevadm monitor
monitor will print the received events for:
UDEV - the event which udev sends out after rule processing
KERNEL - the kernel uevent

KERNEL[205.699382] add      /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-3 (usb)
KERNEL[205.699790] add      /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-3/1-3:1.0 (usb)
KERNEL[205.699905] bind     /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-3 (usb)
UDEV  [205.708810] add      /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-3 (usb)
UDEV  [205.711607] add      /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-3/1-3:1.0 (usb)
UDEV  [205.715694] bind     /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-3 (usb)
^C

What is the output of systemctl list-unit-files --state=enabled

systemctl list-unit-files --state=enabled
UNIT FILE                                  STATE  
autovt@.service                            enabled
bluetooth.service                          enabled
cpupower.service                           enabled
dbus-org.bluez.service                     enabled
dbus-org.freedesktop.nm-dispatcher.service enabled
dbus-org.freedesktop.timesync1.service     enabled
dhcpcd.service                             enabled
display-manager.service                    enabled
getty@.service                             enabled
libvirtd.service                           enabled
NetworkManager-dispatcher.service          enabled
NetworkManager-wait-online.service         enabled
NetworkManager.service                     enabled
sddm.service                               enabled
systemd-timesyncd.service                  enabled
virtlockd.socket                           enabled
virtlogd.socket                            enabled
remote-fs.target                           enabled

18 unit files listed.

I disabled sddm with systemctl and rebooted, repeated lsusb, lsblk, and fdisk -l, same thing happened.

Offline

#21 2019-09-15 14:16:33

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: [SOLVED] External hard drive not being detected

Did you try the disk on a different USB, notably one of the 2.0 ones?

Offline

#22 2019-09-15 14:16:41

Swiggles
Member
Registered: 2014-08-02
Posts: 266

Re: [SOLVED] External hard drive not being detected

Honestly I am lost myself. While you didn't answer the question about blacklists and so on, I assume the answer is no.
I would love to play around with it myself and figure out what is wrong, but from here it goes over my head. Sorry!

I hope anyone else can produce some additional ideas.

Offline

#23 2019-09-15 14:42:25

oindividuo
Member
Registered: 2019-09-14
Posts: 21

Re: [SOLVED] External hard drive not being detected

That's alright, I appreciate all the help so far. I actually have uas blacklisted.

Offline

#24 2019-09-15 14:44:09

Swiggles
Member
Registered: 2014-08-02
Posts: 266

Re: [SOLVED] External hard drive not being detected

Wait a second. Isn't it the USB attached SCSI driver, aka the one for USB drives? Could you please unblacklist it?

Offline

#25 2019-09-15 14:45:53

oindividuo
Member
Registered: 2019-09-14
Posts: 21

Re: [SOLVED] External hard drive not being detected

Well, now I feel dumb. I unblacklisted uas and everything is fine. I'm not sure why I blacklisted it in the first place. Thanks again for all your time, you are a lifesaver smile

Last edited by oindividuo (2019-09-15 14:46:56)

Offline

Board footer

Powered by FluxBB