linux-surface / linux-surface

Linux Kernel for Surface Devices
5.18k stars 219 forks source link

Bluetooth caps network speed to extremely slow #78

Closed TimmyOl closed 3 years ago

TimmyOl commented 4 years ago

[Description of the bug or feature]

If bluetooth is active the network speed drops from 115mb/s to 0,6mb/s, when bluetooth is deactivated it instantly gets the speed again.

Environment

`dmesg` output ``` [ 0.000000] microcode: microcode updated early to revision 0xca, date = 2019-09-26 [ 0.000000] Linux version 5.3.18-surface (build@kdev-deb10) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP Fri Dec 27 23:37:49 UTC 2019 [ 0.000000] Command line: initrd=\EFI\Pop_OS-b9d1dffd-5c13-4662-a6e5-19d52eb528cd\initrd.img root=UUID=b9d1dffd-5c13-4662-a6e5-19d52eb528cd ro quiet loglevel=0 systemd.show_status=false splash [ 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-0x000000008ad70fff] usable [ 0.000000] BIOS-e820: [mem 0x000000008ad71000-0x000000008ad71fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000008ad72000-0x000000008ad72fff] reserved [ 0.000000] BIOS-e820: [mem 0x000000008ad73000-0x000000008bd81fff] usable [ 0.000000] BIOS-e820: [mem 0x000000008bd82000-0x000000008be79fff] reserved [ 0.000000] BIOS-e820: [mem 0x000000008be7a000-0x000000008bea2fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000008bea3000-0x000000008befefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000008beff000-0x000000008befffff] usable [ 0.000000] BIOS-e820: [mem 0x000000008bf00000-0x000000008f7fffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000026f7fffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] efi: EFI v2.60 by MSFT [ 0.000000] efi: ACPI=0x8befe000 ACPI 2.0=0x8befe014 SMBIOS=0x8be0c000 SMBIOS 3.0=0x8be0a000 ESRT=0x8be0d598 MEMATTR=0x896bc298 [ 0.000000] SMBIOS 3.1.1 present. [ 0.000000] DMI: Microsoft Corporation Surface Book 2/Surface Book 2, BIOS 389.2370.769 10/02/2018 [ 0.000000] tsc: Detected 2700.000 MHz processor [ 0.001847] tsc: Detected 2699.909 MHz TSC [ 0.001847] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.001848] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.001853] last_pfn = 0x26f800 max_arch_pfn = 0x400000000 [ 0.001863] MTRR default type: write-back [ 0.001863] MTRR fixed ranges enabled: [ 0.001865] 00000-9FFFF write-back [ 0.001865] A0000-BFFFF uncachable [ 0.001866] C0000-FFFFF write-protect [ 0.001867] MTRR variable ranges enabled: [ 0.001868] 0 base 00C0000000 mask 7FC0000000 uncachable [ 0.001869] 1 base 00A0000000 mask 7FE0000000 uncachable [ 0.001870] 2 base 0090000000 mask 7FF0000000 uncachable [ 0.001870] 3 base 008E000000 mask 7FFE000000 uncachable [ 0.001871] 4 base 008D000000 mask 7FFF000000 uncachable [ 0.001871] 5 disabled [ 0.001872] 6 disabled [ 0.001872] 7 disabled [ 0.001873] 8 disabled [ 0.001873] 9 disabled [ 0.002401] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.002583] last_pfn = 0x8bf00 max_arch_pfn = 0x400000000 [ 0.015722] esrt: Reserving ESRT space from 0x000000008be0d598 to 0x000000008be0d670. [ 0.015749] Using GB pages for direct mapping [ 0.015752] BRK [0x230401000, 0x230401fff] PGTABLE [ 0.015753] BRK [0x230402000, 0x230402fff] PGTABLE [ 0.015754] BRK [0x230403000, 0x230403fff] PGTABLE [ 0.015774] BRK [0x230404000, 0x230404fff] PGTABLE [ 0.015776] BRK [0x230405000, 0x230405fff] PGTABLE [ 0.015857] BRK [0x230406000, 0x230406fff] PGTABLE [ 0.015886] BRK [0x230407000, 0x230407fff] PGTABLE [ 0.015976] BRK [0x230408000, 0x230408fff] PGTABLE [ 0.016014] BRK [0x230409000, 0x230409fff] PGTABLE [ 0.016065] Secure boot disabled [ 0.016066] RAMDISK: [mem 0x7b233000-0x7fffefff] [ 0.016075] ACPI: Early table checksum verification disabled [ 0.016077] ACPI: RSDP 0x000000008BEFE014 000024 (v02 MSFT ) [ 0.016080] ACPI: XSDT 0x000000008BEFD0E8 0000A4 (v01 MSFT MSFT 00000000 MSFT 0000005F) [ 0.016084] ACPI: FACP 0x000000008BEDB000 00010C (v05 MSFT MSFT 00000000 MSFT 0000005F) [ 0.016089] ACPI: DSDT 0x000000008BEBD000 01918C (v02 MSFT MSFT 00000000 INTL 20160422) [ 0.016091] ACPI: FACS 0x000000008BE8B000 000040 [ 0.016093] ACPI: SSDT 0x000000008BEE1000 01B0C2 (v02 DptfTa DptfTabl 00001000 INTL 20160422) [ 0.016096] ACPI: MSDM 0x000000008BEE0000 000055 (v01 MSFT 00000001 MSFT 00000001) [ 0.016098] ACPI: SSDT 0x000000008BEDC000 00312B (v02 SaSsdt SaSsdt 00003000 INTL 20160422) [ 0.016101] ACPI: HPET 0x000000008BEDA000 000038 (v01 MSFT MSFT 00000001 MSFT 0000005F) [ 0.016103] ACPI: APIC 0x000000008BED9000 00012C (v03 MSFT MSFT 00000001 MSFT 0000005F) [ 0.016105] ACPI: MCFG 0x000000008BED8000 00003C (v01 MSFT MSFT 00000001 MSFT 0000005F) [ 0.016107] ACPI: LPIT 0x000000008BED7000 000094 (v01 MSFT MSFT 00000000 MSFT 0000005F) [ 0.016109] ACPI: SSDT 0x000000008BEBA000 0024E8 (v02 MSFT RTD3ApNV 00001000 INTL 20160422) [ 0.016112] ACPI: SSDT 0x000000008BEB9000 0007CF (v02 MSFT xh_sh000 00000000 INTL 20160422) [ 0.016114] ACPI: SSDT 0x000000008BEB7000 0017AE (v02 CpuRef CpuSsdt 00003000 INTL 20160422) [ 0.016116] ACPI: DMAR 0x000000008BEB6000 00015C (v01 MSFT MSFT 00000001 INTL 00000001) [ 0.016118] ACPI: NHLT 0x000000008BEB5000 00002D (v00 MSFT MSFT 00000002 MSFT 0000005F) [ 0.016120] ACPI: FPDT 0x000000008BEB4000 000034 (v01 MSFT MSFT 00000002 MSFT 0000005F) [ 0.016123] ACPI: BGRT 0x000000008BEB3000 000038 (v01 MSFT MSFT 00000002 MSFT 0000005F) [ 0.016125] ACPI: WSMT 0x000000008BEB2000 000028 (v01 MSFT MSFT 00000002 MSFT 0000005F) [ 0.016132] ACPI: Local APIC address 0xfee00000 [ 0.016489] No NUMA configuration found [ 0.016490] Faking a node at [mem 0x0000000000000000-0x000000026f7fffff] [ 0.016493] NODE_DATA(0) allocated [mem 0x26f7fb000-0x26f7fffff] [ 0.016516] Zone ranges: [ 0.016517] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.016518] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.016519] Normal [mem 0x0000000100000000-0x000000026f7fffff] [ 0.016520] Device empty [ 0.016520] Movable zone start for each node [ 0.016521] Early memory node ranges [ 0.016522] node 0: [mem 0x0000000000001000-0x0000000000057fff] [ 0.016522] node 0: [mem 0x0000000000059000-0x000000000009dfff] [ 0.016523] node 0: [mem 0x0000000000100000-0x000000008ad70fff] [ 0.016524] node 0: [mem 0x000000008ad73000-0x000000008bd81fff] [ 0.016524] node 0: [mem 0x000000008beff000-0x000000008befffff] [ 0.016525] node 0: [mem 0x0000000100000000-0x000000026f7fffff] [ 0.016650] Zeroed struct page in unavailable ranges: 17123 pages [ 0.016651] Initmem setup node 0 [mem 0x0000000000001000-0x000000026f7fffff] [ 0.016652] On node 0 totalpages: 2077981 [ 0.016653] DMA zone: 64 pages used for memmap [ 0.016653] DMA zone: 21 pages reserved [ 0.016654] DMA zone: 3996 pages, LIFO batch:0 [ 0.016703] DMA32 zone: 8887 pages used for memmap [ 0.016704] DMA32 zone: 568705 pages, LIFO batch:63 [ 0.024879] Normal zone: 23520 pages used for memmap [ 0.024880] Normal zone: 1505280 pages, LIFO batch:63 [ 0.040959] Reserving Intel graphics memory at [mem 0x8d800000-0x8f7fffff] [ 0.041416] ACPI: PM-Timer IO Port: 0x1808 [ 0.041417] ACPI: Local APIC address 0xfee00000 [ 0.041423] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [ 0.041424] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) [ 0.041425] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) [ 0.041425] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1]) [ 0.041426] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1]) [ 0.041426] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1]) [ 0.041427] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1]) [ 0.041427] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1]) [ 0.041428] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1]) [ 0.041428] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1]) [ 0.041428] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1]) [ 0.041429] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1]) [ 0.041429] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1]) [ 0.041430] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1]) [ 0.041430] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1]) [ 0.041431] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1]) [ 0.041458] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119 [ 0.041460] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.041461] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.041462] ACPI: IRQ0 used by override. [ 0.041463] ACPI: IRQ9 used by override. [ 0.041464] Using ACPI (MADT) for SMP configuration information [ 0.041466] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.041474] smpboot: Allowing 4 CPUs, 0 hotplug CPUs [ 0.041487] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.041488] PM: Registered nosave memory: [mem 0x00058000-0x00058fff] [ 0.041490] PM: Registered nosave memory: [mem 0x0009e000-0x000fffff] [ 0.041491] PM: Registered nosave memory: [mem 0x8ad71000-0x8ad71fff] [ 0.041491] PM: Registered nosave memory: [mem 0x8ad72000-0x8ad72fff] [ 0.041492] PM: Registered nosave memory: [mem 0x8bd82000-0x8be79fff] [ 0.041493] PM: Registered nosave memory: [mem 0x8be7a000-0x8bea2fff] [ 0.041493] PM: Registered nosave memory: [mem 0x8bea3000-0x8befefff] [ 0.041495] PM: Registered nosave memory: [mem 0x8bf00000-0x8f7fffff] [ 0.041495] PM: Registered nosave memory: [mem 0x8f800000-0xdfffffff] [ 0.041496] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff] [ 0.041496] PM: Registered nosave memory: [mem 0xf0000000-0xfe00ffff] [ 0.041496] PM: Registered nosave memory: [mem 0xfe010000-0xfe010fff] [ 0.041497] PM: Registered nosave memory: [mem 0xfe011000-0xffffffff] [ 0.041498] [mem 0x8f800000-0xdfffffff] available for PCI devices [ 0.041499] Booting paravirtualized kernel on bare hardware [ 0.041502] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.125964] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1 [ 0.126127] percpu: Embedded 53 pages/cpu s178200 r8192 d30696 u524288 [ 0.126141] pcpu-alloc: s178200 r8192 d30696 u524288 alloc=1*2097152 [ 0.126142] pcpu-alloc: [0] 0 1 2 3 [ 0.126163] Built 1 zonelists, mobility grouping on. Total pages: 2045489 [ 0.126164] Policy zone: Normal [ 0.126165] Kernel command line: initrd=\EFI\Pop_OS-b9d1dffd-5c13-4662-a6e5-19d52eb528cd\initrd.img root=UUID=b9d1dffd-5c13-4662-a6e5-19d52eb528cd ro quiet loglevel=0 systemd.show_status=false splash [ 0.126677] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) [ 0.126874] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.126917] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.130051] Calgary: detecting Calgary via BIOS EBDA area [ 0.130052] Calgary: Unable to locate Rio Grande table in EBDA - bailing! [ 0.147022] Memory: 7941544K/8311924K available (10243K kernel code, 1188K rwdata, 3560K rodata, 1656K init, 2112K bss, 370380K reserved, 0K cma-reserved) [ 0.147134] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.147144] Kernel/User page tables isolation: enabled [ 0.147155] ftrace: allocating 33174 entries in 130 pages [ 0.159565] rcu: Hierarchical RCU implementation. [ 0.159566] rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4. [ 0.159567] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.159568] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 [ 0.162774] NR_IRQS: 33024, nr_irqs: 1024, preallocated irqs: 16 [ 0.163107] random: crng done (trusting CPU's manufacturer) [ 0.163129] Console: colour dummy device 80x25 [ 0.163132] printk: console [tty0] enabled [ 0.163152] ACPI: Core revision 20190703 [ 0.163464] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns [ 0.163534] APIC: Switch to symmetric I/O mode setup [ 0.163536] DMAR: Host address width 39 [ 0.163537] DMAR: DRHD base: 0x000000fed90000 flags: 0x0 [ 0.163542] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e [ 0.163543] DMAR: DRHD base: 0x000000fed91000 flags: 0x1 [ 0.163546] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da [ 0.163547] DMAR: RMRR base: 0x0000003e2e0000 end: 0x0000003e2fffff [ 0.163547] DMAR: RMRR base: 0x0000008d000000 end: 0x0000008f7fffff [ 0.163548] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0 [ 0.163549] DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1 [ 0.163549] DMAR: ANDD device: 3 name: \_SB.PCI0.I2C2 [ 0.163550] DMAR: ANDD device: 4 name: \_SB.PCI0.I2C3 [ 0.163550] DMAR: ANDD device: 9 name: \_SB.PCI0.UA00 [ 0.163552] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1 [ 0.163552] DMAR-IR: HPET id 0 under DRHD base 0xfed91000 [ 0.163553] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping. [ 0.165095] DMAR-IR: Enabled IRQ remapping in x2apic mode [ 0.165096] x2apic enabled [ 0.165108] Switched APIC routing to cluster x2apic. [ 0.169185] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.187616] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x26eae8729ef, max_idle_ns: 440795235156 ns [ 0.187620] Calibrating delay loop (skipped), value calculated using timer frequency.. 5399.81 BogoMIPS (lpj=10799636) [ 0.187622] pid_max: default: 32768 minimum: 301 [ 0.190060] LSM: Security Framework initializing [ 0.190065] Yama: becoming mindful. [ 0.190083] AppArmor: AppArmor initialized [ 0.190084] TOMOYO Linux initialized [ 0.190110] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.190122] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.190349] mce: CPU0: Thermal monitoring enabled (TM1) [ 0.190365] process: using mwait in idle threads [ 0.190368] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8 [ 0.190369] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4 [ 0.190371] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 0.190372] Spectre V2 : Mitigation: Full generic retpoline [ 0.190373] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.190373] Spectre V2 : Enabling Restricted Speculation for firmware calls [ 0.190375] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [ 0.190375] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl [ 0.190376] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp [ 0.190379] TAA: Mitigation: Clear CPU buffers [ 0.190379] MDS: Mitigation: Clear CPU buffers [ 0.190620] Freeing SMP alternatives memory: 24K [ 0.193074] TSC deadline timer enabled [ 0.193077] smpboot: CPU0: Intel(R) Core(TM) i5-7300U CPU @ 2.60GHz (family: 0x6, model: 0x8e, stepping: 0x9) [ 0.193171] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver. [ 0.193177] ... version: 4 [ 0.193177] ... bit width: 48 [ 0.193178] ... generic registers: 4 [ 0.193178] ... value mask: 0000ffffffffffff [ 0.193179] ... max period: 00007fffffffffff [ 0.193179] ... fixed-purpose events: 3 [ 0.193180] ... event mask: 000000070000000f [ 0.193216] rcu: Hierarchical SRCU implementation. [ 0.193786] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. [ 0.193826] smp: Bringing up secondary CPUs ... [ 0.193896] x86: Booting SMP configuration: [ 0.193898] .... node #0, CPUs: #1 #2 [ 0.195617] 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.195617] TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details. [ 0.195617] #3 [ 0.195966] smp: Brought up 1 node, 4 CPUs [ 0.195966] smpboot: Max logical packages: 1 [ 0.195966] smpboot: Total of 4 processors activated (21599.27 BogoMIPS) [ 0.197359] devtmpfs: initialized [ 0.197359] x86/mm: Memory block size: 128MB [ 0.197359] PM: Registering ACPI NVS region [mem 0x8ad71000-0x8ad71fff] (4096 bytes) [ 0.197359] PM: Registering ACPI NVS region [mem 0x8be7a000-0x8bea2fff] (167936 bytes) [ 0.197359] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.197359] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.197359] pinctrl core: initialized pinctrl subsystem [ 0.197359] NET: Registered protocol family 16 [ 0.197359] audit: initializing netlink subsys (disabled) [ 0.197359] audit: type=2000 audit(1581200952.032:1): state=initialized audit_enabled=0 res=1 [ 0.197359] cpuidle: using governor ladder [ 0.197359] cpuidle: using governor menu [ 0.197359] ACPI: bus type PCI registered [ 0.197359] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.197359] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.197359] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820 [ 0.197359] PCI: Using configuration type 1 for base access [ 0.197359] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 0.200264] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 0.200264] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.335825] alg: No test for lzo-rle (lzo-rle-generic) [ 0.335825] alg: No test for lzo-rle (lzo-rle-scomp) [ 0.335825] ACPI: Added _OSI(Module Device) [ 0.335825] ACPI: Added _OSI(Processor Device) [ 0.335825] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.335825] ACPI: Added _OSI(Processor Aggregator Device) [ 0.335825] ACPI: Added _OSI(Linux-Dell-Video) [ 0.335825] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) [ 0.335825] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) [ 0.364579] ACPI: 6 ACPI AML tables successfully acquired and loaded [ 0.366799] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored [ 0.369425] ACPI: Dynamic OEM Table Load: [ 0.369436] ACPI: SSDT 0xFFFF9D6D25412800 0006B4 (v02 PmRef Cpu0Ist 00003000 INTL 20160422) [ 0.370602] ACPI: \_PR_.PR00: _OSC native thermal LVT Acked [ 0.371353] ACPI: Dynamic OEM Table Load: [ 0.371358] ACPI: SSDT 0xFFFF9D6D25475400 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160422) [ 0.372802] ACPI: Dynamic OEM Table Load: [ 0.372808] ACPI: SSDT 0xFFFF9D6D25B87000 000D14 (v02 PmRef ApIst 00003000 INTL 20160422) [ 0.374435] ACPI: Dynamic OEM Table Load: [ 0.374439] ACPI: SSDT 0xFFFF9D6D25475C00 00030A (v02 PmRef ApCst 00003000 INTL 20160422) [ 0.376789] ACPI: Interpreter enabled [ 0.376832] ACPI: (supports S0 S4 S5) [ 0.376833] ACPI: Using IOAPIC for interrupt routing [ 0.376872] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.377346] ACPI: Enabled 10 GPEs in block 00 to 7F [ 0.381273] ACPI: Power Resource [PX01] (on) [ 0.381334] ACPI: Power Resource [PX02] (on) [ 0.381398] ACPI: Power Resource [PX03] (on) [ 0.381457] ACPI: Power Resource [PX04] (on) [ 0.381519] ACPI: Power Resource [PX05] (on) [ 0.381576] ACPI: Power Resource [PX06] (on) [ 0.382468] ACPI: Power Resource [PX07] (on) [ 0.382523] ACPI: Power Resource [USBC] (on) [ 0.382956] ACPI: Power Resource [PXP] (off) [ 0.383139] ACPI: Power Resource [PRWF] (on) [ 0.384387] ACPI: Power Resource [PRP5] (off) [ 0.385759] ACPI: Power Resource [PXP] (off) [ 0.392724] ACPI: Power Resource [CAMP] (on) [ 0.397842] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe]) [ 0.397847] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3] [ 0.399973] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR] [ 0.401671] PCI host bridge to bus 0000:00 [ 0.401673] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.401674] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.401675] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.401676] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window] [ 0.401677] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window] [ 0.401678] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window] [ 0.401679] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window] [ 0.401680] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window] [ 0.401680] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window] [ 0.401681] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window] [ 0.401682] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window] [ 0.401683] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window] [ 0.401684] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window] [ 0.401684] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window] [ 0.401685] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window] [ 0.401686] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window] [ 0.401687] pci_bus 0000:00: root bus resource [mem 0x8f800000-0xdfffffff window] [ 0.401688] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window] [ 0.401690] pci_bus 0000:00: root bus resource [bus 00-fe] [ 0.401700] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000 [ 0.402369] pci 0000:00:02.0: [8086:5916] type 00 class 0x030000 [ 0.402379] pci 0000:00:02.0: reg 0x10: [mem 0xc0000000-0xc0ffffff 64bit] [ 0.402385] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref] [ 0.402389] pci 0000:00:02.0: reg 0x20: [io 0x3080-0x30bf] [ 0.402402] pci 0000:00:02.0: BAR 2: assigned to efifb [ 0.403067] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 [ 0.403079] pci 0000:00:04.0: reg 0x10: [mem 0xc2730000-0xc2737fff 64bit] [ 0.403783] pci 0000:00:05.0: [8086:1919] type 00 class 0x048000 [ 0.403794] pci 0000:00:05.0: reg 0x10: [mem 0xc2000000-0xc23fffff 64bit] [ 0.404495] pci 0000:00:13.0: [8086:9d35] type 00 class 0x000000 [ 0.404517] pci 0000:00:13.0: reg 0x10: [mem 0xc2740000-0xc2740fff 64bit] [ 0.405252] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330 [ 0.405274] pci 0000:00:14.0: reg 0x10: [mem 0xc2700000-0xc270ffff 64bit] [ 0.405339] pci 0000:00:14.0: PME# supported from D3hot D3cold [ 0.406051] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000 [ 0.406072] pci 0000:00:14.2: reg 0x10: [mem 0xc2741000-0xc2741fff 64bit] [ 0.406803] pci 0000:00:14.3: [8086:9d32] type 00 class 0x048000 [ 0.406916] pci 0000:00:14.3: reg 0x10: [mem 0xc2710000-0xc271ffff 64bit] [ 0.408015] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000 [ 0.408280] pci 0000:00:15.0: reg 0x10: [mem 0xc2742000-0xc2742fff 64bit] [ 0.409867] pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000 [ 0.410131] pci 0000:00:15.1: reg 0x10: [mem 0xc2743000-0xc2743fff 64bit] [ 0.411718] pci 0000:00:15.2: [8086:9d62] type 00 class 0x118000 [ 0.411983] pci 0000:00:15.2: reg 0x10: [mem 0xc2744000-0xc2744fff 64bit] [ 0.413555] pci 0000:00:15.3: [8086:9d63] type 00 class 0x118000 [ 0.413820] pci 0000:00:15.3: reg 0x10: [mem 0xc2745000-0xc2745fff 64bit] [ 0.415332] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000 [ 0.415357] pci 0000:00:16.0: reg 0x10: [mem 0xc2746000-0xc2746fff 64bit] [ 0.415430] pci 0000:00:16.0: PME# supported from D3hot [ 0.416128] pci 0000:00:16.4: [8086:9d3e] type 00 class 0x078000 [ 0.416153] pci 0000:00:16.4: reg 0x10: [mem 0xc2747000-0xc2747fff 64bit] [ 0.416225] pci 0000:00:16.4: PME# supported from D3hot [ 0.416896] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400 [ 0.416981] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.417692] pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400 [ 0.418381] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold [ 0.419089] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400 [ 0.419164] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold [ 0.419975] pci 0000:00:1e.0: [8086:9d27] type 00 class 0x118000 [ 0.420239] pci 0000:00:1e.0: reg 0x10: [mem 0xc2748000-0xc2748fff 64bit] [ 0.421764] pci 0000:00:1f.0: [8086:9d4e] type 00 class 0x060100 [ 0.422535] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000 [ 0.422548] pci 0000:00:1f.2: reg 0x10: [mem 0xc273c000-0xc273ffff] [ 0.423246] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040380 [ 0.423271] pci 0000:00:1f.3: reg 0x10: [mem 0xc2738000-0xc273bfff 64bit] [ 0.423296] pci 0000:00:1f.3: reg 0x20: [mem 0xc2720000-0xc272ffff 64bit] [ 0.423342] pci 0000:00:1f.3: PME# supported from D3hot D3cold [ 0.424069] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500 [ 0.424123] pci 0000:00:1f.4: reg 0x10: [mem 0xc2749000-0xc27490ff 64bit] [ 0.424174] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf] [ 0.425036] pci 0000:01:00.0: [11ab:2b38] type 00 class 0x020000 [ 0.425081] pci 0000:01:00.0: reg 0x10: [mem 0xc2500000-0xc25fffff 64bit pref] [ 0.425099] pci 0000:01:00.0: reg 0x18: [mem 0xc2400000-0xc24fffff 64bit pref] [ 0.425242] pci 0000:01:00.0: supports D1 D2 [ 0.425243] pci 0000:01:00.0: PME# supported from D0 D1 D3hot D3cold [ 0.425491] pci 0000:00:1c.0: PCI bridge to [bus 01] [ 0.425498] pci 0000:00:1c.0: bridge window [mem 0xc2400000-0xc25fffff 64bit pref] [ 0.425540] pci 0000:00:1c.4: PCI bridge to [bus 02] [ 0.425542] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff] [ 0.425545] pci 0000:00:1c.4: bridge window [mem 0xc1000000-0xc1ffffff] [ 0.425549] pci 0000:00:1c.4: bridge window [mem 0x90000000-0xa1ffffff 64bit pref] [ 0.425594] pci 0000:03:00.0: [144d:a804] type 00 class 0x010802 [ 0.425621] pci 0000:03:00.0: reg 0x10: [mem 0xc2600000-0xc2603fff 64bit] [ 0.425829] pci 0000:00:1d.0: PCI bridge to [bus 03] [ 0.425832] pci 0000:00:1d.0: bridge window [mem 0xc2600000-0xc26fffff] [ 0.428279] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.428323] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15) [ 0.428366] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.428407] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.428449] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.428490] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.428531] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.428572] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.434403] pci 0000:00:02.0: vgaarb: setting as boot VGA device [ 0.434403] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.434403] pci 0000:00:02.0: vgaarb: bridge control possible [ 0.434403] vgaarb: loaded [ 0.434403] EDAC MC: Ver: 3.0.0 [ 0.434403] Registered efivars operations [ 0.434403] PCI: Using ACPI for IRQ routing [ 0.460379] PCI: pci_cache_line_size set to 64 bytes [ 0.460386] pci 0000:00:02.0: can't claim BAR 4 [io 0x3080-0x30bf]: address conflict with PCI Bus 0000:02 [io 0x3000-0x3fff] [ 0.460753] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff] [ 0.460754] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff] [ 0.460755] e820: reserve RAM buffer [mem 0x8ad71000-0x8bffffff] [ 0.460756] e820: reserve RAM buffer [mem 0x8bd82000-0x8bffffff] [ 0.460757] e820: reserve RAM buffer [mem 0x8bf00000-0x8bffffff] [ 0.460758] e820: reserve RAM buffer [mem 0x26f800000-0x26fffffff] [ 0.463618] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 [ 0.463618] hpet0: 8 comparators, 64-bit 24.000000 MHz counter [ 0.463619] clocksource: Switched to clocksource tsc-early [ 0.472674] VFS: Disk quotas dquot_6.6.0 [ 0.472687] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.472792] AppArmor: AppArmor Filesystem Enabled [ 0.472805] pnp: PnP ACPI init [ 0.473006] system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved [ 0.473007] system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved [ 0.473008] system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved [ 0.473009] system 00:00: [mem 0xfe000000-0xfe01ffff] could not be reserved [ 0.473010] system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved [ 0.473011] system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved [ 0.473012] system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved [ 0.473016] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.473276] system 00:01: [io 0x2000-0x20fe] has been reserved [ 0.473278] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.473406] system 00:02: [io 0x0680-0x069f] has been reserved [ 0.473407] system 00:02: [io 0xffff] has been reserved [ 0.473408] system 00:02: [io 0xffff] has been reserved [ 0.473409] system 00:02: [io 0xffff] has been reserved [ 0.473410] system 00:02: [io 0x1800-0x18fe] has been reserved [ 0.473411] system 00:02: [io 0x164e-0x164f] has been reserved [ 0.473414] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.473499] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.473534] system 00:04: [io 0x1854-0x1857] has been reserved [ 0.473537] system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active) [ 0.474663] system 00:05: [mem 0xfe020000-0xfe021fff] has been reserved [ 0.474665] system 00:05: [mem 0xfe022000-0xfe023fff] has been reserved [ 0.474666] system 00:05: [mem 0xfe024000-0xfe025fff] has been reserved [ 0.474667] system 00:05: [mem 0xfe026000-0xfe027fff] has been reserved [ 0.474668] system 00:05: [mem 0xfe028000-0xfe029fff] has been reserved [ 0.474669] system 00:05: [mem 0xfe02a000-0xfe02bfff] has been reserved [ 0.474670] system 00:05: [mem 0xfe02c000-0xfe02dfff] has been reserved [ 0.474674] system 00:05: [mem 0xfe02e000-0xfe02ffff] has been reserved [ 0.474675] system 00:05: [mem 0xfe030000-0xfe031fff] has been reserved [ 0.474676] system 00:05: [mem 0xfe032000-0xfe033fff] has been reserved [ 0.474677] system 00:05: [mem 0xfe034000-0xfe035fff] has been reserved [ 0.474680] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.475165] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved [ 0.475166] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved [ 0.475167] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved [ 0.475168] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved [ 0.475169] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved [ 0.475170] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved [ 0.475171] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved [ 0.475173] system 00:06: [mem 0xff000000-0xffffffff] has been reserved [ 0.475174] system 00:06: [mem 0xfee00000-0xfeefffff] has been reserved [ 0.475175] system 00:06: [mem 0x8f800000-0x8f81ffff] has been reserved [ 0.475177] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.475708] pnp: PnP ACPI: found 7 devices [ 0.476722] thermal_sys: Registered thermal governor 'fair_share' [ 0.476722] thermal_sys: Registered thermal governor 'bang_bang' [ 0.476723] thermal_sys: Registered thermal governor 'step_wise' [ 0.476723] thermal_sys: Registered thermal governor 'user_space' [ 0.481220] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.481252] pci 0000:00:02.0: BAR 4: assigned [io 0x1000-0x103f] [ 0.481256] pci 0000:00:1c.0: PCI bridge to [bus 01] [ 0.481261] pci 0000:00:1c.0: bridge window [mem 0xc2400000-0xc25fffff 64bit pref] [ 0.481265] pci 0000:00:1c.4: PCI bridge to [bus 02] [ 0.481268] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff] [ 0.481272] pci 0000:00:1c.4: bridge window [mem 0xc1000000-0xc1ffffff] [ 0.481274] pci 0000:00:1c.4: bridge window [mem 0x90000000-0xa1ffffff 64bit pref] [ 0.481279] pci 0000:00:1d.0: PCI bridge to [bus 03] [ 0.481282] pci 0000:00:1d.0: bridge window [mem 0xc2600000-0xc26fffff] [ 0.481288] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.481289] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.481290] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.481291] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window] [ 0.481291] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window] [ 0.481292] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window] [ 0.481293] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window] [ 0.481294] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window] [ 0.481295] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window] [ 0.481296] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window] [ 0.481297] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window] [ 0.481298] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window] [ 0.481298] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window] [ 0.481299] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window] [ 0.481300] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window] [ 0.481301] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window] [ 0.481302] pci_bus 0000:00: resource 20 [mem 0x8f800000-0xdfffffff window] [ 0.481303] pci_bus 0000:00: resource 21 [mem 0xfd000000-0xfe7fffff window] [ 0.481304] pci_bus 0000:01: resource 2 [mem 0xc2400000-0xc25fffff 64bit pref] [ 0.481305] pci_bus 0000:02: resource 0 [io 0x3000-0x3fff] [ 0.481306] pci_bus 0000:02: resource 1 [mem 0xc1000000-0xc1ffffff] [ 0.481307] pci_bus 0000:02: resource 2 [mem 0x90000000-0xa1ffffff 64bit pref] [ 0.481308] pci_bus 0000:03: resource 1 [mem 0xc2600000-0xc26fffff] [ 0.481436] NET: Registered protocol family 2 [ 0.481541] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear) [ 0.481551] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.481610] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) [ 0.481710] TCP: Hash tables configured (established 65536 bind 65536) [ 0.481730] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear) [ 0.481745] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear) [ 0.481787] NET: Registered protocol family 1 [ 0.481798] NET: Registered protocol family 44 [ 0.481806] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.482222] PCI: CLS 0 bytes, default 64 [ 0.482249] Trying to unpack rootfs image as initramfs... [ 0.664801] Freeing initrd memory: 79664K [ 0.664844] DMAR: ACPI device "device:71" under DMAR at fed91000 as 00:15.0 [ 0.664846] DMAR: ACPI device "device:72" under DMAR at fed91000 as 00:15.1 [ 0.664848] DMAR: ACPI device "device:73" under DMAR at fed91000 as 00:15.2 [ 0.664850] DMAR: ACPI device "device:74" under DMAR at fed91000 as 00:15.3 [ 0.664852] DMAR: ACPI device "device:76" under DMAR at fed91000 as 00:1e.0 [ 0.679731] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 0.679753] software IO TLB: mapped [mem 0x82c4e000-0x86c4e000] (64MB) [ 0.680160] Initialise system trusted keyrings [ 0.680205] workingset: timestamp_bits=40 max_order=21 bucket_order=0 [ 0.681281] zbud: loaded [ 0.681550] Key type asymmetric registered [ 0.681551] Asymmetric key parser 'x509' registered [ 0.681556] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250) [ 0.681588] io scheduler mq-deadline registered [ 0.681908] pcieport 0000:00:1c.0: PME: Signaling with IRQ 122 [ 0.682108] pcieport 0000:00:1c.4: PME: Signaling with IRQ 123 [ 0.682133] pcieport 0000:00:1c.4: pciehp: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+ [ 0.682346] pcieport 0000:00:1d.0: PME: Signaling with IRQ 124 [ 0.682406] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 0.682425] efifb: probing for efifb [ 0.682437] efifb: framebuffer at 0xb0000000, using 23500k, total 23500k [ 0.682438] efifb: mode is 3000x2000x32, linelength=12032, pages=1 [ 0.682438] efifb: scrolling: redraw [ 0.682440] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 0.682516] Console: switching to colour frame buffer device 375x125 [ 0.692958] fb0: EFI VGA frame buffer device [ 0.692964] intel_idle: MWAIT substates: 0x11142120 [ 0.692965] intel_idle: v0.4.1 model 0x8E [ 0.693175] intel_idle: lapic_timer_reliable_states 0xffffffff [ 0.693512] [Firmware Bug]: No valid trip found [ 0.693573] [Firmware Bug]: No valid trip found [ 0.693628] [Firmware Bug]: No valid trip found [ 0.693683] [Firmware Bug]: No valid trip found [ 0.693737] [Firmware Bug]: No valid trip found [ 0.693790] [Firmware Bug]: No valid trip found [ 0.693843] [Firmware Bug]: No valid trip found [ 0.693896] [Firmware Bug]: No valid trip found [ 0.694042] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.694543] Linux agpgart interface v0.103 [ 0.694597] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel [ 0.694598] AMD-Vi: AMD IOMMUv2 functionality not available on this system [ 0.694775] i8042: PNP: No PS/2 controller found. [ 0.694812] mousedev: PS/2 mouse device common for all mice [ 0.694837] rtc_cmos 00:03: RTC can wake from S4 [ 0.695275] rtc_cmos 00:03: registered as rtc0 [ 0.695286] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram [ 0.695292] intel_pstate: Intel P-state driver initializing [ 0.695445] intel_pstate: HWP enabled [ 0.695475] ledtrig-cpu: registered to indicate activity on CPUs [ 0.695583] intel_pmc_core INT33A1:00: initialized [ 0.695761] NET: Registered protocol family 10 [ 0.703315] Segment Routing with IPv6 [ 0.703335] mip6: Mobile IPv6 [ 0.703336] NET: Registered protocol family 17 [ 0.703363] mpls_gso: MPLS GSO support [ 0.703537] microcode: sig=0x806e9, pf=0x80, revision=0xca [ 0.703548] microcode: Microcode Update Driver: v2.2. [ 0.703556] sched_clock: Marking stable (702935605, 555910)->(708209624, -4718109) [ 0.703665] registered taskstats version 1 [ 0.703665] Loading compiled-in X.509 certificates [ 0.704632] sha512_generic: module verification failed: signature and/or required key missing - tainting kernel [ 0.718415] Loaded X.509 cert 'Build time autogenerated kernel key: c254f694275a2c6a13df7f1b07b8f0c78561152d' [ 0.718444] zswap: loaded using pool lzo/zbud [ 0.718521] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719460] rtc_cmos 00:03: setting system clock to 2020-02-08T22:29:13 UTC (1581200953) [ 0.720297] Freeing unused kernel image memory: 1656K [ 0.760014] Write protecting the kernel read-only data: 16384k [ 0.760705] Freeing unused kernel image memory: 2036K [ 0.760967] Freeing unused kernel image memory: 536K [ 0.771593] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 0.771595] x86/mm: Checking user space page tables [ 0.781995] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 0.781997] Run /init as init process [ 0.859062] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0 [ 0.859071] ACPI: Lid Switch [LID0] [ 0.860460] intel_ish_ipc 0000:00:13.0: enabling device (0000 -> 0002) [ 0.860812] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002) [ 0.869428] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002) [ 0.870289] intel-lpss 0000:00:15.2: enabling device (0000 -> 0002) [ 0.871103] intel-lpss 0000:00:15.3: enabling device (0000 -> 0002) [ 0.871584] intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002) [ 0.871968] dw-apb-uart.4: ttyS0 at MMIO 0xc2748000 (irq = 20, base_baud = 3000000) is a 16550A [ 0.872940] serial serial0: tty port ttyS0 registered [ 0.893051] ACPI: bus type USB registered [ 0.893068] usbcore: registered new interface driver usbfs [ 0.893075] usbcore: registered new interface driver hub [ 0.893097] usbcore: registered new device driver usb [ 0.894885] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003) [ 0.895032] i801_smbus 0000:00:1f.4: SPD Write Disable is set [ 0.895086] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt [ 0.896750] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 0.896765] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1 [ 0.897568] cryptd: max_cpu_qlen set to 1000 [ 0.897850] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810 [ 0.897854] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported [ 0.898026] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.03 [ 0.898028] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.898029] usb usb1: Product: xHCI Host Controller [ 0.898030] usb usb1: Manufacturer: Linux 5.3.18-surface xhci-hcd [ 0.898031] usb usb1: SerialNumber: 0000:00:14.0 [ 0.898529] hub 1-0:1.0: USB hub found [ 0.898545] hub 1-0:1.0: 12 ports detected [ 0.899589] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 0.899593] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2 [ 0.899595] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed [ 0.899704] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.03 [ 0.899706] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.899707] usb usb2: Product: xHCI Host Controller [ 0.899708] usb usb2: Manufacturer: Linux 5.3.18-surface xhci-hcd [ 0.899709] usb usb2: SerialNumber: 0000:00:14.0 [ 0.899791] nvme nvme0: pci function 0000:03:00.0 [ 0.899856] hub 2-0:1.0: USB hub found [ 0.899867] hub 2-0:1.0: 6 ports detected [ 0.903998] AVX2 version of gcm_enc/dec engaged. [ 0.903999] AES CTR mode by8 optimization enabled [ 0.927451] checking generic (b0000000 16f3000) vs hw (b0000000 10000000) [ 0.927452] fb0: switching to inteldrmfb from EFI VGA [ 0.927531] Console: switching to colour dummy device 80x25 [ 0.927689] i915 0000:00:02.0: vgaarb: deactivate vga console [ 0.939634] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 0.939636] [drm] Driver supports precise vblank timestamp query. [ 0.943763] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 0.944119] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4) [ 0.983855] [drm] HuC: Loaded firmware i915/kbl_huc_ver02_00_1810.bin (version 2.0) [ 0.995841] [drm] GuC: Loaded firmware i915/kbl_guc_ver9_39.bin (version 9.39) [ 1.019782] i915 0000:00:02.0: GuC firmware version 9.39 [ 1.019783] i915 0000:00:02.0: GuC submission enabled [ 1.019784] i915 0000:00:02.0: HuC enabled [ 1.020803] ipts: initializing ipts [ 1.023730] ipts: Intel iTouch framework initialized [ 1.024444] [drm] Initialized i915 1.6.0 20190417 for 0000:00:02.0 on minor 0 [ 1.029880] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 1.030339] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input1 [ 1.056297] fbcon: i915drmfb (fb0) is primary device [ 1.061704] Console: switching to colour frame buffer device 375x125 [ 1.094872] i915 0000:00:02.0: fb0: i915drmfb frame buffer device [ 1.121254] nvme nvme0: 4/0/0 default/read/poll queues [ 1.127533] nvme0n1: p1 p2 p3 p4 [ 1.231708] usb 1-1: new high-speed USB device number 2 using xhci_hcd [ 1.403408] usb 1-1: New USB device found, idVendor=045e, idProduct=0942, bcdDevice=62.79 [ 1.403411] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.403412] usb 1-1: Product: L1 USB2 Hub [ 1.403414] usb 1-1: Manufacturer: Microsoft [ 1.406416] hub 1-1:1.0: USB hub found [ 1.410893] hub 1-1:1.0: 3 ports detected [ 1.480978] hidraw: raw HID events driver (C) Jiri Kosina [ 1.482840] ish-hid {33AECD58-B679-4E54-9BD9-A04D34F0C226}: [hid-ish]: enum_devices_done OK, num_hid_devices=1 [ 1.489911] hid-generic 001F:8087:0AC2.0001: hidraw0: HID v2.00 Device [hid-ishtp 8087:0AC2] on [ 1.515903] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd [ 1.542615] usb 2-1: New USB device found, idVendor=045e, idProduct=0941, bcdDevice=62.79 [ 1.542618] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.542621] usb 2-1: Product: L1 USB3 Gen1 Hub [ 1.542623] usb 2-1: Manufacturer: Microsoft [ 1.544113] hub 2-1:1.0: USB hub found [ 1.544396] hub 2-1:1.0: 2 ports detected [ 1.596524] system76_acpi: loading out-of-tree module taints kernel. [ 1.598867] system76: Model does not utilize this driver [ 1.634206] usbcore: registered new interface driver system76-io [ 1.699667] tsc: Refined TSC clocksource calibration: 2712.009 MHz [ 1.699671] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x27178ec3e42, max_idle_ns: 440795287235 ns [ 1.715567] raid6: avx2x4 gen() 28405 MB/s [ 1.783263] raid6: avx2x4 xor() 14053 MB/s [ 1.850960] raid6: avx2x2 gen() 21428 MB/s [ 1.918656] raid6: avx2x2 xor() 13610 MB/s [ 1.986354] raid6: avx2x1 gen() 17663 MB/s [ 2.054051] raid6: avx2x1 xor() 11770 MB/s [ 2.121750] raid6: sse2x4 gen() 11105 MB/s [ 2.189445] raid6: sse2x4 xor() 7499 MB/s [ 2.257140] raid6: sse2x2 gen() 9977 MB/s [ 2.324838] raid6: sse2x2 xor() 6688 MB/s [ 2.392534] raid6: sse2x1 gen() 8078 MB/s [ 2.460234] raid6: sse2x1 xor() 5444 MB/s [ 2.460234] raid6: using algorithm avx2x4 gen() 28405 MB/s [ 2.460235] raid6: .... xor() 14053 MB/s, rmw enabled [ 2.460235] raid6: using avx2x2 recovery algorithm [ 2.460244] clocksource: Switched to clocksource tsc [ 2.460253] usb 1-1.1: new high-speed USB device number 3 using xhci_hcd [ 2.460460] xor: automatically using best checksumming function avx [ 2.460624] async_tx: api initialized (async) [ 2.588202] usb 1-1.1: New USB device found, idVendor=045e, idProduct=0944, bcdDevice=62.88 [ 2.588204] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.588205] usb 1-1.1: Product: L2 USB2 Hub [ 2.588206] usb 1-1.1: Manufacturer: Microsoft [ 2.589374] hub 1-1.1:1.0: USB hub found [ 2.589815] hub 1-1.1:1.0: 3 ports detected [ 2.664342] usb 2-1.1: new SuperSpeed Gen 1 USB device number 3 using xhci_hcd [ 2.666597] EXT4-fs (nvme0n1p3): INFO: recovery required on readonly filesystem [ 2.666598] EXT4-fs (nvme0n1p3): write access will be enabled during recovery [ 2.686934] usb 2-1.1: New USB device found, idVendor=045e, idProduct=0943, bcdDevice=62.88 [ 2.686937] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.686939] usb 2-1.1: Product: L2 USB3 Gen1 Hub [ 2.686941] usb 2-1.1: Manufacturer: Microsoft [ 2.710642] hub 2-1.1:1.0: USB hub found [ 2.710918] hub 2-1.1:1.0: 3 ports detected [ 2.788265] usb 1-1.3: new full-speed USB device number 4 using xhci_hcd [ 2.857391] EXT4-fs (nvme0n1p3): orphan cleanup on readonly fs [ 2.857838] EXT4-fs (nvme0n1p3): 18 orphan inodes deleted [ 2.857839] EXT4-fs (nvme0n1p3): recovery complete [ 2.880305] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: (null) [ 2.923008] usb 1-1.3: New USB device found, idVendor=045e, idProduct=0922, bcdDevice= b.01 [ 2.923011] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.923013] usb 1-1.3: Product: Surface Keyboard [ 2.923015] usb 1-1.3: Manufacturer: Microsoft [ 2.964664] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist. [ 3.001044] usb 2-1.1.1: new SuperSpeed Gen 1 USB device number 4 using xhci_hcd [ 3.012910] systemd[1]: RTC configured in localtime, applying delta of 60 minutes to system time. [ 3.024310] systemd[1]: Inserted module 'autofs4' [ 3.047367] usb 2-1.1.1: New USB device found, idVendor=045e, idProduct=090c, bcdDevice=29.10 [ 3.047369] usb 2-1.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 3.047428] usb 2-1.1.1: Product: SD Card [ 3.047429] usb 2-1.1.1: Manufacturer: Microsoft [ 3.047430] usb 2-1.1.1: SerialNumber: 201408282030 [ 3.097740] systemd[1]: systemd 242 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) [ 3.116380] systemd[1]: Detected architecture x86-64. [ 3.119541] systemd[1]: Set hostname to . [ 3.120074] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument [ 3.176049] systemd[1]: /lib/systemd/system/dbus.socket:4: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly. [ 3.195634] systemd[1]: /lib/systemd/system/virtlockd.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/libvirt/virtlockd-sock → /run/libvirt/virtlockd-sock; please update the unit file accordingly. [ 3.195970] systemd[1]: /lib/systemd/system/virtlockd-admin.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/libvirt/virtlockd-admin-sock → /run/libvirt/virtlockd-admin-sock; please update the unit file accordingly. [ 3.196152] systemd[1]: /lib/systemd/system/virtlogd.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/libvirt/virtlogd-sock → /run/libvirt/virtlogd-sock; please update the unit file accordingly. [ 3.196493] systemd[1]: /lib/systemd/system/virtlogd-admin.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/libvirt/virtlogd-admin-sock → /run/libvirt/virtlogd-admin-sock; please update the unit file accordingly. [ 3.212487] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 3.234490] EXT4-fs (nvme0n1p3): re-mounted. Opts: errors=remount-ro [ 3.240582] lp: driver loaded but no devices found [ 3.260472] ppdev: user-space parallel port driver [ 3.287402] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 3.352613] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 3.360817] mwifiex: unknown parameter '11n_disable' ignored [ 3.362737] mwifiex_pcie: unknown parameter '11n_disable' ignored [ 3.362882] mwifiex_pcie 0000:01:00.0: enabling device (0000 -> 0002) [ 3.363074] mwifiex_pcie: PCI memory map Virt0: 000000008eedcd7f PCI memory map Virt2: 000000003366a539 [ 3.484874] ACPI: AC Adapter [ADP1] (off-line) [ 3.492164] acpi-tad ACPI000E:00: Missing _PRW [ 3.560449] ttyS0 - failed to request DMA [ 3.655182] input: Microsoft Surface Base 2 Integration Device as /devices/platform/MSHW0133:00/input/input2 [ 3.658262] surface_dgpu_hps MSHW0153:00: setting dGPU power state to 'off' [ 3.664534] IPTS ipts_mei_cl_init() is called [ 3.692851] systemd-journald[401]: Received request to flush runtime journal from PID 1 [ 3.707977] systemd-journald[401]: File /var/log/journal/c88c212f89accfa49f82fe545e3213ee/system.journal corrupted or uncleanly shut down, renaming and replacing. [ 3.847383] idma64 idma64.0: Found Intel integrated DMA 64-bit [ 3.848052] idma64 idma64.1: Found Intel integrated DMA 64-bit [ 3.848513] idma64 idma64.2: Found Intel integrated DMA 64-bit [ 3.849311] idma64 idma64.3: Found Intel integrated DMA 64-bit [ 3.849494] idma64 idma64.4: Found Intel integrated DMA 64-bit [ 3.854986] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002) [ 3.856866] intel_rapl_common: Found RAPL domain package [ 3.856867] intel_rapl_common: Found RAPL domain dram [ 3.857871] proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI [ 3.861178] mei_me 0000:00:16.0: enabling device (0004 -> 0006) [ 3.861179] mei_me 0000:00:16.4: enabling device (0004 -> 0006) [ 3.872668] probing Intel Precise Touch & Stylus [ 3.872670] IPTS using DMA_BIT_MASK(64) [ 3.889545] input: ipts 045E:0021 as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0044:045E:0021.0002/input/input3 [ 3.889698] input: ipts 045E:0021 as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0044:045E:0021.0002/input/input4 [ 3.889915] input: ipts 045E:0021 as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0044:045E:0021.0002/input/input5 [ 3.890044] input: ipts 045E:0021 as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0044:045E:0021.0002/input/input6 [ 3.890280] input: ipts 045E:0021 Touchscreen as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0044:045E:0021.0002/input/input7 [ 3.890521] input: ipts 045E:0021 Mouse as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0044:045E:0021.0002/input/input8 [ 3.890674] input: ipts 045E:0021 as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0044:045E:0021.0002/input/input9 [ 3.890803] input: ipts 045E:0021 as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0044:045E:0021.0002/input/input10 [ 3.890933] input: ipts 045E:0021 as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0044:045E:0021.0002/input/input11 [ 3.891260] hid-generic 0044:045E:0021.0002: input,hidraw0: HID v2ee00.00 Mouse [ipts 045E:0021] on heci3 [ 3.926128] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer [ 3.926129] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules [ 3.926130] RAPL PMU: hw unit of domain package 2^-14 Joules [ 3.926130] RAPL PMU: hw unit of domain dram 2^-14 Joules [ 3.926131] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules [ 3.926132] RAPL PMU: hw unit of domain psys 2^-14 Joules [ 3.935468] EFI Variables Facility v0.08 2004-May-17 [ 4.084724] Disabling lock debugging due to kernel taint [ 4.084726] ndiswrapper: module license taints kernel. [ 4.086117] SCSI subsystem initialized [ 4.087857] pstore: Using crash dump compression: deflate [ 4.090536] usb-storage 2-1.1.1:1.0: USB Mass Storage device detected [ 4.092896] input: Microsoft Surface Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:045E:0922.0003/input/input12 [ 4.093600] ndiswrapper version 1.60 loaded (smp=yes, preempt=no) [ 4.095619] scsi host0: usb-storage 2-1.1.1:1.0 [ 4.095795] usbcore: registered new interface driver usb-storage [ 4.109701] usbcore: registered new interface driver uas [ 4.156416] input: Microsoft Surface Keyboard Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:045E:0922.0003/input/input13 [ 4.156594] input: Microsoft Surface Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:045E:0922.0003/input/input14 [ 4.156653] input: Microsoft Surface Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:045E:0922.0003/input/input15 [ 4.156786] input: Microsoft Surface Keyboard Touchpad as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:045E:0922.0003/input/input16 [ 4.156866] input: Microsoft Surface Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:045E:0922.0003/input/input17 [ 4.156914] input: Microsoft Surface Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:045E:0922.0003/input/input18 [ 4.156962] input: Microsoft Surface Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:045E:0922.0003/input/input19 [ 4.157139] hid-generic 0003:045E:0922.0003: input,hiddev0,hidraw1: USB HID v1.11 Keyboard [Microsoft Surface Keyboard] on usb-0000:00:14.0-1.3/input0 [ 4.157176] usbcore: registered new interface driver usbhid [ 4.157176] usbhid: USB HID core driver [ 4.157208] usbcore: registered new interface driver ndiswrapper [ 4.166264] pstore: Registered efi as persistent store backend [ 4.217752] input: gpio-keys as /devices/platform/gpio-keys.7.auto/input/input22 [ 4.218031] input: gpio-keys as /devices/platform/gpio-keys.8.auto/input/input23 [ 4.253598] pcieport 0000:00:1c.4: PCI bridge to [bus 02] [ 4.253604] pcieport 0000:00:1c.4: bridge window [io 0x3000-0x3fff] [ 4.253608] pcieport 0000:00:1c.4: bridge window [mem 0xc1000000-0xc1ffffff] [ 4.253611] pcieport 0000:00:1c.4: bridge window [mem 0x90000000-0xa1ffffff 64bit pref] [ 4.287355] intel_rapl_common: Found RAPL domain package [ 4.287357] intel_rapl_common: Found RAPL domain core [ 4.287358] intel_rapl_common: Found RAPL domain uncore [ 4.287359] intel_rapl_common: Found RAPL domain dram [ 4.291306] device-mapper: uevent: version 1.0.3 [ 4.292032] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@redhat.com [ 4.296309] FAT-fs (nvme0n1p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. [ 4.300423] FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. [ 4.339123] audit: type=1400 audit(1581197357.116:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=582 comm="apparmor_parser" [ 4.342094] audit: type=1400 audit(1581197357.120:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=581 comm="apparmor_parser" [ 4.342097] audit: type=1400 audit(1581197357.120:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=581 comm="apparmor_parser" [ 4.342099] audit: type=1400 audit(1581197357.120:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=581 comm="apparmor_parser" [ 4.342101] audit: type=1400 audit(1581197357.120:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=581 comm="apparmor_parser" [ 4.343604] audit: type=1400 audit(1581197357.120:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=583 comm="apparmor_parser" [ 4.343606] audit: type=1400 audit(1581197357.120:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=583 comm="apparmor_parser" [ 4.344755] audit: type=1400 audit(1581197357.124:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=584 comm="apparmor_parser" [ 4.348615] audit: type=1400 audit(1581197357.128:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=585 comm="apparmor_parser" [ 4.385416] surface_sam_ssh serial0-0: recv: invalid checksum (cmd-pld) [ 4.385419] surface_sam_ssh serial0-0: recv: invalid start of message [ 4.385520] surface_sam_ssh serial0-0: recv: invalid start of message [ 4.588349] surface_sam_ssh serial0-0: recv: invalid checksum (cmd-pld) [ 4.588352] surface_sam_ssh serial0-0: recv: invalid start of message [ 4.701554] mwifiex_pcie 0000:01:00.0: info: FW download over, size 723540 bytes [ 4.941094] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002) [ 4.941286] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915]) [ 4.960230] Adding 4193784k swap on /dev/mapper/cryptswap. Priority:-2 extents:1 across:4193784k SSFS [ 4.967534] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC298: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker [ 4.967537] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 4.967538] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0) [ 4.967540] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0 [ 4.967540] snd_hda_codec_realtek hdaudioC0D0: inputs: [ 4.967542] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18 [ 4.967543] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12 [ 4.987760] input: ipts 045E:0021 as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0044:045E:0021.0002/input/input27 [ 4.987962] input: ipts 045E:0021 as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0044:045E:0021.0002/input/input28 [ 4.988044] input: ipts 045E:0021 UNKNOWN as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0044:045E:0021.0002/input/input32 [ 4.988090] hid-multitouch 0044:045E:0021.0002: input,hidraw0: HID v2ee00.00 Mouse [ipts 045E:0021] on heci3 [ 5.072317] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input33 [ 5.076613] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input34 [ 5.076667] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input35 [ 5.076720] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input36 [ 5.076770] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input37 [ 5.076820] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input38 [ 5.076875] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input39 [ 5.103850] pcieport 0000:00:1c.4: PCI bridge to [bus 02] [ 5.103856] pcieport 0000:00:1c.4: bridge window [io 0x3000-0x3fff] [ 5.103860] pcieport 0000:00:1c.4: bridge window [mem 0xc1000000-0xc1ffffff] [ 5.103863] pcieport 0000:00:1c.4: bridge window [mem 0x90000000-0xa1ffffff 64bit pref] [ 5.134281] scsi 0:0:0:0: Direct-Access Generic- SD Card 1.00 PQ: 0 ANSI: 6 [ 5.189110] scsi 0:0:0:0: Attached scsi generic sg0 type 0 [ 5.312322] surface_sam_ssh serial0-0: rqst: communication timed out [ 5.312328] surface_sam_san MSHW0091:00: surface_sam_san: rqst: IO error occured, trying again [ 5.318186] battery: ACPI: Battery Slot [BAT1] (battery present) [ 5.324018] battery: ACPI: Battery Slot [BAT2] (battery present) [ 5.406490] NET: Registered protocol family 5 [ 5.456226] usb 1-6: new high-speed USB device number 5 using xhci_hcd [ 5.466394] input: Microsoft Surface Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:045E:0922.0003/input/input40 [ 5.524457] input: Microsoft Surface Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:045E:0922.0003/input/input42 [ 5.524534] input: Microsoft Surface Keyboard Touchpad as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:045E:0922.0003/input/input44 [ 5.524707] hid-multitouch 0003:045E:0922.0003: input,hiddev0,hidraw1: USB HID v1.11 Keyboard [Microsoft Surface Keyboard] on usb-0000:00:14.0-1.3/input0 [ 5.535418] NET: Unregistered protocol family 5 [ 5.605126] usb 1-6: config 1 interface 1 altsetting 0 endpoint 0x85 has wMaxPacketSize 0, skipping [ 5.605129] usb 1-6: config 1 interface 1 altsetting 0 endpoint 0x5 has wMaxPacketSize 0, skipping [ 5.605851] usb 1-6: New USB device found, idVendor=1286, idProduct=204c, bcdDevice=32.01 [ 5.605853] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 5.605854] usb 1-6: Product: Bluetooth and Wireless LAN Composite Device [ 5.605855] usb 1-6: Manufacturer: Marvell [ 5.605856] usb 1-6: SerialNumber: 0000000000000000 [ 5.652042] alg: No test for fips(ansi_cprng) (fips_ansi_cprng) [ 5.672306] mwifiex_pcie 0000:01:00.0: WLAN FW is active [ 5.747433] mwifiex_pcie 0000:01:00.0: Unknown api_id: 4 [ 5.759715] Bluetooth: Core ver 2.22 [ 5.759766] NET: Registered protocol family 31 [ 5.759767] Bluetooth: HCI device and connection manager initialized [ 5.759966] Bluetooth: HCI socket layer initialized [ 5.759968] Bluetooth: L2CAP socket layer initialized [ 5.759971] Bluetooth: SCO socket layer initialized [ 5.767100] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 5.776924] tun: Universal TUN/TAP device driver, 1.6 [ 5.779029] mwifiex_pcie 0000:01:00.0: info: MWIFIEX VERSION: mwifiex 1.0 (15.68.19.p21) [ 5.779032] mwifiex_pcie 0000:01:00.0: driver_version = mwifiex 1.0 (15.68.19.p21) [ 5.779757] virbr0: port 1(virbr0-nic) entered blocking state [ 5.779759] virbr0: port 1(virbr0-nic) entered disabled state [ 5.779800] device virbr0-nic entered promiscuous mode [ 5.783392] usbcore: registered new interface driver btusb [ 5.788600] Bluetooth: hci0: unexpected event for opcode 0x0000 [ 5.789029] Bluetooth: hci0: unexpected event for opcode 0x0000 [ 5.795659] mwifiex_pcie 0000:01:00.0 wlp1s0: renamed from mlan0 [ 5.845311] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 5.845312] Bluetooth: BNEP filters: protocol multicast [ 5.845316] Bluetooth: BNEP socket layer initialized [ 6.217748] virbr0: port 1(virbr0-nic) entered blocking state [ 6.217750] virbr0: port 1(virbr0-nic) entered listening state [ 6.266449] virbr0: port 1(virbr0-nic) entered disabled state [ 6.471367] sd 0:0:0:0: [sda] 124735488 512-byte logical blocks: (63.9 GB/59.5 GiB) [ 6.471822] sd 0:0:0:0: [sda] Write Protect is off [ 6.471824] sd 0:0:0:0: [sda] Mode Sense: 2f 00 00 00 [ 6.472274] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 6.475290] fuse: init (API version 7.31) [ 6.483795] sda: sda1 [ 6.485836] sd 0:0:0:0: [sda] Attached SCSI removable disk [ 8.527738] rfkill: input handler disabled [ 19.197216] systemd-journald[401]: File /var/log/journal/c88c212f89accfa49f82fe545e3213ee/user-1000.journal corrupted or uncleanly shut down, renaming and replacing. [ 19.497071] rfkill: input handler enabled [ 20.479245] Bluetooth: RFCOMM TTY layer initialized [ 20.479250] Bluetooth: RFCOMM socket layer initialized [ 20.479255] Bluetooth: RFCOMM ver 1.11 [ 21.914252] rfkill: input handler disabled [ 22.230375] EXT4-fs (sda1): recovery complete [ 22.466826] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) [ 23.118460] mwifiex_pcie 0000:01:00.0: info: trying to associate to 'Nelly for pre5ident' bssid dc:53:7c:8e:01:de [ 23.226874] mwifiex_pcie 0000:01:00.0: info: associated to bssid dc:53:7c:8e:01:de successfully [ 23.257606] IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready [ 36.910632] TCP: wlp1s0: Driver has suspect GRO implementation, TCP performance may be compromised. [ 3907.576710] pcieport 0000:00:1c.4: PCI bridge to [bus 02] [ 3907.576728] pcieport 0000:00:1c.4: bridge window [io 0x3000-0x3fff] [ 3907.576746] pcieport 0000:00:1c.4: bridge window [mem 0xc1000000-0xc1ffffff] [ 3907.576764] pcieport 0000:00:1c.4: bridge window [mem 0x90000000-0xa1ffffff 64bit pref] [ 3911.073737] PM: suspend entry (s2idle) [ 3911.081215] Filesystems sync: 0.007 seconds [ 3911.082361] Freezing user space processes ... (elapsed 0.002 seconds) done. [ 3911.084688] OOM killer disabled. [ 3911.084688] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 3911.085904] printk: Suspending console(s) (use no_console_suspend to debug) [ 3911.191958] mwifiex_pcie 0000:01:00.0: info: successfully disconnected from dc:53:7c:8e:01:de: reason code 3 [ 3911.199052] mwifiex_pcie 0000:01:00.0: None of the WOWLAN triggers enabled [ 3911.200447] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: mei_cldev_send() error 0x4:-19 [ 3911.200448] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: mei_cldev_send() error 0x7:-19 [ 3911.201491] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: error in reading m2h msg [ 3911.201496] IPTS removed [ 3911.203622] mwifiex_pcie 0000:01:00.0: info: shutdown mwifiex... [ 3911.205366] mwifiex_pcie 0000:01:00.0: PREP_CMD: card is removed [ 3911.205369] mwifiex_pcie 0000:01:00.0: PREP_CMD: card is removed [37687.577354] acpi device:34: Cannot transition to power state D0 for parent in D3hot [37687.617236] surface_sam_ssh serial0-0: rqst: embedded controller is suspended [37687.620467] mwifiex_pcie: PCI memory map Virt0: ffffadd5c4a00000 PCI memory map Virt2: ffffadd5c4c00000 [37687.620561] acpi device:44: Cannot transition to power state D0 for parent in D3hot [37687.622307] [drm] HuC: Loaded firmware i915/kbl_huc_ver02_00_1810.bin (version 2.0) [37687.627005] mwifiex_pcie 0000:01:00.0: WLAN FW already running! Skip FW dnld [37687.627006] mwifiex_pcie 0000:01:00.0: WLAN FW is active [37687.627958] [drm] GuC: Loaded firmware i915/kbl_guc_ver9_39.bin (version 9.39) [37687.628075] i915 0000:00:02.0: GuC firmware version 9.39 [37687.628076] i915 0000:00:02.0: GuC submission enabled [37687.628077] i915 0000:00:02.0: HuC enabled [37687.672065] surface_sam_ssh serial0-0: recv: invalid start of message [37687.689338] mwifiex_pcie 0000:01:00.0: Unknown api_id: 4 [37687.726697] mwifiex_pcie 0000:01:00.0: info: MWIFIEX VERSION: mwifiex 1.0 (15.68.19.p21) [37687.726699] mwifiex_pcie 0000:01:00.0: driver_version = mwifiex 1.0 (15.68.19.p21) [37687.773164] surface_sam_ssh serial0-0: recv: invalid start of message [37687.872137] surface_dgpu_hps MSHW0153:00: setting dGPU power state to 'off' [37687.874361] surface_sam_ssh serial0-0: recv: invalid start of message [37687.874364] surface_sam_ssh serial0-0: recv: invalid start of message [37688.676506] surface_sam_ssh serial0-0: rqst: communication timed out [37688.676518] surface_sam_san MSHW0091:00: surface_sam_san: rqst: IO error occured, trying again [37688.678198] surface_sam_ssh serial0-0: recv: invalid start of message [37688.779335] surface_sam_ssh serial0-0: recv: invalid start of message [37688.880565] surface_sam_ssh serial0-0: recv: invalid start of message [37689.700592] surface_sam_ssh serial0-0: rqst: communication timed out [37689.700604] surface_sam_san MSHW0091:00: surface_sam_san: rqst: IO error occured, trying again [37689.701776] OOM killer enabled. [37689.701777] Restarting tasks ... [37689.701864] probing Intel Precise Touch & Stylus [37689.701865] IPTS using DMA_BIT_MASK(64) [37689.702188] pcieport 0000:00:1c.4: PCI bridge to [bus 02] [37689.702251] pcieport 0000:00:1c.4: bridge window [io 0x3000-0x3fff] [37689.702263] pcieport 0000:00:1c.4: bridge window [mem 0xc1000000-0xc1ffffff] [37689.702273] pcieport 0000:00:1c.4: bridge window [mem 0x90000000-0xa1ffffff 64bit pref] [37689.724448] done. [37689.738995] input: ipts 045E:0021 as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0044:045E:0021.0004/input/input53 [37689.739442] input: ipts 045E:0021 as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0044:045E:0021.0004/input/input54 [37689.739622] input: ipts 045E:0021 UNKNOWN as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0044:045E:0021.0004/input/input58 [37689.739728] hid-multitouch 0044:045E:0021.0004: input,hidraw0: HID v2ee00.00 Mouse [ipts 045E:0021] on heci3 [37689.777894] PM: suspend exit [37689.937044] mwifiex_pcie 0000:01:00.0 wlp1s0: renamed from mlan0 [37690.197005] [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS. [37694.268335] mwifiex_pcie 0000:01:00.0: info: trying to associate to 'Nelly for pre5ident' bssid dc:53:7c:8e:01:de [37694.365370] mwifiex_pcie 0000:01:00.0: info: associated to bssid dc:53:7c:8e:01:de successfully [37694.395483] IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready ```
archseer commented 4 years ago

Make sure you're connected to a 5Ghz network, not 2.4Ghz since bluetooth also runs in that range.

It's a common problem with wifi/bluetooth chips, but Marvell is especially bad with similar issues on Windows (the firmware is just not good at all, hence issues with suspend on normal kernel). There's not much we can do since it's a hardware problem, luckily at least for the latest models (gen 7) they switched over to an Intel chip.

There's lots of user reports: https://www.reddit.com/r/Surface/comments/7pf5c0/wifi_unusable_slow_when_bluetooth_is_activated/

TimmyOl commented 4 years ago

Make sure you're connected to a 5Ghz network, not 2.4Ghz since bluetooth also runs in that range.

It's a common problem with wifi/bluetooth chips, but Marvell is especially bad with similar issues on Windows (the firmware is just not good at all, hence issues with suspend on normal kernel). There's not much we can do since it's a hardware problem, luckily at least for the latest models (gen 7) they switched over to an Intel chip.

There's lots of user reports: https://www.reddit.com/r/Surface/comments/7pf5c0/wifi_unusable_slow_when_bluetooth_is_activated/

Yeah im using 5ghz, the 2,4ghz is unusable like you say.

saturn-hh commented 4 years ago

I have the same Problem. What drives me nuts is the impression, that 8 months ago I haven't got that problem and I have no idea what changed.

Surface Pro 5 Kernel 5.3

jonas2515 commented 3 years ago

https://github.com/linux-surface/kernel/pull/94 should help here. Other than that, I'm afraid there's not much we can do. Can someone confirm the device behaves the same on Windows?

jonas2515 commented 3 years ago

Closing this (https://github.com/linux-surface/kernel/pull/94 was merged), if any large connection quality drops continue to happen, please have a look at https://github.com/linux-surface/linux-surface/issues/319#issuecomment-825640115 and comment there.