The officially official Devuan Forum!

You are not logged in.

#1 Re: Hardware & System Configuration » Wifi disabled on boot – wlan soft blocked, how to determine why? » 2020-09-08 08:03:49

Head_on_a_Stick wrote:

Make sure only one service is enabled. I would recommend /etc/init.d/networking (ie, ifupdown, which is configured via /etc/network/interfaces and documented in interfaces(5)) rather than wicd because it's lighter and (much) less buggy and it has fewer dependencies.

Thanks, that makes sense.

sysv-rc-conf shows networking as "S" and wicd as "2,3,4,5".

I guess I would need to remove that "S" from networking to stay with wicd, or do the reverse to ditch wicd as you suggested.

I tried Cinnamonon (instead of XFCE), and the problem is not present there – I'm assuming because there is no wicd. There is network-m$. networking is set to "S" as well; so that might not be the problem after all.

I've also encountered some audio issues, so temporarily I switched to another distro (the machine is needed only for browsing, I'm doing it for a family member).

#2 Re: Hardware & System Configuration » Wifi disabled on boot – wlan soft blocked, how to determine why? » 2020-09-04 20:05:15

Head_on_a_Stick wrote:

It could be that systemd is applying the same workaround.

seems not:

ubuntu@ubuntu:~$ journalctl --unit systemd-rfkill.service
-- Logs begin at Fri 2020-09-04 19:27:46 UTC, end at Fri 2020-09-04 19:53:05 UT>
Sep 04 19:27:47 ubuntu systemd[1]: Starting Load/Save RF Kill Switch Status...
Sep 04 19:27:47 ubuntu systemd[1]: Started Load/Save RF Kill Switch Status.
Sep 04 19:27:56 ubuntu systemd[1]: systemd-rfkill.service: Succeeded.
ubuntu@ubuntu:~$ 

also:

ubuntu@ubuntu:/var/lib/systemd/rfkill$ cat *wlan*
0
0

"0" does not restore the rfkill settings on boot

#3 Re: Hardware & System Configuration » Wifi disabled on boot – wlan soft blocked, how to determine why? » 2020-09-04 16:32:43

HevyDevy wrote:

why would you remove the ath10k_pci kernel module ? what was the need for that measure?

Because I don't really understand what it does, and I was trying everything possible from this thread: https://askubuntu.com/questions/98702/h … -in-rfkill
Some people suggested similar measures.

HevyDevy wrote:

Maybe try reinstalling non-free package firmware-atheros and update the initramfs then reboot.

Tried, didn't work. Thanks for the suggestions!

#4 Re: Hardware & System Configuration » Wifi disabled on boot – wlan soft blocked, how to determine why? » 2020-09-04 16:23:24

Vernon wrote:

When I installed Beowulf with LXQt, connman was installed. I was having the same issue as you until I ran apt-get purge connman as root.

I didn't have connman installed. Thanks for the tip though!

#5 Re: Hardware & System Configuration » Wifi disabled on boot – wlan soft blocked, how to determine why? » 2020-09-03 21:13:30

Head_on_a_Stick wrote:
orbanbalage wrote:

Not sure what to do

# echo '/usr/sbin/rfkill unblock all' >> /etc/rc.local

See also https://www.freedesktop.org/software/sy … rvice.html

Thanks, but this is a workaround, isn't it? Or it is the default state (soft block) in Debian/Devuan?
I've tried Ubuntu live and the wifi wasn't soft blocked – from there the assumption that this is an issue.

#6 Hardware & System Configuration » Wifi disabled on boot – wlan soft blocked, how to determine why? » 2020-09-03 19:30:15

orbanbalage
Replies: 11

Installed Beowulf with XFCE.

Enabled Wifi adapter in wicd, connected to network and set to always connect.

However after reboot the wireless adapter is always disabled. I am able to turn it on in wicd, or remove the soft block with rfkill; but how to troubleshoot the reason?

I've tried removing the ath10k_pci kernel module, but that way there is no replacement, so no wifi. Not sure what to do.

[    0.000000] Linux version 4.19.0-10-amd64 (debian-kernel@lists.debian.org) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP Debian 4.19.132-1 (2020-07-24)
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.19.0-10-amd64 root=/dev/mapper/devuan--S145--vg-root ro quiet
[    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-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000403fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040400000-0x00000000736fefff] usable
[    0.000000] BIOS-e820: [mem 0x00000000736ff000-0x00000000736fffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000073700000-0x0000000073700fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000073701000-0x0000000075387fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000075388000-0x0000000075c87fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000075c88000-0x000000008be9dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000008be9e000-0x000000008c09dfff] type 20
[    0.000000] BIOS-e820: [mem 0x000000008c09e000-0x000000008c88dfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008c88e000-0x000000008cf7dfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008cf7e000-0x000000008cffdfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000008cffe000-0x000000008cffefff] usable
[    0.000000] BIOS-e820: [mem 0x000000008cfff000-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 0x00000000ffa10000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000026effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.50 by INSYDE Corp.
[    0.000000] efi:  ACPI 2.0=0x8cffd014  SMBIOS=0x8c102000  SMBIOS 3.0=0x8c100000  ESRT=0x8c0fea58 
[    0.000000] secureboot: Secure boot could not be determined (mode 0)
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: LENOVO 81VD/LNVNB161216, BIOS CSCN09WW 07/25/2019
[    0.000000] tsc: Detected 2300.000 MHz processor
[    0.000000] tsc: Detected 2304.000 MHz TSC
[    0.000000] [Firmware Bug]: TSC ADJUST: CPU0: -1881674994 force to 0
[    0.000808] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000809] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000818] last_pfn = 0x26f000 max_arch_pfn = 0x400000000
[    0.000822] MTRR default type: write-back
[    0.000823] MTRR fixed ranges enabled:
[    0.000824]   00000-9FFFF write-back
[    0.000825]   A0000-BFFFF uncachable
[    0.000826]   C0000-FFFFF write-protect
[    0.000827] MTRR variable ranges enabled:
[    0.000828]   0 base 00C0000000 mask 7FC0000000 uncachable
[    0.000829]   1 base 00A0000000 mask 7FE0000000 uncachable
[    0.000830]   2 base 0090000000 mask 7FF0000000 uncachable
[    0.000831]   3 base 008E000000 mask 7FFE000000 uncachable
[    0.000832]   4 base 008D800000 mask 7FFF800000 uncachable
[    0.000832]   5 disabled
[    0.000832]   6 disabled
[    0.000833]   7 disabled
[    0.000833]   8 disabled
[    0.000834]   9 disabled
[    0.001938] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.002142] last_pfn = 0x8cfff max_arch_pfn = 0x400000000
[    0.011166] esrt: Reserving ESRT space from 0x000000008c0fea58 to 0x000000008c0feab8.
[    0.011175] Using GB pages for direct mapping
[    0.011430] RAMDISK: [mem 0x34953000-0x364a0fff]
[    0.011439] ACPI: Early table checksum verification disabled
[    0.011442] ACPI: RSDP 0x000000008CFFD014 000024 (v02 LENOVO)
[    0.011446] ACPI: XSDT 0x000000008CFC4188 000114 (v01 LENOVO CB-01    00000001      01000013)
[    0.011451] ACPI: FACP 0x000000008CFEE000 00010C (v05 LENOVO CB-01    00000001 ACPI 00040000)
[    0.011455] ACPI: DSDT 0x000000008CFCA000 020498 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.011458] ACPI: FACS 0x000000008CF57000 000040
[    0.011460] ACPI: UEFI 0x000000008CFFC000 000236 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.011462] ACPI: UEFI 0x000000008CFFB000 000042 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.011465] ACPI: POAT 0x000000008CFFA000 000055 (v03 LENOVO CB-01    00000001 ACPI 00040000)
[    0.011467] ACPI: SSDT 0x000000008CFF9000 0004C3 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.011469] ACPI: SSDT 0x000000008CFF8000 000046 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.011471] ACPI: TPM2 0x000000008CFF7000 000034 (v03 LENOVO CB-01    00000001 ACPI 00040000)
[    0.011474] ACPI: SSDT 0x000000008CFF3000 003104 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.011476] ACPI: ASF! 0x000000008CFF2000 0000A5 (v32 LENOVO CB-01    00000001 ACPI 00040000)
[    0.011478] ACPI: ASPT 0x000000008CFF1000 000034 (v07 LENOVO CB-01    00000001 ACPI 00040000)
[    0.011481] ACPI: BOOT 0x000000008CFF0000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.011483] ACPI: DBGP 0x000000008CFEF000 000034 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.011485] ACPI: HPET 0x000000008CFED000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.011487] ACPI: APIC 0x000000008CFEC000 00012C (v03 LENOVO CB-01    00000001 ACPI 00040000)
[    0.011490] ACPI: MCFG 0x000000008CFEB000 00003C (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.011492] ACPI: LPIT 0x000000008CFC9000 000094 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.011494] ACPI: WSMT 0x000000008CFC8000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.011496] ACPI: SSDT 0x000000008CFC7000 00029F (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.011499] ACPI: SSDT 0x000000008CFC6000 000346 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.011501] ACPI: SSDT 0x000000008CFC5000 000E41 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.011503] ACPI: SSDT 0x000000008CFC3000 0002E9 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.011506] ACPI: SSDT 0x000000008CFC2000 00051E (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.011508] ACPI: DBGP 0x000000008CFC1000 000034 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.011510] ACPI: DBG2 0x000000008CFC0000 000054 (v00 LENOVO CB-01    00000001 ACPI 00040000)
[    0.011513] ACPI: SSDT 0x000000008CFBE000 0012E6 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.011515] ACPI: SSDT 0x000000008CFBC000 0017AE (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.011517] ACPI: SSDT 0x000000008CFB8000 003B4F (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.011519] ACPI: DMAR 0x000000008CFB7000 0000A8 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.011522] ACPI: FPDT 0x000000008CFB6000 000044 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.011524] ACPI: BGRT 0x000000008CFB5000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.011531] ACPI: Local APIC address 0xfee00000
[    0.011714] No NUMA configuration found
[    0.011715] Faking a node at [mem 0x0000000000000000-0x000000026effffff]
[    0.011719] NODE_DATA(0) allocated [mem 0x26effb000-0x26effffff]
[    0.011743] Zone ranges:
[    0.011743]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.011745]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.011745]   Normal   [mem 0x0000000100000000-0x000000026effffff]
[    0.011746]   Device   empty
[    0.011747] Movable zone start for each node
[    0.011748] Early memory node ranges
[    0.011749]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.011749]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.011750]   node   0: [mem 0x0000000000100000-0x000000003fffffff]
[    0.011751]   node   0: [mem 0x0000000040400000-0x00000000736fefff]
[    0.011751]   node   0: [mem 0x0000000073701000-0x0000000075387fff]
[    0.011752]   node   0: [mem 0x0000000075c88000-0x000000008be9dfff]
[    0.011752]   node   0: [mem 0x000000008cffe000-0x000000008cffefff]
[    0.011753]   node   0: [mem 0x0000000100000000-0x000000026effffff]
[    0.012153] Zeroed struct page in unavailable ranges: 24263 pages
[    0.012154] Initmem setup node 0 [mem 0x0000000000001000-0x000000026effffff]
[    0.012155] On node 0 totalpages: 2072889
[    0.012157]   DMA zone: 64 pages used for memmap
[    0.012157]   DMA zone: 22 pages reserved
[    0.012158]   DMA zone: 3996 pages, LIFO batch:0
[    0.012262]   DMA32 zone: 8839 pages used for memmap
[    0.012263]   DMA32 zone: 565661 pages, LIFO batch:63
[    0.027015]   Normal zone: 23488 pages used for memmap
[    0.027016]   Normal zone: 1503232 pages, LIFO batch:63
[    0.061107] Reserving Intel graphics memory at [mem 0x8e000000-0x8fffffff]
[    0.061432] ACPI: PM-Timer IO Port: 0x1808
[    0.061433] ACPI: Local APIC address 0xfee00000
[    0.061439] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.061440] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.061441] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.061441] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.061442] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.061442] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.061443] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.061443] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.061444] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.061444] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.061445] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.061445] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.061446] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.061446] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.061447] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.061448] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.061478] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.061480] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.061482] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.061483] ACPI: IRQ0 used by override.
[    0.061484] ACPI: IRQ9 used by override.
[    0.061485] Using ACPI (MADT) for SMP configuration information
[    0.061487] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.061495] e820: update [mem 0x7c787000-0x7c87afff] usable ==> reserved
[    0.061505] TSC deadline timer available
[    0.061506] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.061530] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.061532] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.061533] PM: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.061535] PM: Registered nosave memory: [mem 0x40000000-0x403fffff]
[    0.061536] PM: Registered nosave memory: [mem 0x736ff000-0x736fffff]
[    0.061537] PM: Registered nosave memory: [mem 0x73700000-0x73700fff]
[    0.061538] PM: Registered nosave memory: [mem 0x75388000-0x75c87fff]
[    0.061539] PM: Registered nosave memory: [mem 0x7c787000-0x7c87afff]
[    0.061541] PM: Registered nosave memory: [mem 0x8be9e000-0x8c09dfff]
[    0.061542] PM: Registered nosave memory: [mem 0x8c09e000-0x8c88dfff]
[    0.061542] PM: Registered nosave memory: [mem 0x8c88e000-0x8cf7dfff]
[    0.061543] PM: Registered nosave memory: [mem 0x8cf7e000-0x8cffdfff]
[    0.061544] PM: Registered nosave memory: [mem 0x8cfff000-0x8fffffff]
[    0.061545] PM: Registered nosave memory: [mem 0x90000000-0xdfffffff]
[    0.061545] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.061546] PM: Registered nosave memory: [mem 0xf0000000-0xfcffffff]
[    0.061546] PM: Registered nosave memory: [mem 0xfd000000-0xfe7fffff]
[    0.061547] PM: Registered nosave memory: [mem 0xfe800000-0xfebfffff]
[    0.061547] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.061548] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.061548] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.061549] PM: Registered nosave memory: [mem 0xfed01000-0xfed0ffff]
[    0.061549] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[    0.061550] PM: Registered nosave memory: [mem 0xfed1a000-0xfed83fff]
[    0.061550] PM: Registered nosave memory: [mem 0xfed84000-0xfed84fff]
[    0.061551] PM: Registered nosave memory: [mem 0xfed85000-0xfedfffff]
[    0.061551] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.061552] PM: Registered nosave memory: [mem 0xfee01000-0xffa0ffff]
[    0.061552] PM: Registered nosave memory: [mem 0xffa10000-0xffffffff]
[    0.061554] [mem 0x90000000-0xdfffffff] available for PCI devices
[    0.061555] Booting paravirtualized kernel on bare hardware
[    0.061558] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.163539] random: get_random_bytes called from start_kernel+0x93/0x52f with crng_init=0
[    0.163548] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[    0.163719] percpu: Embedded 45 pages/cpu s144408 r8192 d31720 u524288
[    0.163727] pcpu-alloc: s144408 r8192 d31720 u524288 alloc=1*2097152
[    0.163728] pcpu-alloc: [0] 0 1 2 3 
[    0.163751] Built 1 zonelists, mobility grouping on.  Total pages: 2040476
[    0.163752] Policy zone: Normal
[    0.163753] Kernel command line: BOOT_IMAGE=/vmlinuz-4.19.0-10-amd64 root=/dev/mapper/devuan--S145--vg-root ro quiet
[    0.167456] Calgary: detecting Calgary via BIOS EBDA area
[    0.167457] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.188675] Memory: 7978056K/8291556K available (10252K kernel code, 1241K rwdata, 3316K rodata, 1592K init, 2272K bss, 313500K reserved, 0K cma-reserved)
[    0.188752] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.188774] Kernel/User page tables isolation: enabled
[    0.196265] ftrace: allocating 31900 entries in 125 pages
[    0.209649] rcu: Hierarchical RCU implementation.
[    0.209650] rcu: 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[    0.209651] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.212690] NR_IRQS: 33024, nr_irqs: 1024, preallocated irqs: 16
[    0.213009] Console: colour dummy device 80x25
[    0.213013] console [tty0] enabled
[    0.213033] ACPI: Core revision 20180810
[    0.213440] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.213472] hpet clockevent registered
[    0.213533] APIC: Switch to symmetric I/O mode setup
[    0.213535] DMAR: Host address width 39
[    0.213536] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.213543] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.213544] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.213548] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.213549] DMAR: RMRR base: 0x0000008c775000 end: 0x0000008c794fff
[    0.213550] DMAR: RMRR base: 0x0000008d800000 end: 0x0000008fffffff
[    0.213551] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.213552] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.213553] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.215152] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.215154] x2apic enabled
[    0.215168] Switched APIC routing to cluster x2apic.
[    0.219138] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.237486] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2135f7c97c8, max_idle_ns: 440795273205 ns
[    0.237500] Calibrating delay loop (skipped), value calculated using timer frequency.. 4608.00 BogoMIPS (lpj=9216000)
[    0.237502] pid_max: default: 32768 minimum: 301
[    0.238914] Security Framework initialized
[    0.238917] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.238936] AppArmor: AppArmor initialized
[    0.239997] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.240546] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.240572] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.240604] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.240817] CPU0: Thermal monitoring enabled (TM1)
[    0.240834] process: using mwait in idle threads
[    0.240836] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.240837] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.240838] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.240839] Spectre V2 : Mitigation: Full generic retpoline
[    0.240840] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.240840] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.240848] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.240848] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.240849] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.240874] SRBDS: Vulnerable: No microcode
[    0.240875] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.244605] Freeing SMP alternatives memory: 24K
[    0.254477] smpboot: CPU0: Intel(R) Core(TM) i3-7020U CPU @ 2.30GHz (family: 0x6, model: 0x8e, stepping: 0x9)
[    0.254558] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.254591] ... version:                4
[    0.254592] ... bit width:              48
[    0.254592] ... generic registers:      4
[    0.254593] ... value mask:             0000ffffffffffff
[    0.254593] ... max period:             00007fffffffffff
[    0.254594] ... fixed-purpose events:   3
[    0.254594] ... event mask:             000000070000000f
[    0.254633] rcu: Hierarchical SRCU implementation.
[    0.255034] random: crng done (trusting CPU's manufacturer)
[    0.255329] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.255366] smp: Bringing up secondary CPUs ...
[    0.255431] x86: Booting SMP configuration:
[    0.255432] .... node  #0, CPUs:      #1
[    0.004499] [Firmware Bug]: TSC ADJUST differs within socket(s), fixing all errors
[    0.255883]  #2
[    0.255883] 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.255883]  #3
[    0.255883] smp: Brought up 1 node, 4 CPUs
[    0.255883] smpboot: Max logical packages: 1
[    0.255883] smpboot: Total of 4 processors activated (18432.00 BogoMIPS)
[    0.257771] devtmpfs: initialized
[    0.257771] x86/mm: Memory block size: 128MB
[    0.258230] PM: Registering ACPI NVS region [mem 0x736ff000-0x736fffff] (4096 bytes)
[    0.258230] PM: Registering ACPI NVS region [mem 0x8c88e000-0x8cf7dfff] (7274496 bytes)
[    0.258230] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.258230] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.258230] pinctrl core: initialized pinctrl subsystem
[    0.258230] NET: Registered protocol family 16
[    0.258230] audit: initializing netlink subsys (disabled)
[    0.258230] audit: type=2000 audit(1599160767.044:1): state=initialized audit_enabled=0 res=1
[    0.258230] cpuidle: using governor ladder
[    0.258230] cpuidle: using governor menu
[    0.258230] Simple Boot Flag at 0x44 set to 0x1
[    0.258230] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.258230] ACPI: bus type PCI registered
[    0.258230] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.258230] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.258230] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.258230] PCI: Using configuration type 1 for base access
[    0.258230] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.258230] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.258230] ACPI: Added _OSI(Module Device)
[    0.258230] ACPI: Added _OSI(Processor Device)
[    0.258230] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.258230] ACPI: Added _OSI(Processor Aggregator Device)
[    0.258230] ACPI: Added _OSI(Linux-Dell-Video)
[    0.258230] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.294691] ACPI: 12 ACPI AML tables successfully acquired and loaded
[    0.297781] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.301507] ACPI: Dynamic OEM Table Load:
[    0.301522] ACPI: SSDT 0xFFFF8C7E24C35000 00060F (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
[    0.301949] ACPI: \_PR_.PR00: _OSC native thermal LVT Acked
[    0.302817] ACPI: Dynamic OEM Table Load:
[    0.302825] ACPI: SSDT 0xFFFF8C7E24C68000 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
[    0.303233] ACPI: Dynamic OEM Table Load:
[    0.303239] ACPI: SSDT 0xFFFF8C7E24CF8B40 0000BA (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
[    0.303555] ACPI: Dynamic OEM Table Load:
[    0.303561] ACPI: SSDT 0xFFFF8C7E24C34000 000628 (v02 PmRef  HwpLvt   00003000 INTL 20160527)
[    0.304195] ACPI: Dynamic OEM Table Load:
[    0.304204] ACPI: SSDT 0xFFFF8C7E26520000 000D14 (v02 PmRef  ApIst    00003000 INTL 20160527)
[    0.305104] ACPI: Dynamic OEM Table Load:
[    0.305110] ACPI: SSDT 0xFFFF8C7E24C6AC00 000317 (v02 PmRef  ApHwp    00003000 INTL 20160527)
[    0.305530] ACPI: Dynamic OEM Table Load:
[    0.305536] ACPI: SSDT 0xFFFF8C7E24C68400 00030A (v02 PmRef  ApCst    00003000 INTL 20160527)
[    0.307066] ACPI: EC: EC started
[    0.307066] ACPI: EC: interrupt blocked
[    0.307324] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
[    0.307325] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x4f, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.307327] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
[    0.307327] ACPI: Interpreter enabled
[    0.307383] ACPI: (supports S0 S3 S4 S5)
[    0.307384] ACPI: Using IOAPIC for interrupt routing
[    0.307423] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.307963] ACPI: Enabled 6 GPEs in block 00 to 7F
[    0.314372] ACPI: Power Resource [WRST] (on)
[    0.326122] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.326127] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.329117] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.329118] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.331187] PCI host bridge to bus 0000:00
[    0.331189] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.331190] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.331191] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.331192] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.331193] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.331194] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.331194] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.331195] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.331196] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.331197] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.331198] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.331199] pci_bus 0000:00: root bus resource [mem 0x90000000-0xdfffffff window]
[    0.331200] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.331201] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.331210] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000
[    0.332012] pci 0000:00:02.0: [8086:5916] type 00 class 0x030000
[    0.332025] pci 0000:00:02.0: reg 0x10: [mem 0xb0000000-0xb0ffffff 64bit]
[    0.332031] pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref]
[    0.332036] pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
[    0.332053] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.332856] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[    0.332871] pci 0000:00:04.0: reg 0x10: [mem 0xb1320000-0xb1327fff 64bit]
[    0.333758] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[    0.333781] pci 0000:00:14.0: reg 0x10: [mem 0xb1310000-0xb131ffff 64bit]
[    0.333851] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.334732] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
[    0.334761] pci 0000:00:15.0: reg 0x10: [mem 0xb1332000-0xb1332fff 64bit]
[    0.335666] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[    0.335693] pci 0000:00:16.0: reg 0x10: [mem 0xb1333000-0xb1333fff 64bit]
[    0.335770] pci 0000:00:16.0: PME# supported from D3hot
[    0.336627] pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601
[    0.336647] pci 0000:00:17.0: reg 0x10: [mem 0xb1330000-0xb1331fff]
[    0.336655] pci 0000:00:17.0: reg 0x14: [mem 0xb1336000-0xb13360ff]
[    0.336665] pci 0000:00:17.0: reg 0x18: [io  0x3080-0x3087]
[    0.336674] pci 0000:00:17.0: reg 0x1c: [io  0x3088-0x308b]
[    0.336683] pci 0000:00:17.0: reg 0x20: [io  0x3060-0x307f]
[    0.336692] pci 0000:00:17.0: reg 0x24: [mem 0xb1334000-0xb13347ff]
[    0.336738] pci 0000:00:17.0: PME# supported from D3hot
[    0.337555] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
[    0.337640] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.338473] pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400
[    0.338552] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.339396] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
[    0.339478] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.340333] pci 0000:00:1f.0: [8086:9d4e] type 00 class 0x060100
[    0.341234] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[    0.341250] pci 0000:00:1f.2: reg 0x10: [mem 0xb132c000-0xb132ffff]
[    0.342100] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300
[    0.342129] pci 0000:00:1f.3: reg 0x10: [mem 0xb1328000-0xb132bfff 64bit]
[    0.342162] pci 0000:00:1f.3: reg 0x20: [mem 0xb1300000-0xb130ffff 64bit]
[    0.342216] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.343110] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[    0.343170] pci 0000:00:1f.4: reg 0x10: [mem 0xb1335000-0xb13350ff 64bit]
[    0.343239] pci 0000:00:1f.4: reg 0x20: [io  0x3040-0x305f]
[    0.344148] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.344315] pci 0000:02:00.0: [168c:0042] type 00 class 0x028000
[    0.344504] pci 0000:02:00.0: reg 0x10: [mem 0xb1000000-0xb11fffff 64bit]
[    0.345249] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.345827] pci 0000:00:1c.4: PCI bridge to [bus 02]
[    0.345831] pci 0000:00:1c.4:   bridge window [mem 0xb1000000-0xb11fffff]
[    0.346031] pci 0000:03:00.0: [144d:a809] type 00 class 0x010802
[    0.346061] pci 0000:03:00.0: reg 0x10: [mem 0xb1200000-0xb1203fff 64bit]
[    0.346274] pci 0000:00:1d.0: PCI bridge to [bus 03]
[    0.346278] pci 0000:00:1d.0:   bridge window [mem 0xb1200000-0xb12fffff]
[    0.347512] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.347568] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.347622] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.347675] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.347728] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.347780] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.347832] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.347885] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.348463] ACPI: EC: interrupt unblocked
[    0.348486] ACPI: EC: event unblocked
[    0.348498] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x4f, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.348499] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
[    0.348584] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.348584] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.348584] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.348584] vgaarb: loaded
[    0.348584] pps_core: LinuxPPS API ver. 1 registered
[    0.348584] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.348584] PTP clock support registered
[    0.348584] EDAC MC: Ver: 3.0.0
[    0.348584] Registered efivars operations
[    0.348584] PCI: Using ACPI for IRQ routing
[    0.373076] PCI: pci_cache_line_size set to 64 bytes
[    0.373499] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.373500] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.373501] e820: reserve RAM buffer [mem 0x736ff000-0x73ffffff]
[    0.373502] e820: reserve RAM buffer [mem 0x75388000-0x77ffffff]
[    0.373503] e820: reserve RAM buffer [mem 0x7c787000-0x7fffffff]
[    0.373503] e820: reserve RAM buffer [mem 0x8be9e000-0x8bffffff]
[    0.373504] e820: reserve RAM buffer [mem 0x8cfff000-0x8fffffff]
[    0.373505] e820: reserve RAM buffer [mem 0x26f000000-0x26fffffff]
[    0.377557] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.377560] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.379606] clocksource: Switched to clocksource tsc-early
[    0.386085] VFS: Disk quotas dquot_6.6.0
[    0.386098] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.386189] AppArmor: AppArmor Filesystem Enabled
[    0.386205] pnp: PnP ACPI init
[    0.386298] system 00:00: [mem 0x40000000-0x403fffff] has been reserved
[    0.386302] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.386385] system 00:01: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.386386] system 00:01: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.386387] system 00:01: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.386388] system 00:01: [mem 0xfe000000-0xfe01ffff] has been reserved
[    0.386390] system 00:01: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.386391] system 00:01: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.386392] system 00:01: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.386394] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.386697] system 00:02: [io  0x2000-0x20fe] has been reserved
[    0.386699] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.386921] system 00:03: [io  0x0680-0x069f] has been reserved
[    0.386922] system 00:03: [io  0xffff] has been reserved
[    0.386923] system 00:03: [io  0xffff] has been reserved
[    0.386924] system 00:03: [io  0xffff] has been reserved
[    0.386925] system 00:03: [io  0x1800-0x18fe] has been reserved
[    0.386926] system 00:03: [io  0x164e-0x164f] has been reserved
[    0.386929] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.387028] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.387060] system 00:05: [io  0x1854-0x1857] has been reserved
[    0.387063] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.387094] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.388257] system 00:07: [mem 0xfe029000-0xfe029fff] has been reserved
[    0.388258] system 00:07: [mem 0xfe028000-0xfe028fff] has been reserved
[    0.388259] system 00:07: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.388260] system 00:07: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.388261] system 00:07: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.388264] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.388777] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.388778] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.388779] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.388780] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[    0.388781] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.388782] system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.388784] system 00:08: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.388785] system 00:08: [mem 0xff000000-0xffffffff] could not be reserved
[    0.388786] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.388787] system 00:08: [mem 0x90000000-0x9001ffff] has been reserved
[    0.388790] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.389101] pnp: PnP ACPI: found 9 devices
[    0.394661] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.394678] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    0.394680] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[    0.394682] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
[    0.394710] pci 0000:00:1c.0: BAR 14: assigned [mem 0x90100000-0x902fffff]
[    0.394717] pci 0000:00:1c.0: BAR 15: assigned [mem 0x90300000-0x904fffff 64bit pref]
[    0.394720] pci 0000:00:1c.0: BAR 13: assigned [io  0x4000-0x4fff]
[    0.394722] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.394729] pci 0000:00:1c.0:   bridge window [io  0x4000-0x4fff]
[    0.394733] pci 0000:00:1c.0:   bridge window [mem 0x90100000-0x902fffff]
[    0.394735] pci 0000:00:1c.0:   bridge window [mem 0x90300000-0x904fffff 64bit pref]
[    0.394740] pci 0000:00:1c.4: PCI bridge to [bus 02]
[    0.394744] pci 0000:00:1c.4:   bridge window [mem 0xb1000000-0xb11fffff]
[    0.394749] pci 0000:00:1d.0: PCI bridge to [bus 03]
[    0.394760] pci 0000:00:1d.0:   bridge window [mem 0xb1200000-0xb12fffff]
[    0.394767] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.394768] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.394769] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.394770] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.394771] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.394772] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.394773] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.394774] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.394775] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.394776] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.394776] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.394777] pci_bus 0000:00: resource 15 [mem 0x90000000-0xdfffffff window]
[    0.394778] pci_bus 0000:00: resource 16 [mem 0xfd000000-0xfe7fffff window]
[    0.394780] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    0.394780] pci_bus 0000:01: resource 1 [mem 0x90100000-0x902fffff]
[    0.394781] pci_bus 0000:01: resource 2 [mem 0x90300000-0x904fffff 64bit pref]
[    0.394782] pci_bus 0000:02: resource 1 [mem 0xb1000000-0xb11fffff]
[    0.394784] pci_bus 0000:03: resource 1 [mem 0xb1200000-0xb12fffff]
[    0.394905] NET: Registered protocol family 2
[    0.395061] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[    0.395088] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.395180] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.395294] TCP: Hash tables configured (established 65536 bind 65536)
[    0.395321] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.395343] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.395391] NET: Registered protocol family 1
[    0.395395] NET: Registered protocol family 44
[    0.395406] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.397296] PCI: CLS 64 bytes, default 64
[    0.397346] Unpacking initramfs...
[    0.870908] Freeing initrd memory: 27960K
[    0.889543] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.889550] software IO TLB: mapped [mem 0x878f4000-0x8b8f4000] (64MB)
[    0.889620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2135f7c97c8, max_idle_ns: 440795273205 ns
[    0.889631] clocksource: Switched to clocksource tsc
[    0.890246] Initialise system trusted keyrings
[    0.890253] Key type blacklist registered
[    0.890296] workingset: timestamp_bits=40 max_order=21 bucket_order=0
[    0.891329] zbud: loaded
[    1.035411] Key type asymmetric registered
[    1.035411] Asymmetric key parser 'x509' registered
[    1.035419] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    1.035446] io scheduler noop registered
[    1.035447] io scheduler deadline registered
[    1.035472] io scheduler cfq registered (default)
[    1.035473] io scheduler mq-deadline registered
[    1.035837] pcieport 0000:00:1c.0: Signaling PME with IRQ 122
[    1.035868] pciehp 0000:00:1c.0:pcie004: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    1.036107] pcieport 0000:00:1c.4: Signaling PME with IRQ 123
[    1.036332] pcieport 0000:00:1d.0: Signaling PME with IRQ 124
[    1.036401] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.036414] efifb: probing for efifb
[    1.036428] efifb: framebuffer at 0xa0000000, using 8128k, total 8128k
[    1.036429] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    1.036429] efifb: scrolling: redraw
[    1.036430] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.040369] Console: switching to colour frame buffer device 240x67
[    1.044217] fb0: EFI VGA frame buffer device
[    1.044225] intel_idle: MWAIT substates: 0x11142120
[    1.044226] intel_idle: v0.4.1 model 0x8E
[    1.044398] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.045090] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.045523] Linux agpgart interface v0.103
[    1.045568] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    1.045568] AMD IOMMUv2 functionality not available on this system
[    1.045870] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    1.045871] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.054193] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.054430] mousedev: PS/2 mouse device common for all mice
[    1.054950] rtc_cmos 00:04: RTC can wake from S4
[    1.055484] rtc_cmos 00:04: registered as rtc0
[    1.055499] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.055508] intel_pstate: Intel P-state driver initializing
[    1.055867] intel_pstate: HWP enabled
[    1.055892] ledtrig-cpu: registered to indicate activity on CPUs
[    1.056297] NET: Registered protocol family 10
[    1.062889] Segment Routing with IPv6
[    1.062911] mip6: Mobile IPv6
[    1.062913] NET: Registered protocol family 17
[    1.063014] mpls_gso: MPLS GSO support
[    1.063370] mce: Using 8 MCE banks
[    1.063401] microcode: sig=0x806e9, pf=0x80, revision=0x8e
[    1.063525] microcode: Microcode Update Driver: v2.2.
[    1.063535] sched_clock: Marking stable (1063021929, 499421)->(1069181010, -5659660)
[    1.063727] registered taskstats version 1
[    1.063727] Loading compiled-in X.509 certificates
[    1.069321] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.097269] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[    1.097283] Loaded X.509 cert 'Debian Secure Boot Signer 2020: 00b55eb3b9'
[    1.098623] zswap: loaded using pool lzo/zbud
[    1.098748] AppArmor: AppArmor sha1 policy hashing enabled
[    1.099800] rtc_cmos 00:04: setting system clock to 2020-09-03 19:19:28 UTC (1599160768)
[    1.328162] Freeing unused kernel image memory: 1592K
[    1.349849] Write protecting the kernel read-only data: 16384k
[    1.351007] Freeing unused kernel image memory: 2028K
[    1.351215] Freeing unused kernel image memory: 780K
[    1.358583] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.358584] x86/mm: Checking user space page tables
[    1.365766] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.365768] Run /init as init process
[    1.435728] udevd[104]: starting version 3.2.7
[    1.436918] udevd[105]: starting eudev-3.2.7
[    1.461676] hidraw: raw HID events driver (C) Jiri Kosina
[    1.466941] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    1.466983] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    1.470124] cryptd: max_cpu_qlen set to 1000
[    1.480251] SCSI subsystem initialized
[    1.483875] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[    1.484623] ACPI: bus type USB registered
[    1.484647] usbcore: registered new interface driver usbfs
[    1.484658] usbcore: registered new interface driver hub
[    1.484682] usbcore: registered new device driver usb
[    1.491783] AVX2 version of gcm_enc/dec engaged.
[    1.491784] AES CTR mode by8 optimization enabled
[    1.498607] nvme nvme0: pci function 0000:03:00.0
[    1.503899] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.503908] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.504979] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[    1.505366] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.505595] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    1.505597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.505599] usb usb1: Product: xHCI Host Controller
[    1.505600] usb usb1: Manufacturer: Linux 4.19.0-10-amd64 xhci-hcd
[    1.505601] usb usb1: SerialNumber: 0000:00:14.0
[    1.505773] hub 1-0:1.0: USB hub found
[    1.505791] hub 1-0:1.0: 12 ports detected
[    1.506253] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.506256] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.506259] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    1.506294] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[    1.506295] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.506296] usb usb2: Product: xHCI Host Controller
[    1.506297] usb usb2: Manufacturer: Linux 4.19.0-10-amd64 xhci-hcd
[    1.506297] usb usb2: SerialNumber: 0000:00:14.0
[    1.506395] hub 2-0:1.0: USB hub found
[    1.506408] hub 2-0:1.0: 6 ports detected
[    1.506514] usb: port power management may be unreliable
[    1.510323] libata version 3.00 loaded.
[    1.514933] ahci 0000:00:17.0: version 3.0
[    1.515234] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    1.515237] ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
[    1.515482] scsi host0: ahci
[    1.515594] ata1: SATA max UDMA/133 abar m2048@0xb1334000 port 0xb1334100 irq 127
[    1.524156] i2c_hid i2c-SYNA2B5F:00: i2c-SYNA2B5F:00 supply vdd not found, using dummy regulator
[    1.524171] i2c_hid i2c-SYNA2B5F:00: Linked as a consumer to regulator.0
[    1.524173] i2c_hid i2c-SYNA2B5F:00: i2c-SYNA2B5F:00 supply vddl not found, using dummy regulator
[    1.529178] alg: No test for pcbc(aes) (pcbc-aes-aesni)
[    1.537793] input: SYNA2B5F:00 06CB:8254 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-SYNA2B5F:00/0018:06CB:8254.0001/input/input1
[    1.537851] hid-generic 0018:06CB:8254.0001: input,hidraw0: I2C HID v1.00 Mouse [SYNA2B5F:00 06CB:8254] on i2c-SYNA2B5F:00
[    1.638036] rmi4_f01 rmi4-00.fn01: found RMI device, manufacturer: Synaptics, product: TM3336-004, fw id: 2820786
[    1.715939] nvme nvme0: Shutdown timeout set to 8 seconds
[    1.728410] nvme nvme0: allocated 64 MiB host memory buffer.
[    1.729899] input: Synaptics TM3336-004 as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-SYNA2B5F:00/0018:06CB:8254.0001/input/input3
[    1.729993] hid-rmi 0018:06CB:8254.0001: input,hidraw0: I2C HID v1.00 Mouse [SYNA2B5F:00 06CB:8254] on i2c-SYNA2B5F:00
[    1.791990]  nvme0n1: p1 p2 p3
[    1.830268] ata1: SATA link down (SStatus 4 SControl 300)
[    1.841524] usb 1-4: new full-speed USB device number 2 using xhci_hcd
[    1.992822] usb 1-4: New USB device found, idVendor=046d, idProduct=c52f, bcdDevice=22.01
[    1.992825] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.992827] usb 1-4: Product: USB Receiver
[    1.992829] usb 1-4: Manufacturer: Logitech
[    2.002032] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:046D:C52F.0002/input/input4
[    2.002185] hid-generic 0003:046D:C52F.0002: input,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-4/input0
[    2.003637] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:046D:C52F.0003/input/input5
[    2.031572] device-mapper: uevent: version 1.0.3
[    2.031814] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[    2.062038] hid-generic 0003:046D:C52F.0003: input,hiddev0,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-4/input1
[    2.062096] usbcore: registered new interface driver usbhid
[    2.062097] usbhid: USB HID core driver
[    2.121815] usb 1-7: new full-speed USB device number 3 using xhci_hcd
[    2.272097] usb 1-7: New USB device found, idVendor=0cf3, idProduct=e500, bcdDevice= 0.01
[    2.272101] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.401962] usb 1-8: new high-speed USB device number 4 using xhci_hcd
[    2.572440] usb 1-8: New USB device found, idVendor=13d3, idProduct=5a08, bcdDevice=17.05
[    2.572445] usb 1-8: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.572448] usb 1-8: Product: Integrated Camera
[    2.572450] usb 1-8: Manufacturer: Azurewave
[    2.572452] usb 1-8: SerialNumber: 0x0001
[   90.232618] NET: Registered protocol family 38
[   90.546687] PM: Image not found (code -22)
[   90.701195] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
[   90.891638] udevd[543]: starting version 3.2.7
[   90.900211] udevd[543]: specified group 'kvm' unknown
[   90.920855] udevd[543]: starting eudev-3.2.7
[   90.974789] ACPI: AC Adapter [ADP0] (on-line)
[   91.130441] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input8
[   91.130450] ACPI: Lid Switch [LID0]
[   91.130509] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input9
[   91.130519] ACPI: Power Button [PWRB]
[   91.145938] proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
[   91.157687] battery: ACPI: Battery Slot [BAT0] (battery present)
[   91.162632] input: Ideapad extra buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input10
[   91.184409] media: Linux media interface: v0.10
[   91.194299] alg: No test for fips(ansi_cprng) (fips_ansi_cprng)
[   91.199203] videodev: Linux video capture interface: v2.00
[   91.275137] Bluetooth: Core ver 2.22
[   91.275150] NET: Registered protocol family 31
[   91.275151] Bluetooth: HCI device and connection manager initialized
[   91.275155] Bluetooth: HCI socket layer initialized
[   91.275157] Bluetooth: L2CAP socket layer initialized
[   91.275162] Bluetooth: SCO socket layer initialized
[   91.278890] uvcvideo: Found UVC 1.00 device Integrated Camera (13d3:5a08)
[   91.282413] mei_me 0000:00:16.0: enabling device (0004 -> 0006)
[   91.282434] uvcvideo 1-8:1.0: Entity type for entity Extension 4 was not initialized!
[   91.282436] uvcvideo 1-8:1.0: Entity type for entity Processing 2 was not initialized!
[   91.282438] uvcvideo 1-8:1.0: Entity type for entity Camera 1 was not initialized!
[   91.283802] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input11
[   91.283877] usbcore: registered new interface driver uvcvideo
[   91.283878] USB Video Class driver (1.1.1)
[   91.288378] usbcore: registered new interface driver btusb
[   91.320521] idma64 idma64.0: Found Intel integrated DMA 64-bit
[   91.344172] iTCO_vendor_support: vendor-support=0
[   91.369484] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   91.369620] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[   91.369738] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   91.373669] checking generic (a0000000 7f0000) vs hw (a0000000 10000000)
[   91.373671] fb: switching to inteldrmfb from EFI VGA
[   91.373701] Console: switching to colour dummy device 80x25
[   91.373822] [drm] Replacing VGA console driver
[   91.381874] input: PC Speaker as /devices/platform/pcspkr/input/input12
[   91.384424] EFI Variables Facility v0.08 2004-May-17
[   91.385305] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   91.385306] [drm] Driver supports precise vblank timestamp query.
[   91.386040] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   91.388650] i915 0000:00:02.0: firmware: failed to load i915/kbl_dmc_ver1_04.bin (-2)
[   91.388656] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
[   91.388661] i915 0000:00:02.0: Direct firmware load for i915/kbl_dmc_ver1_04.bin failed with error -2
[   91.388664] i915 0000:00:02.0: Failed to load DMC firmware i915/kbl_dmc_ver1_04.bin. Disabling runtime power management.
[   91.388666] i915 0000:00:02.0: DMC firmware homepage: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915
[   91.413537] [drm] Initialized i915 1.6.0 20180719 for 0000:00:02.0 on minor 0
[   91.431991] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   91.432237] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13
[   91.434139] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[   91.434141] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   91.434142] RAPL PMU: hw unit of domain package 2^-14 Joules
[   91.434142] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   91.434143] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   91.434144] RAPL PMU: hw unit of domain psys 2^-14 Joules
[   91.453290] fbcon: inteldrmfb (fb0) is primary device
[   91.531950] pstore: Using compression: deflate
[   91.531967] pstore: Registered efi as persistent store backend
[   91.549726] ath10k_pci 0000:02:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[   91.684280] intel_rapl: Found RAPL domain package
[   91.684281] intel_rapl: Found RAPL domain core
[   91.684282] intel_rapl: Found RAPL domain uncore
[   91.684284] intel_rapl: Found RAPL domain dram
[   91.827250] ath10k_pci 0000:02:00.0: firmware: failed to load ath10k/pre-cal-pci-0000:02:00.0.bin (-2)
[   91.827258] ath10k_pci 0000:02:00.0: firmware: failed to load ath10k/cal-pci-0000:02:00.0.bin (-2)
[   91.829626] ath10k_pci 0000:02:00.0: firmware: direct-loading firmware ath10k/QCA9377/hw1.0/firmware-6.bin
[   91.829632] ath10k_pci 0000:02:00.0: qca9377 hw1.1 target 0x05020001 chip_id 0x003821ff sub 17aa:0901
[   91.829634] ath10k_pci 0000:02:00.0: kconfig debug 0 debugfs 0 tracing 0 dfs 0 testmode 0
[   91.830228] ath10k_pci 0000:02:00.0: firmware ver WLAN.TF.2.1-00021-QCARMSWP-1 api 6 features wowlan,ignore-otp crc32 42e41877
[   91.894004] ath10k_pci 0000:02:00.0: firmware: direct-loading firmware ath10k/QCA9377/hw1.0/board-2.bin
[   91.894249] ath10k_pci 0000:02:00.0: board_file api 2 bmi_id N/A crc32 8aedfa4a
[   92.488271] ath10k_pci 0000:02:00.0: Unknown eventid: 118809
[   92.491210] ath10k_pci 0000:02:00.0: Unknown eventid: 90118
[   92.492161] ath10k_pci 0000:02:00.0: htt-ver 3.56 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[   92.494061] ath: EEPROM regdomain: 0x6c
[   92.494062] ath: EEPROM indicates we should expect a direct regpair map
[   92.494063] ath: Country alpha2 being used: 00
[   92.494063] ath: Regpair used: 0x6c
[   92.669227] Console: switching to colour frame buffer device 240x67
[   92.669341] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   92.690060] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   92.699379] snd_hda_codec_generic hdaudioC0D0: autoconfig for Generic: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   92.699380] snd_hda_codec_generic hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   92.699381] snd_hda_codec_generic hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   92.699382] snd_hda_codec_generic hdaudioC0D0:    mono: mono_out=0x0
[   92.699383] snd_hda_codec_generic hdaudioC0D0:    inputs:
[   92.699384] snd_hda_codec_generic hdaudioC0D0:      Mic=0x19
[   92.699385] snd_hda_codec_generic hdaudioC0D0:      Internal Mic=0x12
[   92.716052] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[   92.717034] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[   92.717103] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[   92.717161] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[   92.717216] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[   92.717276] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[   92.717335] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[   92.913623] EXT4-fs (dm-1): re-mounted. Opts: errors=remount-ro
[   93.063741] lp: driver loaded but no devices found
[   93.072522] ppdev: user-space parallel port driver
[   93.275341] EXT4-fs (nvme0n1p2): mounting ext2 file system using the ext4 subsystem
[   93.277046] EXT4-fs (nvme0n1p2): mounted filesystem without journal. Opts: (null)
[   93.295119] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: (null)
[   93.319204] Adding 8290300k swap on /dev/mapper/devuan--S145--vg-swap_1.  Priority:-2 extents:1 across:8290300k SSFS
[   93.405405] audit: type=1400 audit(1599160860.428:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=1377 comm="apparmor_parser"
[   93.405830] audit: type=1400 audit(1599160860.432:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=1375 comm="apparmor_parser"
[   93.405832] audit: type=1400 audit(1599160860.432:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=1375 comm="apparmor_parser"
[   93.407492] audit: type=1400 audit(1599160860.432:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=1378 comm="apparmor_parser"
[   93.408303] audit: type=1400 audit(1599160860.432:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=1379 comm="apparmor_parser"
[   93.408305] audit: type=1400 audit(1599160860.432:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=1379 comm="apparmor_parser"
[   93.408306] audit: type=1400 audit(1599160860.432:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=1379 comm="apparmor_parser"
[   93.408981] audit: type=1400 audit(1599160860.432:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=1380 comm="apparmor_parser"
[   93.409708] audit: type=1400 audit(1599160860.436:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=1382 comm="apparmor_parser"
[   93.409746] audit: type=1400 audit(1599160860.436:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=1376 comm="apparmor_parser"
[   93.925443] elogind-daemon[1919]: New seat seat0.
[   94.132506] broken atomic modeset userspace detected, disabling atomic
[   95.228414] NET: Registered protocol family 3
[   95.236108] NET: Registered protocol family 5
[   95.913647] elogind-daemon[1919]: New session 1 of user janos.
[  101.281976] usb 1-1: new high-speed USB device number 5 using xhci_hcd
[  101.436402] usb 1-1: New USB device found, idVendor=090c, idProduct=1000, bcdDevice=11.00
[  101.436407] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  101.436410] usb 1-1: Product: Flash Disk
[  101.436413] usb 1-1: Manufacturer: USB
[  101.436415] usb 1-1: SerialNumber: AAGUL7G384ZLD78L
[  101.457077] usb-storage 1-1:1.0: USB Mass Storage device detected
[  101.457292] usb-storage 1-1:1.0: Quirks match for vid 090c pid 1000: 400
[  101.457314] scsi host1: usb-storage 1-1:1.0
[  101.457408] usbcore: registered new interface driver usb-storage
[  101.460035] usbcore: registered new interface driver uas
[  102.762059] scsi 1:0:0:0: Direct-Access     USB      Flash Disk       1100 PQ: 0 ANSI: 6
[  102.773075] sd 1:0:0:0: [sda] 60868608 512-byte logical blocks: (31.2 GB/29.0 GiB)
[  102.773673] sd 1:0:0:0: [sda] Write Protect is off
[  102.773674] sd 1:0:0:0: [sda] Mode Sense: 43 00 00 00
[  102.774319] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[  102.814099]  sda: sda1 sda2
[  102.816432] sd 1:0:0:0: [sda] Attached SCSI removable disk
[  102.821304] sd 1:0:0:0: Attached scsi generic sg0 type 0
[  113.357721] fuse init (API version 7.27)
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 02)
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02)
00:04.0 Signal processing controller: Intel Corporation Skylake Processor Thermal Subsystem (rev 02)
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #0 (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI #1 (rev 21)
00:17.0 SATA controller: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] (rev 21)
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port (rev f1)
00:1c.4 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #5 (rev f1)
00:1d.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #9 (rev f1)
00:1f.0 ISA bridge: Intel Corporation Intel(R) 100 Series Chipset Family LPC Controller/eSPI Controller - 9D4E (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
02:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter (rev 31)
03:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd Device a809
03:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd Device a809
02:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter (rev 31)
	Subsystem: Lenovo QCA9377 802.11ac Wireless Network Adapter
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 140
	Region 0: Memory at b1000000 (64-bit, non-prefetchable) [size=2M]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/8 Maskable+ 64bit-
		Address: fee00398  Data: 0000
		Masking: 000000fe  Pending: 00000000
	Capabilities: [70] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s unlimited, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 10.000W
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <4us, L1 <64us
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR+, OBFF Via message
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr+ BadTLP- BadDLLP+ Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [148 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [168 v1] Device Serial Number 00-00-00-00-00-00-00-00
	Capabilities: [178 v1] Latency Tolerance Reporting
		Max snoop latency: 3145728ns
		Max no snoop latency: 3145728ns
	Capabilities: [180 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=50us PortTPowerOnTime=10us
		L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1-
			   T_CommonMode=0us LTR1.2_Threshold=0ns
		L1SubCtl2: T_PwrOn=44us
	Kernel driver in use: ath10k_pci
	Kernel modules: ath10k_pci
filename:       /lib/modules/4.19.0-10-amd64/kernel/drivers/net/wireless/ath/ath10k/ath10k_pci.ko
firmware:       ath10k/QCA9377/hw1.0/board.bin
firmware:       ath10k/QCA9377/hw1.0/firmware-5.bin
firmware:       ath10k/QCA9377/hw1.0/firmware-6.bin
firmware:       ath10k/QCA6174/hw3.0/board-2.bin
firmware:       ath10k/QCA6174/hw3.0/board.bin
firmware:       ath10k/QCA6174/hw3.0/firmware-6.bin
firmware:       ath10k/QCA6174/hw3.0/firmware-5.bin
firmware:       ath10k/QCA6174/hw3.0/firmware-4.bin
firmware:       ath10k/QCA6174/hw2.1/board-2.bin
firmware:       ath10k/QCA6174/hw2.1/board.bin
firmware:       ath10k/QCA6174/hw2.1/firmware-5.bin
firmware:       ath10k/QCA6174/hw2.1/firmware-4.bin
firmware:       ath10k/QCA9887/hw1.0/board-2.bin
firmware:       ath10k/QCA9887/hw1.0/board.bin
firmware:       ath10k/QCA9887/hw1.0/firmware-5.bin
firmware:       ath10k/QCA988X/hw2.0/board-2.bin
firmware:       ath10k/QCA988X/hw2.0/board.bin
firmware:       ath10k/QCA988X/hw2.0/firmware-5.bin
firmware:       ath10k/QCA988X/hw2.0/firmware-4.bin
firmware:       ath10k/QCA988X/hw2.0/firmware-3.bin
firmware:       ath10k/QCA988X/hw2.0/firmware-2.bin
license:        Dual BSD/GPL
description:    Driver support for Qualcomm Atheros 802.11ac WLAN PCIe/AHB devices
author:         Qualcomm Atheros
alias:          pci:v0000168Cd00000050sv*sd*bc*sc*i*
alias:          pci:v0000168Cd00000042sv*sd*bc*sc*i*
alias:          pci:v0000168Cd00000046sv*sd*bc*sc*i*
alias:          pci:v0000168Cd00000056sv*sd*bc*sc*i*
alias:          pci:v0000168Cd00000040sv*sd*bc*sc*i*
alias:          pci:v0000168Cd0000003Esv*sd*bc*sc*i*
alias:          pci:v0000168Cd00000041sv*sd*bc*sc*i*
alias:          pci:v0000168Cd0000003Csv*sd*bc*sc*i*
alias:          pci:v00000777d000011ACsv*sd*bc*sc*i*
depends:        ath10k_core
retpoline:      Y
intree:         Y
name:           ath10k_pci
vermagic:       4.19.0-10-amd64 SMP mod_unload modversions 
sig_id:         PKCS#7
signer:         Debian Secure Boot CA
sig_key:        B5:5E:B3:B9
sig_hashalgo:   sha256
signature:      65:9D:F8:72:3F:ED:80:53:A8:78:16:0C:DA:F2:AB:95:0A:6D:C8:96:
		5A:A9:E6:99:50:5F:75:FE:F3:6A:16:1F:48:24:C5:01:82:5D:3B:6E:
		F1:C7:77:BB:05:9C:46:CE:20:E7:AD:37:87:63:2F:35:BB:02:7D:45:
		9F:87:27:89:50:61:84:CD:12:31:2A:EE:FF:AA:91:04:53:B3:59:E1:
		A3:E6:D7:86:A5:64:66:1C:A2:4C:8D:34:B8:CE:7D:5A:D2:C2:71:11:
		B4:CD:AC:19:26:04:DF:50:CA:66:A5:03:83:2F:0B:52:71:1B:1F:2E:
		4C:78:E9:A9:36:6E:03:4A:2E:45:A6:61:88:8F:9B:84:81:28:4A:16:
		59:9E:1C:E8:BA:1A:22:6E:32:74:CD:24:4B:A0:45:AF:A3:96:4F:77:
		81:5C:BB:BE:D0:ED:69:67:2F:32:AB:E4:5F:F3:E4:DB:5D:B0:A4:18:
		63:C0:A3:08:7F:03:A2:8F:7E:73:14:05:E0:25:55:7B:F4:48:EF:36:
		94:60:CD:01:41:4C:48:5D:04:CA:D6:FE:E4:A9:2B:A1:18:3F:31:00:
		E8:12:EB:D6:72:36:58:8F:94:D7:85:73:93:AE:66:3C:0A:E8:0F:DF:
		BA:5E:E5:CD:0F:09:26:56:08:10:EF:FE:9B:04:C4:FF
parm:           irq_mode:0: auto, 1: legacy, 2: msi (default: 0) (uint)
parm:           reset_mode:0: auto, 1: warm only (default: 0) (uint)
ID TYPE      DEVICE               SOFT      HARD
 0 wlan      ideapad_wlan      blocked unblocked
 1 bluetooth ideapad_bluetooth blocked unblocked
 2 bluetooth hci0              blocked unblocked
 3 wlan      phy0              blocked unblocked
wicd is running.

Board footer

Forum Software