You are not logged in.

#1 2018-09-22 09:10:11

teXnican
Member
Registered: 2018-09-21
Posts: 28

Failing to turn Bluetooth module on

I have a Lenovo Thinkpad A485 that uses the Realtek 8822be WLAN/Bluetooth card, which is supported in the kernel and which I had working fine at one point on an Antergos installation I previously had on this machine (but only after turning it on using Fn+F10, the Bluetooth Hotkey on this ThinkPad). bluez and bluez-utils are installed.

While the WLAN works as intended, I now can't get the Bluetooth module to turn on:

$ bluetoothctl
Agent registered
[bluetooth]# list
[bluetooth]# power on
No default controller available
[bluetooth]# scan
Missing on/off argument
[bluetooth]# 

Systemd service is running

sudo systemctl status bluetooth
● bluetooth.service - Bluetooth service
   Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
   Active: active (running) since Sat 2018-09-22 10:57:07 CEST; 10min ago
     Docs: man:bluetoothd(8)
 Main PID: 452 (bluetoothd)
   Status: "Running"
    Tasks: 1 (limit: 4915)
   Memory: 2.7M
   CGroup: /system.slice/bluetooth.service
           └─452 /usr/lib/bluetooth/bluetoothd

Sep 22 10:57:07 xenonpad systemd[1]: Starting Bluetooth service...
Sep 22 10:57:07 xenonpad bluetoothd[452]: Bluetooth daemon 5.50
Sep 22 10:57:07 xenonpad systemd[1]: Started Bluetooth service.
Sep 22 10:57:07 xenonpad bluetoothd[452]: Starting SDP server
Sep 22 10:57:07 xenonpad bluetoothd[452]: Bluetooth management interface 1.14 initialized

Kernel modules:

$ lsmod | grep btusb
btusb                  53248  0
btrtl                  16384  1 btusb
btbcm                  16384  1 btusb
btintel                24576  1 btusb
bluetooth             638976  11 btrtl,btintel,btbcm,bnep,btusb
usbcore               294912  6 xhci_hcd,ehci_pci,uvcvideo,ehci_hcd,btusb,xhci_pci

dmesg output:

$ dmesg | grep -i bluetooth
[    2.993124] usb 4-2.2: Product: Bluetooth Radio 
[    9.044514] Bluetooth: Core ver 2.22
[    9.044569] Bluetooth: HCI device and connection manager initialized
[    9.044588] Bluetooth: HCI socket layer initialized
[    9.044591] Bluetooth: L2CAP socket layer initialized
[    9.044603] Bluetooth: SCO socket layer initialized
[    9.286532] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    9.286534] Bluetooth: BNEP filters: protocol multicast
[    9.286538] Bluetooth: BNEP socket layer initialized
[   11.147056] Bluetooth: hci0: command 0x1001 tx timeout
[   19.253695] Bluetooth: hci0: HCI_OP_READ_LOCAL_VERSION failed (-110)

The correct firmware r8822be is loaded too:

$ lspci -vnn
00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:15d0]
	Subsystem: Advanced Micro Devices, Inc. [AMD] Device [1022:15d0]
	Flags: fast devsel

00:00.2 IOMMU [0806]: Advanced Micro Devices, Inc. [AMD] Device [1022:15d1]
	Subsystem: Advanced Micro Devices, Inc. [AMD] Device [1022:15d1]
	Flags: fast devsel, IRQ 25
	Capabilities: <access denied>

00:01.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) PCIe Dummy Host Bridge [1022:1452]
	Flags: fast devsel

00:01.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Device [1022:15d3] (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 26
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: None
	Memory behind bridge: c0b00000-c0bfffff [size=1M]
	Prefetchable memory behind bridge: None
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:01.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Device [1022:15d3] (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 27
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 00004000-00004fff [size=4K]
	Memory behind bridge: c0a00000-c0afffff [size=1M]
	Prefetchable memory behind bridge: None
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:01.3 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Device [1022:15d3] (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 28
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: None
	Memory behind bridge: c0900000-c09fffff [size=1M]
	Prefetchable memory behind bridge: None
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:01.4 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Device [1022:15d3] (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 29
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: 00003000-00003fff [size=4K]
	Memory behind bridge: c0800000-c08fffff [size=1M]
	Prefetchable memory behind bridge: None
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:01.6 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Device [1022:15d3] (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 30
	Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
	I/O behind bridge: 00002000-00002fff [size=4K]
	Memory behind bridge: c0700000-c07fffff [size=1M]
	Prefetchable memory behind bridge: None
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:08.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) PCIe Dummy Host Bridge [1022:1452]
	Flags: fast devsel

00:08.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Device [1022:15db] (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 31
	Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
	I/O behind bridge: 00001000-00001fff [size=4K]
	Memory behind bridge: c0300000-c06fffff [size=4M]
	Prefetchable memory behind bridge: 00000000b0000000-00000000c01fffff [size=258M]
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:08.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Device [1022:15dc] (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 32
	Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
	I/O behind bridge: None
	Memory behind bridge: c0200000-c02fffff [size=1M]
	Prefetchable memory behind bridge: None
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller [1022:790b] (rev 61)
	Subsystem: Lenovo FCH SMBus Controller [17aa:5122]
	Flags: 66MHz, medium devsel
	Kernel driver in use: piix4_smbus
	Kernel modules: i2c_piix4, sp5100_tco

00:14.3 ISA bridge [0601]: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge [1022:790e] (rev 51)
	Subsystem: Lenovo FCH LPC Bridge [17aa:5122]
	Flags: bus master, 66MHz, medium devsel, latency 0

00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:15e8]
	Flags: fast devsel

00:18.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:15e9]
	Flags: fast devsel

00:18.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:15ea]
	Flags: fast devsel

00:18.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:15eb]
	Flags: fast devsel
	Kernel driver in use: k10temp
	Kernel modules: k10temp

00:18.4 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:15ec]
	Flags: fast devsel

00:18.5 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:15ed]
	Flags: fast devsel

00:18.6 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:15ee]
	Flags: fast devsel

00:18.7 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:15ef]
	Flags: fast devsel

01:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS522A PCI Express Card Reader [10ec:522a] (rev 01)
	Subsystem: Lenovo RTS522A PCI Express Card Reader [17aa:5122]
	Flags: bus master, fast devsel, latency 0, IRQ 52
	Memory at c0b00000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: rtsx_pci
	Kernel modules: rtsx_pci

02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8822BE 802.11a/b/g/n/ac WiFi adapter [10ec:b822]
	Subsystem: Lenovo RTL8822BE 802.11a/b/g/n/ac WiFi adapter [17aa:b023]
	Flags: bus master, fast devsel, latency 0, IRQ 82
	I/O ports at 4000 [size=256]
	Memory at c0a00000 (64-bit, non-prefetchable) [size=64K]
	Capabilities: <access denied>
	Kernel driver in use: r8822be
	Kernel modules: r8822be

03:00.0 Non-Volatile memory controller [0108]: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981 [144d:a808] (prog-if 02 [NVM Express])
	Subsystem: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981 [144d:a801]
	Flags: bus master, fast devsel, latency 0, IRQ 33, NUMA node 0
	Memory at c0900000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: nvme

04:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0e)
	Subsystem: Lenovo RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [17aa:5122]
	Flags: bus master, fast devsel, latency 0, IRQ 74
	I/O ports at 3400 [size=256]
	Memory at c0814000 (64-bit, non-prefetchable) [size=4K]
	Memory at c0800000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: r8169
	Kernel modules: r8169

04:00.1 Serial controller [0700]: Realtek Semiconductor Co., Ltd. Device [10ec:816a] (rev 0e) (prog-if 02 [16550])
	Subsystem: Lenovo Device [17aa:5122]
	Flags: fast devsel, IRQ 33
	I/O ports at 3200 [size=256]
	Memory at c0815000 (64-bit, non-prefetchable) [size=4K]
	Memory at c0804000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>

04:00.2 Serial controller [0700]: Realtek Semiconductor Co., Ltd. Device [10ec:816b] (rev 0e) (prog-if 02 [16550])
	Subsystem: Lenovo Device [17aa:5122]
	Flags: fast devsel, IRQ 33
	I/O ports at 3100 [size=256]
	Memory at c0816000 (64-bit, non-prefetchable) [size=4K]
	Memory at c0808000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>

04:00.3 IPMI Interface [0c07]: Realtek Semiconductor Co., Ltd. Device [10ec:816c] (rev 0e) (prog-if 01 [KCS])
	Subsystem: Lenovo Device [17aa:5122]
	Flags: fast devsel, IRQ 255
	I/O ports at 3000 [disabled] [size=256]
	Memory at c0817000 (64-bit, non-prefetchable) [disabled] [size=4K]
	Memory at c080c000 (64-bit, non-prefetchable) [disabled] [size=16K]
	Capabilities: <access denied>
	Kernel modules: ipmi_si

04:00.4 USB controller [0c03]: Realtek Semiconductor Co., Ltd. Device [10ec:816d] (rev 0e) (prog-if 20 [EHCI])
	Subsystem: Lenovo Device [17aa:5122]
	Flags: bus master, fast devsel, latency 0, IRQ 53
	Memory at c0818000 (32-bit, non-prefetchable) [size=4K]
	Memory at c0810000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: ehci-pci
	Kernel modules: ehci_pci

05:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 10)
	Subsystem: Lenovo RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [17aa:5122]
	Flags: bus master, fast devsel, latency 0, IRQ 76
	I/O ports at 2000 [size=256]
	Memory at c0704000 (64-bit, non-prefetchable) [size=4K]
	Memory at c0700000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: r8169
	Kernel modules: r8169

06:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Raven Ridge [Radeon Vega Series / Radeon Vega Mobile Series] [1002:15dd] (rev d1) (prog-if 00 [VGA controller])
	Subsystem: Lenovo Raven Ridge [Radeon Vega Series / Radeon Vega Mobile Series] [17aa:5122]
	Flags: bus master, fast devsel, latency 0, IRQ 83
	Memory at b0000000 (64-bit, prefetchable) [size=256M]
	Memory at c0000000 (64-bit, prefetchable) [size=2M]
	I/O ports at 1000 [size=256]
	Memory at c0600000 (32-bit, non-prefetchable) [size=512K]
	Capabilities: <access denied>
	Kernel driver in use: amdgpu
	Kernel modules: amdgpu

06:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Device [1002:15de]
	Subsystem: Lenovo Device [17aa:5122]
	Flags: bus master, fast devsel, latency 0, IRQ 79
	Memory at c0688000 (32-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel

06:00.2 Encryption controller [1080]: Advanced Micro Devices, Inc. [AMD] Device [1022:15df]
	Subsystem: Lenovo Device [17aa:5122]
	Flags: fast devsel, IRQ 255
	Memory at c0500000 (32-bit, non-prefetchable) [disabled] [size=1M]
	Memory at c068c000 (32-bit, non-prefetchable) [disabled] [size=8K]
	Capabilities: <access denied>

06:00.3 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Device [1022:15e0] (prog-if 30 [XHCI])
	Subsystem: Lenovo Device [17aa:5122]
	Flags: bus master, fast devsel, latency 0, IRQ 54
	Memory at c0300000 (64-bit, non-prefetchable) [size=1M]
	Capabilities: <access denied>
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci

06:00.4 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Device [1022:15e1] (prog-if 30 [XHCI])
	Subsystem: Lenovo Device [17aa:5122]
	Flags: bus master, fast devsel, latency 0, IRQ 65
	Memory at c0400000 (64-bit, non-prefetchable) [size=1M]
	Capabilities: <access denied>
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci

06:00.6 Audio device [0403]: Advanced Micro Devices, Inc. [AMD] Device [1022:15e3]
	Subsystem: Lenovo Device [17aa:5122]
	Flags: bus master, fast devsel, latency 0, IRQ 80
	Memory at c0680000 (32-bit, non-prefetchable) [size=32K]
	Capabilities: <access denied>
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel

07:00.0 SATA controller [0106]: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] [1022:7901] (rev 61) (prog-if 01 [AHCI 1.0])
	Subsystem: Lenovo FCH SATA Controller [AHCI mode] [17aa:5122]
	Flags: bus master, fast devsel, latency 0, IRQ 56
	Memory at c0200000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: <access denied>
	Kernel driver in use: ahci
	Kernel modules: ahci

journalctl output:

Sep 22 10:57:07 xenonpad kernel: usb 4-2.2: Product: Bluetooth Radio 
Sep 22 10:57:07 xenonpad kernel: Bluetooth: Core ver 2.22
Sep 22 10:57:07 xenonpad kernel: Bluetooth: HCI device and connection manager initialized
Sep 22 10:57:07 xenonpad kernel: Bluetooth: HCI socket layer initialized
Sep 22 10:57:07 xenonpad kernel: Bluetooth: L2CAP socket layer initialized
Sep 22 10:57:07 xenonpad kernel: Bluetooth: SCO socket layer initialized
Sep 22 10:57:07 xenonpad systemd[1]: Starting Bluetooth service...
Sep 22 10:57:07 xenonpad bluetoothd[452]: Bluetooth daemon 5.50
Sep 22 10:57:07 xenonpad systemd[1]: Started Bluetooth service.
Sep 22 10:57:07 xenonpad bluetoothd[452]: Starting SDP server
Sep 22 10:57:07 xenonpad audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 22 10:57:07 xenonpad systemd[1]: Reached target Bluetooth.
Sep 22 10:57:07 xenonpad kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Sep 22 10:57:07 xenonpad kernel: Bluetooth: BNEP filters: protocol multicast
Sep 22 10:57:07 xenonpad kernel: Bluetooth: BNEP socket layer initialized
Sep 22 10:57:07 xenonpad bluetoothd[452]: Bluetooth management interface 1.14 initialized
Sep 22 10:57:07 xenonpad dbus-daemon[443]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.1' (uid=0 pid=452 comm="/usr/lib/bluetooth/bluetoothd ")
Sep 22 10:57:09 xenonpad kernel: Bluetooth: hci0: command 0x1001 tx timeout
Sep 22 10:57:17 xenonpad kernel: Bluetooth: hci0: HCI_OP_READ_LOCAL_VERSION failed (-110)
Sep 22 10:57:17 xenonpad systemd[1]: bluetooth.target: Unit not needed anymore. Stopping.
Sep 22 10:57:17 xenonpad systemd[1]: Stopped target Bluetooth.
Sep 22 10:57:48 xenonpad sudo[689]:    xenon : TTY=pts/0 ; PWD=/home/xenon ; USER=root ; COMMAND=/usr/bin/systemctl status bluetooth
Sep 22 11:07:43 xenonpad sudo[1070]:    xenon : TTY=pts/1 ; PWD=/home/xenon ; USER=root ; COMMAND=/usr/bin/systemctl status bluetooth

rfkill does not find the module at all

$ rfkill list
1: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no

Here's also the log from btmon when starting the bluetooth.service via systemd:

$ sudo btmon
[sudo] password for xenon: 
Bluetooth monitor ver 5.50
= Note: Linux version 4.18.9-arch1-1-ARCH (x86_64)                                    0.413481
= Note: Bluetooth subsystem version 2.22                                              0.413484
@ MGMT Open: btmon (privileged) version 1.14                                 {0x0001} 0.413499
= bluetoothd: Bluetooth daemon 5.50                                                   9.429625
@ MGMT Open: bluetoothd (privileged) version 1.14                            {0x0002} 9.431036
= bluetoothd: Starting SDP server                                                     9.431093
= bluetoothd: Ignoring (cli) hostname                                                 9.431132
= bluetoothd: Ignoring (cli) wiimote                                                  9.431151
= bluetoothd: Ignoring (cli) autopair                                                 9.431155
= bluetoothd: Ignoring (cli) a2dp                                                     9.431162
= bluetoothd: Ignoring (cli) avrcp                                                    9.431169
= bluetoothd: Ignoring (cli) network                                                  9.431179
= bluetoothd: Ignoring (cli) input                                                    9.431187
= bluetoothd: Ignoring (cli) hog                                                      9.431194
= bluetoothd: Ignoring (cli) gap                                                      9.431207
= bluetoothd: Ignoring (cli) scanparam                                                9.431217
= bluetoothd: Ignoring (cli) deviceinfo                                               9.431229
= bluetoothd: Ignoring (cli) midi                                                     9.431242
= bluetoothd: Ignoring (cli) battery                                                  9.431256
@ MGMT Command: Read Management Version Information (0x0001) plen 0          {0x0002} 9.431326
@ MGMT Event: Command Complete (0x0001) plen 6                               {0x0002} 9.431330
      Read Management Version Information (0x0001) plen 3
        Status: Success (0x00)
        Version: 1.14
= bluetoothd: Bluetooth management interface 1.14 initialized                         9.431378
@ MGMT Command: Read Management Supported Commands (0x0002) plen 0           {0x0002} 9.431369
@ MGMT Event: Command Complete (0x0001) plen 207                             {0x0002} 9.431373
      Read Management Supported Commands (0x0002) plen 204
        Status: Success (0x00)
        Commands: 65
          Read Controller Index List (0x0003)
          Read Controller Information (0x0004)
          Set Powered (0x0005)
          Set Discoverable (0x0006)
          Set Connectable (0x0007)
          Set Fast Connectable (0x0008)
          Set Bondable (0x0009)
          Set Link Security (0x000a)
          Set Secure Simple Pairing (0x000b)
          Set High Speed (0x000c)
          Set Low Energy (0x000d)
          Set Device Class (0x000e)
          Set Local Name (0x000f)
          Add UUID (0x0010)
          Remove UUID (0x0011)
          Load Link Keys (0x0012)
          Load Long Term Keys (0x0013)
          Disconnect (0x0014)
          Get Connections (0x0015)
          PIN Code Reply (0x0016)
          PIN Code Negative Reply (0x0017)
          Set IO Capability (0x0018)
          Pair Device (0x0019)
          Cancel Pair Device (0x001a)
          Unpair Device (0x001b)
          User Confirmation Reply (0x001c)
          User Confirmation Negative Reply (0x001d)
          User Passkey Reply (0x001e)
          User Passkey Negative Reply (0x001f)
          Read Local Out Of Band Data (0x0020)
          Add Remote Out Of Band Data (0x0021)
          Remove Remote Out Of Band Data (0x0022)
          Start Discovery (0x0023)
          Stop Discovery (0x0024)
          Confirm Name (0x0025)
          Block Device (0x0026)
          Unblock Device (0x0027)
          Set Device ID (0x0028)
          Set Advertising (0x0029)
          Set BR/EDR (0x002a)
          Set Static Address (0x002b)
          Set Scan Parameters (0x002c)
          Set Secure Connections (0x002d)
          Set Debug Keys (0x002e)
          Set Privacy (0x002f)
          Load Identity Resolving Keys (0x0030)
          Get Connection Information (0x0031)
          Get Clock Information (0x0032)
          Add Device (0x0033)
          Remove Device (0x0034)
          Load Connection Parameters (0x0035)
          Read Unconfigured Controller Index List (0x0036)
          Read Controller Configuration Information (0x0037)
          Set External Configuration (0x0038)
          Set Public Address (0x0039)
          Start Service Discovery (0x003a)
          Read Local Out Of Band Extended Data (0x003b)
          Read Extended Controller Index List (0x003c)
          Read Advertising Features (0x003d)
          Add Advertising (0x003e)
          Remove Advertising (0x003f)
          Get Advertising Size Information (0x0040)
          Start Limited Discovery (0x0041)
          Read Extended Controller Information (0x0042)
          Set Appearance (0x0043)
        Events: 35
          Controller Error (0x0003)
          Index Added (0x0004)
          Index Removed (0x0005)
          New Settings (0x0006)
          Class Of Device Changed (0x0007)
          Local Name Changed (0x0008)
          New Link Key (0x0009)
          New Long Term Key (0x000a)
          Device Connected (0x000b)
          Device Disconnected (0x000c)
          Connect Failed (0x000d)
          PIN Code Request (0x000e)
          User Confirmation Request (0x000f)
          User Passkey Request (0x0010)
          Authentication Failed (0x0011)
          Device Found (0x0012)
          Discovering (0x0013)
          Device Blocked (0x0014)
          Device Unblocked (0x0015)
          Device Unpaired (0x0016)
          Passkey Notify (0x0017)
          New Identity Resolving Key (0x0018)
          New Signature Resolving Key (0x0019)
          Device Added (0x001a)
          Device Removed (0x001b)
          New Connection Parameter (0x001c)
          Unconfigured Index Added (0x001d)
          Unconfigured Index Removed (0x001e)
          New Configuration Options (0x001f)
          Extended Index Added (0x0020)
          Extended Index Removed (0x0021)
          Local Out Of Band Extended Data Updated (0x0022)
          Advertising Added (0x0023)
          Advertising Removed (0x0024)
          Extended Controller Information Changed (0x0025)
@ MGMT Command: Read Controller Index List (0x0003) plen 0                   {0x0002} 9.431393
@ MGMT Event: Command Complete (0x0001) plen 5                               {0x0002} 9.431398
      Read Controller Index List (0x0003) plen 2
        Status: Success (0x00)
        Controllers: 0

I also tried the suggestion form the wiki to turn it on in my dual booted Windows 10, but to no avail.

How can I fix this? Pressing the Bluetooth hotkey does trigger XF86Bluetooth, but it does not change anything. It has to be a configuration issue, since it previously worked on Antergos with XFCE. I just tried again on a live system of Antergos to check for stupid-user problem, but could not make it work there anymore.

Collecting more evidence of people that have it working non-consistently [1,2] I think I should open an issue for this kernel module, as it should work out of the box.

[1] https://askubuntu.com/questions/1003818 … oth-device
[2] https://ubuntuforums.org/showthread.php?t=2399809

Last edited by teXnican (2018-09-22 14:13:05)

Offline

#2 2018-09-22 14:13:27

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,129

Re: Failing to turn Bluetooth module on

The chip isn't found, might be missing firmware.
Please post the complete dmesg. If you still have antergos around, a comparism might pay off.

Offline

#3 2018-09-22 14:25:54

teXnican
Member
Registered: 2018-09-21
Posts: 28

Re: Failing to turn Bluetooth module on

I can boot into a live system of Antergos but since I could not make Bluetooth work there as I just tried, I don't think it'll be too helpful.

Here the complete dmesg output:

[    0.000000] Linux version 4.18.9-arch1-1-ARCH (builduser@heftig-19946) (gcc version 8.2.1 20180831 (GCC)) #1 SMP PREEMPT Wed Sep 19 21:19:17 UTC 2018
[    0.000000] Command line: initrd=\initramfs-linux.img ivrs_ioapic[32]=00:14.0 cryptdevice=UUID=7819122a-8b28-47fd-bc24-a0d5f6720ce7:cryptlvm root=/dev/vg0/root
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    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-0x0000000000085fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000086000-0x0000000000086fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000087000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009bfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009c00000-0x0000000009cd0fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000009cd1000-0x0000000009efffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009f00000-0x0000000009f09fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000009f0a000-0x0000000064b67fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000064b68000-0x0000000065b67fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000065b68000-0x0000000069f3ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000069f40000-0x000000006ce6efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006ce6f000-0x000000006cedcfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006cedd000-0x000000006cf1cfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006cf1d000-0x000000006cf1efff] usable
[    0.000000] BIOS-e820: [mem 0x000000006cf1f000-0x000000006d321fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006d322000-0x000000006effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000006f000000-0x000000006fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000024f33ffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x6397a018-0x63988057] usable ==> usable
[    0.000000] e820: update [mem 0x6397a018-0x63988057] usable ==> usable
[    0.000000] e820: update [mem 0x6396b018-0x63979057] usable ==> usable
[    0.000000] e820: update [mem 0x6396b018-0x63979057] usable ==> usable
[    0.000000] e820: update [mem 0x6395d018-0x6396a457] usable ==> usable
[    0.000000] e820: update [mem 0x6395d018-0x6396a457] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000085fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000086000-0x0000000000086fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000087000-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009bfffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009c00000-0x0000000009cd0fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000009cd1000-0x0000000009efffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009f00000-0x0000000009f09fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000009f0a000-0x000000006395d017] usable
[    0.000000] reserve setup_data: [mem 0x000000006395d018-0x000000006396a457] usable
[    0.000000] reserve setup_data: [mem 0x000000006396a458-0x000000006396b017] usable
[    0.000000] reserve setup_data: [mem 0x000000006396b018-0x0000000063979057] usable
[    0.000000] reserve setup_data: [mem 0x0000000063979058-0x000000006397a017] usable
[    0.000000] reserve setup_data: [mem 0x000000006397a018-0x0000000063988057] usable
[    0.000000] reserve setup_data: [mem 0x0000000063988058-0x0000000064b67fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000064b68000-0x0000000065b67fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000065b68000-0x0000000069f3ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000069f40000-0x000000006ce6efff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006ce6f000-0x000000006cedcfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006cedd000-0x000000006cf1cfff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000006cf1d000-0x000000006cf1efff] usable
[    0.000000] reserve setup_data: [mem 0x000000006cf1f000-0x000000006d321fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006d322000-0x000000006effffff] usable
[    0.000000] reserve setup_data: [mem 0x000000006f000000-0x000000006fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000024f33ffff] usable
[    0.000000] efi: EFI v2.60 by Lenovo
[    0.000000] efi:  ACPI=0x6cf1c000  ACPI 2.0=0x6cf1c014  SMBIOS=0x6a5db000  SMBIOS 3.0=0x6a5d8000  ESRT=0x6a529000  MEMATTR=0x66c4b018  TPMEventLog=0x63989018 
[    0.000000] SMBIOS 3.1.1 present.
[    0.000000] DMI: LENOVO 20MU000CGE/20MU000CGE, BIOS R0WET34W (1.02 ) 07/05/2018
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] last_pfn = 0x24f340 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 000080000000 mask FFFFE0000000 write-back
[    0.000000]   2 base 0000A0000000 mask FFFFF0000000 write-back
[    0.000000]   3 base 0000FF000000 mask FFFFFF000000 write-protect
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000250000000 aka 9472M
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] last_pfn = 0x6f000 max_arch_pfn = 0x400000000
[    0.000000] esrt: Reserving ESRT space from 0x000000006a529000 to 0x000000006a529088.
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [(____ptrval____)] 99000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x136aa1000, 0x136aa1fff] PGTABLE
[    0.000000] BRK [0x136aa2000, 0x136aa2fff] PGTABLE
[    0.000000] BRK [0x136aa3000, 0x136aa3fff] PGTABLE
[    0.000000] BRK [0x136aa4000, 0x136aa4fff] PGTABLE
[    0.000000] BRK [0x136aa5000, 0x136aa5fff] PGTABLE
[    0.000000] BRK [0x136aa6000, 0x136aa6fff] PGTABLE
[    0.000000] BRK [0x136aa7000, 0x136aa7fff] PGTABLE
[    0.000000] BRK [0x136aa8000, 0x136aa8fff] PGTABLE
[    0.000000] BRK [0x136aa9000, 0x136aa9fff] PGTABLE
[    0.000000] BRK [0x136aaa000, 0x136aaafff] PGTABLE
[    0.000000] BRK [0x136aab000, 0x136aabfff] PGTABLE
[    0.000000] BRK [0x136aac000, 0x136aacfff] PGTABLE
[    0.000000] Secure boot disabled
[    0.000000] RAMDISK: [mem 0x6398e000-0x64b4afff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000006CF1C014 000024 (v02 LENOVO)
[    0.000000] ACPI: XSDT 0x000000006CEE5188 0000E4 (v01 LENOVO TP-R0W   00001020 PTEC 00000002)
[    0.000000] ACPI: FACP 0x000000006CF0B000 00010C (v05 LENOVO TP-R0W   00001020 PTEC 00000002)
[    0.000000] ACPI: DSDT 0x000000006CEFA000 00C8FF (v01 LENOVO TP-R0W   00001020 INTL 20120711)
[    0.000000] ACPI: FACS 0x000000006CE7D000 000040
[    0.000000] ACPI: SSDT 0x000000006CF15000 005367 (v02 LENOVO TP-R0W   00000002 MSFT 02000002)
[    0.000000] ACPI: SSDT 0x000000006CF13000 00119C (v01 LENOVO TP-R0W   00000001 AMD  00000001)
[    0.000000] ACPI: CRAT 0x000000006CF12000 000810 (v01 LENOVO TP-R0W   00001020 PTEC 00000002)
[    0.000000] ACPI: CDIT 0x000000006CF11000 000029 (v01 LENOVO TP-R0W   00001020 PTEC 00000002)
[    0.000000] ACPI: SSDT 0x000000006CF10000 0003FE (v02 LENOVO Tpm2Tabl 00001000 INTL 20120711)
[    0.000000] ACPI: TPM2 0x000000006CF0F000 000034 (v03 LENOVO TP-R0W   00001020 PTEC 00000002)
[    0.000000] ACPI: UEFI 0x000000006CE80000 000042 (v01 LENOVO TP-R0W   00001020 PTEC 00000002)
[    0.000000] ACPI: MSDM 0x000000006CF0E000 000055 (v03 LENOVO TP-R0W   00001020 PTEC 00000002)
[    0.000000] ACPI: SLIC 0x000000006CF0D000 000176 (v01 LENOVO TP-R0W   00001020 PTEC 00000002)
[    0.000000] ACPI: BATB 0x000000006CF0C000 00004A (v02 LENOVO TP-R0W   00001020 PTEC 00000002)
[    0.000000] ACPI: HPET 0x000000006CF0A000 000038 (v01 LENOVO TP-R0W   00001020 PTEC 00000002)
[    0.000000] ACPI: APIC 0x000000006CF09000 000138 (v02 LENOVO TP-R0W   00001020 PTEC 00000002)
[    0.000000] ACPI: MCFG 0x000000006CF08000 00003C (v01 LENOVO TP-R0W   00001020 PTEC 00000002)
[    0.000000] ACPI: SBST 0x000000006CF07000 000030 (v01 LENOVO TP-R0W   00001020 PTEC 00000002)
[    0.000000] ACPI: VFCT 0x000000006CEEC000 00D484 (v01 LENOVO TP-R0W   00001020 PTEC 00000002)
[    0.000000] ACPI: IVRS 0x000000006CEEB000 0000D0 (v02 LENOVO TP-R0W   00001020 PTEC 00000002)
[    0.000000] ACPI: FPDT 0x000000006CEEA000 000044 (v01 LENOVO TP-R0W   00001020 PTEC 00000002)
[    0.000000] ACPI: SSDT 0x000000006CEE9000 000EEB (v01 LENOVO TP-R0W   00000001 INTL 20120711)
[    0.000000] ACPI: SSDT 0x000000006CEE8000 0008AA (v01 LENOVO TP-R0W   00000001 INTL 20120711)
[    0.000000] ACPI: SSDT 0x000000006CEE6000 001AD6 (v01 LENOVO TP-R0W   00000001 INTL 20120711)
[    0.000000] ACPI: BGRT 0x000000006CF1B000 000038 (v01 LENOVO TP-R0W   00001020 PTEC 00000002)
[    0.000000] ACPI: UEFI 0x000000006CE7C000 0000B2 (v01 LENOVO TP-R0W   00001020 PTEC 00000002)
[    0.000000] ACPI: SSDT 0x000000006CEE3000 00118E (v01 LENOVO TP-R0W   00000001 INTL 20120711)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000024f33ffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x24f33c000-0x24f33ffff]
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000024f33ffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000085fff]
[    0.000000]   node   0: [mem 0x0000000000087000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000009bfffff]
[    0.000000]   node   0: [mem 0x0000000009cd1000-0x0000000009efffff]
[    0.000000]   node   0: [mem 0x0000000009f0a000-0x0000000064b67fff]
[    0.000000]   node   0: [mem 0x0000000065b68000-0x0000000069f3ffff]
[    0.000000]   node   0: [mem 0x000000006cf1d000-0x000000006cf1efff]
[    0.000000]   node   0: [mem 0x000000006d322000-0x000000006effffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000024f33ffff]
[    0.000000] Reserved but unavailable: 21790 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000024f33ffff]
[    0.000000] On node 0 totalpages: 1809954
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 6766 pages used for memmap
[    0.000000]   DMA32 zone: 432965 pages, LIFO batch:31
[    0.000000]   Normal zone: 21453 pages used for memmap
[    0.000000]   Normal zone: 1372992 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x43538210 base: 0xfed00000
[    0.000000] smpboot: Allowing 16 CPUs, 8 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00086000-0x00086fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x09c00000-0x09cd0fff]
[    0.000000] PM: Registered nosave memory: [mem 0x09f00000-0x09f09fff]
[    0.000000] PM: Registered nosave memory: [mem 0x6395d000-0x6395dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x6396a000-0x6396afff]
[    0.000000] PM: Registered nosave memory: [mem 0x6396b000-0x6396bfff]
[    0.000000] PM: Registered nosave memory: [mem 0x63979000-0x63979fff]
[    0.000000] PM: Registered nosave memory: [mem 0x6397a000-0x6397afff]
[    0.000000] PM: Registered nosave memory: [mem 0x63988000-0x63988fff]
[    0.000000] PM: Registered nosave memory: [mem 0x64b68000-0x65b67fff]
[    0.000000] PM: Registered nosave memory: [mem 0x69f40000-0x6ce6efff]
[    0.000000] PM: Registered nosave memory: [mem 0x6ce6f000-0x6cedcfff]
[    0.000000] PM: Registered nosave memory: [mem 0x6cedd000-0x6cf1cfff]
[    0.000000] PM: Registered nosave memory: [mem 0x6cf1f000-0x6d321fff]
[    0.000000] PM: Registered nosave memory: [mem 0x6f000000-0x6fffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x70000000-0xfed7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed81000-0xffffffff]
[    0.000000] [mem 0x70000000-0xfed7ffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.000000] random: get_random_bytes called from start_kernel+0x95/0x535 with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
[    0.000000] percpu: Embedded 46 pages/cpu @(____ptrval____) s151552 r8192 d28672 u262144
[    0.000000] pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1781650
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: initrd=\initramfs-linux.img ivrs_ioapic[32]=00:14.0 cryptdevice=UUID=7819122a-8b28-47fd-bc24-a0d5f6720ce7:cryptlvm root=/dev/vg0/root
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 6975080K/7239816K available (10252K kernel code, 1335K rwdata, 3608K rodata, 1504K init, 636K bss, 264736K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.000000] ftrace: allocating 34439 entries in 135 pages
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	CONFIG_RCU_FANOUT set to non-default value of 32
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[    0.000000] 	RCU priority boosting: priority 1 delay 500 ms.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.000000] NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
[    0.000000] 	Offload RCU callbacks from CPUs: (none).
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20180531
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.000000] hpet clockevent registered
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.003333] Switched APIC routing to physical flat.
[    0.003333] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.019999] tsc: Fast TSC calibration using PIT
[    0.023333] tsc: Detected 1996.175 MHz processor
[    0.023333] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398c21f8bcc, max_idle_ns: 881590620854 ns
[    0.023333] Calibrating delay loop (skipped), value calculated using timer frequency.. 3993.69 BogoMIPS (lpj=6653916)
[    0.023333] pid_max: default: 32768 minimum: 301
[    0.027397] Security Framework initialized
[    0.027399] Yama: becoming mindful.
[    0.027404] AppArmor: AppArmor disabled by boot time parameter
[    0.029140] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.029966] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.030068] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.030094] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.030761] mce: CPU supports 23 MCE banks
[    0.030782] LVT offset 1 assigned for vector 0xf9
[    0.030831] LVT offset 2 assigned for vector 0xf4
[    0.030844] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.030844] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[    0.030847] Spectre V2 : Mitigation: Full AMD retpoline
[    0.030847] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.030848] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
[    0.030849] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.037237] Freeing SMP alternatives memory: 28K
[    0.039999] smpboot: CPU0: AMD Ryzen 5 PRO 2500U w/ Radeon Vega Mobile Gfx (family: 0x17, model: 0x11, stepping: 0x0)
[    0.056679] Performance Events: Fam17h core perfctr, AMD PMU driver.
[    0.056687] ... version:                0
[    0.056688] ... bit width:              48
[    0.056688] ... generic registers:      6
[    0.056689] ... value mask:             0000ffffffffffff
[    0.056690] ... max period:             00007fffffffffff
[    0.056690] ... fixed-purpose events:   0
[    0.056691] ... event mask:             000000000000003f
[    0.063336] Hierarchical SRCU implementation.
[    0.083797] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.090003] smp: Bringing up secondary CPUs ...
[    0.130038] x86: Booting SMP configuration:
[    0.130040] .... node  #0, CPUs:        #1
[    0.132617] TSC synchronization [CPU#0 -> CPU#1]:
[    0.132619] Measured 2179250980 cycles TSC warp between CPUs, turning off TSC clock.
[    0.132621] tsc: Marking TSC unstable due to check_tsc_sync_source failed
[    0.003333] do_IRQ: 1.55 No irq handler for vector
[    0.170029]   #2
[    0.003333] do_IRQ: 2.55 No irq handler for vector
[    0.210031]   #3
[    0.003333] do_IRQ: 3.55 No irq handler for vector
[    0.250030]   #4
[    0.003333] do_IRQ: 4.55 No irq handler for vector
[    0.290037]   #5
[    0.003333] do_IRQ: 5.55 No irq handler for vector
[    0.330028]   #6
[    0.003333] do_IRQ: 6.55 No irq handler for vector
[    0.370028]   #7
[    0.003333] do_IRQ: 7.55 No irq handler for vector
[    0.370295] smp: Brought up 1 node, 8 CPUs
[    0.370295] smpboot: Max logical packages: 2
[    0.370295] smpboot: Total of 8 processors activated (31951.58 BogoMIPS)
[    0.371492] devtmpfs: initialized
[    0.371492] x86/mm: Memory block size: 128MB
[    0.373449] PM: Registering ACPI NVS region [mem 0x00086000-0x00086fff] (4096 bytes)
[    0.373449] PM: Registering ACPI NVS region [mem 0x09f00000-0x09f09fff] (40960 bytes)
[    0.373449] PM: Registering ACPI NVS region [mem 0x6ce6f000-0x6cedcfff] (450560 bytes)
[    0.373477] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.373477] futex hash table entries: 4096 (order: 6, 262144 bytes)
[    0.374151] pinctrl core: initialized pinctrl subsystem
[    0.374291] RTC time: 14:20:21, date: 09/22/18
[    0.375300] NET: Registered protocol family 16
[    0.375432] audit: initializing netlink subsys (disabled)
[    0.375441] audit: type=2000 audit(1537626020.373:1): state=initialized audit_enabled=0 res=1
[    0.376675] cpuidle: using governor ladder
[    0.376722] cpuidle: using governor menu
[    0.376797] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.376800] ACPI: bus type PCI registered
[    0.376802] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.377048] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.377064] PCI: not using MMCONFIG
[    0.377064] PCI: Using configuration type 1 for base access
[    0.377064] PCI: Using configuration type 1 for extended access
[    0.380058] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.380058] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.380270] ACPI: Added _OSI(Module Device)
[    0.380271] ACPI: Added _OSI(Processor Device)
[    0.380273] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.380274] ACPI: Added _OSI(Processor Aggregator Device)
[    0.380275] ACPI: Added _OSI(Linux-Dell-Video)
[    0.386654] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.399491] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.415206] ACPI: EC: EC started
[    0.415207] ACPI: EC: interrupt blocked
[    0.415424] ACPI: \_SB_.PCI0.LPC0.EC0_: Used as first EC
[    0.415426] ACPI: \_SB_.PCI0.LPC0.EC0_: GPE=0x3, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.415428] ACPI: \_SB_.PCI0.LPC0.EC0_: Used as boot DSDT EC to handle transactions
[    0.415428] ACPI: Interpreter enabled
[    0.415448] ACPI: (supports S0 S3 S4 S5)
[    0.415449] ACPI: Using IOAPIC for interrupt routing
[    0.415665] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.415995] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources
[    0.416005] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.416234] ACPI: Enabled 2 GPEs in block 00 to 1F
[    0.418106] ACPI: Power Resource [PUBS] (on)
[    0.444928] ACPI: Power Resource [P0ST] (on)
[    0.444961] ACPI: Power Resource [P3ST] (on)
[    0.451972] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.451977] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.452162] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
[    0.452335] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.452336] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.452349] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.453123] PCI host bridge to bus 0000:00
[    0.453125] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.453127] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c1fff window]
[    0.453128] pci_bus 0000:00: root bus resource [mem 0x000c2000-0x000c3fff window]
[    0.453129] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c5fff window]
[    0.453130] pci_bus 0000:00: root bus resource [mem 0x000c6000-0x000c7fff window]
[    0.453131] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000c9fff window]
[    0.453133] pci_bus 0000:00: root bus resource [mem 0x000ca000-0x000cbfff window]
[    0.453134] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cdfff window]
[    0.453135] pci_bus 0000:00: root bus resource [mem 0x000ce000-0x000cffff window]
[    0.453136] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d1fff window]
[    0.453137] pci_bus 0000:00: root bus resource [mem 0x000d2000-0x000d3fff window]
[    0.453138] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d5fff window]
[    0.453139] pci_bus 0000:00: root bus resource [mem 0x000d6000-0x000d7fff window]
[    0.453140] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000d9fff window]
[    0.453141] pci_bus 0000:00: root bus resource [mem 0x000da000-0x000dbfff window]
[    0.453142] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000ddfff window]
[    0.453144] pci_bus 0000:00: root bus resource [mem 0x000de000-0x000dffff window]
[    0.453145] pci_bus 0000:00: root bus resource [mem 0xb0000000-0xf7ffffff window]
[    0.453146] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfdffffff window]
[    0.453147] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.453148] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.453150] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.453160] pci 0000:00:00.0: [1022:15d0] type 00 class 0x060000
[    0.453295] pci 0000:00:00.2: [1022:15d1] type 00 class 0x080600
[    0.453473] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[    0.453589] pci 0000:00:01.1: [1022:15d3] type 01 class 0x060400
[    0.453698] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.453827] pci 0000:00:01.2: [1022:15d3] type 01 class 0x060400
[    0.453934] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.454051] pci 0000:00:01.3: [1022:15d3] type 01 class 0x060400
[    0.454158] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[    0.454281] pci 0000:00:01.4: [1022:15d3] type 01 class 0x060400
[    0.454387] pci 0000:00:01.4: PME# supported from D0 D3hot D3cold
[    0.454509] pci 0000:00:01.6: [1022:15d3] type 01 class 0x060400
[    0.454615] pci 0000:00:01.6: PME# supported from D0 D3hot D3cold
[    0.454742] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[    0.454862] pci 0000:00:08.1: [1022:15db] type 01 class 0x060400
[    0.454916] pci 0000:00:08.1: enabling Extended Tags
[    0.454968] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.455066] pci 0000:00:08.2: [1022:15dc] type 01 class 0x060400
[    0.455119] pci 0000:00:08.2: enabling Extended Tags
[    0.455172] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[    0.455296] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.455463] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.455655] pci 0000:00:18.0: [1022:15e8] type 00 class 0x060000
[    0.455723] pci 0000:00:18.1: [1022:15e9] type 00 class 0x060000
[    0.455798] pci 0000:00:18.2: [1022:15ea] type 00 class 0x060000
[    0.455858] pci 0000:00:18.3: [1022:15eb] type 00 class 0x060000
[    0.455918] pci 0000:00:18.4: [1022:15ec] type 00 class 0x060000
[    0.455977] pci 0000:00:18.5: [1022:15ed] type 00 class 0x060000
[    0.456037] pci 0000:00:18.6: [1022:15ee] type 00 class 0x060000
[    0.456106] pci 0000:00:18.7: [1022:15ef] type 00 class 0x060000
[    0.456250] pci 0000:01:00.0: [10ec:522a] type 00 class 0xff0000
[    0.456280] pci 0000:01:00.0: reg 0x10: [mem 0xc0b00000-0xc0b00fff]
[    0.456410] pci 0000:01:00.0: supports D1 D2
[    0.456411] pci 0000:01:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.456585] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.456593] pci 0000:00:01.1:   bridge window [mem 0xc0b00000-0xc0bfffff]
[    0.456686] pci 0000:02:00.0: [10ec:b822] type 00 class 0x028000
[    0.456725] pci 0000:02:00.0: reg 0x10: [io  0x4000-0x40ff]
[    0.456755] pci 0000:02:00.0: reg 0x18: [mem 0xc0a00000-0xc0a0ffff 64bit]
[    0.456885] pci 0000:02:00.0: supports D1 D2
[    0.456886] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.457087] pci 0000:00:01.2: PCI bridge to [bus 02]
[    0.457093] pci 0000:00:01.2:   bridge window [io  0x4000-0x4fff]
[    0.457096] pci 0000:00:01.2:   bridge window [mem 0xc0a00000-0xc0afffff]
[    0.457229] pci 0000:03:00.0: [144d:a808] type 00 class 0x010802
[    0.457263] pci 0000:03:00.0: reg 0x10: [mem 0xc0900000-0xc0903fff 64bit]
[    0.457605] pci 0000:00:01.3: PCI bridge to [bus 03]
[    0.457612] pci 0000:00:01.3:   bridge window [mem 0xc0900000-0xc09fffff]
[    0.457676] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    0.457711] pci 0000:04:00.0: reg 0x10: [io  0x3400-0x34ff]
[    0.457742] pci 0000:04:00.0: reg 0x18: [mem 0xc0814000-0xc0814fff 64bit]
[    0.457761] pci 0000:04:00.0: reg 0x20: [mem 0xc0800000-0xc0803fff 64bit]
[    0.457870] pci 0000:04:00.0: supports D1 D2
[    0.457871] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.458003] pci 0000:04:00.1: [10ec:816a] type 00 class 0x070002
[    0.458034] pci 0000:04:00.1: reg 0x10: [io  0x3200-0x32ff]
[    0.458058] pci 0000:04:00.1: reg 0x18: [mem 0xc0815000-0xc0815fff 64bit]
[    0.458074] pci 0000:04:00.1: reg 0x20: [mem 0xc0804000-0xc0807fff 64bit]
[    0.458174] pci 0000:04:00.1: supports D1 D2
[    0.458175] pci 0000:04:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.458289] pci 0000:04:00.2: [10ec:816b] type 00 class 0x070002
[    0.458319] pci 0000:04:00.2: reg 0x10: [io  0x3100-0x31ff]
[    0.458343] pci 0000:04:00.2: reg 0x18: [mem 0xc0816000-0xc0816fff 64bit]
[    0.458359] pci 0000:04:00.2: reg 0x20: [mem 0xc0808000-0xc080bfff 64bit]
[    0.458459] pci 0000:04:00.2: supports D1 D2
[    0.458460] pci 0000:04:00.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.458565] pci 0000:04:00.3: [10ec:816c] type 00 class 0x0c0701
[    0.458596] pci 0000:04:00.3: reg 0x10: [io  0x3000-0x30ff]
[    0.458619] pci 0000:04:00.3: reg 0x18: [mem 0xc0817000-0xc0817fff 64bit]
[    0.458635] pci 0000:04:00.3: reg 0x20: [mem 0xc080c000-0xc080ffff 64bit]
[    0.458735] pci 0000:04:00.3: supports D1 D2
[    0.458737] pci 0000:04:00.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.458860] pci 0000:04:00.4: [10ec:816d] type 00 class 0x0c0320
[    0.458890] pci 0000:04:00.4: reg 0x10: [mem 0xc0818000-0xc0818fff]
[    0.458915] pci 0000:04:00.4: reg 0x18: [mem 0xc0810000-0xc0813fff 64bit]
[    0.459031] pci 0000:04:00.4: PME# supported from D0 D3cold
[    0.459218] pci 0000:00:01.4: PCI bridge to [bus 04]
[    0.459224] pci 0000:00:01.4:   bridge window [io  0x3000-0x3fff]
[    0.459227] pci 0000:00:01.4:   bridge window [mem 0xc0800000-0xc08fffff]
[    0.459292] pci 0000:05:00.0: [10ec:8168] type 00 class 0x020000
[    0.459324] pci 0000:05:00.0: reg 0x10: [io  0x2000-0x20ff]
[    0.459348] pci 0000:05:00.0: reg 0x18: [mem 0xc0704000-0xc0704fff 64bit]
[    0.459364] pci 0000:05:00.0: reg 0x20: [mem 0xc0700000-0xc0703fff 64bit]
[    0.459470] pci 0000:05:00.0: supports D1 D2
[    0.459471] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.459667] pci 0000:00:01.6: PCI bridge to [bus 05]
[    0.459673] pci 0000:00:01.6:   bridge window [io  0x2000-0x2fff]
[    0.459676] pci 0000:00:01.6:   bridge window [mem 0xc0700000-0xc07fffff]
[    0.459801] pci 0000:06:00.0: [1002:15dd] type 00 class 0x030000
[    0.459847] pci 0000:06:00.0: reg 0x10: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.459865] pci 0000:06:00.0: reg 0x18: [mem 0xc0000000-0xc01fffff 64bit pref]
[    0.459878] pci 0000:06:00.0: reg 0x20: [io  0x1000-0x10ff]
[    0.459890] pci 0000:06:00.0: reg 0x24: [mem 0xc0600000-0xc067ffff]
[    0.459911] pci 0000:06:00.0: enabling Extended Tags
[    0.459923] pci 0000:06:00.0: BAR 0: assigned to efifb
[    0.460016] pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.460143] pci 0000:06:00.1: [1002:15de] type 00 class 0x040300
[    0.460170] pci 0000:06:00.1: reg 0x10: [mem 0xc0688000-0xc068bfff]
[    0.460225] pci 0000:06:00.1: enabling Extended Tags
[    0.460292] pci 0000:06:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.460379] pci 0000:06:00.2: [1022:15df] type 00 class 0x108000
[    0.460421] pci 0000:06:00.2: reg 0x18: [mem 0xc0500000-0xc05fffff]
[    0.460444] pci 0000:06:00.2: reg 0x24: [mem 0xc068c000-0xc068dfff]
[    0.460462] pci 0000:06:00.2: enabling Extended Tags
[    0.460621] pci 0000:06:00.3: [1022:15e0] type 00 class 0x0c0330
[    0.460657] pci 0000:06:00.3: reg 0x10: [mem 0xc0300000-0xc03fffff 64bit]
[    0.460719] pci 0000:06:00.3: enabling Extended Tags
[    0.460794] pci 0000:06:00.3: PME# supported from D0 D3hot D3cold
[    0.460878] pci 0000:06:00.4: [1022:15e1] type 00 class 0x0c0330
[    0.460913] pci 0000:06:00.4: reg 0x10: [mem 0xc0400000-0xc04fffff 64bit]
[    0.460976] pci 0000:06:00.4: enabling Extended Tags
[    0.461050] pci 0000:06:00.4: PME# supported from D0 D3hot D3cold
[    0.461144] pci 0000:06:00.6: [1022:15e3] type 00 class 0x040300
[    0.461171] pci 0000:06:00.6: reg 0x10: [mem 0xc0680000-0xc0687fff]
[    0.461225] pci 0000:06:00.6: enabling Extended Tags
[    0.461292] pci 0000:06:00.6: PME# supported from D0 D3hot D3cold
[    0.461441] pci 0000:00:08.1: PCI bridge to [bus 06]
[    0.461447] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[    0.461451] pci 0000:00:08.1:   bridge window [mem 0xc0300000-0xc06fffff]
[    0.461457] pci 0000:00:08.1:   bridge window [mem 0xb0000000-0xc01fffff 64bit pref]
[    0.461538] pci 0000:07:00.0: [1022:7901] type 00 class 0x010601
[    0.461622] pci 0000:07:00.0: reg 0x24: [mem 0xc0200000-0xc02007ff]
[    0.461642] pci 0000:07:00.0: enabling Extended Tags
[    0.461717] pci 0000:07:00.0: PME# supported from D3hot D3cold
[    0.461829] pci 0000:00:08.2: PCI bridge to [bus 07]
[    0.461837] pci 0000:00:08.2:   bridge window [mem 0xc0200000-0xc02fffff]
[    0.462110] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    0.462202] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    0.462267] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    0.462356] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    0.462436] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    0.462496] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    0.462557] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    0.462616] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    0.463655] ACPI: IRQ 7 override to edge, high
[    0.463924] platform USBC000:00: failed to claim resource 0: [mem 0x6cedc764-0x6cedd763]
[    0.463931] acpi USBC000:00: platform device creation failed: -16
[    0.464052] ACPI: EC: interrupt unblocked
[    0.464080] ACPI: EC: event unblocked
[    0.464089] ACPI: \_SB_.PCI0.LPC0.EC0_: GPE=0x3, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.464090] ACPI: \_SB_.PCI0.LPC0.EC0_: Used as boot DSDT EC to handle transactions and events
[    0.464167] pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.464167] pci 0000:06:00.0: vgaarb: bridge control possible
[    0.464167] pci 0000:06:00.0: vgaarb: setting as boot device
[    0.464167] vgaarb: loaded
[    0.464167] pps_core: LinuxPPS API ver. 1 registered
[    0.464167] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.464167] PTP clock support registered
[    0.464167] EDAC MC: Ver: 3.0.0
[    0.464167] Registered efivars operations
[    0.514148] PCI: Using ACPI for IRQ routing
[    0.517656] PCI: pci_cache_line_size set to 64 bytes
[    0.517912] e820: reserve RAM buffer [mem 0x00086000-0x0008ffff]
[    0.517914] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.517914] e820: reserve RAM buffer [mem 0x09c00000-0x0bffffff]
[    0.517915] e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
[    0.517916] e820: reserve RAM buffer [mem 0x6395d018-0x63ffffff]
[    0.517917] e820: reserve RAM buffer [mem 0x6396b018-0x63ffffff]
[    0.517918] e820: reserve RAM buffer [mem 0x6397a018-0x63ffffff]
[    0.517918] e820: reserve RAM buffer [mem 0x64b68000-0x67ffffff]
[    0.517919] e820: reserve RAM buffer [mem 0x69f40000-0x6bffffff]
[    0.517920] e820: reserve RAM buffer [mem 0x6cf1f000-0x6fffffff]
[    0.517920] e820: reserve RAM buffer [mem 0x6f000000-0x6fffffff]
[    0.517921] e820: reserve RAM buffer [mem 0x24f340000-0x24fffffff]
[    0.518031] NetLabel: Initializing
[    0.518032] NetLabel:  domain hash size = 128
[    0.518032] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.518050] NetLabel:  unlabeled traffic allowed by default
[    0.518053] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.518053] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.520455] clocksource: Switched to clocksource hpet
[    0.533070] VFS: Disk quotas dquot_6.6.0
[    0.533115] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.533258] pnp: PnP ACPI init
[    0.533499] system 00:00: [io  0x0f50-0x0f51] has been reserved
[    0.533501] system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
[    0.533503] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.533504] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.533508] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.533796] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.533863] system 00:02: [io  0x04d0-0x04d1] has been reserved
[    0.533864] system 00:02: [io  0x0530-0x0537] has been reserved
[    0.533865] system 00:02: [io  0x0400-0x0427] has been reserved
[    0.533866] system 00:02: [io  0x0430] has been reserved
[    0.533867] system 00:02: [io  0x0440-0x0447] has been reserved
[    0.533868] system 00:02: [io  0x0b00-0x0b1f] has been reserved
[    0.533870] system 00:02: [io  0x0b20-0x0b3f] has been reserved
[    0.533871] system 00:02: [io  0x0c00-0x0c01] has been reserved
[    0.533872] system 00:02: [io  0x0c14] has been reserved
[    0.533873] system 00:02: [io  0x0c50-0x0c52] has been reserved
[    0.533874] system 00:02: [io  0x0cd0-0x0cd1] has been reserved
[    0.533875] system 00:02: [io  0x0cd2-0x0cd3] has been reserved
[    0.533876] system 00:02: [io  0x0cd4-0x0cd5] has been reserved
[    0.533877] system 00:02: [io  0x0cd6-0x0cd7] has been reserved
[    0.533878] system 00:02: [io  0x0cd8-0x0cdf] has been reserved
[    0.533879] system 00:02: [io  0x0cf9] could not be reserved
[    0.533881] system 00:02: [io  0x8100-0x81ff window] has been reserved
[    0.533882] system 00:02: [io  0x8200-0x82ff window] has been reserved
[    0.533885] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.533975] system 00:03: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.533977] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[    0.533978] system 00:03: [mem 0xfec10000-0xfec1001f] has been reserved
[    0.533979] system 00:03: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.533980] system 00:03: [mem 0xfed61000-0xfed613ff] has been reserved
[    0.533981] system 00:03: [mem 0xfed80000-0xfed80fff] has been reserved
[    0.533984] system 00:03: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.535115] pnp 00:04: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
[    0.535138] pnp 00:05: Plug and Play ACPI device, IDs LEN2056 PNP0f13 (active)
[    0.535208] pnp: PnP ACPI: found 6 devices
[    0.545891] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.545953] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.545958] pci 0000:00:01.1:   bridge window [mem 0xc0b00000-0xc0bfffff]
[    0.545967] pci 0000:00:01.2: PCI bridge to [bus 02]
[    0.545969] pci 0000:00:01.2:   bridge window [io  0x4000-0x4fff]
[    0.545974] pci 0000:00:01.2:   bridge window [mem 0xc0a00000-0xc0afffff]
[    0.545982] pci 0000:00:01.3: PCI bridge to [bus 03]
[    0.545987] pci 0000:00:01.3:   bridge window [mem 0xc0900000-0xc09fffff]
[    0.545996] pci 0000:00:01.4: PCI bridge to [bus 04]
[    0.545998] pci 0000:00:01.4:   bridge window [io  0x3000-0x3fff]
[    0.546003] pci 0000:00:01.4:   bridge window [mem 0xc0800000-0xc08fffff]
[    0.546011] pci 0000:00:01.6: PCI bridge to [bus 05]
[    0.546013] pci 0000:00:01.6:   bridge window [io  0x2000-0x2fff]
[    0.546017] pci 0000:00:01.6:   bridge window [mem 0xc0700000-0xc07fffff]
[    0.546027] pci 0000:00:08.1: PCI bridge to [bus 06]
[    0.546029] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[    0.546033] pci 0000:00:08.1:   bridge window [mem 0xc0300000-0xc06fffff]
[    0.546037] pci 0000:00:08.1:   bridge window [mem 0xb0000000-0xc01fffff 64bit pref]
[    0.546043] pci 0000:00:08.2: PCI bridge to [bus 07]
[    0.546047] pci 0000:00:08.2:   bridge window [mem 0xc0200000-0xc02fffff]
[    0.546057] pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window]
[    0.546058] pci_bus 0000:00: resource 5 [mem 0x000c0000-0x000c1fff window]
[    0.546059] pci_bus 0000:00: resource 6 [mem 0x000c2000-0x000c3fff window]
[    0.546060] pci_bus 0000:00: resource 7 [mem 0x000c4000-0x000c5fff window]
[    0.546061] pci_bus 0000:00: resource 8 [mem 0x000c6000-0x000c7fff window]
[    0.546062] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000c9fff window]
[    0.546063] pci_bus 0000:00: resource 10 [mem 0x000ca000-0x000cbfff window]
[    0.546064] pci_bus 0000:00: resource 11 [mem 0x000cc000-0x000cdfff window]
[    0.546065] pci_bus 0000:00: resource 12 [mem 0x000ce000-0x000cffff window]
[    0.546066] pci_bus 0000:00: resource 13 [mem 0x000d0000-0x000d1fff window]
[    0.546067] pci_bus 0000:00: resource 14 [mem 0x000d2000-0x000d3fff window]
[    0.546068] pci_bus 0000:00: resource 15 [mem 0x000d4000-0x000d5fff window]
[    0.546069] pci_bus 0000:00: resource 16 [mem 0x000d6000-0x000d7fff window]
[    0.546070] pci_bus 0000:00: resource 17 [mem 0x000d8000-0x000d9fff window]
[    0.546070] pci_bus 0000:00: resource 18 [mem 0x000da000-0x000dbfff window]
[    0.546071] pci_bus 0000:00: resource 19 [mem 0x000dc000-0x000ddfff window]
[    0.546072] pci_bus 0000:00: resource 20 [mem 0x000de000-0x000dffff window]
[    0.546073] pci_bus 0000:00: resource 21 [mem 0xb0000000-0xf7ffffff window]
[    0.546074] pci_bus 0000:00: resource 22 [mem 0xfc000000-0xfdffffff window]
[    0.546075] pci_bus 0000:00: resource 23 [io  0x0000-0x0cf7 window]
[    0.546076] pci_bus 0000:00: resource 24 [io  0x0d00-0xffff window]
[    0.546077] pci_bus 0000:01: resource 1 [mem 0xc0b00000-0xc0bfffff]
[    0.546078] pci_bus 0000:02: resource 0 [io  0x4000-0x4fff]
[    0.546079] pci_bus 0000:02: resource 1 [mem 0xc0a00000-0xc0afffff]
[    0.546080] pci_bus 0000:03: resource 1 [mem 0xc0900000-0xc09fffff]
[    0.546081] pci_bus 0000:04: resource 0 [io  0x3000-0x3fff]
[    0.546082] pci_bus 0000:04: resource 1 [mem 0xc0800000-0xc08fffff]
[    0.546083] pci_bus 0000:05: resource 0 [io  0x2000-0x2fff]
[    0.546084] pci_bus 0000:05: resource 1 [mem 0xc0700000-0xc07fffff]
[    0.546085] pci_bus 0000:06: resource 0 [io  0x1000-0x1fff]
[    0.546086] pci_bus 0000:06: resource 1 [mem 0xc0300000-0xc06fffff]
[    0.546087] pci_bus 0000:06: resource 2 [mem 0xb0000000-0xc01fffff 64bit pref]
[    0.546088] pci_bus 0000:07: resource 1 [mem 0xc0200000-0xc02fffff]
[    0.546290] NET: Registered protocol family 2
[    0.546549] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[    0.546571] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.546684] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.546839] TCP: Hash tables configured (established 65536 bind 65536)
[    0.546889] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.546910] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.547010] NET: Registered protocol family 1
[    0.547015] NET: Registered protocol family 44
[    0.547160] pci 0000:04:00.4: enabling device (0000 -> 0002)
[    0.547341] pci 0000:06:00.1: Linked as a consumer to 0000:06:00.0
[    0.547762] PCI: CLS 32 bytes, default 64
[    0.547811] Unpacking initramfs...
[    0.760732] Freeing initrd memory: 18164K
[    0.760767] AMD-Vi: Unable to write to IOMMU perf counter.
[    0.760929] pci 0000:00:00.2: can't derive routing for PCI INT A
[    0.760930] pci 0000:00:00.2: PCI INT A: not connected
[    0.761462] iommu: Adding device 0000:00:01.0 to group 0
[    0.761695] iommu: Adding device 0000:00:01.1 to group 1
[    0.761919] iommu: Adding device 0000:00:01.2 to group 2
[    0.762159] iommu: Adding device 0000:00:01.3 to group 3
[    0.762378] iommu: Adding device 0000:00:01.4 to group 4
[    0.762610] iommu: Adding device 0000:00:01.6 to group 5
[    0.762833] iommu: Adding device 0000:00:08.0 to group 6
[    0.762861] iommu: Adding device 0000:00:08.1 to group 6
[    0.762907] iommu: Adding device 0000:00:08.2 to group 6
[    0.763129] iommu: Adding device 0000:00:14.0 to group 7
[    0.763152] iommu: Adding device 0000:00:14.3 to group 7
[    0.763441] iommu: Adding device 0000:00:18.0 to group 8
[    0.763465] iommu: Adding device 0000:00:18.1 to group 8
[    0.763488] iommu: Adding device 0000:00:18.2 to group 8
[    0.763519] iommu: Adding device 0000:00:18.3 to group 8
[    0.763541] iommu: Adding device 0000:00:18.4 to group 8
[    0.763564] iommu: Adding device 0000:00:18.5 to group 8
[    0.763586] iommu: Adding device 0000:00:18.6 to group 8
[    0.763609] iommu: Adding device 0000:00:18.7 to group 8
[    0.763832] iommu: Adding device 0000:01:00.0 to group 9
[    0.764068] iommu: Adding device 0000:02:00.0 to group 10
[    0.764381] iommu: Adding device 0000:03:00.0 to group 11
[    0.764654] iommu: Adding device 0000:04:00.0 to group 12
[    0.764708] iommu: Adding device 0000:04:00.1 to group 12
[    0.764760] iommu: Adding device 0000:04:00.2 to group 12
[    0.764813] iommu: Adding device 0000:04:00.3 to group 12
[    0.764873] iommu: Adding device 0000:04:00.4 to group 12
[    0.765110] iommu: Adding device 0000:05:00.0 to group 13
[    0.765200] iommu: Adding device 0000:06:00.0 to group 6
[    0.765266] iommu: Adding device 0000:06:00.1 to group 6
[    0.765332] iommu: Adding device 0000:06:00.2 to group 6
[    0.765397] iommu: Adding device 0000:06:00.3 to group 6
[    0.765478] iommu: Adding device 0000:06:00.4 to group 6
[    0.765553] iommu: Adding device 0000:06:00.6 to group 6
[    0.765620] iommu: Adding device 0000:07:00.0 to group 6
[    0.765995] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
[    0.765996] AMD-Vi: Extended features (0x4f77ef22294ada):
[    0.765997]  PPR NX GT IA GA PC GA_vAPIC
[    0.766000] AMD-Vi: Interrupt remapping enabled
[    0.766000] AMD-Vi: virtual APIC enabled
[    0.766309] AMD-Vi: Lazy IO/TLB flushing enabled
[    0.767304] amd_uncore: AMD NB counters detected
[    0.767308] amd_uncore: AMD LLC counters detected
[    0.768035] Scanning for low memory corruption every 60 seconds
[    0.768801] Initialise system trusted keyrings
[    0.768891] Key type blacklist registered
[    0.769082] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[    0.770668] zbud: loaded
[    0.770994] pstore: using lz4hc compression
[    0.775917] Key type asymmetric registered
[    0.775919] Asymmetric key parser 'x509' registered
[    0.775996] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.776722] io scheduler noop registered
[    0.776724] io scheduler deadline registered
[    0.776867] io scheduler cfq registered (default)
[    0.776869] io scheduler mq-deadline registered
[    0.776870] io scheduler kyber registered
[    0.776932] io scheduler bfq registered
[    0.778595] pcieport 0000:00:01.1: AER enabled with IRQ 26
[    0.778632] pcieport 0000:00:01.2: AER enabled with IRQ 27
[    0.778676] pcieport 0000:00:01.3: AER enabled with IRQ 28
[    0.778712] pcieport 0000:00:01.4: AER enabled with IRQ 29
[    0.778767] pcieport 0000:00:01.6: AER enabled with IRQ 30
[    0.778782] pcieport 0000:00:01.1: Signaling PME with IRQ 26
[    0.778794] pcieport 0000:00:01.2: Signaling PME with IRQ 27
[    0.778807] pcieport 0000:00:01.3: Signaling PME with IRQ 28
[    0.778824] pcieport 0000:00:01.4: Signaling PME with IRQ 29
[    0.778836] pcieport 0000:00:01.6: Signaling PME with IRQ 30
[    0.778865] pcieport 0000:00:08.1: Signaling PME with IRQ 31
[    0.778908] pcieport 0000:00:08.2: Signaling PME with IRQ 32
[    0.778933] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.779038] efifb: probing for efifb
[    0.779055] efifb: framebuffer at 0xb0000000, using 8100k, total 8100k
[    0.779056] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.779056] efifb: scrolling: redraw
[    0.779058] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.783574] Console: switching to colour frame buffer device 240x67
[    0.787617] fb0: EFI VGA frame buffer device
[    0.787676] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.787684] ACPI: Power Button [PWRB]
[    0.787753] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    0.787776] ACPI: Lid Switch [LID]
[    0.787815] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    0.787829] ACPI: Sleep Button [SLPB]
[    0.787864] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.787878] ACPI: Power Button [PWRF]
[    0.787973] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    0.789449] acpi device:09: registered as cooling_device0
[    0.789500] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08/LNXVIDEO:00/input/input4
[    0.789612] Monitor-Mwait will be used to enter C-1 state
[    0.795418] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.796077] serial 0000:04:00.1: enabling device (0000 -> 0003)
[    0.796311] serial 0000:04:00.2: enabling device (0000 -> 0003)
[    0.798482] nvme nvme0: pci function 0000:03:00.0
[    0.798548] rtc_cmos 00:01: RTC can wake from S4
[    0.799025] rtc_cmos 00:01: registered as rtc0
[    0.799117] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
[    0.799677] ledtrig-cpu: registered to indicate activity on CPUs
[    0.800262] NET: Registered protocol family 10
[    0.806497] Segment Routing with IPv6
[    0.806527] NET: Registered protocol family 17
[    0.807715] RAS: Correctable Errors collector initialized.
[    0.809503] microcode: CPU0: patch_level=0x08101007
[    0.809522] microcode: CPU1: patch_level=0x08101007
[    0.809525] microcode: CPU2: patch_level=0x08101007
[    0.809536] microcode: CPU3: patch_level=0x08101007
[    0.809564] microcode: CPU4: patch_level=0x08101007
[    0.809578] microcode: CPU5: patch_level=0x08101007
[    0.809605] microcode: CPU6: patch_level=0x08101007
[    0.809626] microcode: CPU7: patch_level=0x08101007
[    0.809676] microcode: Microcode Update Driver: v2.2.
[    0.809847] registered taskstats version 1
[    0.809854] Loading compiled-in X.509 certificates
[    0.812706] Loaded X.509 cert 'Build time autogenerated kernel key: 383ffa8379c82d154075bba04ee7c064ed536b2d'
[    0.812751] zswap: loaded using pool lzo/zbud
[    0.817368] Key type big_key registered
[    0.818028]   Magic number: 2:428:334
[    0.818054] tty tty55: hash matches
[    0.818160] rtc_cmos 00:01: setting system clock to 2018-09-22 14:20:22 UTC (1537626022)
[    0.818319] Unstable clock detected, switching default tracing clock to "global"
               If you want to keep using the local clock, then add:
                 "trace_clock=local"
               on the kernel command line
[    1.014688] nvme nvme0: Shutdown timeout set to 8 seconds
[    1.046581]  nvme0n1: p1 p2 p3 p4 p5
[    1.285532] Freeing unused kernel image memory: 1504K
[    1.285535] Write protecting the kernel read-only data: 16384k
[    1.287390] Freeing unused kernel image memory: 2008K
[    1.287566] Freeing unused kernel image memory: 488K
[    1.287738] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.455328] i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    1.458213] rtsx_pci 0000:01:00.0: enabling device (0000 -> 0002)
[    1.462700] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.462758] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.465996] cryptd: max_cpu_qlen set to 1000
[    1.475273] ACPI: bus type USB registered
[    1.475306] usbcore: registered new interface driver usbfs
[    1.475318] usbcore: registered new interface driver hub
[    1.477048] AVX2 version of gcm_enc/dec engaged.
[    1.477050] AES CTR mode by8 optimization enabled
[    1.478954] usbcore: registered new device driver usb
[    1.481209] SCSI subsystem initialized
[    1.482501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.483794] ehci-pci: EHCI PCI platform driver
[    1.484025] ehci-pci 0000:04:00.4: EHCI Host Controller
[    1.484033] ehci-pci 0000:04:00.4: new USB bus registered, assigned bus number 1
[    1.484124] ehci-pci 0000:04:00.4: irq 53, io mem 0xc0818000
[    1.492135] libata version 3.00 loaded.
[    1.495798] ahci 0000:07:00.0: version 3.0
[    1.496031] ahci 0000:07:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    1.496034] ahci 0000:07:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part deso sadm sds 
[    1.496317] scsi host0: ahci
[    1.496450] ata1: SATA max UDMA/133 abar m2048@0xc0200000 port 0xc0200100 irq 56
[    1.496704] ehci-pci 0000:04:00.4: USB 0.0 started, EHCI 1.00
[    1.496798] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
[    1.496800] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.496801] usb usb1: Product: EHCI Host Controller
[    1.496803] usb usb1: Manufacturer: Linux 4.18.9-arch1-1-ARCH ehci_hcd
[    1.496804] usb usb1: SerialNumber: 0000:04:00.4
[    1.496944] hub 1-0:1.0: USB hub found
[    1.496952] hub 1-0:1.0: 1 port detected
[    1.497064] xhci_hcd 0000:06:00.3: xHCI Host Controller
[    1.497072] xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 2
[    1.497298] xhci_hcd 0000:06:00.3: hcc params 0x0270ffe5 hci version 0x110 quirks 0x0000000040000410
[    1.497977] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
[    1.497979] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.497981] usb usb2: Product: xHCI Host Controller
[    1.497982] usb usb2: Manufacturer: Linux 4.18.9-arch1-1-ARCH xhci-hcd
[    1.497983] usb usb2: SerialNumber: 0000:06:00.3
[    1.498144] hub 2-0:1.0: USB hub found
[    1.498156] hub 2-0:1.0: 4 ports detected
[    1.498750] xhci_hcd 0000:06:00.3: xHCI Host Controller
[    1.498754] xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 3
[    1.498757] xhci_hcd 0000:06:00.3: Host supports USB 3.10 Enhanced SuperSpeed
[    1.498787] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.498808] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.18
[    1.498809] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.498810] usb usb3: Product: xHCI Host Controller
[    1.498812] usb usb3: Manufacturer: Linux 4.18.9-arch1-1-ARCH xhci-hcd
[    1.498813] usb usb3: SerialNumber: 0000:06:00.3
[    1.499005] hub 3-0:1.0: USB hub found
[    1.499017] hub 3-0:1.0: 4 ports detected
[    1.499680] xhci_hcd 0000:06:00.4: xHCI Host Controller
[    1.499685] xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 4
[    1.499857] xhci_hcd 0000:06:00.4: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000040000410
[    1.500439] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
[    1.500441] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.500443] usb usb4: Product: xHCI Host Controller
[    1.500444] usb usb4: Manufacturer: Linux 4.18.9-arch1-1-ARCH xhci-hcd
[    1.500445] usb usb4: SerialNumber: 0000:06:00.4
[    1.500576] hub 4-0:1.0: USB hub found
[    1.500589] hub 4-0:1.0: 2 ports detected
[    1.500771] xhci_hcd 0000:06:00.4: xHCI Host Controller
[    1.500774] xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 5
[    1.500777] xhci_hcd 0000:06:00.4: Host supports USB 3.10 Enhanced SuperSpeed
[    1.500805] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.500827] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.18
[    1.500829] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.500831] usb usb5: Product: xHCI Host Controller
[    1.500832] usb usb5: Manufacturer: Linux 4.18.9-arch1-1-ARCH xhci-hcd
[    1.500833] usb usb5: SerialNumber: 0000:06:00.4
[    1.500935] hub 5-0:1.0: USB hub found
[    1.500946] hub 5-0:1.0: 1 port detected
[    1.507852] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
[    1.811037] ata1: SATA link down (SStatus 0 SControl 300)
[    1.830066] usb 4-1: new high-speed USB device number 2 using xhci_hcd
[    1.832842] device-mapper: uevent: version 1.0.3
[    1.832988] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[    1.972924] usb 4-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=60.52
[    1.972927] usb 4-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.972929] usb 4-1: Product: USB2.0 Hub
[    2.013569] hub 4-1:1.0: USB hub found
[    2.014068] hub 4-1:1.0: 4 ports detected
[    2.203407] usb 4-2: new high-speed USB device number 3 using xhci_hcd
[    2.345793] usb 4-2: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=60.52
[    2.345795] usb 4-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.345797] usb 4-2: Product: USB2.0 Hub
[    2.397693] hub 4-2:1.0: USB hub found
[    2.398322] hub 4-2:1.0: 4 ports detected
[    2.416762] usb 4-1.1: new full-speed USB device number 4 using xhci_hcd
[    2.536943] usb 4-1.1: New USB device found, idVendor=06cb, idProduct=009a, bcdDevice= 1.64
[    2.536945] usb 4-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[    2.536947] usb 4-1.1: SerialNumber: 2978988684ff
[    2.569890] random: fast init done
[    2.697205] usb 4-1.4: new full-speed USB device number 5 using xhci_hcd
[    2.816914] usb 4-1.4: New USB device found, idVendor=058f, idProduct=9540, bcdDevice= 1.20
[    2.816916] usb 4-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.816918] usb 4-1.4: Product: EMV Smartcard Reader
[    2.816919] usb 4-1.4: Manufacturer: Generic
[    2.866784] usb 4-2.2: new full-speed USB device number 6 using xhci_hcd
[    2.986941] usb 4-2.2: New USB device found, idVendor=0bda, idProduct=b023, bcdDevice= 1.10
[    2.986945] usb 4-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.986947] usb 4-2.2: Product: Bluetooth Radio 
[    2.986950] usb 4-2.2: Manufacturer: Realtek 
[    2.986952] usb 4-2.2: SerialNumber: 00e04c000001
[    3.117041] usb 4-2.4: new high-speed USB device number 7 using xhci_hcd
[    3.219407] usb 4-2.4: New USB device found, idVendor=5986, idProduct=2113, bcdDevice=54.22
[    3.219409] usb 4-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.219411] usb 4-2.4: Product: Integrated Camera
[    3.219412] usb 4-2.4: Manufacturer: SunplusIT Inc
[    9.090496] random: crng init done
[   12.224161] NET: Registered protocol family 38
[   12.519208] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
[   12.625496] systemd[1]: systemd 239 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)
[   12.640938] systemd[1]: Detected architecture x86-64.
[   12.651820] systemd[1]: Set hostname to <xenonpad>.
[   12.730292] systemd[1]: Listening on udev Control Socket.
[   12.730507] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   12.734170] systemd[1]: Created slice system-getty.slice.
[   12.737010] systemd[1]: Listening on Process Core Dump Socket.
[   12.737191] systemd[1]: Listening on Journal Socket.
[   12.738289] systemd[1]: Starting File System Check on Root Device...
[   12.739533] systemd[1]: Starting Load Kernel Modules...
[   12.774880] audit: type=1130 audit(1537626034.453:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.779852] audit: type=1130 audit(1537626034.456:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.792187] EXT4-fs (dm-1): re-mounted. Opts: (null)
[   12.794796] audit: type=1130 audit(1537626034.473:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.796315] audit: type=1130 audit(1537626034.473:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.811933] audit: type=1130 audit(1537626034.489:6): 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'
[   12.814764] audit: type=1130 audit(1537626034.493:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.840906] audit: type=1130 audit(1537626034.519:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.843429] audit: type=1130 audit(1537626034.523:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.851754] audit: type=1130 audit(1537626034.529:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.853901] systemd-journald[357]: Received request to flush runtime journal from PID 1
[   12.889862] acpi_cpufreq: overriding BIOS provided _PSD data
[   12.907527] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[   12.907788] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[   12.910478] cmi: probe of SMB0001:00 failed with error -5
[   12.926777] tpm_tis STM7304:00: 2.0 TPM (device-id 0x0, rev-id 78)
[   12.931073] ACPI: AC Adapter [AC] (on-line)
[   12.952046] ipmi message handler version 39.2
[   12.956020] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[   12.956040] r8169 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
[   12.956051] r8169 0000:04:00.0: enabling device (0005 -> 0007)
[   12.956268] ipmi device interface
[   12.963067] IPMI System Interface driver.
[   12.963177] ipmi_si: Unable to find any System Interface(s)
[   12.964558] media: Linux media interface: v0.10
[   12.985177] ACPI: Battery Slot [BAT0] (battery present)
[   12.997675] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   12.997678] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[   12.999448] Non-volatile memory driver v1.3
[   13.000466] input: PC Speaker as /devices/platform/pcspkr/input/input7
[   13.010152] audit: type=1130 audit(1537626034.689:11): 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'
[   13.010423] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[   13.010425] thinkpad_acpi: http://ibm-acpi.sf.net/
[   13.010426] thinkpad_acpi: ThinkPad BIOS R0WET34W (1.02 ), EC unknown
[   13.010427] thinkpad_acpi: Lenovo ThinkPad A485, model 20MU000CGE
[   13.010930] thinkpad_acpi: radio switch found; radios are enabled
[   13.010947] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[   13.010947] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[   13.014431] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[   13.014567] sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
[   13.014576] sp5100-tco sp5100-tco: Watchdog hardware is disabled
[   13.023367] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
[   13.024482] r8169 0000:04:00.0 eth0: RTL8168ep/8111ep, 8c:16:45:aa:fb:c2, XID 50200800, IRQ 75
[   13.024485] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   13.024653] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[   13.024669] r8169 0000:05:00.0: can't disable ASPM; OS doesn't have ASPM control
[   13.024679] r8169 0000:05:00.0: enabling device (0000 -> 0003)
[   13.056484] thinkpad_acpi: battery 1 registered (start 95, stop 100)
[   13.056493] battery: new extension: ThinkPad Battery Extension
[   13.056572] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input8
[   13.058271] r8169 0000:05:00.0 eth1: RTL8168g/8111g, 8c:16:45:aa:fb:c1, XID 50900800, IRQ 77
[   13.058283] r8169 0000:05:00.0 eth1: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   13.076771] thinkpad_acpi: battery 2 registered (start 95, stop 100)
[   13.076778] ACPI: Battery Slot [BAT1] (battery present)
[   13.095252] Linux agpgart interface v0.103
[   13.130153] videodev: Linux video capture interface: v2.00
[   13.164794] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   13.167168] kvm: Nested Virtualization enabled
[   13.167174] kvm: Nested Paging enabled
[   13.167175] SVM: Virtual VMLOAD VMSAVE supported
[   13.167175] SVM: Virtual GIF supported
[   13.170580] Bluetooth: Core ver 2.22
[   13.170605] NET: Registered protocol family 31
[   13.170607] Bluetooth: HCI device and connection manager initialized
[   13.170613] Bluetooth: HCI socket layer initialized
[   13.170616] Bluetooth: L2CAP socket layer initialized
[   13.170641] Bluetooth: SCO socket layer initialized
[   13.172093] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   13.173556] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   13.173560] cfg80211: failed to load regulatory.db
[   13.174636] snd_hda_intel 0000:06:00.1: enabling device (0000 -> 0002)
[   13.174791] snd_hda_intel 0000:06:00.1: Handle vga_switcheroo audio client
[   13.174960] snd_hda_intel 0000:06:00.6: enabling device (0000 -> 0002)
[   13.186462] MCE: In-kernel MCE decoding enabled.
[   13.191450] EDAC amd64: Node 0: DRAM ECC disabled.
[   13.191452] 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.)
[   13.212305] r8169 0000:04:00.0 enp4s0f0: renamed from eth0
[   13.220526] usbcore: registered new interface driver btusb
[   13.224404] uvcvideo: Found UVC 1.00 device Integrated Camera (5986:2113)
[   13.228420] r8169 0000:05:00.0 enp5s0: renamed from eth1
[   13.229222] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input10
[   13.229343] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input11
[   13.229440] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input12
[   13.240939] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
[   13.241884] EDAC amd64: Node 0: DRAM ECC disabled.
[   13.241885] 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.)
[   13.243495] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   13.243498] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   13.243499] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   13.243501] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[   13.243504] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[   13.243505] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
[   13.243507] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
[   13.247038] uvcvideo 4-2.4:1.0: Entity type for entity Extension 4 was not initialized!
[   13.247041] uvcvideo 4-2.4:1.0: Entity type for entity Extension 3 was not initialized!
[   13.247044] uvcvideo 4-2.4:1.0: Entity type for entity Processing 2 was not initialized!
[   13.247046] uvcvideo 4-2.4:1.0: Entity type for entity Camera 1 was not initialized!
[   13.247189] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb4/4-2/4-2.4/4-2.4:1.0/input/input14
[   13.247340] usbcore: registered new interface driver uvcvideo
[   13.247342] USB Video Class driver (1.1.1)
[   13.278612] usb 4-2.2: USB disconnect, device number 6
[   13.295089] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input13
[   13.295400] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input15
[   13.295483] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input16
[   13.321228] r8822be: module is from the staging directory, the quality is unknown, you have been warned.
[   13.321484] 8021q: 802.1Q VLAN Support v1.8
[   13.328677] r8822be 0000:02:00.0: enabling device (0000 -> 0003)
[   13.343232] r8822be: Using firmware rtlwifi/rtl8822befw.bin
[   13.350670] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[   13.351104] r8822be: rtlwifi: wireless switch is on
[   13.353726] r8822be 0000:02:00.0 wlp2s0: renamed from wlan0
[   13.462557] [drm] amdgpu kernel modesetting enabled.
[   13.468806] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[   13.478525] r8169 0000:04:00.0 enp4s0f0: link down
[   13.478610] IPv6: ADDRCONF(NETDEV_UP): enp4s0f0: link is not ready
[   13.487843] Parsing CRAT table with 1 nodes
[   13.487856] Creating topology SYSFS entries
[   13.487904] Topology: Add APU node [0x0:0x0]
[   13.487905] Finished initializing topology
[   13.487953] kfd kfd: Initialized module
[   13.488298] checking generic (b0000000 7e9000) vs hw (b0000000 10000000)
[   13.488299] fb: switching to amdgpudrmfb from EFI VGA
[   13.488348] Console: switching to colour dummy device 80x25
[   13.488513] amdgpu 0000:06:00.0: enabling device (0006 -> 0007)
[   13.488780] [drm] initializing kernel modesetting (RAVEN 0x1002:0x15DD 0x17AA:0x5122 0xD1).
[   13.488801] [drm] register mmio base: 0xC0600000
[   13.488803] [drm] register mmio size: 524288
[   13.488829] [drm] probing gen 2 caps for device 1022:15db = 700d03/e
[   13.488831] [drm] probing mlw for device 1022:15db = 700d03
[   13.488834] [drm] add ip block number 0 <soc15_common>
[   13.488836] [drm] add ip block number 1 <gmc_v9_0>
[   13.488837] [drm] add ip block number 2 <vega10_ih>
[   13.488839] [drm] add ip block number 3 <psp>
[   13.488840] [drm] add ip block number 4 <powerplay>
[   13.488841] [drm] add ip block number 5 <dm>
[   13.488843] [drm] add ip block number 6 <gfx_v9_0>
[   13.488844] [drm] add ip block number 7 <sdma_v4_0>
[   13.488846] [drm] add ip block number 8 <vcn_v1_0>
[   13.489416] kfd kfd: DID 15dd is missing in supported_devices
[   13.489418] kfd kfd: kgd2kfd_probe failed
[   13.489438] [drm] VCN decode is enabled in VM mode
[   13.489439] [drm] VCN encode is enabled in VM mode
[   13.489453] ATOM BIOS: 113-RAVEN-106
[   13.489484] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[   13.489493] amdgpu 0000:06:00.0: VRAM: 1024M 0x000000F400000000 - 0x000000F43FFFFFFF (1024M used)
[   13.489495] amdgpu 0000:06:00.0: GTT: 1024M 0x000000F500000000 - 0x000000F53FFFFFFF
[   13.489502] [drm] Detected VRAM RAM=1024M, BAR=1024M
[   13.489503] [drm] RAM width 64bits DDR4
[   13.489594] [TTM] Zone  kernel: Available graphics memory: 3551020 kiB
[   13.489595] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[   13.489596] [TTM] Initializing pool allocator
[   13.489600] [TTM] Initializing DMA pool allocator
[   13.489666] [drm] amdgpu: 1024M of VRAM memory ready
[   13.489668] [drm] amdgpu: 3072M of GTT memory ready.
[   13.489680] [drm] GART: num cpu pages 262144, num gpu pages 262144
[   13.490250] [drm] PCIE GART of 1024M enabled (table at 0x000000F400900000).
[   13.496644] [drm] use_doorbell being set to: [true]
[   13.497718] [drm] Found VCN firmware Version: 1.73 Family ID: 18
[   13.497722] [drm] PSP loading VCN firmware
[   13.525483] r8169 0000:05:00.0 enp5s0: link down
[   13.525574] IPv6: ADDRCONF(NETDEV_UP): enp5s0: link is not ready
[   13.698112] amdgpu: [powerplay] dpm has been enabled
[   13.709617] [drm] Display Core initialized with v3.1.44!
[   13.767440] [drm] SADs count is: -2, don't need to read it
[   13.768508] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   13.768509] [drm] Driver supports precise vblank timestamp query.
[   13.791844] [drm] VCN decode and encode initialized successfully.
[   13.794349] [drm] fb mappable at 0x71100000
[   13.794351] [drm] vram apper at 0x70000000
[   13.794351] [drm] size 8294400
[   13.794352] [drm] fb depth is 24
[   13.794353] [drm]    pitch is 7680
[   13.794438] fbcon: amdgpudrmfb (fb0) is primary device
[   13.809524] Console: switching to colour frame buffer device 240x67
[   13.833916] amdgpu 0000:06:00.0: fb0: amdgpudrmfb frame buffer device
[   13.858720] amdgpu 0000:06:00.0: ring 0(gfx) uses VM inv eng 4 on hub 0
[   13.858724] amdgpu 0000:06:00.0: ring 1(comp_1.0.0) uses VM inv eng 5 on hub 0
[   13.858727] amdgpu 0000:06:00.0: ring 2(comp_1.1.0) uses VM inv eng 6 on hub 0
[   13.858730] amdgpu 0000:06:00.0: ring 3(comp_1.2.0) uses VM inv eng 7 on hub 0
[   13.858733] amdgpu 0000:06:00.0: ring 4(comp_1.3.0) uses VM inv eng 8 on hub 0
[   13.858735] amdgpu 0000:06:00.0: ring 5(comp_1.0.1) uses VM inv eng 9 on hub 0
[   13.858738] amdgpu 0000:06:00.0: ring 6(comp_1.1.1) uses VM inv eng 10 on hub 0
[   13.858740] amdgpu 0000:06:00.0: ring 7(comp_1.2.1) uses VM inv eng 11 on hub 0
[   13.858743] amdgpu 0000:06:00.0: ring 8(comp_1.3.1) uses VM inv eng 12 on hub 0
[   13.858746] amdgpu 0000:06:00.0: ring 9(kiq_2.1.0) uses VM inv eng 13 on hub 0
[   13.858755] amdgpu 0000:06:00.0: ring 10(sdma0) uses VM inv eng 4 on hub 1
[   13.858758] amdgpu 0000:06:00.0: ring 11(vcn_dec) uses VM inv eng 5 on hub 1
[   13.858761] amdgpu 0000:06:00.0: ring 12(vcn_enc0) uses VM inv eng 6 on hub 1
[   13.858763] amdgpu 0000:06:00.0: ring 13(vcn_enc1) uses VM inv eng 7 on hub 1
[   13.865192] [drm] Initialized amdgpu 3.26.0 20150101 for 0000:06:00.0 on minor 0
[   14.124363] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[   14.189731] psmouse serio1: synaptics: queried max coordinates: x [..5676], y [..4690]
[   14.251951] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
[   14.251963] psmouse serio1: synaptics: Your touchpad (PNP: LEN2056 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
[   14.374088] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.16, id: 0x1e2b1, caps: 0xf028a3/0x940300/0x12e800/0x400000, board id: 3276, fw id: 2762640
[   14.374104] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[   14.457041] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9
[   14.466657] mousedev: PS/2 mouse device common for all mice
[   15.406138] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[   15.410065] Bluetooth: hci0: command 0x1001 tx timeout
[   15.801289] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input17
[   17.864737] wlp2s0: authenticate with 1c:c6:3c:6c:5a:cd
[   17.901792] wlp2s0: send auth to 1c:c6:3c:6c:5a:cd (try 1/3)
[   17.905036] wlp2s0: authenticated
[   17.906809] wlp2s0: associate with 1c:c6:3c:6c:5a:cd (try 1/3)
[   17.908935] wlp2s0: RX AssocResp from 1c:c6:3c:6c:5a:cd (capab=0x411 status=0 aid=3)
[   17.909189] wlp2s0: associated
[   17.930990] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[   18.360051] kauditd_printk_skb: 17 callbacks suppressed
[   18.360053] audit: type=1131 audit(1537626040.039:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   23.303694] Bluetooth: hci0: HCI_OP_READ_LOCAL_VERSION failed (-110)
[   23.313597] audit: type=1130 audit(1537626044.993:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   25.164159] audit: type=1006 audit(1537626046.843:31): pid=488 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[   25.174622] audit: type=1130 audit(1537626046.853:32): 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'
[   25.183494] audit: type=1006 audit(1537626046.863:33): pid=623 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   25.231911] audit: type=1130 audit(1537626046.909:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   28.318673] audit: type=1131 audit(1537626049.996:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

Offline

#4 2018-09-22 14:33:44

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,129

Re: Failing to turn Bluetooth module on

Nope.
The BT part of the chip is wired on USB, so please post the output of "lsusb" to see whether it's there (and on what ID)

Offline

#5 2018-09-22 14:55:16

teXnican
Member
Registered: 2018-09-21
Posts: 28

Re: Failing to turn Bluetooth module on

Not looking good, I think:

$ lsusb
Bus 005 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 004 Device 007: ID 5986:2113 Acer, Inc 
Bus 004 Device 003: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
Bus 004 Device 005: ID 058f:9540 Alcor Micro Corp. AU9540 Smartcard Reader
Bus 004 Device 004: ID 06cb:009a Synaptics, Inc. 
Bus 004 Device 002: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

As a side note, I'd love to know what that Acer entry is supposed to mean.

Last edited by teXnican (2018-09-22 14:56:19)

Offline

#6 2018-09-22 15:12:32

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,129

Re: Failing to turn Bluetooth module on

99% a webcam.

Does the BT key maybe do more than just send a key event and actually manipulate the chip directly?
The "random workishness" sounds suspicious.

Offline

#7 2018-09-22 15:34:19

teXnican
Member
Registered: 2018-09-21
Posts: 28

Re: Failing to turn Bluetooth module on

The button does nothing but issue XF86Bluetooth. Noting on dmesg, journalctl, btmon and of course it does not turn on the bluetooth as it should.

Offline

#8 2018-09-22 15:43:10

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,129

Re: Failing to turn Bluetooth module on

Since you've a parallel windows installation, did you see https://wiki.archlinux.org/index.php/Du … t_Start-Up ?

Offline

#9 2018-09-22 15:56:25

teXnican
Member
Registered: 2018-09-21
Posts: 28

Re: Failing to turn Bluetooth module on

I have turned Fast startup off now, rebooted to Windows 10, Bluetooth worked, shutdown, booted to Arch and the problem still remains exactly the same.

Offline

Board footer

Powered by FluxBB