Skip to content

Instantly share code, notes, and snippets.

@slmingol
Created June 22, 2019 04:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slmingol/59235a736b2fe0de856f98074f353e54 to your computer and use it in GitHub Desktop.
Save slmingol/59235a736b2fe0de856f98074f353e54 to your computer and use it in GitHub Desktop.
Setting up RTL8821CE WiFi Adapter (Realtek) on Fedora 30

*-network description: Ethernet interface product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller vendor: Realtek Semiconductor Co., Ltd. physical id: 0 bus info: pci@0000:01:00.0 logical name: enp1s0 version: 15 serial: 10:62:e5:e8:ff:06 size: 10Mbit/s capacity: 1Gbit/s width: 64 bits clock: 33MHz capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration: autonegotiation=on broadcast=yes driver=r8169 duplex=half firmware=rtl8168h-2_0.0.2 02/26/15 latency=0 link=no multicast=yes port=MII speed=10Mbit/s resources: irq:19 ioport:4000(size=256) memory:b1104000-b1104fff memory:b1100000-b1103fff *-network description: Wireless interface product: RTL8821CE 802.11ac PCIe Wireless Network Adapter vendor: Realtek Semiconductor Co., Ltd. physical id: 0 bus info: pci@0000:02:00.0 logical name: wlp2s0 version: 00 serial: 74:40:bb:8a:69:f7 width: 64 bits clock: 33MHz capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless configuration: broadcast=yes driver=rtl8821ce ip=192.168.1.94 latency=0 multicast=yes wireless=IEEE 802.11AC resources: irq:130 ioport:3000(size=256) memory:b1000000-b100ffff *-network:0 description: Ethernet interface physical id: 3 logical name: virbr0 serial: 52:54:00:47:d0:4d capabilities: ethernet physical configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A ip=192.168.122.1 link=no multicast=yes *-network:1 DISABLED description: Ethernet interface physical id: 4 logical name: virbr0-nic serial: 52:54:00:47:d0:4d size: 10Mbit/s capabilities: ethernet physical configuration: autonegotiation=off broadcast=yes driver=tun driverversion=1.6 duplex=full link=no multicast=yes port=twisted pair speed=10Mbit/s

$ iwconfig wlp2s0 wlp2s0 IEEE 802.11AC ESSID:"nsa_listening_post_002" Nickname:"WIFI@REALTEK" Mode:Managed Frequency:5.765 GHz Access Point: 2C:30:33:D0:04:42
Bit Rate:434 Mb/s Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off Power Management:off Link Quality=54/100 Signal level=43/100 Noise level=0/100 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0

$ dmesg [ 0.000000] microcode: microcode updated early to revision 0xb4, date = 2019-04-01 [ 0.000000] Linux version 5.0.16-100.fc28.x86_64 (mockbuild@bkernel04.phx2.fedoraproject.org) (gcc version 8.3.1 20190223 (Red Hat 8.3.1-2) (GCC)) #1 SMP Tue May 14 18:22:28 UTC 2019 [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-5.0.16-100.fc28.x86_64 root=/dev/mapper/fedora_localhost--live-root ro resume=/dev/mapper/fedora_localhost--live-swap rd.lvm.lv=fedora_localhost-live/root rd.lvm.lv=fedora_localhost-live/swap rhgb quiet LANG=en_US.UTF-8 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR' [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64 [ 0.000000] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64 [ 0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format. [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable [ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x0000000000087fff] usable [ 0.000000] BIOS-e820: [mem 0x0000000000088000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000720c3fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000720c4000-0x00000000720c4fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000720c5000-0x00000000720c5fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000720c6000-0x0000000089bcdfff] usable [ 0.000000] BIOS-e820: [mem 0x0000000089bce000-0x000000008a88dfff] reserved [ 0.000000] BIOS-e820: [mem 0x000000008a88e000-0x000000008af7dfff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000008af7e000-0x000000008affdfff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000008affe000-0x000000008affefff] usable [ 0.000000] BIOS-e820: [mem 0x000000008afff000-0x000000008fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000026effffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] e820: update [mem 0x71c4c018-0x71c5c057] usable ==> usable [ 0.000000] e820: update [mem 0x71c4c018-0x71c5c057] usable ==> usable [ 0.000000] e820: update [mem 0x71c2e018-0x71c4bc57] usable ==> usable [ 0.000000] e820: update [mem 0x71c2e018-0x71c4bc57] usable ==> usable [ 0.000000] extended physical RAM map: [ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable [ 0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved [ 0.000000] reserve setup_data: [mem 0x0000000000059000-0x0000000000087fff] usable [ 0.000000] reserve setup_data: [mem 0x0000000000088000-0x00000000000fffff] reserved [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000071c2e017] usable [ 0.000000] reserve setup_data: [mem 0x0000000071c2e018-0x0000000071c4bc57] usable [ 0.000000] reserve setup_data: [mem 0x0000000071c4bc58-0x0000000071c4c017] usable [ 0.000000] reserve setup_data: [mem 0x0000000071c4c018-0x0000000071c5c057] usable [ 0.000000] reserve setup_data: [mem 0x0000000071c5c058-0x00000000720c3fff] usable [ 0.000000] reserve setup_data: [mem 0x00000000720c4000-0x00000000720c4fff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x00000000720c5000-0x00000000720c5fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000720c6000-0x0000000089bcdfff] usable [ 0.000000] reserve setup_data: [mem 0x0000000089bce000-0x000000008a88dfff] reserved [ 0.000000] reserve setup_data: [mem 0x000000008a88e000-0x000000008af7dfff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x000000008af7e000-0x000000008affdfff] ACPI data [ 0.000000] reserve setup_data: [mem 0x000000008affe000-0x000000008affefff] usable [ 0.000000] reserve setup_data: [mem 0x000000008afff000-0x000000008fffffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fed10000-0x00000000fed19fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fed84000-0x00000000fed84fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved [ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000026effffff] usable [ 0.000000] efi: EFI v2.50 by INSYDE Corp. [ 0.000000] efi: ACPI 2.0=0x8affd014 SMBIOS=0x8a098000 SMBIOS 3.0=0x8a096000 ESRT=0x8a093b18 MEMATTR=0x7a732018 TPMEventLog=0x739c7018 [ 0.000000] secureboot: Secure boot disabled [ 0.000000] SMBIOS 3.0.0 present. [ 0.000000] DMI: HP HP Laptop 14-cf0xxx/84B2, BIOS F.10 05/17/2018 [ 0.000000] tsc: Detected 1800.000 MHz processor [ 0.004769] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.004772] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.004784] last_pfn = 0x26f000 max_arch_pfn = 0x400000000 [ 0.004790] MTRR default type: write-back [ 0.004791] MTRR fixed ranges enabled: [ 0.004793] 00000-9FFFF write-back [ 0.004794] A0000-BFFFF uncachable [ 0.004795] C0000-FFFFF write-protect [ 0.004796] MTRR variable ranges enabled: [ 0.004798] 0 base 00C0000000 mask 7FC0000000 uncachable [ 0.004799] 1 base 00A0000000 mask 7FE0000000 uncachable [ 0.004801] 2 base 0090000000 mask 7FF0000000 uncachable [ 0.004802] 3 base 008C000000 mask 7FFC000000 uncachable [ 0.004803] 4 base 008B800000 mask 7FFF800000 uncachable [ 0.004803] 5 disabled [ 0.004804] 6 disabled [ 0.004805] 7 disabled [ 0.004805] 8 disabled [ 0.004806] 9 disabled [ 0.006435] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.006643] last_pfn = 0x8afff max_arch_pfn = 0x400000000 [ 0.020379] esrt: Reserving ESRT space from 0x000000008a093b18 to 0x000000008a093b50. [ 0.020395] Using GB pages for direct mapping [ 0.020398] BRK [0x1e8e01000, 0x1e8e01fff] PGTABLE [ 0.020401] BRK [0x1e8e02000, 0x1e8e02fff] PGTABLE [ 0.020402] BRK [0x1e8e03000, 0x1e8e03fff] PGTABLE [ 0.020446] BRK [0x1e8e04000, 0x1e8e04fff] PGTABLE [ 0.020449] BRK [0x1e8e05000, 0x1e8e05fff] PGTABLE [ 0.020613] BRK [0x1e8e06000, 0x1e8e06fff] PGTABLE [ 0.020641] BRK [0x1e8e07000, 0x1e8e07fff] PGTABLE [ 0.020702] BRK [0x1e8e08000, 0x1e8e08fff] PGTABLE [ 0.020761] BRK [0x1e8e09000, 0x1e8e09fff] PGTABLE [ 0.020834] BRK [0x1e8e0a000, 0x1e8e0afff] PGTABLE [ 0.020918] RAMDISK: [mem 0x3ca0a000-0x3e163fff] [ 0.020926] ACPI: Early table checksum verification disabled [ 0.020929] ACPI: RSDP 0x000000008AFFD014 000024 (v02 HPQOEM) [ 0.020935] ACPI: XSDT 0x000000008AFD5188 00013C (v01 HPQOEM SLIC-MPC 00000000 HP 01000013) [ 0.020943] ACPI: FACP 0x000000008AFD9000 00010C (v05 HPQOEM SLIC-MPC 00000000 HP 00040000) [ 0.020950] ACPI: DSDT 0x000000008AFB3000 021F88 (v02 HPQOEM SLIC-MPC 00000000 ACPI 00040000) [ 0.020954] ACPI: FACS 0x000000008AF55000 000040 [ 0.020957] ACPI: UEFI 0x000000008AFFC000 000236 (v01 HPQOEM INSYDE 00000001 HP 00040000) [ 0.020961] ACPI: UEFI 0x000000008AFFB000 000042 (v01 HPQOEM INSYDE 00000002 HP 00040000) [ 0.020964] ACPI: IHIS 0x000000008AFFA000 000038 (v01 HPQOEM INSYDE 00000001 HP 00040000) [ 0.020968] ACPI: SSDT 0x000000008AFF3000 0065A4 (v01 HPQOEM INSYDE 00001000 ACPI 00040000) [ 0.020971] ACPI: MSDM 0x000000008AFF2000 000055 (v03 HPQOEM SLIC-MPC 00000001 HP 00040000) [ 0.020975] ACPI: SSDT 0x000000008AFF1000 0004C3 (v02 HPQOEM INSYDE 00001000 ACPI 00040000) [ 0.020978] ACPI: SSDT 0x000000008AFF0000 000046 (v02 HPQOEM INSYDE 00003000 ACPI 00040000) [ 0.020982] ACPI: TPM2 0x000000008AFEF000 000034 (v03 HPQOEM INSYDE 00000000 HP 00040000) [ 0.020985] ACPI: SSDT 0x000000008AFEB000 003072 (v02 HPQOEM INSYDE 00003000 ACPI 00040000) [ 0.020988] ACPI: SSDT 0x000000008AFE0000 00A64D (v02 HPQOEM INSYDE 00001000 ACPI 00040000) [ 0.020992] ACPI: SSDT 0x000000008AFDF000 000064 (v02 HPQOEM INSYDE 00001000 ACPI 00040000) [ 0.020995] ACPI: SSDT 0x000000008AFDE000 000B26 (v02 HPQOEM INSYDE 00000000 ACPI 00040000) [ 0.020999] ACPI: ASF! 0x000000008AFDD000 0000A5 (v32 HPQOEM INSYDE 00000001 HP 00040000) [ 0.021002] ACPI: ASPT 0x000000008AFDC000 000034 (v07 HPQOEM INSYDE 00000001 HP 00040000) [ 0.021006] ACPI: BOOT 0x000000008AFDB000 000028 (v01 HPQOEM INSYDE 00000001 HP 00040000) [ 0.021009] ACPI: DBGP 0x000000008AFDA000 000034 (v01 HPQOEM SLIC-MPC 00000001 HP 00040000) [ 0.021013] ACPI: HPET 0x000000008AFD8000 000038 (v01 HPQOEM INSYDE 00000001 HP 00040000) [ 0.021016] ACPI: APIC 0x000000008AFD7000 00012C (v03 HPQOEM SLIC-MPC 00000001 HP 00040000) [ 0.021019] ACPI: MCFG 0x000000008AFD6000 00003C (v01 HPQOEM INSYDE 00000001 HP 00040000) [ 0.021023] ACPI: SSDT 0x000000008AFB2000 000517 (v02 HPQOEM INSYDE 00000000 ACPI 00040000) [ 0.021026] ACPI: SSDT 0x000000008AFB1000 00097B (v02 HPQOEM INSYDE 00001000 ACPI 00040000) [ 0.021030] ACPI: LPIT 0x000000008AFB0000 000094 (v01 HPQOEM INSYDE 00000000 HP 00040000) [ 0.021033] ACPI: WSMT 0x000000008AFAF000 000028 (v01 HPQOEM INSYDE 00000000 HP 00040000) [ 0.021037] ACPI: SSDT 0x000000008AFAE000 00029F (v02 HPQOEM INSYDE 00000000 ACPI 00040000) [ 0.021040] ACPI: SSDT 0x000000008AFAD000 000346 (v01 HPQOEM INSYDE 00000000 ACPI 00040000) [ 0.021043] ACPI: SSDT 0x000000008AFA9000 003002 (v02 HPQOEM INSYDE 00001000 ACPI 00040000) [ 0.021047] ACPI: SSDT 0x000000008AFA8000 00051E (v02 HPQOEM INSYDE 00001000 ACPI 00040000) [ 0.021050] ACPI: DBGP 0x000000008AFA7000 000034 (v01 HPQOEM SLIC-MPC 00000002 HP 00040000) [ 0.021054] ACPI: DBG2 0x000000008AFA6000 000054 (v00 HPQOEM INSYDE 00000002 HP 00040000) [ 0.021057] ACPI: SSDT 0x000000008AFA4000 0012E6 (v02 HPQOEM INSYDE 00001000 ACPI 00040000) [ 0.021061] ACPI: SSDT 0x000000008AFA2000 0017AE (v02 HPQOEM INSYDE 00003000 ACPI 00040000) [ 0.021064] ACPI: DMAR 0x000000008AFA1000 0000F0 (v01 HPQOEM INSYDE 00000001 HP 00040000) [ 0.021068] ACPI: FPDT 0x000000008AFA0000 000044 (v01 HPQOEM SLIC-MPC 00000002 HP 00040000) [ 0.021071] ACPI: BGRT 0x000000008AF9F000 000038 (v01 HPQOEM INSYDE 00000001 HP 00040000) [ 0.021082] ACPI: Local APIC address 0xfee00000 [ 0.021320] No NUMA configuration found [ 0.021321] Faking a node at [mem 0x0000000000000000-0x000000026effffff] [ 0.021337] NODE_DATA(0) allocated [mem 0x26efd5000-0x26effffff] [ 0.052222] Zone ranges: [ 0.052224] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.052226] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.052228] Normal [mem 0x0000000100000000-0x000000026effffff] [ 0.052229] Device empty [ 0.052230] Movable zone start for each node [ 0.052235] Early memory node ranges [ 0.052236] node 0: [mem 0x0000000000001000-0x0000000000057fff] [ 0.052237] node 0: [mem 0x0000000000059000-0x0000000000087fff] [ 0.052238] node 0: [mem 0x0000000000100000-0x00000000720c3fff] [ 0.052239] node 0: [mem 0x00000000720c6000-0x0000000089bcdfff] [ 0.052240] node 0: [mem 0x000000008affe000-0x000000008affefff] [ 0.052240] node 0: [mem 0x0000000100000000-0x000000026effffff] [ 0.052887] Zeroed struct page in unavailable ranges: 25773 pages [ 0.052889] Initmem setup node 0 [mem 0x0000000000001000-0x000000026effffff] [ 0.052891] On node 0 totalpages: 2067283 [ 0.052893] DMA zone: 64 pages used for memmap [ 0.052893] DMA zone: 82 pages reserved [ 0.052894] DMA zone: 3974 pages, LIFO batch:0 [ 0.053053] DMA32 zone: 8752 pages used for memmap [ 0.053054] DMA32 zone: 560077 pages, LIFO batch:63 [ 0.077680] Normal zone: 23488 pages used for memmap [ 0.077681] Normal zone: 1503232 pages, LIFO batch:63 [ 0.133844] Reserving Intel graphics memory at [mem 0x8c000000-0x8fffffff] [ 0.134110] ACPI: PM-Timer IO Port: 0x1808 [ 0.134111] ACPI: Local APIC address 0xfee00000 [ 0.134122] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [ 0.134123] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) [ 0.134123] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) [ 0.134124] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1]) [ 0.134125] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1]) [ 0.134126] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1]) [ 0.134126] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1]) [ 0.134127] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1]) [ 0.134128] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1]) [ 0.134129] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1]) [ 0.134130] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1]) [ 0.134130] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1]) [ 0.134131] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1]) [ 0.134132] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1]) [ 0.134133] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1]) [ 0.134134] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1]) [ 0.134163] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119 [ 0.134165] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.134167] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.134169] ACPI: IRQ0 used by override. [ 0.134170] ACPI: IRQ9 used by override. [ 0.134173] Using ACPI (MADT) for SMP configuration information [ 0.134175] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.134183] smpboot: Allowing 8 CPUs, 0 hotplug CPUs [ 0.134211] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.134214] PM: Registered nosave memory: [mem 0x00058000-0x00058fff] [ 0.134216] PM: Registered nosave memory: [mem 0x00088000-0x000fffff] [ 0.134218] PM: Registered nosave memory: [mem 0x71c2e000-0x71c2efff] [ 0.134220] PM: Registered nosave memory: [mem 0x71c4b000-0x71c4bfff] [ 0.134221] PM: Registered nosave memory: [mem 0x71c4c000-0x71c4cfff] [ 0.134223] PM: Registered nosave memory: [mem 0x71c5c000-0x71c5cfff] [ 0.134225] PM: Registered nosave memory: [mem 0x720c4000-0x720c4fff] [ 0.134226] PM: Registered nosave memory: [mem 0x720c5000-0x720c5fff] [ 0.134228] PM: Registered nosave memory: [mem 0x89bce000-0x8a88dfff] [ 0.134229] PM: Registered nosave memory: [mem 0x8a88e000-0x8af7dfff] [ 0.134230] PM: Registered nosave memory: [mem 0x8af7e000-0x8affdfff] [ 0.134232] PM: Registered nosave memory: [mem 0x8afff000-0x8fffffff] [ 0.134233] PM: Registered nosave memory: [mem 0x90000000-0xdfffffff] [ 0.134234] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff] [ 0.134234] PM: Registered nosave memory: [mem 0xf0000000-0xfcffffff] [ 0.134235] PM: Registered nosave memory: [mem 0xfd000000-0xfe7fffff] [ 0.134236] PM: Registered nosave memory: [mem 0xfe800000-0xfebfffff] [ 0.134237] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff] [ 0.134237] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff] [ 0.134238] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff] [ 0.134239] PM: Registered nosave memory: [mem 0xfed01000-0xfed0ffff] [ 0.134240] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff] [ 0.134240] PM: Registered nosave memory: [mem 0xfed1a000-0xfed83fff] [ 0.134241] PM: Registered nosave memory: [mem 0xfed84000-0xfed84fff] [ 0.134242] PM: Registered nosave memory: [mem 0xfed85000-0xfedfffff] [ 0.134242] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff] [ 0.134243] PM: Registered nosave memory: [mem 0xfee01000-0xff9fffff] [ 0.134244] PM: Registered nosave memory: [mem 0xffa00000-0xffffffff] [ 0.134247] [mem 0x90000000-0xdfffffff] available for PCI devices [ 0.134248] Booting paravirtualized kernel on bare hardware [ 0.134252] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns [ 0.329067] random: get_random_bytes called from start_kernel+0x93/0x518 with crng_init=0 [ 0.329078] setup_percpu: NR_CPUS:1024 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1 [ 0.329394] percpu: Embedded 45 pages/cpu s147456 r8192 d28672 u262144 [ 0.329403] pcpu-alloc: s147456 r8192 d28672 u262144 alloc=1*2097152 [ 0.329404] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 [ 0.329441] Built 1 zonelists, mobility grouping on. Total pages: 2034897 [ 0.329441] Policy zone: Normal [ 0.329443] Kernel command line: BOOT_IMAGE=/vmlinuz-5.0.16-100.fc28.x86_64 root=/dev/mapper/fedora_localhost--live-root ro resume=/dev/mapper/fedora_localhost--live-swap rd.lvm.lv=fedora_localhost-live/root rd.lvm.lv=fedora_localhost-live/swap rhgb quiet LANG=en_US.UTF-8 [ 0.373587] Memory: 7834544K/8269132K available (12291K kernel code, 1524K rwdata, 4028K rodata, 2204K init, 4688K bss, 434588K reserved, 0K cma-reserved) [ 0.373784] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.373791] Kernel/User page tables isolation: enabled [ 0.373812] ftrace: allocating 39086 entries in 153 pages [ 0.398790] rcu: Hierarchical RCU implementation. [ 0.398792] rcu: RCU restricting CPUs from NR_CPUS=1024 to nr_cpu_ids=8. [ 0.398793] Tasks RCU enabled. [ 0.398794] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. [ 0.398795] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.402678] NR_IRQS: 65792, nr_irqs: 2048, preallocated irqs: 16 [ 0.403039] Console: colour dummy device 80x25 [ 0.403045] printk: console [tty0] enabled [ 0.403067] ACPI: Core revision 20181213 [ 0.403802] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns [ 0.403833] hpet clockevent registered [ 0.403885] APIC: Switch to symmetric I/O mode setup [ 0.403888] DMAR: Host address width 39 [ 0.403890] DMAR: DRHD base: 0x000000fed90000 flags: 0x0 [ 0.403898] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e [ 0.403900] DMAR: DRHD base: 0x000000fed91000 flags: 0x1 [ 0.403905] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da [ 0.403906] DMAR: RMRR base: 0x0000008a70b000 end: 0x0000008a72afff [ 0.403908] DMAR: RMRR base: 0x0000008b800000 end: 0x0000008fffffff [ 0.403909] DMAR: ANDD device: 1 name: _SB.PCI0.I2C0 [ 0.403910] DMAR: ANDD device: 2 name: _SB.PCI0.I2C1 [ 0.403912] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1 [ 0.403913] DMAR-IR: HPET id 0 under DRHD base 0xfed91000 [ 0.403914] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping. [ 0.405836] DMAR-IR: Enabled IRQ remapping in x2apic mode [ 0.405837] x2apic enabled [ 0.405878] Switched APIC routing to cluster x2apic. [ 0.409986] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.414844] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x19f2297dd97, max_idle_ns: 440795236593 ns [ 0.414862] Calibrating delay loop (skipped), value calculated using timer frequency.. 3600.00 BogoMIPS (lpj=1800000) [ 0.414865] pid_max: default: 32768 minimum: 301 [ 0.424898] LSM: Security Framework initializing [ 0.424901] Yama: becoming mindful. [ 0.424907] SELinux: Initializing. [ 0.426588] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) [ 0.427497] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.427542] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.427569] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.427890] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 0.427891] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) [ 0.427900] mce: CPU supports 10 MCE banks [ 0.427918] mce: CPU0: Thermal monitoring enabled (TM1) [ 0.427952] process: using mwait in idle threads [ 0.427955] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8 [ 0.427956] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4 [ 0.427959] Spectre V2 : Mitigation: Full generic retpoline [ 0.427960] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.427960] Spectre V2 : Enabling Restricted Speculation for firmware calls [ 0.427971] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [ 0.427972] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl [ 0.427974] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp [ 0.428017] MDS: Mitigation: Clear CPU buffers [ 0.428391] Freeing SMP alternatives memory: 36K [ 0.429967] TSC deadline timer enabled [ 0.429974] smpboot: CPU0: Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz (family: 0x6, model: 0x8e, stepping: 0xa) [ 0.430109] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver. [ 0.430158] ... version: 4 [ 0.430159] ... bit width: 48 [ 0.430159] ... generic registers: 4 [ 0.430161] ... value mask: 0000ffffffffffff [ 0.430161] ... max period: 00007fffffffffff [ 0.430162] ... fixed-purpose events: 3 [ 0.430163] ... event mask: 000000070000000f [ 0.430225] rcu: Hierarchical SRCU implementation. [ 0.430983] random: crng done (trusting CPU's manufacturer) [ 0.431758] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. [ 0.431880] smp: Bringing up secondary CPUs ... [ 0.431979] x86: Booting SMP configuration: [ 0.431981] .... node #0, CPUs: #1 #2 #3 #4 [ 0.443109] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details. [ 0.443109] #5 #6 #7 [ 0.445589] smp: Brought up 1 node, 8 CPUs [ 0.445589] smpboot: Max logical packages: 1 [ 0.445589] smpboot: Total of 8 processors activated (28800.00 BogoMIPS) [ 0.446244] devtmpfs: initialized [ 0.446244] x86/mm: Memory block size: 128MB [ 0.447263] PM: Registering ACPI NVS region [mem 0x720c4000-0x720c4fff] (4096 bytes) [ 0.447263] PM: Registering ACPI NVS region [mem 0x8a88e000-0x8af7dfff] (7274496 bytes) [ 0.447263] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [ 0.447263] futex hash table entries: 2048 (order: 5, 131072 bytes) [ 0.447263] pinctrl core: initialized pinctrl subsystem [ 0.447852] RTC time: 23:39:24, date: 2019-06-21 [ 0.448022] NET: Registered protocol family 16 [ 0.448191] audit: initializing netlink subsys (disabled) [ 0.448200] audit: type=2000 audit(1561160364.044:1): state=initialized audit_enabled=0 res=1 [ 0.448200] cpuidle: using governor menu [ 0.448200] Simple Boot Flag at 0x44 set to 0x1 [ 0.448200] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it [ 0.448200] ACPI: bus type PCI registered [ 0.448200] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.448200] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.448200] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820 [ 0.448200] PCI: Using configuration type 1 for base access [ 0.450662] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 0.450662] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.450888] cryptd: max_cpu_qlen set to 1000 [ 0.450931] ACPI: Added _OSI(Module Device) [ 0.450932] ACPI: Added _OSI(Processor Device) [ 0.450933] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.450934] ACPI: Added _OSI(Processor Aggregator Device) [ 0.450936] ACPI: Added _OSI(Linux-Dell-Video) [ 0.450937] ACPI: Added OSI(Linux-Lenovo-NV-HDMI-Audio) [ 0.450938] ACPI: Added OSI(Linux-HPI-Hybrid-Graphics) [ 0.515743] ACPI: 16 ACPI AML tables successfully acquired and loaded [ 0.521666] ACPI: [Firmware Bug]: BIOS OSI(Linux) query ignored [ 0.527610] ACPI: Dynamic OEM Table Load: [ 0.527635] ACPI: SSDT 0xFFFF8FE0E4F1D000 00058B (v02 PmRef Cpu0Ist 00003000 INTL 20160527) [ 0.528367] ACPI: _PR.PR00: OSC native thermal LVT Acked [ 0.530334] ACPI: Dynamic OEM Table Load: [ 0.530349] ACPI: SSDT 0xFFFF8FE0E48BEC00 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160527) [ 0.531064] ACPI: Dynamic OEM Table Load: [ 0.531076] ACPI: SSDT 0xFFFF8FE0E48213C0 0000BA (v02 PmRef Cpu0Hwp 00003000 INTL 20160527) [ 0.531642] ACPI: Dynamic OEM Table Load: [ 0.531656] ACPI: SSDT 0xFFFF8FE0E4F1A800 000628 (v02 PmRef HwpLvt 00003000 INTL 20160527) [ 0.532745] ACPI: Dynamic OEM Table Load: [ 0.532762] ACPI: SSDT 0xFFFF8FE0E4C34000 000D14 (v02 PmRef ApIst 00003000 INTL 20160527) [ 0.534255] ACPI: Dynamic OEM Table Load: [ 0.534268] ACPI: SSDT 0xFFFF8FE0E48BE800 000317 (v02 PmRef ApHwp 00003000 INTL 20160527) [ 0.535005] ACPI: Dynamic OEM Table Load: [ 0.535017] ACPI: SSDT 0xFFFF8FE0E48B9800 00030A (v02 PmRef ApCst 00003000 INTL 20160527) [ 0.539963] ACPI: EC: EC started [ 0.539964] ACPI: EC: interrupt blocked [ 0.542251] ACPI: _SB.PCI0.LPCB.H_EC: Used as first EC [ 0.542254] ACPI: _SB.PCI0.LPCB.H_EC: GPE=0x23, EC_CMD/EC_SC=0x66, EC_DATA=0x62 [ 0.542256] ACPI: _SB.PCI0.LPCB.H_EC: Used as boot DSDT EC to handle transactions [ 0.542257] ACPI: Interpreter enabled [ 0.542339] ACPI: (supports S0 S3 S4 S5) [ 0.542340] ACPI: Using IOAPIC for interrupt routing [ 0.542402] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.543827] ACPI: Enabled 7 GPEs in block 00 to 7F [ 0.572104] ACPI: Power Resource [FN00] (on) [ 0.573906] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe]) [ 0.573913] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.574126] acpi PNP0A08:00: OSC: platform does not support [PCIeHotplug SHPCHotplug PME] [ 0.574318] acpi PNP0A08:00: OSC: OS now controls [AER PCIeCapability LTR] [ 0.574320] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration [ 0.577420] PCI host bridge to bus 0000:00 [ 0.577423] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.577425] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.577426] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.577428] pci_bus 0000:00: root bus resource [mem 0x90000000-0xdfffffff window] [ 0.577429] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window] [ 0.577431] pci_bus 0000:00: root bus resource [bus 00-fe] [ 0.577442] pci 0000:00:00.0: [8086:5914] type 00 class 0x060000 [ 0.578696] pci 0000:00:02.0: [8086:5917] type 00 class 0x030000 [ 0.578714] pci 0000:00:02.0: reg 0x10: [mem 0xb0000000-0xb0ffffff 64bit] [ 0.578723] pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref] [ 0.578729] pci 0000:00:02.0: reg 0x20: [io 0x5000-0x503f] [ 0.578753] pci 0000:00:02.0: BAR 2: assigned to efifb [ 0.580013] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 [ 0.580033] pci 0000:00:04.0: reg 0x10: [mem 0xb1220000-0xb1227fff 64bit] [ 0.581347] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000 [ 0.581368] pci 0000:00:08.0: reg 0x10: [mem 0xb1232000-0xb1232fff 64bit] [ 0.582654] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330 [ 0.582681] pci 0000:00:14.0: reg 0x10: [mem 0xb1200000-0xb120ffff 64bit] [ 0.582765] pci 0000:00:14.0: PME# supported from D3hot D3cold [ 0.584109] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000 [ 0.584136] pci 0000:00:14.2: reg 0x10: [mem 0xb1233000-0xb1233fff 64bit] [ 0.585510] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000 [ 0.585774] pci 0000:00:15.0: reg 0x10: [mem 0xb1234000-0xb1234fff 64bit] [ 0.587917] pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000 [ 0.588181] pci 0000:00:15.1: reg 0x10: [mem 0xb1235000-0xb1235fff 64bit] [ 0.590276] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000 [ 0.590307] pci 0000:00:16.0: reg 0x10: [mem 0xb1236000-0xb1236fff 64bit] [ 0.590396] pci 0000:00:16.0: PME# supported from D3hot [ 0.591728] pci 0000:00:17.0: [8086:282a] type 00 class 0x010400 [ 0.591751] pci 0000:00:17.0: reg 0x10: [mem 0xb1230000-0xb1231fff] [ 0.591761] pci 0000:00:17.0: reg 0x14: [mem 0xb1239000-0xb12390ff] [ 0.591770] pci 0000:00:17.0: reg 0x18: [io 0x5080-0x5087] [ 0.591780] pci 0000:00:17.0: reg 0x1c: [io 0x5088-0x508b] [ 0.591789] pci 0000:00:17.0: reg 0x20: [io 0x5060-0x507f] [ 0.591798] pci 0000:00:17.0: reg 0x24: [mem 0xb1237000-0xb12377ff] [ 0.591852] pci 0000:00:17.0: PME# supported from D3hot [ 0.593125] pci 0000:00:1c.0: [8086:9d14] type 01 class 0x060400 [ 0.593221] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.594540] pci 0000:00:1c.5: [8086:9d15] type 01 class 0x060400 [ 0.594634] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold [ 0.595954] pci 0000:00:1f.0: [8086:9d4e] type 00 class 0x060100 [ 0.597322] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000 [ 0.597342] pci 0000:00:1f.2: reg 0x10: [mem 0xb122c000-0xb122ffff] [ 0.598649] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300 [ 0.598683] pci 0000:00:1f.3: reg 0x10: [mem 0xb1228000-0xb122bfff 64bit] [ 0.598722] pci 0000:00:1f.3: reg 0x20: [mem 0xb1210000-0xb121ffff 64bit] [ 0.598783] pci 0000:00:1f.3: PME# supported from D3hot D3cold [ 0.600194] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500 [ 0.600254] pci 0000:00:1f.4: reg 0x10: [mem 0xb1238000-0xb12380ff 64bit] [ 0.600324] pci 0000:00:1f.4: reg 0x20: [io 0x5040-0x505f] [ 0.601707] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000 [ 0.601741] pci 0000:01:00.0: reg 0x10: [io 0x4000-0x40ff] [ 0.601772] pci 0000:01:00.0: reg 0x18: [mem 0xb1104000-0xb1104fff 64bit] [ 0.601792] pci 0000:01:00.0: reg 0x20: [mem 0xb1100000-0xb1103fff 64bit] [ 0.601911] pci 0000:01:00.0: supports D1 D2 [ 0.601913] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.602077] pci 0000:00:1c.0: PCI bridge to [bus 01] [ 0.602080] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff] [ 0.602084] pci 0000:00:1c.0: bridge window [mem 0xb1100000-0xb11fffff] [ 0.602182] pci 0000:02:00.0: [10ec:c821] type 00 class 0x028000 [ 0.602235] pci 0000:02:00.0: reg 0x10: [io 0x3000-0x30ff] [ 0.602275] pci 0000:02:00.0: reg 0x18: [mem 0xb1000000-0xb100ffff 64bit] [ 0.602462] pci 0000:02:00.0: supports D1 D2 [ 0.602464] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.602666] pci 0000:00:1c.5: PCI bridge to [bus 02] [ 0.602669] pci 0000:00:1c.5: bridge window [io 0x3000-0x3fff] [ 0.602673] pci 0000:00:1c.5: bridge window [mem 0xb1000000-0xb10fffff] [ 0.605195] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.605262] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15) [ 0.605325] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.605388] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.605449] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.605510] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.605572] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.605637] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.606717] ACPI: EC: interrupt unblocked [ 0.606735] ACPI: EC: event unblocked [ 0.606749] ACPI: _SB.PCI0.LPCB.H_EC: GPE=0x23, EC_CMD/EC_SC=0x66, EC_DATA=0x62 [ 0.606751] ACPI: _SB.PCI0.LPCB.H_EC: Used as boot DSDT EC to handle transactions and events [ 0.606867] pci 0000:00:02.0: vgaarb: setting as boot VGA device [ 0.606867] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.606867] pci 0000:00:02.0: vgaarb: bridge control possible [ 0.606867] vgaarb: loaded [ 0.607000] SCSI subsystem initialized [ 0.607021] libata version 3.00 loaded. [ 0.607021] ACPI: bus type USB registered [ 0.607021] usbcore: registered new interface driver usbfs [ 0.607021] usbcore: registered new interface driver hub [ 0.607021] usbcore: registered new device driver usb [ 0.607021] pps_core: LinuxPPS API ver. 1 registered [ 0.607021] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it [ 0.607021] PTP clock support registered [ 0.607021] EDAC MC: Ver: 3.0.0 [ 0.607021] Registered efivars operations [ 0.679922] PCI: Using ACPI for IRQ routing [ 0.707485] PCI: pci_cache_line_size set to 64 bytes [ 0.707604] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff] [ 0.707606] e820: reserve RAM buffer [mem 0x00088000-0x0008ffff] [ 0.707607] e820: reserve RAM buffer [mem 0x71c2e018-0x73ffffff] [ 0.707608] e820: reserve RAM buffer [mem 0x71c4c018-0x73ffffff] [ 0.707610] e820: reserve RAM buffer [mem 0x720c4000-0x73ffffff] [ 0.707611] e820: reserve RAM buffer [mem 0x89bce000-0x8bffffff] [ 0.707612] e820: reserve RAM buffer [mem 0x8afff000-0x8bffffff] [ 0.707614] e820: reserve RAM buffer [mem 0x26f000000-0x26fffffff] [ 0.707848] NetLabel: Initializing [ 0.707848] NetLabel: domain hash size = 128 [ 0.707848] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.707848] NetLabel: unlabeled traffic allowed by default [ 0.707979] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 [ 0.707984] hpet0: 8 comparators, 64-bit 24.000000 MHz counter [ 0.710879] clocksource: Switched to clocksource tsc-early [ 0.729040] VFS: Disk quotas dquot_6.6.0 [ 0.729060] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.729130] pnp: PnP ACPI init [ 0.729415] system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved [ 0.729417] system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved [ 0.729419] system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved [ 0.729421] system 00:00: [mem 0xfe000000-0xfe01ffff] has been reserved [ 0.729422] system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved [ 0.729424] system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved [ 0.729426] system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved [ 0.729432] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.729920] system 00:01: [io 0x2000-0x20fe] has been reserved [ 0.729925] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.730381] system 00:02: [io 0x0680-0x069f] has been reserved [ 0.730383] system 00:02: [io 0xffff] has been reserved [ 0.730385] system 00:02: [io 0xffff] has been reserved [ 0.730387] system 00:02: [io 0xffff] has been reserved [ 0.730388] system 00:02: [io 0x0500-0x0501] has been reserved [ 0.730390] system 00:02: [io 0x1800-0x18fe] has been reserved [ 0.730392] system 00:02: [io 0x164e-0x164f] has been reserved [ 0.730396] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.730557] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.730615] system 00:04: [io 0x1854-0x1857] has been reserved [ 0.730619] system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active) [ 0.730648] pnp 00:05: Plug and Play ACPI device, IDs HPQ8001 PNP0303 (active) [ 0.732763] system 00:06: [mem 0xfe029000-0xfe029fff] has been reserved [ 0.732765] system 00:06: [mem 0xfe028000-0xfe028fff] has been reserved [ 0.732771] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.733474] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved [ 0.733476] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved [ 0.733478] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved [ 0.733479] system 00:07: [mem 0xe0000000-0xefffffff] has been reserved [ 0.733481] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved [ 0.733483] system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved [ 0.733485] system 00:07: [mem 0xfed45000-0xfed8ffff] could not be reserved [ 0.733487] system 00:07: [mem 0xff000000-0xffffffff] could not be reserved [ 0.733488] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved [ 0.733490] system 00:07: [mem 0x90000000-0x9001ffff] has been reserved [ 0.733495] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.734177] pnp: PnP ACPI: found 8 devices [ 0.740348] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.740405] pci 0000:00:1c.0: PCI bridge to [bus 01] [ 0.740408] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff] [ 0.740413] pci 0000:00:1c.0: bridge window [mem 0xb1100000-0xb11fffff] [ 0.740420] pci 0000:00:1c.5: PCI bridge to [bus 02] [ 0.740422] pci 0000:00:1c.5: bridge window [io 0x3000-0x3fff] [ 0.740427] pci 0000:00:1c.5: bridge window [mem 0xb1000000-0xb10fffff] [ 0.740435] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.740437] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.740439] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.740440] pci_bus 0000:00: resource 7 [mem 0x90000000-0xdfffffff window] [ 0.740442] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window] [ 0.740443] pci_bus 0000:01: resource 0 [io 0x4000-0x4fff] [ 0.740445] pci_bus 0000:01: resource 1 [mem 0xb1100000-0xb11fffff] [ 0.740446] pci_bus 0000:02: resource 0 [io 0x3000-0x3fff] [ 0.740447] pci_bus 0000:02: resource 1 [mem 0xb1000000-0xb10fffff] [ 0.740669] NET: Registered protocol family 2 [ 0.740892] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes) [ 0.740933] TCP established hash table entries: 65536 (order: 7, 524288 bytes) [ 0.741083] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 0.741327] TCP: Hash tables configured (established 65536 bind 65536) [ 0.741369] UDP hash table entries: 4096 (order: 5, 131072 bytes) [ 0.741406] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes) [ 0.741491] NET: Registered protocol family 1 [ 0.741499] NET: Registered protocol family 44 [ 0.741511] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.743197] PCI: CLS 64 bytes, default 64 [ 0.743255] Unpacking initramfs... [ 1.304391] Freeing initrd memory: 23912K [ 1.304485] DMAR: ACPI device "device:72" under DMAR at fed91000 as 00:15.0 [ 1.304489] DMAR: ACPI device "device:73" under DMAR at fed91000 as 00:15.1 [ 1.309918] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.309920] software IO TLB: mapped [mem 0x7cfd6000-0x80fd6000] (64MB) [ 1.310000] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x19f2297dd97, max_idle_ns: 440795236593 ns [ 1.310028] clocksource: Switched to clocksource tsc [ 1.313332] Initialise system trusted keyrings [ 1.313345] Key type blacklist registered [ 1.313393] workingset: timestamp_bits=36 max_order=21 bucket_order=0 [ 1.315155] zbud: loaded [ 1.316214] Platform Keyring initialized [ 1.562191] alg: No test for 842 (842-generic) [ 1.563499] alg: No test for 842 (842-scomp) [ 1.605812] NET: Registered protocol family 38 [ 1.605815] Key type asymmetric registered [ 1.605817] Asymmetric key parser 'x509' registered [ 1.605832] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242) [ 1.605901] io scheduler mq-deadline registered [ 1.605902] io scheduler kyber registered [ 1.605969] io scheduler bfq registered [ 1.606085] atomic64_test: passed for x86-64 platform with CX8 and with SSE [ 1.606602] aer 0000:00:1c.0:pcie002: AER enabled with IRQ 122 [ 1.606932] aer 0000:00:1c.5:pcie002: AER enabled with IRQ 123 [ 1.607012] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 1.607042] efifb: probing for efifb [ 1.607060] efifb: showing boot graphics [ 1.607596] efifb: framebuffer at 0xa0000000, using 4128k, total 4128k [ 1.607598] efifb: mode is 1366x768x32, linelength=5504, pages=1 [ 1.607598] efifb: scrolling: redraw [ 1.607601] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 1.607656] fbcon: Deferring console take-over [ 1.607657] fb0: EFI VGA frame buffer device [ 1.607667] intel_idle: MWAIT substates: 0x11142120 [ 1.607668] intel_idle: v0.4.1 model 0x8E [ 1.608321] intel_idle: lapic_timer_reliable_states 0xffffffff [ 1.608688] ACPI: AC Adapter [AC] (off-line) [ 1.608794] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0 [ 1.608801] ACPI: Lid Switch [LID0] [ 1.608837] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1 [ 1.608846] ACPI: Power Button [PWRB] [ 1.608894] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2 [ 1.608912] ACPI: Power Button [PWRF] [ 1.621501] thermal LNXTHERM:00: registered as thermal_zone0 [ 1.621502] ACPI: Thermal Zone [TZ00] (39 C) [ 1.623826] thermal LNXTHERM:01: registered as thermal_zone1 [ 1.623828] ACPI: Thermal Zone [TZ01] (0 C) [ 1.624169] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.625893] battery: ACPI: Battery Slot [BAT0] (battery present) [ 1.626422] Non-volatile memory driver v1.3 [ 1.626449] Linux agpgart interface v0.103 [ 1.646176] ahci 0000:00:17.0: version 3.0 [ 1.646435] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 3 ports 6 Gbps 0x7 impl RAID mode [ 1.646438] ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst [ 1.646950] scsi host0: ahci [ 1.647342] scsi host1: ahci [ 1.647646] scsi host2: ahci [ 1.647728] ata1: SATA max UDMA/133 abar m2048@0xb1237000 port 0xb1237100 irq 124 [ 1.647730] ata2: SATA max UDMA/133 abar m2048@0xb1237000 port 0xb1237180 irq 124 [ 1.647732] ata3: SATA max UDMA/133 abar m2048@0xb1237000 port 0xb1237200 irq 124 [ 1.647820] libphy: Fixed MDIO Bus: probed [ 1.647994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.648002] ehci-pci: EHCI PCI platform driver [ 1.648019] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.648021] ohci-pci: OHCI PCI platform driver [ 1.648035] uhci_hcd: USB Universal Host Controller Interface driver [ 1.648259] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 1.648308] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1 [ 1.649397] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810 [ 1.649403] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported [ 1.649633] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00 [ 1.649635] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.649638] usb usb1: Product: xHCI Host Controller [ 1.649640] usb usb1: Manufacturer: Linux 5.0.16-100.fc28.x86_64 xhci-hcd [ 1.649641] usb usb1: SerialNumber: 0000:00:14.0 [ 1.649870] hub 1-0:1.0: USB hub found [ 1.649889] hub 1-0:1.0: 12 ports detected [ 1.651833] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 1.651960] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2 [ 1.651964] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed [ 1.652011] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.00 [ 1.652013] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.652014] usb usb2: Product: xHCI Host Controller [ 1.652016] usb usb2: Manufacturer: Linux 5.0.16-100.fc28.x86_64 xhci-hcd [ 1.652017] usb usb2: SerialNumber: 0000:00:14.0 [ 1.652184] hub 2-0:1.0: USB hub found [ 1.652196] hub 2-0:1.0: 6 ports detected [ 1.653841] usbcore: registered new interface driver usbserial_generic [ 1.653847] usbserial: USB Serial support registered for generic [ 1.653883] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1 [ 1.653884] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp [ 1.656611] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.656734] mousedev: PS/2 mouse device common for all mice [ 1.656898] rtc_cmos 00:03: RTC can wake from S4 [ 1.657413] rtc_cmos 00:03: registered as rtc0 [ 1.657415] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs [ 1.657524] device-mapper: uevent: version 1.0.3 [ 1.657639] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com [ 1.657710] intel_pstate: Intel P-state driver initializing [ 1.658336] intel_pstate: HWP enabled [ 1.658481] hidraw: raw HID events driver (C) Jiri Kosina [ 1.658500] usbcore: registered new interface driver usbhid [ 1.658500] usbhid: USB HID core driver [ 1.658540] intel_pmc_core: initialized [ 1.658576] drop_monitor: Initializing network drop monitor service [ 1.658763] Initializing XFRM netlink socket [ 1.658830] NET: Registered protocol family 10 [ 1.661467] Segment Routing with IPv6 [ 1.661479] mip6: Mobile IPv6 [ 1.661480] NET: Registered protocol family 17 [ 1.662201] RAS: Correctable Errors collector initialized. [ 1.662254] microcode: sig=0x806ea, pf=0x80, revision=0xb4 [ 1.662521] microcode: Microcode Update Driver: v2.2. [ 1.662528] AVX2 version of gcm_enc/dec engaged. [ 1.662528] AES CTR mode by8 optimization enabled [ 1.668073] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3 [ 1.689406] sched_clock: Marking stable (1688548514, 852914)->(1710687329, -21285901) [ 1.689751] registered taskstats version 1 [ 1.689758] Loading compiled-in X.509 certificates [ 1.717595] Loaded X.509 cert 'Fedora kernel signing key: 30267913459711cb68135a4e234b959fdda68124' [ 1.717612] zswap: loaded using pool lzo/zbud [ 1.722537] Key type big_key registered [ 1.724673] Key type encrypted registered [ 1.726452] integrity: Loading X.509 certificate: UEFI:db [ 1.726483] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53' [ 1.726483] integrity: Loading X.509 certificate: UEFI:db [ 1.726498] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4' [ 1.726498] integrity: Loading X.509 certificate: UEFI:db [ 1.726510] integrity: Loaded X.509 cert 'Hewlett-Packard Company: HP UEFI Secure Boot 2013 DB key: 1d7cf2c2b92673f69c8ee1ec7063967ab9b62bec' [ 1.728174] ima: Allocated hash algorithm: sha1 [ 1.754664] No architecture policies found [ 1.756452] Magic number: 7:153:707 [ 1.756712] rtc_cmos 00:03: setting system clock to 2019-06-21T23:39:25 UTC (1561160365) [ 1.954236] ata2: SATA link down (SStatus 4 SControl 300) [ 1.954266] ata1: SATA link down (SStatus 4 SControl 300) [ 1.954300] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 1.955850] ata3.00: ATA-10: MTFDDAV256TBN-1AR1ZABHA, HPC0014, max UDMA/100 [ 1.955871] ata3.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 32), AA [ 1.958699] ata3.00: configured for UDMA/100 [ 1.959049] scsi 2:0:0:0: Direct-Access ATA MTFDDAV256TBN-1A 0014 PQ: 0 ANSI: 5 [ 1.959420] sd 2:0:0:0: Attached scsi generic sg0 type 0 [ 1.959992] sd 2:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB) [ 1.959996] sd 2:0:0:0: [sda] 4096-byte physical blocks [ 1.960042] sd 2:0:0:0: [sda] Write Protect is off [ 1.960046] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 1.960225] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.964328] sda: sda1 sda2 sda3 [ 1.965753] sd 2:0:0:0: [sda] Attached SCSI disk [ 1.968130] Freeing unused decrypted memory: 2040K [ 1.968954] Freeing unused kernel image memory: 2204K [ 1.973929] usb 1-2: new full-speed USB device number 2 using xhci_hcd [ 1.975956] Write protecting the kernel read-only data: 18432k [ 1.977114] Freeing unused kernel image memory: 2020K [ 1.977425] Freeing unused kernel image memory: 68K [ 1.996780] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 1.996789] rodata_test: all tests were successful [ 1.996791] x86/mm: Checking user space page tables [ 2.012562] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 2.012564] Run /init as init process [ 2.099042] systemd[1]: systemd 238 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid) [ 2.105328] usb 1-2: New USB device found, idVendor=248a, idProduct=8367, bcdDevice= 1.00 [ 2.105329] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.105330] usb 1-2: Product: Wireless Receiver [ 2.105331] usb 1-2: Manufacturer: Telink [ 2.109919] input: Telink Wireless Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:248A:8367.0001/input/input4 [ 2.110144] input: Telink Wireless Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:248A:8367.0001/input/input5 [ 2.111108] systemd[1]: Detected architecture x86-64. [ 2.111110] systemd[1]: Running in initial RAM disk. [ 2.114693] systemd[1]: Set hostname to <greeneggs.bub.lan>. [ 2.147379] systemd[1]: Reached target Slices. [ 2.147464] systemd[1]: Listening on Journal Socket (/dev/log). [ 2.147472] systemd[1]: Reached target Timers. [ 2.148647] systemd[1]: Created slice system-systemd\x2dhibernate\x2dresume.slice. [ 2.148658] systemd[1]: Reached target Swap. [ 2.148713] systemd[1]: Listening on Journal Socket. [ 2.162035] input: Telink Wireless Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:248A:8367.0001/input/input6 [ 2.162091] hid-generic 0003:248A:8367.0001: input,hidraw0: USB HID v1.11 Mouse [Telink Wireless Receiver] on usb-0000:00:14.0-2/input0 [ 2.163925] input: Telink Wireless Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:248A:8367.0002/input/input7 [ 2.187560] audit: type=1130 audit(1561160365.930:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 2.201107] audit: type=1130 audit(1561160365.944:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 2.201109] audit: type=1131 audit(1561160365.944:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 2.216197] hid-generic 0003:248A:8367.0002: input,hidraw1: USB HID v1.11 Keyboard [Telink Wireless Receiver] on usb-0000:00:14.0-2/input1 [ 2.230727] audit: type=1130 audit(1561160365.973:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 2.249454] audit: type=1130 audit(1561160365.992:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 2.258515] audit: type=1130 audit(1561160366.001:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 2.322079] audit: type=1130 audit(1561160366.065:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 2.329870] usb 1-6: new high-speed USB device number 3 using xhci_hcd [ 2.340209] audit: type=1130 audit(1561160366.083:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 2.343226] wmi_bus wmi_bus-PNP0C14:01: WQBJ data block query control method not found [ 2.355317] r8169 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control [ 2.366635] libphy: r8169: probed [ 2.366971] r8169 0000:01:00.0 eth0: RTL8168h/8111h, 10:62:e5:e8:ff:06, XID 541, IRQ 126 [ 2.366973] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko] [ 2.370438] r8169 0000:01:00.0 enp1s0: renamed from eth0 [ 2.395365] kvmgt: Unknown symbol gfn_to_memslot (err -2) [ 2.395374] kvmgt: Unknown symbol vfio_pin_pages (err -2) [ 2.395379] kvmgt: Unknown symbol vfio_info_cap_shift (err -2) [ 2.395384] kvmgt: Unknown symbol vfio_set_irqs_validate_and_prepare (err -2) [ 2.395389] kvmgt: Unknown symbol vfio_device_put (err -2) [ 2.395392] kvmgt: Unknown symbol gfn_to_pfn (err -2) [ 2.395396] kvmgt: Unknown symbol mdev_from_dev (err -2) [ 2.395403] kvmgt: Unknown symbol kvm_put_kvm (err -2) [ 2.395408] kvmgt: Unknown symbol kvm_write_guest (err -2) [ 2.395412] kvmgt: Unknown symbol kvm_slot_page_track_remove_page (err -2) [ 2.395419] kvmgt: Unknown symbol kvm_page_track_register_notifier (err -2) [ 2.395424] kvmgt: Unknown symbol mdev_parent_dev (err -2) [ 2.395428] kvmgt: Unknown symbol vfio_unpin_pages (err -2) [ 2.395436] kvmgt: Unknown symbol kvm_is_visible_gfn (err -2) [ 2.395439] kvmgt: Unknown symbol kvm_page_track_unregister_notifier (err -2) [ 2.395444] kvmgt: Unknown symbol vfio_device_get_from_dev (err -2) [ 2.395448] kvmgt: Unknown symbol kvm_slot_page_track_add_page (err -2) [ 2.395455] kvmgt: Unknown symbol vfio_register_notifier (err -2) [ 2.395458] kvmgt: Unknown symbol vfio_info_add_capability (err -2) [ 2.395461] kvmgt: Unknown symbol mdev_get_drvdata (err -2) [ 2.395466] kvmgt: Unknown symbol mdev_register_device (err -2) [ 2.395471] kvmgt: Unknown symbol mdev_dev (err -2) [ 2.395474] kvmgt: Unknown symbol mdev_unregister_device (err -2) [ 2.395479] kvmgt: Unknown symbol vfio_unregister_notifier (err -2) [ 2.395483] kvmgt: Unknown symbol kvm_read_guest (err -2) [ 2.395487] kvmgt: Unknown symbol mdev_set_drvdata (err -2) [ 2.395491] kvmgt: Unknown symbol kvm_get_kvm (err -2) [ 2.490366] usb 1-6: New USB device found, idVendor=05c8, idProduct=03c7, bcdDevice= 0.03 [ 2.490367] usb 1-6: New USB device strings: Mfr=3, Product=1, SerialNumber=2 [ 2.490368] usb 1-6: Product: HP TrueVision HD Camera [ 2.490368] usb 1-6: Manufacturer: Foxlink [ 2.490369] usb 1-6: SerialNumber: 0001 [ 2.513817] checking generic (a0000000 408000) vs hw (a0000000 10000000) [ 2.513818] fb0: switching to inteldrmfb from EFI VGA [ 2.514027] [drm] Replacing VGA console driver [ 2.515101] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 2.515101] [drm] Driver supports precise vblank timestamp query. [ 2.515983] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 2.516504] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4) [ 2.526504] [drm] Initialized i915 1.6.0 20181204 for 0000:00:02.0 on minor 0 [ 2.528242] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 2.528716] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8 [ 2.533586] fbcon: inteldrmfb (fb0) is primary device [ 2.533586] fbcon: Deferring console take-over [ 2.533588] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device [ 2.608944] usb 1-8: new full-speed USB device number 4 using xhci_hcd [ 2.736079] usb 1-8: New USB device found, idVendor=0bda, idProduct=b00a, bcdDevice= 1.10 [ 2.736083] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 2.736085] usb 1-8: Product: Bluetooth Radio [ 2.736088] usb 1-8: Manufacturer: Realtek [ 2.736089] usb 1-8: SerialNumber: 00e04c000001 [ 2.899548] PM: Image not found (code -22) [ 2.901088] audit: type=1130 audit(1561160366.644:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-hibernate-resume@dev-mapper-fedora_localhost\x2d\x2dlive\x2dswap comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 2.944352] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) [ 3.726063] systemd-journald[310]: Received SIGTERM from PID 1 (systemd). [ 3.750046] printk: systemd: 14 output lines suppressed due to ratelimiting [ 4.242572] SELinux: Class bpf not defined in policy. [ 4.242573] SELinux: Class xdp_socket not defined in policy. [ 4.242574] SELinux: the above unknown classes and permissions will be allowed [ 4.242577] SELinux: policy capability network_peer_controls=1 [ 4.242578] SELinux: policy capability open_perms=1 [ 4.242578] SELinux: policy capability extended_socket_class=1 [ 4.242578] SELinux: policy capability always_check_network=0 [ 4.242579] SELinux: policy capability cgroup_seclabel=1 [ 4.242579] SELinux: policy capability nnp_nosuid_transition=1 [ 4.260588] systemd[1]: Successfully loaded SELinux policy in 418.406ms. [ 4.272730] systemd[1]: RTC configured in localtime, applying delta of -240 minutes to system time. [ 4.313327] systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 31.335ms. [ 4.316594] systemd[1]: systemd 238 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid) [ 4.328220] systemd[1]: Detected architecture x86-64. [ 4.329205] systemd[1]: Set hostname to <greeneggs.bub.lan>. [ 4.565858] systemd[1]: Stopped Switch Root. [ 4.566101] systemd[1]: systemd-journald.service: Service has no hold-off time, scheduling restart. [ 4.566163] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1. [ 4.566176] systemd[1]: Stopped Journal Service. [ 4.567056] systemd[1]: Starting Journal Service... [ 4.567647] systemd[1]: Listening on Device-mapper event daemon FIFOs. [ 4.567957] systemd[1]: Created slice User and Session Slice. [ 4.595109] EXT4-fs (dm-0): re-mounted. Opts: (null) [ 4.609683] systemd-journald[683]: Received request to flush runtime journal from PID 1 [ 4.765321] input: HP Wireless hotkeys as /devices/virtual/input/input9 [ 4.816549] i801_smbus 0000:00:1f.4: SPD Write Disable is set [ 4.816588] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt [ 4.818953] proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI [ 4.820682] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002) [ 4.830136] idma64 idma64.0: Found Intel integrated DMA 64-bit [ 4.835436] mei_me 0000:00:16.0: enabling device (0004 -> 0006) [ 4.838059] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002) [ 4.838265] idma64 idma64.1: Found Intel integrated DMA 64-bit [ 4.842719] i2c_hid i2c-CUST0000:00: i2c-CUST0000:00 supply vdd not found, using dummy regulator [ 4.842747] i2c_hid i2c-CUST0000:00: Linked as a consumer to regulator.0 [ 4.842749] i2c_hid i2c-CUST0000:00: i2c-CUST0000:00 supply vddl not found, using dummy regulator [ 4.864500] input: CUST0000:00 04F3:30A0 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-6/i2c-CUST0000:00/0018:04F3:30A0.0003/input/input11 [ 4.865030] input: CUST0000:00 04F3:30A0 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-6/i2c-CUST0000:00/0018:04F3:30A0.0003/input/input13 [ 4.865511] hid-generic 0018:04F3:30A0.0003: input,hidraw2: I2C HID v1.00 Mouse [CUST0000:00 04F3:30A0] on i2c-CUST0000:00 [ 4.893645] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer [ 4.893646] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules [ 4.893647] RAPL PMU: hw unit of domain package 2^-14 Joules [ 4.893648] RAPL PMU: hw unit of domain dram 2^-14 Joules [ 4.893648] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules [ 4.893649] RAPL PMU: hw unit of domain psys 2^-14 Joules [ 4.900052] snd_hda_intel 0000:00:1f.3: Linked as a consumer to 0000:00:02.0 [ 4.900097] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915]) [ 4.929189] media: Linux media interface: v0.10 [ 4.941210] iTCO_vendor_support: vendor-support=0 [ 4.944875] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11 [ 4.945144] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400) [ 4.945344] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 4.945618] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC236: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker [ 4.945620] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 4.945622] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0) [ 4.945623] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0 [ 4.945624] snd_hda_codec_realtek hdaudioC0D0: inputs: [ 4.945647] snd_hda_codec_realtek hdaudioC0D0: Mic=0x19 [ 4.945649] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12 [ 4.950528] videodev: Linux video capture interface: v2.00 [ 4.974241] Bluetooth: Core ver 2.22 [ 4.974268] NET: Registered protocol family 31 [ 4.974268] Bluetooth: HCI device and connection manager initialized [ 4.974273] Bluetooth: HCI socket layer initialized [ 4.974277] Bluetooth: L2CAP socket layer initialized [ 4.974284] Bluetooth: SCO socket layer initialized [ 4.976783] Adding 8179708k swap on /dev/mapper/fedora_localhost--live-swap. Priority:-2 extents:1 across:8179708k SSFS [ 4.997913] usbcore: registered new interface driver btusb [ 5.000749] Bluetooth: hci0: RTL: rtl: examining hci_ver=08 hci_rev=826c lmp_ver=08 lmp_subver=a99e

[ 5.000752] Bluetooth: hci0: RTL: rtl: unknown IC info, lmp subver a99e, hci rev 826c, hci ver 0008 [ 5.000752] Bluetooth: hci0: RTL: rtl: assuming no firmware upload needed

[ 5.005854] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14 [ 5.018347] uvcvideo: Found UVC 1.00 device HP TrueVision HD Camera (05c8:03c7) [ 5.053694] uvcvideo 1-6:1.0: Entity type for entity Extension 4 was not initialized! [ 5.053704] uvcvideo 1-6:1.0: Entity type for entity Processing 2 was not initialized! [ 5.053706] uvcvideo 1-6:1.0: Entity type for entity Camera 1 was not initialized! [ 5.053905] input: HP TrueVision HD Camera: HP Tru as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input21 [ 5.072916] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15 [ 5.072975] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16 [ 5.073028] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17 [ 5.073076] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18 [ 5.073129] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19 [ 5.073195] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20 [ 5.076895] usbcore: registered new interface driver uvcvideo [ 5.076896] USB Video Class driver (1.1.1) [ 5.087667] input: CUST0000:00 04F3:30A0 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-6/i2c-CUST0000:00/0018:04F3:30A0.0003/input/input24 [ 5.087790] hid-multitouch 0018:04F3:30A0.0003: input,hidraw2: I2C HID v1.00 Mouse [CUST0000:00 04F3:30A0] on i2c-CUST0000:00 [ 5.091736] intel_rapl: Found RAPL domain package [ 5.091738] intel_rapl: Found RAPL domain core [ 5.091739] intel_rapl: Found RAPL domain uncore [ 5.091739] intel_rapl: Found RAPL domain dram [ 5.479993] hp_wmi: query 0xd returned error 0x5 [ 5.480155] input: HP WMI hotkeys as /devices/virtual/input/input10 [ 5.908302] kauditd_printk_skb: 57 callbacks suppressed [ 5.908303] audit: type=1130 audit(1561174769.651:68): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.910653] audit: type=1130 audit(1561174769.653:69): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.939757] audit: type=1130 audit(1561174769.682:70): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dmraid-activation comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.939781] audit: type=1131 audit(1561174769.682:71): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dmraid-activation comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.951005] audit: type=1130 audit(1561174769.694:72): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 6.021164] audit: type=1130 audit(1561174769.764:73): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-fsck@dev-disk-by\x2duuid-3290a3c7\x2d8f30\x2d4ec8\x2d8936\x2d711f9715fac8 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 6.029175] audit: type=1130 audit(1561174769.772:74): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-fsck@dev-disk-by\x2duuid-6AF0\x2dF722 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 6.044618] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null) [ 6.071291] audit: type=1130 audit(1561174769.814:75): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lvm2-pvscan@8:3 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 6.119089] audit: type=1130 audit(1561174769.862:76): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-fsck@dev-mapper-fedora_localhost\x2d\x2dlive\x2dhome comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 6.142443] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null) [ 6.167032] audit: type=1130 audit(1561174769.910:77): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dracut-shutdown comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 6.325986] RPC: Registered named UNIX socket transport module. [ 6.325987] RPC: Registered udp transport module. [ 6.325987] RPC: Registered tcp transport module. [ 6.325988] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 6.459129] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 6.459131] Bluetooth: BNEP filters: protocol multicast [ 6.459134] Bluetooth: BNEP socket layer initialized [ 6.571339] vboxdrv: loading out-of-tree module taints kernel. [ 6.571617] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel [ 6.579381] vboxdrv: Found 8 processor cores [ 6.596058] vboxdrv: TSC mode is Invariant, tentative frequency 1799991452 Hz [ 6.596059] vboxdrv: Successfully loaded version 5.2.30 (interface 0x00290001) [ 6.817819] VBoxNetFlt: Successfully started. [ 6.828090] VBoxNetAdp: Successfully started. [ 6.838922] VBoxPciLinuxInit [ 6.838926] vboxpci: IOMMU not found (not registered) [ 7.715859] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 7.759167] Generic PHY r8169-100:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=r8169-100:00, irq=IGNORE) [ 7.849609] r8169 0000:01:00.0 enp1s0: Link is Down [ 8.594684] L1TF CPU bug present and SMT on, data leak possible. See CVE-2018-3646 and https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/l1tf.html for details. [ 9.484637] tun: Universal TUN/TAP device driver, 1.6 [ 9.487144] virbr0: port 1(virbr0-nic) entered blocking state [ 9.487146] virbr0: port 1(virbr0-nic) entered disabled state [ 9.487200] device virbr0-nic entered promiscuous mode [ 9.597577] virbr0: port 1(virbr0-nic) entered blocking state [ 9.597582] virbr0: port 1(virbr0-nic) entered listening state [ 9.663768] virbr0: port 1(virbr0-nic) entered disabled state [ 35.332565] Bluetooth: RFCOMM TTY layer initialized [ 35.332578] Bluetooth: RFCOMM socket layer initialized [ 35.332764] Bluetooth: RFCOMM ver 1.11 [ 36.363930] fuse init (API version 7.28) [ 39.526369] rfkill: input handler disabled [ 88.036278] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 88.036778] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 88.145101] RTW: module init start [ 88.145103] RTW: rtl8821ce v5.2.5_1.26055.20180108.1 [ 88.145104] RTW: build time: Jun 21 2019 23:39:34 [ 88.145105] RTW: rtl8821ce BT-Coex version = COEX20170310-1212 [ 88.145455] RTW: [HALMAC]13348M [ 88.145456] RTW: [HALMAC]HALMAC_MAJOR_VER = 1 [ 88.145457] RTW: [HALMAC]HALMAC_PROTOTYPE_VER = 3 [ 88.145457] RTW: [HALMAC]HALMAC_MINOR_VER = 6 [ 88.145458] RTW: [HALMAC]HALMAC_PATCH_VER = 2 [ 88.145485] RTW: [HALMAC]13359M [ 88.145486] RTW: [HALMAC]HALMAC_MAJOR_VER_88XX = 1 [ 88.145486] RTW: [HALMAC]HALMAC_PROTOTYPE_88XX = 3 [ 88.145486] RTW: [HALMAC]HALMAC_MINOR_VER_88XX = 6 [ 88.145487] RTW: [HALMAC]HALMAC_PATCH_VER_88XX = 2 [ 88.161884] RTW: WARN [HALMAC][WARN]Dump logical efuse in suspend mode [ 88.168376] RTW: 0x000: [ 88.168377] 29 [ 88.168377] 81 [ 88.168378] 00 [ 88.168378] BC [ 88.168379] 09 [ 88.168379] 10 [ 88.168379] 0B [ 88.168380] 00
[ 88.168380] AC [ 88.168380] 04 [ 88.168381] A4 [ 88.168381] 35 [ 88.168381] 10 [ 88.168382] 03 [ 88.168382] 30 [ 88.168382] 0B [ 88.168383] RTW: 0x010: [ 88.168383] FF [ 88.168383] FF [ 88.168384] FF [ 88.168384] FF [ 88.168384] FF [ 88.168385] FF [ 88.168385] FF [ 88.168385] FF
[ 88.168386] FF [ 88.168386] FF [ 88.168386] FF [ 88.168387] 02 [ 88.168387] FF [ 88.168387] FF [ 88.168388] FF [ 88.168388] FF [ 88.168388] RTW: 0x020: [ 88.168389] FF [ 88.168389] FF [ 88.168389] 26 [ 88.168389] 24 [ 88.168390] 23 [ 88.168390] 23 [ 88.168390] 20 [ 88.168391] 1F
[ 88.168391] 1F [ 88.168391] 20 [ 88.168392] 21 [ 88.168392] 23 [ 88.168392] 23 [ 88.168393] 23 [ 88.168393] 23 [ 88.168393] 23 [ 88.168394] RTW: 0x030: [ 88.168394] 02 [ 88.168394] FF [ 88.168394] FF [ 88.168395] FF [ 88.168395] FF [ 88.168395] FF [ 88.168396] 0C [ 88.168396] FF
[ 88.168396] FF [ 88.168397] FF [ 88.168397] 21 [ 88.168397] 21 [ 88.168398] 21 [ 88.168398] 21 [ 88.168398] 21 [ 88.168399] 21 [ 88.168399] RTW: 0x040: [ 88.168399] 26 [ 88.168399] 26 [ 88.168400] 26 [ 88.168400] 26 [ 88.168400] 26 [ 88.168401] 02 [ 88.168401] FF [ 88.168401] FF
[ 88.168402] FF [ 88.168402] FF [ 88.168402] FF [ 88.168403] FF [ 88.168403] FF [ 88.168403] FF [ 88.168404] FF [ 88.168404] FF [ 88.168404] RTW: 0x050: [ 88.168404] FF [ 88.168405] FF [ 88.168405] FF [ 88.168405] FF [ 88.168406] FF [ 88.168406] FF [ 88.168406] FF [ 88.168407] FF
[ 88.168407] FF [ 88.168407] FF [ 88.168408] FF [ 88.168408] FF [ 88.168408] FF [ 88.168409] FF [ 88.168409] FF [ 88.168409] FF [ 88.168410] RTW: 0x060: [ 88.168410] FF [ 88.168410] FF [ 88.168410] FF [ 88.168411] FF [ 88.168411] FF [ 88.168411] FF [ 88.168412] FF [ 88.168412] FF
[ 88.168412] FF [ 88.168413] FF [ 88.168413] FF [ 88.168413] FF [ 88.168414] FF [ 88.168414] FF [ 88.168414] FF [ 88.168415] FF [ 88.168415] RTW: 0x070: [ 88.168415] FF [ 88.168415] FF [ 88.168416] FF [ 88.168416] FF [ 88.168416] FF [ 88.168417] FF [ 88.168417] FF [ 88.168417] FF
[ 88.168418] FF [ 88.168418] FF [ 88.168418] FF [ 88.168419] FF [ 88.168419] FF [ 88.168419] FF [ 88.168420] FF [ 88.168420] FF [ 88.168420] RTW: 0x080: [ 88.168421] FF [ 88.168421] FF [ 88.168421] FF [ 88.168421] FF [ 88.168422] FF [ 88.168422] FF [ 88.168422] FF [ 88.168423] FF
[ 88.168423] FF [ 88.168423] FF [ 88.168424] FF [ 88.168424] FF [ 88.168424] FF [ 88.168425] FF [ 88.168425] FF [ 88.168425] FF [ 88.168426] RTW: 0x090: [ 88.168426] FF [ 88.168426] FF [ 88.168426] FF [ 88.168427] FF [ 88.168427] FF [ 88.168427] FF [ 88.168428] FF [ 88.168428] FF
[ 88.168428] FF [ 88.168429] FF [ 88.168429] FF [ 88.168429] FF [ 88.168430] FF [ 88.168430] FF [ 88.168430] FF [ 88.168431] FF [ 88.168431] RTW: 0x0a0: [ 88.168431] FF [ 88.168431] FF [ 88.168432] FF [ 88.168432] FF [ 88.168432] FF [ 88.168433] FF [ 88.168433] FF [ 88.168433] FF
[ 88.168434] FF [ 88.168434] FF [ 88.168434] FF [ 88.168435] FF [ 88.168435] FF [ 88.168435] FF [ 88.168436] FF [ 88.168436] FF [ 88.168436] RTW: 0x0b0: [ 88.168436] FF [ 88.168437] FF [ 88.168437] FF [ 88.168437] FF [ 88.168438] FF [ 88.168438] FF [ 88.168438] FF [ 88.168439] FF
[ 88.168439] 7F [ 88.168439] 2A [ 88.168440] 1E [ 88.168440] 00 [ 88.168440] FF [ 88.168441] FF [ 88.168441] FF [ 88.168441] FF [ 88.168442] RTW: 0x0c0: [ 88.168442] FF [ 88.168442] 21 [ 88.168442] 00 [ 88.168443] 41 [ 88.168443] 00 [ 88.168443] 00 [ 88.168444] 00 [ 88.168444] 00
[ 88.168444] 00 [ 88.168445] FF [ 88.168445] 02 [ 88.168445] FF [ 88.168446] FF [ 88.168446] FF [ 88.168446] FF [ 88.168447] FF [ 88.168447] RTW: 0x0d0: [ 88.168447] 74 [ 88.168447] 40 [ 88.168448] BB [ 88.168448] 8A [ 88.168448] 69 [ 88.168449] F7 [ 88.168449] EC [ 88.168449] 10
[ 88.168450] 21 [ 88.168450] C8 [ 88.168450] 3C [ 88.168451] 10 [ 88.168451] 1A [ 88.168451] 83 [ 88.168452] C3 [ 88.168452] FF [ 88.168452] RTW: 0x0e0: [ 88.168452] 80 [ 88.168453] 8D [ 88.168453] 80 [ 88.168453] 08 [ 88.168454] 00 [ 88.168454] 00 [ 88.168454] 11 [ 88.168455] 3C
[ 88.168455] 27 [ 88.168455] 00 [ 88.168456] 10 [ 88.168456] 20 [ 88.168456] 01 [ 88.168457] 21 [ 88.168457] C8 [ 88.168457] FE [ 88.168458] RTW: 0x0f0: [ 88.168458] FF [ 88.168458] 4C [ 88.168458] E0 [ 88.168459] 00 [ 88.168459] 04 [ 88.168459] 0C [ 88.168460] 00 [ 88.168460] 80
[ 88.168460] 02 [ 88.168461] 00 [ 88.168461] 00 [ 88.168461] FF [ 88.168462] 00 [ 88.168462] 00 [ 88.168462] F0 [ 88.168463] 00 [ 88.168463] RTW: 0x100: [ 88.168463] DA [ 88.168464] 0B [ 88.168464] 0A [ 88.168464] B0 [ 88.168465] E7 [ 88.168465] 46 [ 88.168465] 03 [ 88.168466] 00
[ 88.168466] E0 [ 88.168466] 4C [ 88.168467] C8 [ 88.168472] 21 [ 88.168472] 01 [ 88.168472] 0A [ 88.168473] 03 [ 88.168473] 52 [ 88.168473] RTW: 0x110: [ 88.168474] 65 [ 88.168474] 61 [ 88.168474] 6C [ 88.168475] 74 [ 88.168475] 65 [ 88.168475] 6B [ 88.168476] 20 [ 88.168476] 12
[ 88.168476] 03 [ 88.168477] 42 [ 88.168477] 6C [ 88.168477] 75 [ 88.168478] 65 [ 88.168478] 74 [ 88.168478] 6F [ 88.168479] 6F [ 88.168479] RTW: 0x120: [ 88.168479] 74 [ 88.168479] 68 [ 88.168480] 20 [ 88.168480] 52 [ 88.168480] 61 [ 88.168481] 64 [ 88.168481] 69 [ 88.168481] 6F
[ 88.168482] 20 [ 88.168482] 00 [ 88.168482] FF [ 88.168483] FF [ 88.168483] FF [ 88.168483] FF [ 88.168483] FF [ 88.168484] FF [ 88.168484] RTW: 0x130: [ 88.168484] FF [ 88.168485] FF [ 88.168485] FF [ 88.168486] FF [ 88.168486] FF [ 88.168486] FF [ 88.168486] FF [ 88.168487] FF
[ 88.168487] FF [ 88.168487] FF [ 88.168488] FF [ 88.168488] FF [ 88.168488] FF [ 88.168489] FF [ 88.168489] FF [ 88.168489] FF [ 88.168490] RTW: 0x140: [ 88.168490] FF [ 88.168490] FF [ 88.168491] FF [ 88.168491] FF [ 88.168491] FF [ 88.168491] FF [ 88.168492] FF [ 88.168492] FF
[ 88.168492] 00 [ 88.168493] 35 [ 88.168493] FF [ 88.168493] FF [ 88.168494] 26 [ 88.168494] F6 [ 88.168494] 4B [ 88.168495] 47 [ 88.168495] RTW: 0x150: [ 88.168495] F8 [ 88.168496] 88 [ 88.168496] FF [ 88.168496] FF [ 88.168497] 1D [ 88.168497] 41 [ 88.168497] FF [ 88.168498] FF
[ 88.168498] 2B [ 88.168498] 85 [ 88.168498] 63 [ 88.168499] 80 [ 88.168499] FF [ 88.168499] FF [ 88.168500] FF [ 88.168500] FF [ 88.168500] RTW: 0x160: [ 88.168501] FF [ 88.168501] FF [ 88.168501] FF [ 88.168502] FF [ 88.168502] FF [ 88.168502] FF [ 88.168504] 16 [ 88.168504] 10
[ 88.168505] FF [ 88.168505] FF [ 88.168505] FF [ 88.168506] FF [ 88.168506] FF [ 88.168506] FF [ 88.168507] FF [ 88.168507] FF [ 88.168507] RTW: 0x170: [ 88.168508] FF [ 88.168508] FF [ 88.168508] FF [ 88.168508] FF [ 88.168509] FF [ 88.168509] FF [ 88.168509] FF [ 88.168510] FF
[ 88.168510] FF [ 88.168510] FF [ 88.168511] FF [ 88.168511] FF [ 88.168511] FF [ 88.168512] FF [ 88.168512] FF [ 88.168512] FF [ 88.168513] RTW: 0x180: [ 88.168513] FF [ 88.168513] FF [ 88.168513] FF [ 88.168514] FF [ 88.168514] FF [ 88.168514] FF [ 88.168515] FF [ 88.168515] FF
[ 88.168515] FF [ 88.168516] FF [ 88.168516] FF [ 88.168516] FF [ 88.168517] FF [ 88.168517] FF [ 88.168517] FF [ 88.168518] FF [ 88.168518] RTW: 0x190: [ 88.168518] FF [ 88.168518] FF [ 88.168519] FF [ 88.168519] FF [ 88.168519] FF [ 88.168520] FF [ 88.168520] FF [ 88.168520] FF
[ 88.168521] FF [ 88.168521] FF [ 88.168521] FF [ 88.168522] FF [ 88.168522] FF [ 88.168522] FF [ 88.168523] FF [ 88.168523] FF [ 88.168523] RTW: 0x1a0: [ 88.168523] FF [ 88.168524] FF [ 88.168524] FF [ 88.168524] FF [ 88.168525] FF [ 88.168525] FF [ 88.168525] FF [ 88.168526] FF
[ 88.168526] FF [ 88.168526] FF [ 88.168527] FF [ 88.168527] FF [ 88.168527] FF [ 88.168528] FF [ 88.168528] FF [ 88.168528] FF [ 88.168529] RTW: 0x1b0: [ 88.168529] FF [ 88.168529] FF [ 88.168529] FF [ 88.168530] FF [ 88.168530] FF [ 88.168530] FF [ 88.168531] FF [ 88.168531] FF
[ 88.168531] FF [ 88.168532] FF [ 88.168532] FF [ 88.168532] FF [ 88.168533] FF [ 88.168533] FF [ 88.168533] FF [ 88.168534] FF [ 88.168534] RTW: 0x1c0: [ 88.168534] FF [ 88.168534] FF [ 88.168535] FF [ 88.168535] FF [ 88.168535] FF [ 88.168536] FF [ 88.168536] FF [ 88.168536] FF
[ 88.168537] FF [ 88.168537] FF [ 88.168537] FF [ 88.168538] FF [ 88.168538] FF [ 88.168538] FF [ 88.168539] FF [ 88.168539] FF [ 88.168539] RTW: 0x1d0: [ 88.168540] FF [ 88.168540] FF [ 88.168540] FF [ 88.168540] FF [ 88.168541] FF [ 88.168541] FF [ 88.168541] FF [ 88.168542] FF
[ 88.168542] FF [ 88.168542] FF [ 88.168543] FF [ 88.168543] FF [ 88.168543] FF [ 88.168544] FF [ 88.168544] FF [ 88.168544] FF [ 88.168545] RTW: 0x1e0: [ 88.168545] FF [ 88.168545] FF [ 88.168545] FF [ 88.168546] FF [ 88.168546] FF [ 88.168546] FF [ 88.168547] FF [ 88.168547] FF
[ 88.168547] FF [ 88.168548] FF [ 88.168548] FF [ 88.168548] FF [ 88.168549] FF [ 88.168549] FF [ 88.168549] FF [ 88.168550] FF [ 88.168550] RTW: 0x1f0: [ 88.168550] FF [ 88.168550] FF [ 88.168551] FF [ 88.168551] FF [ 88.168551] FF [ 88.168552] FF [ 88.168552] FF [ 88.168552] FF
[ 88.168553] FF [ 88.168553] FF [ 88.168553] FF [ 88.168554] FF [ 88.168554] FF [ 88.168554] FF [ 88.168555] FF [ 88.168555] FF

[ 88.168569] RTW: rtw_read_efuse_from_file /system/etc/wifi/wifi_efuse_8821ce.map is not readable [ 88.168578] RTW: hal_com_config_channel_plan chplan:0x7F [ 88.176284] RTW: rtw_regsty_chk_target_tx_power_valid return _FALSE for band:0, path:0, rs:0, t:-1 [ 88.176676] RTW: rtw_ndev_init(wlan0) if1 mac_addr=74:40:bb:8a:69:f7 [ 88.180701] RTW: module init ret=0 [ 88.194880] rtl8821ce 0000:02:00.0 wlp2s0: renamed from wlan0 [ 88.227764] pcieport 0000:00:1c.5: AER: Uncorrected (Non-Fatal) error received: 0000:00:1c.5 [ 88.227785] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Uncorrected (Non-Fatal), type=Transaction Layer, (Completer ID) [ 88.227786] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00008000/00010000 [ 88.227787] pcieport 0000:00:1c.5: [15] CmpltAbrt (First) [ 88.227789] pcieport 0000:00:1c.5: TLP Header: 00000000 00000000 00000000 00000000 [ 88.227828] pcieport 0000:00:1c.5: AER: Device recovery failed [ 88.648367] RTW: wlp2s0- hw port(0) mac_addr =74:40:bb:8a:69:f7 [ 88.648891] RTW: WARN Unhandled ISR = 20000000, 0, 0 [ 88.678486] RTW: WARN Unhandled ISR = 20000000, 0, 0 [ 90.965622] RTW: nolinked power save enter [ 91.071131] pcieport 0000:00:1c.5: AER: Uncorrected (Non-Fatal) error received: 0000:00:1c.5 [ 91.071139] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Uncorrected (Non-Fatal), type=Transaction Layer, (Completer ID) [ 91.071140] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00008000/00010000 [ 91.071141] pcieport 0000:00:1c.5: [15] CmpltAbrt (First) [ 91.071142] pcieport 0000:00:1c.5: TLP Header: 00000000 00000000 00000000 00000000 [ 91.071166] pcieport 0000:00:1c.5: AER: Device recovery failed [ 91.489587] RTW: wlp2s0- hw port(0) mac_addr =74:40:bb:8a:69:f7 [ 91.489960] RTW: nolinked power save leave [ 91.490061] RTW: WARN Unhandled ISR = 20000000, 0, 0 [ 93.782598] RTW: nolinked power save enter [ 93.805771] pcieport 0000:00:1c.5: AER: Uncorrected (Non-Fatal) error received: 0000:00:1c.5 [ 93.805797] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Uncorrected (Non-Fatal), type=Transaction Layer, (Completer ID) [ 93.805798] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00008000/00010000 [ 93.805799] pcieport 0000:00:1c.5: [15] CmpltAbrt (First) [ 93.805800] pcieport 0000:00:1c.5: TLP Header: 00000000 00000000 00000000 00000000 [ 93.805839] pcieport 0000:00:1c.5: AER: Device recovery failed [ 94.225641] RTW: wlp2s0- hw port(0) mac_addr =74:40:bb:8a:69:f7 [ 94.226011] RTW: nolinked power save leave [ 94.226107] RTW: WARN Unhandled ISR = 20000000, 0, 0 [ 94.226253] RTW: rtw_set_802_11_connect(wlp2s0) fw_state=0x00000000 [ 94.324621] RTW: start auth [ 94.325146] RTW: auth success, start assoc [ 94.326053] RTW: assoc success [ 94.332320] RTW: recv eapol packet [ 94.332722] RTW: send eapol packet [ 94.341911] RTW: recv eapol packet [ 94.342031] RTW: send eapol packet [ 94.342214] RTW: set pairwise key camid:4, addr:2c:30:33:d0:04:42, kid:0, type:AES [ 94.342348] RTW: set group key camid:5, addr:2c:30:33:d0:04:42, kid:1, type:AES [ 94.342421] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready

593 git clone https://github.com/tomaspinho/rtl8821ce.git

https://forums.fedoraforum.org/showthread.php?319995-Will-rtl8821ce-wireless-driver-be-mainlined

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment