umlaeute / v4l2loopback

v4l2-loopback device
GNU General Public License v2.0
3.69k stars 523 forks source link

does not work since the last update of kernel #237

Closed corinnespi closed 4 years ago

corinnespi commented 4 years ago

Environment

v4l2loopback version: 0.12.1 (i suppose)

kernel version: Linux corinnes-N2x0WU 4.15.0-65-generic #74-Ubuntu SMP Tue Sep 17 17:06:04 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

Distribution (+version): Ubuntu 18.04

the problem:

v4l2loopback does not create a new virtual cam when I do

sudo modprobe v4l2loopback

There is only my normal webcam that is listed when I do v4l2-ctl --list-devices Previously it was working.

Expected : Create a virtual cam to be able tu use is with obs studio and zoom !

umlaeute commented 4 years ago

does it create a new /dev/video* device (your webcam will most likely have /dev/video0 assigned, so v4l2loopback should grab the next available one, which ought to be /dev/video1)

If so, do you have a producer running that feeds the device with data?

what do you mean with "Previously it was working"? which version of v4l2loopback? which kernel-version?

also, to get the version of the loaded v4l2loopback module, do something like dmesg | grep v4l2loopback

corinnespi commented 4 years ago

No, nothing, there is only the device wich is my real webcam

Previosly, it could see when I did v4l2-ctl --list-devices that there was a device, and over all, when I was on zoom, i could choose this other device.

When you mean a producer, do you mean for example OBS-studio ?

I used obs-studio, to have my video, with a windows Capture du 2019-10-14 16-57-51 And then, I opened zoom and used this virtual webcam, to give for example this image.

I hope it is clear.

Aboit dmesg | grep v4l2loopback, it gives me nothing !

corinnespi commented 4 years ago

When I do only dmesg :

dmesg

~~~sh corinnes@corinnes-N2x0WU:~$ dmesg [ 0.000000] microcode: microcode updated early to revision 0xb4, date = 2019-04-01 [ 0.000000] Linux version 4.15.0-65-generic (buildd@lgw01-amd64-006) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)) #74-Ubuntu SMP Tue Sep 17 17:06:04 UTC 2019 (Ubuntu 4.15.0-65.74-generic 4.15.18) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-65-generic root=UUID=1f7e1b84-86f1-4d87-9de7-26eea70cbcf2 ro quiet splash acpi_os_name=Linux acpi_osi= vt.handoff=1 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' [ 0.000000] x86/fpu: 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] e820: 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-0x0000000077cf6fff] usable [ 0.000000] BIOS-e820: [mem 0x0000000077cf7000-0x0000000077cf7fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x0000000077cf8000-0x0000000077cf8fff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000077cf9000-0x00000000891b1fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000891b2000-0x000000008a01cfff] reserved [ 0.000000] BIOS-e820: [mem 0x000000008a01d000-0x000000008a65ffff] usable [ 0.000000] BIOS-e820: [mem 0x000000008a660000-0x000000008a6eafff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000008a6eb000-0x000000008b32bfff] reserved [ 0.000000] BIOS-e820: [mem 0x000000008b32c000-0x000000008b3fdfff] type 20 [ 0.000000] BIOS-e820: [mem 0x000000008b3fe000-0x000000008b3fefff] usable [ 0.000000] BIOS-e820: [mem 0x000000008b3ff000-0x000000008fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000046effffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] efi: EFI v2.60 by American Megatrends [ 0.000000] efi: ACPI 2.0=0x8a660000 ACPI=0x8a660000 SMBIOS=0x8b28b000 SMBIOS 3.0=0x8b28a000 ESRT=0x86560418 MEMATTR=0x85e01018 [ 0.000000] secureboot: Secure boot could not be determined (mode 0) [ 0.000000] SMBIOS 3.0.0 present. [ 0.000000] DMI: TUXEDO N2x0WU /N2x0WU , BIOS 5.12 11/01/2017 [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000000] e820: last_pfn = 0x46f000 max_arch_pfn = 0x400000000 [ 0.000000] MTRR default type: write-back [ 0.000000] MTRR fixed ranges enabled: [ 0.000000] 00000-9FFFF write-back [ 0.000000] A0000-BFFFF uncachable [ 0.000000] C0000-FFFFF write-protect [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 00C0000000 mask 7FC0000000 uncachable [ 0.000000] 1 base 00A0000000 mask 7FE0000000 uncachable [ 0.000000] 2 base 0090000000 mask 7FF0000000 uncachable [ 0.000000] 3 base 008C000000 mask 7FFC000000 uncachable [ 0.000000] 4 base 008B800000 mask 7FFF800000 uncachable [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] 8 disabled [ 0.000000] 9 disabled [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.000000] e820: last_pfn = 0x8b3ff max_arch_pfn = 0x400000000 [ 0.000000] esrt: Reserving ESRT space from 0x0000000086560418 to 0x0000000086560450. [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] BRK [0x23b141000, 0x23b141fff] PGTABLE [ 0.000000] BRK [0x23b142000, 0x23b142fff] PGTABLE [ 0.000000] BRK [0x23b143000, 0x23b143fff] PGTABLE [ 0.000000] BRK [0x23b144000, 0x23b144fff] PGTABLE [ 0.000000] BRK [0x23b145000, 0x23b145fff] PGTABLE [ 0.000000] BRK [0x23b146000, 0x23b146fff] PGTABLE [ 0.000000] BRK [0x23b147000, 0x23b147fff] PGTABLE [ 0.000000] BRK [0x23b148000, 0x23b148fff] PGTABLE [ 0.000000] BRK [0x23b149000, 0x23b149fff] PGTABLE [ 0.000000] BRK [0x23b14a000, 0x23b14afff] PGTABLE [ 0.000000] BRK [0x23b14b000, 0x23b14bfff] PGTABLE [ 0.000000] BRK [0x23b14c000, 0x23b14cfff] PGTABLE [ 0.000000] RAMDISK: [mem 0x32fef000-0x357eefff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x000000008A660000 000024 (v02 ALASKA) [ 0.000000] ACPI: XSDT 0x000000008A6600A0 0000BC (v01 ALASKA A M I 01072009 AMI 00010013) [ 0.000000] ACPI: FACP 0x000000008A67E110 000114 (v06 ALASKA A M I 01072009 AMI 00010013) [ 0.000000] ACPI: DSDT 0x000000008A6601F0 01DF1A (v02 ALASKA A M I 01072009 INTL 20160422) [ 0.000000] ACPI: FACS 0x000000008A6BAF00 000040 [ 0.000000] ACPI: APIC 0x000000008A67E228 000084 (v03 ALASKA A M I 01072009 AMI 00010013) [ 0.000000] ACPI: FPDT 0x000000008A67E2B0 000044 (v01 ALASKA A M I 01072009 AMI 00010013) [ 0.000000] ACPI: FIDT 0x000000008A67E2F8 00009C (v01 ALASKA A M I 01072009 AMI 00010013) [ 0.000000] ACPI: MCFG 0x000000008A67E398 00003C (v01 ALASKA A M I 01072009 MSFT 00000097) [ 0.000000] ACPI: SSDT 0x000000008A67E3D8 000359 (v01 SataRe SataTabl 00001000 INTL 20160422) [ 0.000000] ACPI: SSDT 0x000000008A67E738 00148A (v02 SaSsdt SaSsdt 00003000 INTL 20160422) [ 0.000000] ACPI: HPET 0x000000008A67FBC8 000038 (v01 INTEL KBL-ULT 00000001 MSFT 0000005F) [ 0.000000] ACPI: UEFI 0x000000008A67FC00 000042 (v01 ALASKA A M I 00000002 01000013) [ 0.000000] ACPI: SSDT 0x000000008A67FC48 0017AE (v02 CpuRef CpuSsdt 00003000 INTL 20160422) [ 0.000000] ACPI: SSDT 0x000000008A6813F8 0009CF (v02 CtdpB CtdpB 00001000 INTL 20160422) [ 0.000000] ACPI: SSDT 0x000000008A681DC8 00165F (v02 INTEL PtidDevc 00001000 INTL 20160422) [ 0.000000] ACPI: DBGP 0x000000008A683428 000034 (v01 INTEL 00000002 MSFT 0000005F) [ 0.000000] ACPI: DBG2 0x000000008A683460 000054 (v00 INTEL 00000002 MSFT 0000005F) [ 0.000000] ACPI: DMAR 0x000000008A6834B8 0000A8 (v01 INTEL KBL 00000001 INTL 00000001) [ 0.000000] ACPI: BGRT 0x000000008A683560 000038 (v01 ALASKA A M I 01072009 AMI 00010013) [ 0.000000] ACPI: TPM2 0x000000008A683598 000034 (v03 ALASKA A M I 00000001 AMI 00000000) [ 0.000000] ACPI: ASF! 0x000000008A6835D0 0000A0 (v32 INTEL HCG 00000001 TFSM 000F4240) [ 0.000000] ACPI: WSMT 0x000000008A683670 000028 (v01 ALASKA A M I 01072009 AMI 00010013) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000046effffff] [ 0.000000] NODE_DATA(0) allocated [mem 0x46efd5000-0x46effffff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.000000] Normal [mem 0x0000000100000000-0x000000046effffff] [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x0000000000057fff] [ 0.000000] node 0: [mem 0x0000000000059000-0x000000000009dfff] [ 0.000000] node 0: [mem 0x0000000000100000-0x0000000077cf6fff] [ 0.000000] node 0: [mem 0x0000000077cf9000-0x00000000891b1fff] [ 0.000000] node 0: [mem 0x000000008a01d000-0x000000008a65ffff] [ 0.000000] node 0: [mem 0x000000008b3fe000-0x000000008b3fefff] [ 0.000000] node 0: [mem 0x0000000100000000-0x000000046effffff] [ 0.000000] Reserved but unavailable: 98 pages [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000046effffff] [ 0.000000] On node 0 totalpages: 4163472 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 23 pages reserved [ 0.000000] DMA zone: 3996 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 8736 pages used for memmap [ 0.000000] DMA32 zone: 559092 pages, LIFO batch:31 [ 0.000000] Normal zone: 56256 pages used for memmap [ 0.000000] Normal zone: 3600384 pages, LIFO batch:31 [ 0.000000] Reserving Intel graphics memory at 0x000000008c000000-0x000000008fffffff [ 0.000000] ACPI: PM-Timer IO Port: 0x1808 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: IRQ0 used by override. [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0x77cf7000-0x77cf7fff] [ 0.000000] PM: Registered nosave memory: [mem 0x77cf8000-0x77cf8fff] [ 0.000000] PM: Registered nosave memory: [mem 0x891b2000-0x8a01cfff] [ 0.000000] PM: Registered nosave memory: [mem 0x8a660000-0x8a6eafff] [ 0.000000] PM: Registered nosave memory: [mem 0x8a6eb000-0x8b32bfff] [ 0.000000] PM: Registered nosave memory: [mem 0x8b32c000-0x8b3fdfff] [ 0.000000] PM: Registered nosave memory: [mem 0x8b3ff000-0x8fffffff] [ 0.000000] PM: Registered nosave memory: [mem 0x90000000-0xdfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff] [ 0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff] [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff] [ 0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfedfffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff] [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff] [ 0.000000] e820: [mem 0x90000000-0xdfffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] random: get_random_bytes called from start_kernel+0x99/0x4fd with crng_init=0 [ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1 [ 0.000000] percpu: Embedded 46 pages/cpu s151552 r8192 d28672 u524288 [ 0.000000] pcpu-alloc: s151552 r8192 d28672 u524288 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 2 3 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 4098393 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-65-generic root=UUID=1f7e1b84-86f1-4d87-9de7-26eea70cbcf2 ro quiet splash acpi_os_name=Linux acpi_osi= vt.handoff=1 [ 0.000000] ACPI: _OSI method disabled [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing! [ 0.000000] Memory: 16193860K/16653888K available (12300K kernel code, 2481K rwdata, 4256K rodata, 2436K init, 2388K bss, 460028K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] ftrace: allocating 39301 entries in 154 pages [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4. [ 0.000000] Tasks RCU enabled. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 [ 0.000000] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16 [ 0.000000] vt handoff: transparent VT on vt#1 [ 0.000000] Console: colour dummy device 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] ACPI: Core revision 20170831 [ 0.000000] ACPI: Overriding _OS definition to 'Linux' [ 0.000000] ACPI: 6 ACPI AML tables successfully acquired and loaded [ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns [ 0.000000] hpet clockevent registered [ 0.004000] APIC: Switch to symmetric I/O mode setup [ 0.004000] DMAR: Host address width 39 [ 0.004000] DMAR: DRHD base: 0x000000fed90000 flags: 0x0 [ 0.004000] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e [ 0.004000] DMAR: DRHD base: 0x000000fed91000 flags: 0x1 [ 0.004000] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da [ 0.004000] DMAR: RMRR base: 0x000000899a9000 end: 0x000000899c8fff [ 0.004000] DMAR: RMRR base: 0x0000008b800000 end: 0x0000008fffffff [ 0.004000] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1 [ 0.004000] DMAR-IR: HPET id 0 under DRHD base 0xfed91000 [ 0.004000] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping. [ 0.004000] DMAR-IR: Enabled IRQ remapping in x2apic mode [ 0.004000] x2apic enabled [ 0.004000] Switched APIC routing to cluster x2apic. [ 0.008000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.028000] tsc: Detected 2400.000 MHz processor [ 0.028000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.00 BogoMIPS (lpj=9600000) [ 0.028000] pid_max: default: 32768 minimum: 301 [ 0.028000] Security Framework initialized [ 0.028000] Yama: becoming mindful. [ 0.028000] AppArmor: AppArmor initialized [ 0.028000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes) [ 0.028000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes) [ 0.028000] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.028000] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.028000] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 0.028000] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) [ 0.028000] CPU0: Thermal monitoring enabled (TM1) [ 0.028000] process: using mwait in idle threads [ 0.028000] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8 [ 0.028000] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4 [ 0.028000] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 0.028000] Spectre V2 : Mitigation: Full generic retpoline [ 0.028000] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.028000] Spectre V2 : Enabling Restricted Speculation for firmware calls [ 0.028000] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [ 0.028000] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl [ 0.028000] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp [ 0.032010] MDS: Mitigation: Clear CPU buffers [ 0.039598] Freeing SMP alternatives memory: 36K [ 0.044384] TSC deadline timer enabled [ 0.044389] smpboot: CPU0: Intel(R) Core(TM) i3-7100U CPU @ 2.40GHz (family: 0x6, model: 0x8e, stepping: 0x9) [ 0.044452] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver. [ 0.044490] ... version: 4 [ 0.044491] ... bit width: 48 [ 0.044491] ... generic registers: 4 [ 0.044492] ... value mask: 0000ffffffffffff [ 0.044493] ... max period: 00007fffffffffff [ 0.044493] ... fixed-purpose events: 3 [ 0.044494] ... event mask: 000000070000000f [ 0.044531] Hierarchical SRCU implementation. [ 0.045511] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. [ 0.045524] smp: Bringing up secondary CPUs ... [ 0.045595] x86: Booting SMP configuration: [ 0.045595] .... node #0, CPUs: #1 #2 [ 0.048150] 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.048243] #3 [ 0.048620] smp: Brought up 1 node, 4 CPUs [ 0.048620] smpboot: Max logical packages: 1 [ 0.048620] smpboot: Total of 4 processors activated (19200.00 BogoMIPS) [ 0.052350] devtmpfs: initialized [ 0.052350] x86/mm: Memory block size: 128MB [ 0.053162] evm: security.selinux [ 0.053163] evm: security.SMACK64 [ 0.053163] evm: security.SMACK64EXEC [ 0.053163] evm: security.SMACK64TRANSMUTE [ 0.053164] evm: security.SMACK64MMAP [ 0.053164] evm: security.apparmor [ 0.053165] evm: security.ima [ 0.053165] evm: security.capability [ 0.053179] PM: Registering ACPI NVS region [mem 0x77cf7000-0x77cf7fff] (4096 bytes) [ 0.053179] PM: Registering ACPI NVS region [mem 0x8a660000-0x8a6eafff] (569344 bytes) [ 0.053179] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.053179] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.053179] pinctrl core: initialized pinctrl subsystem [ 0.053179] RTC time: 7:55:26, date: 10/14/19 [ 0.053179] NET: Registered protocol family 16 [ 0.053179] audit: initializing netlink subsys (disabled) [ 0.053179] audit: type=2000 audit(1571039725.052:1): state=initialized audit_enabled=0 res=1 [ 0.053179] cpuidle: using governor ladder [ 0.053179] cpuidle: using governor menu [ 0.053179] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it [ 0.053179] ACPI: bus type PCI registered [ 0.053179] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.053179] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.053179] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820 [ 0.053179] PCI: Using configuration type 1 for base access [ 0.053179] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 0.053179] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.053179] ACPI: Added _OSI(Module Device) [ 0.053179] ACPI: Added _OSI(Processor Device) [ 0.053179] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.053179] ACPI: Added _OSI(Processor Aggregator Device) [ 0.053179] ACPI: Added _OSI(Linux-Dell-Video) [ 0.053179] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) [ 0.053179] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) [ 0.057233] ACPI: Executed 24 blocks of module-level executable AML code [ 0.074250] ACPI: Dynamic OEM Table Load: [ 0.074257] ACPI: SSDT 0xFFFF8E211C35A000 000651 (v02 PmRef Cpu0Ist 00003000 INTL 20160422) [ 0.074538] ACPI: Executed 1 blocks of module-level executable AML code [ 0.074601] ACPI: \_PR_.PR00: _OSC native thermal LVT Acked [ 0.075696] ACPI: Dynamic OEM Table Load: [ 0.075701] ACPI: SSDT 0xFFFF8E211BD6F400 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160422) [ 0.075956] ACPI: Executed 1 blocks of module-level executable AML code [ 0.076641] ACPI: Dynamic OEM Table Load: [ 0.076647] ACPI: SSDT 0xFFFF8E211E144000 000D14 (v02 PmRef ApIst 00003000 INTL 20160422) [ 0.077725] ACPI: Executed 1 blocks of module-level executable AML code [ 0.077972] ACPI: Dynamic OEM Table Load: [ 0.077976] ACPI: SSDT 0xFFFF8E211BD6FC00 00030A (v02 PmRef ApCst 00003000 INTL 20160422) [ 0.078295] ACPI: Executed 1 blocks of module-level executable AML code [ 0.079871] ACPI: EC: EC started [ 0.079872] ACPI: EC: interrupt blocked [ 0.081212] ACPI: \_SB_.PCI0.LPCB.EC__: Used as first EC [ 0.081214] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x50, EC_CMD/EC_SC=0x66, EC_DATA=0x62 [ 0.081215] ACPI: \_SB_.PCI0.LPCB.EC__: Used as boot DSDT EC to handle transactions [ 0.081216] ACPI: Interpreter enabled [ 0.081260] ACPI: (supports S0 S3 S4 S5) [ 0.081261] ACPI: Using IOAPIC for interrupt routing [ 0.081306] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.081957] ACPI: Enabled 7 GPEs in block 00 to 7F [ 0.102724] ACPI Error: [_OSI] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364) [ 0.102732] No Local Variables are initialized for Method [_STA] [ 0.102733] No Arguments are initialized for method [_STA] [ 0.102734] ACPI Error: Method parse/execution failed \_SB.PAGD._STA, AE_NOT_FOUND (20170831/psparse-550) [ 0.102764] ACPI Error: [_OSI] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364) [ 0.102768] No Local Variables are initialized for Method [_STA] [ 0.102769] No Arguments are initialized for method [_STA] [ 0.102770] ACPI Error: Method parse/execution failed \_SB.PAGD._STA, AE_NOT_FOUND (20170831/psparse-550) [ 0.106243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe]) [ 0.106249] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.106507] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME] [ 0.106748] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability] [ 0.106749] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration [ 0.107491] PCI host bridge to bus 0000:00 [ 0.107493] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.107495] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.107496] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.107497] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window] [ 0.107499] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window] [ 0.107500] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window] [ 0.107501] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window] [ 0.107501] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window] [ 0.107502] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window] [ 0.107503] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window] [ 0.107504] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window] [ 0.107505] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window] [ 0.107506] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window] [ 0.107507] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window] [ 0.107508] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window] [ 0.107508] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window] [ 0.107509] pci_bus 0000:00: root bus resource [mem 0x90000000-0xdfffffff window] [ 0.107510] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window] [ 0.107512] pci_bus 0000:00: root bus resource [bus 00-fe] [ 0.107519] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000 [ 0.107665] pci 0000:00:02.0: [8086:5916] type 00 class 0x030000 [ 0.107677] pci 0000:00:02.0: reg 0x10: [mem 0xde000000-0xdeffffff 64bit] [ 0.107682] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref] [ 0.107687] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f] [ 0.107701] pci 0000:00:02.0: BAR 2: assigned to efifb [ 0.107909] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330 [ 0.107932] pci 0000:00:14.0: reg 0x10: [mem 0xdf410000-0xdf41ffff 64bit] [ 0.108000] pci 0000:00:14.0: PME# supported from D3hot D3cold [ 0.108254] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000 [ 0.108276] pci 0000:00:14.2: reg 0x10: [mem 0xdf42e000-0xdf42efff 64bit] [ 0.108470] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000 [ 0.108497] pci 0000:00:16.0: reg 0x10: [mem 0xdf42d000-0xdf42dfff 64bit] [ 0.108572] pci 0000:00:16.0: PME# supported from D3hot [ 0.108774] pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601 [ 0.108793] pci 0000:00:17.0: reg 0x10: [mem 0xdf428000-0xdf429fff] [ 0.108802] pci 0000:00:17.0: reg 0x14: [mem 0xdf42c000-0xdf42c0ff] [ 0.108811] pci 0000:00:17.0: reg 0x18: [io 0xf090-0xf097] [ 0.108820] pci 0000:00:17.0: reg 0x1c: [io 0xf080-0xf083] [ 0.108829] pci 0000:00:17.0: reg 0x20: [io 0xf060-0xf07f] [ 0.108838] pci 0000:00:17.0: reg 0x24: [mem 0xdf42b000-0xdf42b7ff] [ 0.108885] pci 0000:00:17.0: PME# supported from D3hot [ 0.109057] pci 0000:00:1c.0: [8086:9d11] type 01 class 0x060400 [ 0.109124] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.109333] pci 0000:00:1c.2: [8086:9d12] type 01 class 0x060400 [ 0.109400] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold [ 0.109605] pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400 [ 0.109678] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold [ 0.109893] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400 [ 0.109969] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold [ 0.110198] pci 0000:00:1f.0: [8086:9d4e] type 00 class 0x060100 [ 0.110460] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000 [ 0.110474] pci 0000:00:1f.2: reg 0x10: [mem 0xdf424000-0xdf427fff] [ 0.110669] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300 [ 0.110695] pci 0000:00:1f.3: reg 0x10: [mem 0xdf420000-0xdf423fff 64bit] [ 0.110720] pci 0000:00:1f.3: reg 0x20: [mem 0xdf400000-0xdf40ffff 64bit] [ 0.110768] pci 0000:00:1f.3: PME# supported from D3hot D3cold [ 0.111028] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500 [ 0.111088] pci 0000:00:1f.4: reg 0x10: [mem 0xdf42a000-0xdf42a0ff 64bit] [ 0.111157] pci 0000:00:1f.4: reg 0x20: [io 0xf040-0xf05f] [ 0.111490] pci 0000:01:00.0: [8086:24fd] type 00 class 0x028000 [ 0.111546] pci 0000:01:00.0: reg 0x10: [mem 0xdf300000-0xdf301fff 64bit] [ 0.111731] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold [ 0.120096] pci 0000:00:1c.0: PCI bridge to [bus 01] [ 0.120101] pci 0000:00:1c.0: bridge window [mem 0xdf300000-0xdf3fffff] [ 0.120198] pci 0000:02:00.0: [10ec:5287] type 00 class 0xff0000 [ 0.120225] pci 0000:02:00.0: reg 0x10: [mem 0xdf215000-0xdf215fff] [ 0.120269] pci 0000:02:00.0: reg 0x30: [mem 0xdf200000-0xdf20ffff pref] [ 0.120358] pci 0000:02:00.0: supports D1 D2 [ 0.120359] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold [ 0.120449] pci 0000:02:00.1: [10ec:8168] type 00 class 0x020000 [ 0.120478] pci 0000:02:00.1: reg 0x10: [io 0xe000-0xe0ff] [ 0.120505] pci 0000:02:00.1: reg 0x18: [mem 0xdf214000-0xdf214fff 64bit] [ 0.120521] pci 0000:02:00.1: reg 0x20: [mem 0xdf210000-0xdf213fff 64bit] [ 0.120614] pci 0000:02:00.1: supports D1 D2 [ 0.120615] pci 0000:02:00.1: PME# supported from D0 D1 D2 D3hot D3cold [ 0.132069] pci 0000:00:1c.2: PCI bridge to [bus 02] [ 0.132071] pci 0000:00:1c.2: bridge window [io 0xe000-0xefff] [ 0.132074] pci 0000:00:1c.2: bridge window [mem 0xdf200000-0xdf2fffff] [ 0.132205] pci 0000:03:00.0: [1b21:1242] type 00 class 0x0c0330 [ 0.132238] pci 0000:03:00.0: reg 0x10: [mem 0xdf100000-0xdf107fff 64bit] [ 0.132294] pci 0000:03:00.0: enabling Extended Tags [ 0.132368] pci 0000:03:00.0: PME# supported from D3hot D3cold [ 0.144099] pci 0000:00:1c.4: PCI bridge to [bus 03] [ 0.144103] pci 0000:00:1c.4: bridge window [mem 0xdf100000-0xdf1fffff] [ 0.144216] pci 0000:04:00.0: [144d:a808] type 00 class 0x010802 [ 0.144246] pci 0000:04:00.0: reg 0x10: [mem 0xdf000000-0xdf003fff 64bit] [ 0.156071] pci 0000:00:1d.0: PCI bridge to [bus 04] [ 0.156075] pci 0000:00:1d.0: bridge window [mem 0xdf000000-0xdf0fffff] [ 0.157451] ACPI Error: [_OSI] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364) [ 0.157458] No Local Variables are initialized for Method [_STA] [ 0.157459] No Arguments are initialized for method [_STA] [ 0.157461] ACPI Error: Method parse/execution failed \_SB.PAGD._STA, AE_NOT_FOUND (20170831/psparse-550) [ 0.157557] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.157631] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15) [ 0.157702] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.157774] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.157846] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.157916] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.157986] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.158055] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.158690] ACPI: EC: interrupt unblocked [ 0.158704] ACPI: EC: event unblocked [ 0.158716] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x50, EC_CMD/EC_SC=0x66, EC_DATA=0x62 [ 0.158717] ACPI: \_SB_.PCI0.LPCB.EC__: Used as boot DSDT EC to handle transactions and events [ 0.158918] SCSI subsystem initialized [ 0.158930] libata version 3.00 loaded. [ 0.158930] pci 0000:00:02.0: vgaarb: setting as boot VGA device [ 0.158930] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.158930] pci 0000:00:02.0: vgaarb: bridge control possible [ 0.158930] vgaarb: loaded [ 0.158930] ACPI: bus type USB registered [ 0.158930] usbcore: registered new interface driver usbfs [ 0.158930] usbcore: registered new interface driver hub [ 0.158930] usbcore: registered new device driver usb [ 0.158930] EDAC MC: Ver: 3.0.0 [ 0.158930] Registered efivars operations [ 0.172948] PCI: Using ACPI for IRQ routing [ 0.197043] PCI: pci_cache_line_size set to 64 bytes [ 0.197175] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff] [ 0.197176] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff] [ 0.197177] e820: reserve RAM buffer [mem 0x77cf7000-0x77ffffff] [ 0.197178] e820: reserve RAM buffer [mem 0x891b2000-0x8bffffff] [ 0.197179] e820: reserve RAM buffer [mem 0x8a660000-0x8bffffff] [ 0.197180] e820: reserve RAM buffer [mem 0x8b3ff000-0x8bffffff] [ 0.197181] e820: reserve RAM buffer [mem 0x46f000000-0x46fffffff] [ 0.200001] NetLabel: Initializing [ 0.200001] NetLabel: domain hash size = 128 [ 0.200001] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.200001] NetLabel: unlabeled traffic allowed by default [ 0.200548] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 [ 0.200553] hpet0: 8 comparators, 64-bit 24.000000 MHz counter [ 0.202601] clocksource: Switched to clocksource hpet [ 0.209507] VFS: Disk quotas dquot_6.6.0 [ 0.209522] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.209606] AppArmor: AppArmor Filesystem Enabled [ 0.209629] pnp: PnP ACPI init [ 0.209901] system 00:00: [io 0x0680-0x069f] has been reserved [ 0.209902] system 00:00: [io 0xffff] has been reserved [ 0.209903] system 00:00: [io 0xffff] has been reserved [ 0.209905] system 00:00: [io 0xffff] has been reserved [ 0.209906] system 00:00: [io 0x1800-0x18fe] has been reserved [ 0.209907] system 00:00: [io 0x164e-0x164f] has been reserved [ 0.209908] system 00:00: [io 0x3322-0x3323] has been reserved [ 0.209913] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.210030] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.210076] system 00:02: [io 0x1854-0x1857] has been reserved [ 0.210079] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active) [ 0.210105] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active) [ 0.210252] pnp 00:04: Plug and Play ACPI device, IDs SYN1221 PNP0f13 (active) [ 0.210623] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved [ 0.210626] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved [ 0.210627] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved [ 0.210628] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved [ 0.210629] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved [ 0.210631] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved [ 0.210632] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved [ 0.210633] system 00:05: [mem 0xff000000-0xffffffff] has been reserved [ 0.210635] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved [ 0.210636] system 00:05: [mem 0xdffe0000-0xdfffffff] has been reserved [ 0.210639] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.210690] system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved [ 0.210691] system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved [ 0.210692] system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved [ 0.210694] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved [ 0.210695] system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved [ 0.210696] system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved [ 0.210697] system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved [ 0.210700] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.211059] system 00:07: [io 0xff00-0xfffe] has been reserved [ 0.211063] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.212587] system 00:08: [mem 0xfdaf0000-0xfdafffff] has been reserved [ 0.212588] system 00:08: [mem 0xfdae0000-0xfdaeffff] has been reserved [ 0.212589] system 00:08: [mem 0xfdac0000-0xfdacffff] has been reserved [ 0.212592] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.213072] ACPI Error: [_OSI] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364) [ 0.213079] No Local Variables are initialized for Method [_STA] [ 0.213081] No Arguments are initialized for method [_STA] [ 0.213082] ACPI Error: Method parse/execution failed \_SB.PAGD._STA, AE_NOT_FOUND (20170831/psparse-550) [ 0.213402] pnp: PnP ACPI: found 9 devices [ 0.220931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.220960] pci 0000:00:1c.0: PCI bridge to [bus 01] [ 0.220964] pci 0000:00:1c.0: bridge window [mem 0xdf300000-0xdf3fffff] [ 0.220970] pci 0000:00:1c.2: PCI bridge to [bus 02] [ 0.220972] pci 0000:00:1c.2: bridge window [io 0xe000-0xefff] [ 0.220975] pci 0000:00:1c.2: bridge window [mem 0xdf200000-0xdf2fffff] [ 0.220981] pci 0000:00:1c.4: PCI bridge to [bus 03] [ 0.220984] pci 0000:00:1c.4: bridge window [mem 0xdf100000-0xdf1fffff] [ 0.220989] pci 0000:00:1d.0: PCI bridge to [bus 04] [ 0.220993] pci 0000:00:1d.0: bridge window [mem 0xdf000000-0xdf0fffff] [ 0.221000] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.221001] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.221002] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.221003] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window] [ 0.221004] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window] [ 0.221005] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window] [ 0.221007] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window] [ 0.221007] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window] [ 0.221008] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window] [ 0.221009] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window] [ 0.221010] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window] [ 0.221011] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window] [ 0.221012] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window] [ 0.221013] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window] [ 0.221014] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window] [ 0.221015] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window] [ 0.221016] pci_bus 0000:00: resource 20 [mem 0x90000000-0xdfffffff window] [ 0.221017] pci_bus 0000:00: resource 21 [mem 0xfd000000-0xfe7fffff window] [ 0.221018] pci_bus 0000:01: resource 1 [mem 0xdf300000-0xdf3fffff] [ 0.221019] pci_bus 0000:02: resource 0 [io 0xe000-0xefff] [ 0.221020] pci_bus 0000:02: resource 1 [mem 0xdf200000-0xdf2fffff] [ 0.221021] pci_bus 0000:03: resource 1 [mem 0xdf100000-0xdf1fffff] [ 0.221023] pci_bus 0000:04: resource 1 [mem 0xdf000000-0xdf0fffff] [ 0.221183] NET: Registered protocol family 2 [ 0.221333] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.221509] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 0.221612] TCP: Hash tables configured (established 131072 bind 65536) [ 0.221640] UDP hash table entries: 8192 (order: 6, 262144 bytes) [ 0.221676] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes) [ 0.221737] NET: Registered protocol family 1 [ 0.221749] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.222208] PCI: CLS 64 bytes, default 64 [ 0.222238] Unpacking initramfs... [ 0.815421] Freeing initrd memory: 40960K [ 0.815501] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 0.815503] software IO TLB: mapped [mem 0x81e01000-0x85e01000] (64MB) [ 0.815724] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x22983777dd9, max_idle_ns: 440795300422 ns [ 0.815833] Scanning for low memory corruption every 60 seconds [ 0.816535] Initialise system trusted keyrings [ 0.816544] Key type blacklist registered [ 0.816613] workingset: timestamp_bits=36 max_order=22 bucket_order=0 [ 0.817596] zbud: loaded [ 0.818141] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.818307] fuse init (API version 7.26) [ 0.821410] Key type asymmetric registered [ 0.821411] Asymmetric key parser 'x509' registered [ 0.821445] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 0.821504] io scheduler noop registered [ 0.821505] io scheduler deadline registered [ 0.821527] io scheduler cfq registered (default) [ 0.822304] pcieport 0000:00:1c.0: AER enabled with IRQ 122 [ 0.822321] pcieport 0000:00:1c.2: AER enabled with IRQ 123 [ 0.822337] pcieport 0000:00:1c.4: AER enabled with IRQ 124 [ 0.822354] pcieport 0000:00:1d.0: AER enabled with IRQ 125 [ 0.822418] efifb: probing for efifb [ 0.822430] efifb: framebuffer at 0xc0000000, using 8128k, total 8128k [ 0.822431] efifb: mode is 1920x1080x32, linelength=7680, pages=1 [ 0.822431] efifb: scrolling: redraw [ 0.822433] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 0.822531] Console: switching to colour frame buffer device 240x67 [ 0.822556] fb0: EFI VGA frame buffer device [ 0.822563] intel_idle: MWAIT substates: 0x11142120 [ 0.822564] intel_idle: v0.4.1 model 0x8E [ 0.822774] intel_idle: lapic_timer_reliable_states 0xffffffff [ 0.824944] ACPI: AC Adapter [AC] (on-line) [ 0.825010] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 [ 0.825081] ACPI: Power Button [PWRB] [ 0.825107] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1 [ 0.825161] ACPI: Sleep Button [SLPB] [ 0.825187] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2 [ 0.825239] ACPI: Lid Switch [LID0] [ 0.825264] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 [ 0.825318] ACPI: Power Button [PWRF] [ 0.825709] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info(). [ 0.825770] thermal LNXTHERM:00: registered as thermal_zone0 [ 0.825771] ACPI: Thermal Zone [TZ0] (25 C) [ 0.825950] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.826376] ACPI: Battery Slot [BAT0] (battery present) [ 0.828387] Linux agpgart interface v0.103 [ 0.863282] loop: module loaded [ 0.863425] libphy: Fixed MDIO Bus: probed [ 0.863426] tun: Universal TUN/TAP device driver, 1.6 [ 0.863474] PPP generic driver version 2.4.2 [ 0.863530] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.863532] ehci-pci: EHCI PCI platform driver [ 0.863541] ehci-platform: EHCI generic platform driver [ 0.863549] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.863551] ohci-pci: OHCI PCI platform driver [ 0.863557] ohci-platform: OHCI generic platform driver [ 0.863563] uhci_hcd: USB Universal Host Controller Interface driver [ 0.863715] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 0.863724] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1 [ 0.864815] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810 [ 0.864820] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported [ 0.864959] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 0.864960] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.864961] usb usb1: Product: xHCI Host Controller [ 0.864962] usb usb1: Manufacturer: Linux 4.15.0-65-generic xhci-hcd [ 0.864963] usb usb1: SerialNumber: 0000:00:14.0 [ 0.865067] hub 1-0:1.0: USB hub found [ 0.865083] hub 1-0:1.0: 12 ports detected [ 0.865682] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 0.865684] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2 [ 0.865687] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed [ 0.865717] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003 [ 0.865718] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.865719] usb usb2: Product: xHCI Host Controller [ 0.865720] usb usb2: Manufacturer: Linux 4.15.0-65-generic xhci-hcd [ 0.865721] usb usb2: SerialNumber: 0000:00:14.0 [ 0.865818] hub 2-0:1.0: USB hub found [ 0.865827] hub 2-0:1.0: 6 ports detected [ 0.865994] usb: port power management may be unreliable [ 0.866376] xhci_hcd 0000:03:00.0: xHCI Host Controller [ 0.866382] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 3 [ 0.925290] xhci_hcd 0000:03:00.0: hcc params 0x0200eec1 hci version 0x110 quirks 0x0000000000000010 [ 0.925492] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002 [ 0.925493] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.925494] usb usb3: Product: xHCI Host Controller [ 0.925495] usb usb3: Manufacturer: Linux 4.15.0-65-generic xhci-hcd [ 0.925496] usb usb3: SerialNumber: 0000:03:00.0 [ 0.925596] hub 3-0:1.0: USB hub found [ 0.925602] hub 3-0:1.0: 2 ports detected [ 0.925730] xhci_hcd 0000:03:00.0: xHCI Host Controller [ 0.925733] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 4 [ 0.925735] xhci_hcd 0000:03:00.0: Host supports USB 3.1 Enhanced SuperSpeed [ 0.925804] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. [ 0.925820] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003 [ 0.925821] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.925821] usb usb4: Product: xHCI Host Controller [ 0.925822] usb usb4: Manufacturer: Linux 4.15.0-65-generic xhci-hcd [ 0.925823] usb usb4: SerialNumber: 0000:03:00.0 [ 0.925920] hub 4-0:1.0: USB hub found [ 0.925926] hub 4-0:1.0: 2 ports detected [ 0.926079] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:SYNM] at 0x60,0x64 irq 1,12 [ 0.930844] i8042: Detected active multiplexing controller, rev 1.1 [ 0.933007] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.933010] serio: i8042 AUX0 port at 0x60,0x64 irq 12 [ 0.933031] serio: i8042 AUX1 port at 0x60,0x64 irq 12 [ 0.933049] serio: i8042 AUX2 port at 0x60,0x64 irq 12 [ 0.933064] serio: i8042 AUX3 port at 0x60,0x64 irq 12 [ 0.933205] mousedev: PS/2 mouse device common for all mice [ 0.933518] rtc_cmos 00:01: RTC can wake from S4 [ 0.933937] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 [ 0.934017] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs [ 0.934023] i2c /dev entries driver [ 0.934081] device-mapper: uevent: version 1.0.3 [ 0.934155] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 0.934158] intel_pstate: Intel P-state driver initializing [ 0.934691] intel_pstate: HWP enabled [ 0.934893] ledtrig-cpu: registered to indicate activity on CPUs [ 0.934895] EFI Variables Facility v0.08 2004-May-17 [ 0.937485] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4 [ 0.952138] intel_pmc_core: initialized [ 0.952311] NET: Registered protocol family 10 [ 0.956711] Segment Routing with IPv6 [ 0.956730] NET: Registered protocol family 17 [ 0.956870] Key type dns_resolver registered [ 0.957347] mce: Using 8 MCE banks [ 0.957361] RAS: Correctable Errors collector initialized. [ 0.957388] microcode: sig=0x806e9, pf=0x80, revision=0xb4 [ 0.957511] microcode: Microcode Update Driver: v2.2. [ 0.957520] sched_clock: Marking stable (957507156, 0)->(934825988, 22681168) [ 0.957833] registered taskstats version 1 [ 0.957839] Loading compiled-in X.509 certificates [ 0.960621] Loaded X.509 cert 'Build time autogenerated kernel key: 3a65b6a3c8b5d6b297d77c25be9161529933bc49' [ 0.961184] Couldn't get size: 0x800000000000000e [ 0.961186] MODSIGN: Couldn't get UEFI db list [ 0.961479] Couldn't get size: 0x800000000000000e [ 0.961480] MODSIGN: Couldn't get UEFI MokListRT [ 0.962233] zswap: loaded using pool lzo/zbud [ 0.966335] Key type big_key registered [ 0.966338] Key type trusted registered [ 0.968015] Key type encrypted registered [ 0.968018] AppArmor: AppArmor sha1 policy hashing enabled [ 0.975743] ima: Allocated hash algorithm: sha1 [ 1.040444] evm: HMAC attrs: 0x1 [ 1.041543] Magic number: 7:707:925 [ 1.041771] rtc_cmos 00:01: setting system clock to 2019-10-14 07:55:26 UTC (1571039726) [ 1.041911] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.041911] EDD information not available. [ 1.200042] usb 1-1: new high-speed USB device number 2 using xhci_hcd [ 1.348395] usb 1-1: New USB device found, idVendor=0409, idProduct=0058 [ 1.348397] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.348399] usb 1-1: Product: USB2.0 Hub Controller [ 1.348401] usb 1-1: Manufacturer: NEC Corporation [ 1.348814] hub 1-1:1.0: USB hub found [ 1.348874] hub 1-1:1.0: 4 ports detected [ 1.476042] usb 1-5: new full-speed USB device number 3 using xhci_hcd [ 1.514526] Freeing unused kernel image memory: 2436K [ 1.520289] Write protecting the kernel read-only data: 20480k [ 1.521652] Freeing unused kernel image memory: 2008K [ 1.521964] Freeing unused kernel image memory: 1888K [ 1.528879] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 1.528880] x86/mm: Checking user space page tables [ 1.535485] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 1.624903] usb 1-5: New USB device found, idVendor=8087, idProduct=0a2b [ 1.624906] usb 1-5: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 1.669572] rtsx_pci 0000:02:00.0: enabling device (0000 -> 0002) [ 1.671016] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded [ 1.671022] r8169 0000:02:00.1: can't disable ASPM; OS doesn't have ASPM control [ 1.672651] ahci 0000:00:17.0: version 3.0 [ 1.673218] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x1 impl SATA mode [ 1.673221] ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst [ 1.673684] nvme nvme0: pci function 0000:04:00.0 [ 1.674022] scsi host0: ahci [ 1.674322] scsi host1: ahci [ 1.674362] ata1: SATA max UDMA/133 abar m2048@0xdf42b000 port 0xdf42b100 irq 133 [ 1.674363] ata2: DUMMY [ 1.681027] r8169 0000:02:00.1 eth0: RTL8411 at 0x (ptrval), 80:fa:5b:4f:3c:92, XID 1c800800 IRQ 135 [ 1.681030] r8169 0000:02:00.1 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko] [ 1.704026] usb 1-1.1: new high-speed USB device number 4 using xhci_hcd [ 1.707985] r8169 0000:02:00.1 enp2s0f1: renamed from eth0 [ 1.888705] clocksource: Switched to clocksource tsc [ 1.889430] nvme nvme0: missing or invalid SUBNQN field. [ 1.889475] nvme nvme0: Shutdown timeout set to 8 seconds [ 1.890184] usb 1-1.1: New USB device found, idVendor=0e8d, idProduct=2008 [ 1.890186] usb 1-1.1: New USB device strings: Mfr=2, Product=3, SerialNumber=4 [ 1.890187] usb 1-1.1: Product: U FEEL LITE [ 1.890188] usb 1-1.1: Manufacturer: WIKO [ 1.890189] usb 1-1.1: SerialNumber: ZP8HMFYP8HAMLJC6 [ 1.903905] nvme0n1: p1 p2 [ 1.985411] ata1: SATA link down (SStatus 4 SControl 300) [ 2.016070] usb 1-6: new high-speed USB device number 5 using xhci_hcd [ 2.184223] usb 1-6: New USB device found, idVendor=04f2, idProduct=b59e [ 2.184225] usb 1-6: New USB device strings: Mfr=3, Product=1, SerialNumber=2 [ 2.184226] usb 1-6: Product: Chicony USB2.0 Camera [ 2.184227] usb 1-6: Manufacturer: Chicony Electronics Co.,Ltd. [ 2.184228] usb 1-6: SerialNumber: 200901010001 [ 2.370038] usb 1-1.2: new low-speed USB device number 6 using xhci_hcd [ 2.512744] random: fast init done [ 2.614044] usb 1-1.2: New USB device found, idVendor=045e, idProduct=0730 [ 2.614045] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.614047] usb 1-1.2: Product: Microsoft® Digital Media Keyboard 3000 [ 2.614048] usb 1-1.2: Manufacturer: Microsoft [ 2.614280] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 2.614289] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 2.614305] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 2.853599] usb 1-1.3: new low-speed USB device number 7 using xhci_hcd [ 2.889686] psmouse serio2: synaptics: queried max coordinates: x [..5718], y [..4908] [ 2.998866] usb 1-1.3: New USB device found, idVendor=045e, idProduct=00a4 [ 2.998868] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.998870] usb 1-1.3: Product: Microsoft(R) Compact Optical Mouse [ 2.998871] usb 1-1.3: Manufacturer: Microsoft [ 3.005959] hidraw: raw HID events driver (C) Jiri Kosina [ 3.007980] psmouse serio2: synaptics: queried min coordinates: x [1238..], y [956..] [ 3.007984] psmouse serio2: synaptics: Your touchpad (PNP: SYN1221 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org. [ 3.116268] usbcore: registered new interface driver usbhid [ 3.116269] usbhid: USB HID core driver [ 3.118577] input: Microsoft Microsoft® Digital Media Keyboard 3000 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:045E:0730.0001/input/input12 [ 3.119261] input: Microsoft Microsoft(R) Compact Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:045E:00A4.0003/input/input13 [ 3.165458] psmouse serio2: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2b1, caps: 0xf00223/0x840300/0x26800/0x0, board id: 3175, fw id: 2330500 [ 3.176319] microsoft 0003:045E:0730.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Microsoft® Digital Media Keyboard 3000] on usb-0000:00:14.0-1.2/input0 [ 3.176462] hid-generic 0003:045E:00A4.0003: input,hidraw1: USB HID v1.10 Mouse [Microsoft Microsoft(R) Compact Optical Mouse] on usb-0000:00:14.0-1.3/input0 [ 3.176623] input: Microsoft Microsoft® Digital Media Keyboard 3000 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:045E:0730.0002/input/input14 [ 3.209514] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input11 [ 3.236481] microsoft 0003:045E:0730.0002: input,hidraw2: USB HID v1.11 Device [Microsoft Microsoft® Digital Media Keyboard 3000] on usb-0000:00:14.0-1.2/input1 [ 3.316036] raid6: sse2x1 gen() 8453 MB/s [ 3.364036] raid6: sse2x1 xor() 6149 MB/s [ 3.412037] raid6: sse2x2 gen() 10437 MB/s [ 3.460038] raid6: sse2x2 xor() 7060 MB/s [ 3.508037] raid6: sse2x4 gen() 12145 MB/s [ 3.556038] raid6: sse2x4 xor() 7401 MB/s [ 3.604036] raid6: avx2x1 gen() 16833 MB/s [ 3.652036] raid6: avx2x1 xor() 11663 MB/s [ 3.700036] raid6: avx2x2 gen() 20646 MB/s [ 3.748035] raid6: avx2x2 xor() 12764 MB/s [ 3.796035] raid6: avx2x4 gen() 23534 MB/s [ 3.844035] raid6: avx2x4 xor() 14362 MB/s [ 3.844036] raid6: using algorithm avx2x4 gen() 23534 MB/s [ 3.844036] raid6: .... xor() 14362 MB/s, rmw enabled [ 3.844037] raid6: using avx2x2 recovery algorithm [ 3.846848] xor: automatically using best checksumming function avx [ 3.862101] Btrfs loaded, crc32c=crc32c-intel [ 3.912475] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null) [ 3.990326] ip_tables: (C) 2000-2006 Netfilter Core Team [ 4.027923] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid) [ 4.048257] systemd[1]: Detected architecture x86-64. [ 4.050969] systemd[1]: Set hostname to . [ 4.139123] systemd[1]: Reached target Remote File Systems. [ 4.139377] systemd[1]: Created slice System Slice. [ 4.139441] systemd[1]: Listening on Device-mapper event daemon FIFOs. [ 4.139490] systemd[1]: Listening on fsck to fsckd communication Socket. [ 4.139529] systemd[1]: Listening on udev Kernel Socket. [ 4.139574] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [ 4.139623] systemd[1]: Listening on LVM2 metadata daemon socket. [ 4.162332] lp: driver loaded but no devices found [ 4.164557] EXT4-fs (nvme0n1p2): re-mounted. Opts: errors=remount-ro [ 4.166940] ppdev: user-space parallel port driver [ 4.263663] systemd-journald[302]: Received request to flush runtime journal from PID 1 [ 4.287951] Adding 2097148k swap on /swapfile. Priority:-2 extents:6 across:2260988k SSFS [ 4.292300] random: crng init done [ 4.292302] random: 7 urandom warning(s) missed due to ratelimiting [ 4.556611] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info(). [ 4.577547] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 4.621301] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 4.626435] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 4.710339] Intel(R) Wireless WiFi driver for Linux [ 4.710341] Copyright(c) 2003- 2015 Intel Corporation [ 4.710423] iwlwifi 0000:01:00.0: enabling device (0000 -> 0002) [ 4.712574] mei_me 0000:00:16.0: enabling device (0000 -> 0002) [ 4.721182] iwlwifi 0000:01:00.0: loaded firmware version 34.0.1 op_mode iwlmvm [ 4.763093] iwlwifi 0000:01:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230 [ 4.773118] Bluetooth: Core ver 2.22 [ 4.773133] NET: Registered protocol family 31 [ 4.773134] Bluetooth: HCI device and connection manager initialized [ 4.773138] Bluetooth: HCI socket layer initialized [ 4.773140] Bluetooth: L2CAP socket layer initialized [ 4.773146] Bluetooth: SCO socket layer initialized [ 4.802092] usbcore: registered new interface driver btusb [ 4.809422] Bluetooth: hci0: Bootloader revision 0.0 build 26 week 38 2015 [ 4.812292] Bluetooth: hci0: Device revision is 16 [ 4.812294] Bluetooth: hci0: Secure boot is enabled [ 4.812295] Bluetooth: hci0: OTP lock is enabled [ 4.812296] Bluetooth: hci0: API lock is enabled [ 4.812297] Bluetooth: hci0: Debug lock is disabled [ 4.812298] Bluetooth: hci0: Minimum firmware build 1 week 10 2014 [ 4.813365] Bluetooth: hci0: Found device firmware: intel/ibt-12-16.sfi [ 4.820068] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer [ 4.820069] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules [ 4.820070] RAPL PMU: hw unit of domain package 2^-14 Joules [ 4.820070] RAPL PMU: hw unit of domain dram 2^-14 Joules [ 4.820071] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules [ 4.820071] RAPL PMU: hw unit of domain psys 2^-14 Joules [ 4.821745] iwlwifi 0000:01:00.0: base HW address: c0:b6:f9:6f:22:b4 [ 4.842629] AVX2 version of gcm_enc/dec engaged. [ 4.842631] AES CTR mode by8 optimization enabled [ 4.845877] [drm] Memory usable by graphics device = 4096M [ 4.845880] checking generic (c0000000 7f0000) vs hw (c0000000 10000000) [ 4.845883] fb: switching to inteldrmfb from EFI VGA [ 4.845924] Console: switching to colour dummy device 80x25 [ 4.848564] [drm] Replacing VGA console driver [ 4.852135] media: Linux media interface: v0.10 [ 4.856084] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 4.856085] [drm] Driver supports precise vblank timestamp query. [ 4.858205] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 4.859012] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_01.bin (v1.1) [ 4.866976] Linux video capture interface: v2.00 [ 4.900679] [drm] Initialized i915 1.6.0 20171023 for 0000:00:02.0 on minor 0 [ 4.900899] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 4.902018] acpi device:02: registered as cooling_device4 [ 4.902093] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input17 [ 4.910643] uvcvideo: Found UVC 1.00 device Chicony USB2.0 Camera (04f2:b59e) [ 4.915408] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs' [ 4.915732] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info(). [ 4.915751] thermal thermal_zone2: failed to read out thermal zone (-61) [ 4.919434] uvcvideo 1-6:1.0: Entity type for entity Extension 4 was not initialized! [ 4.919437] uvcvideo 1-6:1.0: Entity type for entity Processing 2 was not initialized! [ 4.919439] uvcvideo 1-6:1.0: Entity type for entity Camera 1 was not initialized! [ 4.919560] input: Chicony USB2.0 Camera: Chicony as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input18 [ 4.919666] usbcore: registered new interface driver uvcvideo [ 4.919668] USB Video Class driver (1.1.1) [ 4.968690] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002) [ 5.055588] intel_rapl: Found RAPL domain package [ 5.055591] intel_rapl: Found RAPL domain core [ 5.055592] intel_rapl: Found RAPL domain uncore [ 5.055595] intel_rapl: Found RAPL domain dram [ 5.102957] fbcon: inteldrmfb (fb0) is primary device [ 5.103049] Console: switching to colour frame buffer device 240x67 [ 5.103095] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device [ 5.104881] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915]) [ 5.140941] iwlwifi 0000:01:00.0 wlp1s0: renamed from wlan0 [ 5.151903] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC269VC: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker [ 5.151914] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 5.151916] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x15/0x0/0x0/0x0/0x0) [ 5.151918] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0 [ 5.151919] snd_hda_codec_realtek hdaudioC0D0: inputs: [ 5.151921] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18 [ 5.151923] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12 [ 6.176506] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19 [ 6.176572] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20 [ 6.176634] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21 [ 6.176698] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22 [ 6.176756] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23 [ 6.176813] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24 [ 6.176869] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25 [ 6.403354] Bluetooth: hci0: Waiting for firmware download to complete [ 6.403687] Bluetooth: hci0: Firmware loaded in 1563876 usecs [ 6.403731] Bluetooth: hci0: Waiting for device to boot [ 6.415804] Bluetooth: hci0: Device booted in 11803 usecs [ 6.418740] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-12-16.ddc [ 6.421816] Bluetooth: hci0: Applying Intel DDC parameters completed [ 6.649061] audit: type=1400 audit(1571039732.102:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=962 comm="apparmor_parser" [ 6.649065] audit: type=1400 audit(1571039732.102:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=962 comm="apparmor_parser" [ 6.649068] audit: type=1400 audit(1571039732.102:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=962 comm="apparmor_parser" [ 6.649486] audit: type=1400 audit(1571039732.102:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/core/4486/usr/lib/snapd/snap-confine" pid=959 comm="apparmor_parser" [ 6.649497] audit: type=1400 audit(1571039732.102:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/core/4486/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=959 comm="apparmor_parser" [ 6.649951] audit: type=1400 audit(1571039732.102:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=958 comm="apparmor_parser" [ 6.649954] audit: type=1400 audit(1571039732.102:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=958 comm="apparmor_parser" [ 6.649956] audit: type=1400 audit(1571039732.102:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=958 comm="apparmor_parser" [ 6.649959] audit: type=1400 audit(1571039732.102:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=958 comm="apparmor_parser" [ 6.650957] audit: type=1400 audit(1571039732.102:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=964 comm="apparmor_parser" [ 6.812561] [drm] RC6 on [ 6.850384] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 6.850385] Bluetooth: BNEP filters: protocol multicast [ 6.850389] Bluetooth: BNEP socket layer initialized [ 7.315849] IPv6: ADDRCONF(NETDEV_UP): enp2s0f1: link is not ready [ 7.366002] r8169 0000:02:00.1 enp2s0f1: link down [ 7.366073] IPv6: ADDRCONF(NETDEV_UP): enp2s0f1: link is not ready [ 7.371364] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready [ 7.601134] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready [ 7.698433] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready [ 11.120241] wlp1s0: authenticate with 2c:79:d7:48:ff:c8 [ 11.123115] wlp1s0: send auth to 2c:79:d7:48:ff:c8 (try 1/3) [ 11.132622] wlp1s0: authenticated [ 11.136130] wlp1s0: associate with 2c:79:d7:48:ff:c8 (try 1/3) [ 11.140121] wlp1s0: RX AssocResp from 2c:79:d7:48:ff:c8 (capab=0x411 status=0 aid=2) [ 11.144790] wlp1s0: associated [ 11.177038] IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready [ 13.445841] PKCS#7 signature not signed with a trusted key [ 13.445851] vboxdrv: loading out-of-tree module taints kernel. [ 13.446044] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel [ 13.456238] vboxdrv: Found 4 processor cores [ 13.476603] vboxdrv: TSC mode is Invariant, tentative frequency 2400001233 Hz [ 13.476604] vboxdrv: Successfully loaded version 5.2.32_Ubuntu (interface 0x00290001) [ 13.487012] PKCS#7 signature not signed with a trusted key [ 13.487377] VBoxNetFlt: Successfully started. [ 13.500828] PKCS#7 signature not signed with a trusted key [ 13.502492] VBoxNetAdp: Successfully started. [ 13.509895] PKCS#7 signature not signed with a trusted key [ 13.510185] VBoxPciLinuxInit [ 13.512824] vboxpci: IOMMU not found (not registered) [ 21.882039] Bluetooth: RFCOMM TTY layer initialized [ 21.882047] Bluetooth: RFCOMM socket layer initialized [ 21.882053] Bluetooth: RFCOMM ver 1.11 [ 24.108979] rfkill: input handler disabled [ 30.794448] kauditd_printk_skb: 52 callbacks suppressed [ 30.794449] audit: type=1400 audit(1571039756.246:64): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.gimp.gimp" pid=3572 comm="apparmor_parser" [ 36.338228] audit: type=1400 audit(1571039761.790:65): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap-update-ns.gimp" pid=3571 comm="apparmor_parser" [ 37.177195] audit: type=1400 audit(1571039762.606:66): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.gnome-calculator.gnome-calculator" pid=3818 comm="apparmor_parser" [ 41.604157] audit: type=1400 audit(1571039766.876:67): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap-update-ns.gnome-calculator" pid=3817 comm="apparmor_parser" [ 42.371990] audit: type=1400 audit(1571039767.622:68): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.gnome-characters.gnome-characters" pid=3861 comm="apparmor_parser" [ 48.680972] audit: type=1400 audit(1571039773.834:69): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap-update-ns.gnome-characters" pid=3860 comm="apparmor_parser" [ 50.082857] audit: type=1400 audit(1571039775.225:70): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.gnome-logs.gnome-logs" pid=4037 comm="apparmor_parser" [ 57.400086] audit: type=1400 audit(1571039782.498:71): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap-update-ns.gnome-logs" pid=4036 comm="apparmor_parser" [ 58.929722] audit: type=1400 audit(1571039784.030:72): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.gnome-system-monitor.gnome-system-monitor" pid=4130 comm="apparmor_parser" [ 65.690570] audit: type=1400 audit(1571039790.774:73): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap-update-ns.gnome-system-monitor" pid=4129 comm="apparmor_parser" [ 68.085303] audit: type=1400 audit(1571039793.168:74): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.obs-studio.ffmpeg" pid=4252 comm="apparmor_parser" [ 68.101256] audit: type=1400 audit(1571039793.184:75): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.obs-studio.ffprobe" pid=4254 comm="apparmor_parser" [ 68.114748] audit: type=1400 audit(1571039793.200:76): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.obs-studio.ffplay" pid=4253 comm="apparmor_parser" [ 68.447975] audit: type=1400 audit(1571039793.532:77): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.obs-studio.obs-studio" pid=4255 comm="apparmor_parser" [ 68.455231] audit: type=1400 audit(1571039793.540:78): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap-update-ns.obs-studio" pid=4279 comm="apparmor_parser" [ 68.481373] audit: type=1400 audit(1571039793.564:79): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/snap/core/7917/usr/lib/snapd/snap-confine" pid=4281 comm="apparmor_parser" [ 68.481378] audit: type=1400 audit(1571039793.564:80): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/snap/core/7917/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=4281 comm="apparmor_parser" [ 68.488154] audit: type=1400 audit(1571039793.572:81): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap-update-ns.core" pid=4283 comm="apparmor_parser" [ 68.490698] audit: type=1400 audit(1571039793.572:82): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap.core.hook.configure" pid=4284 comm="apparmor_parser" [ 323.605533] audit: type=1400 audit(1571040048.694:83): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=6431 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0 [ 323.607227] audit: type=1400 audit(1571040048.694:84): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=6431 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0 [ 323.610714] audit: type=1400 audit(1571040048.698:85): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=6431 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0 [ 323.611974] audit: type=1400 audit(1571040048.698:86): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=6431 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0 [ 323.620262] audit: type=1400 audit(1571040048.706:87): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/corinnes/.cache/mesa_shader_cache/index" pid=6431 comm="soffice.bin" requested_mask="wrc" denied_mask="wrc" fsuid=1000 ouid=1000 [ 323.624914] audit: type=1400 audit(1571040048.714:88): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=6431 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0 [ 526.240952] audit: type=1400 audit(1571040251.333:89): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=6517 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0 [ 526.243369] audit: type=1400 audit(1571040251.337:90): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=6517 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0 [ 526.247182] audit: type=1400 audit(1571040251.341:91): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=6517 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0 [ 526.248334] audit: type=1400 audit(1571040251.341:92): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=6517 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0 [ 526.257712] audit: type=1400 audit(1571040251.349:93): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/corinnes/.cache/mesa_shader_cache/index" pid=6517 comm="soffice.bin" requested_mask="wrc" denied_mask="wrc" fsuid=1000 ouid=1000 [ 526.260926] audit: type=1400 audit(1571040251.353:94): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=6517 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0 [ 3244.324154] systemd: 49 output lines suppressed due to ratelimiting [ 3244.330551] systemd[1]: systemd 237 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) [ 3244.354840] systemd[1]: Detected architecture x86-64. [ 3245.144905] systemd[1]: Stopping Journal Service... [ 3245.145089] systemd-journald[302]: Received SIGTERM from PID 1 (systemd). [ 3245.182838] systemd[1]: Stopped Journal Service. [ 3245.185563] systemd[1]: Starting Journal Service... [ 3245.235666] systemd[1]: Started Journal Service. [ 4795.911972] audit: type=1400 audit(1571044520.988:95): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=17694 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0 [ 4795.913808] audit: type=1400 audit(1571044520.988:96): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=17694 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0 [ 4795.917814] audit: type=1400 audit(1571044520.992:97): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=17694 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0 [ 4795.919206] audit: type=1400 audit(1571044520.996:98): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=17694 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0 [ 4795.930405] audit: type=1400 audit(1571044521.008:99): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/corinnes/.cache/mesa_shader_cache/index" pid=17694 comm="soffice.bin" requested_mask="wrc" denied_mask="wrc" fsuid=1000 ouid=1000 [ 4795.935942] audit: type=1400 audit(1571044521.012:100): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=17694 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0 [ 4804.318259] audit: type=1400 audit(1571044529.396:101): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/corinnes/.thunderbird/profiles.ini" pid=17693 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000 [ 4804.319714] audit: type=1400 audit(1571044529.396:102): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/corinnes/.thunderbird/5tb4sife.default/secmod.db" pid=17693 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000 [ 4804.320331] audit: type=1400 audit(1571044529.396:103): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/corinnes/.thunderbird/5tb4sife.default/cert8.db" pid=17693 comm="soffice.bin" requested_mask="wr" denied_mask="wr" fsuid=1000 ouid=1000 [ 4804.320662] audit: type=1400 audit(1571044529.396:104): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/corinnes/.thunderbird/5tb4sife.default/key3.db" pid=17693 comm="soffice.bin" requested_mask="wr" denied_mask="wr" fsuid=1000 ouid=1000 [ 6056.329130] wlp1s0: deauthenticating from 2c:79:d7:48:ff:c8 by local choice (Reason: 3=DEAUTH_LEAVING) [ 6056.368501] PM: suspend entry (deep) [ 6056.368504] PM: Syncing filesystems ... done. [ 6056.374716] Freezing user space processes ... (elapsed 0.004 seconds) done. [ 6056.379362] OOM killer disabled. [ 6056.379363] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 6056.380921] Suspending console(s) (use no_console_suspend to debug) [ 6057.258121] ACPI: EC: interrupt blocked [ 6057.297493] ACPI: Preparing to enter system sleep state S3 [ 6057.299152] ACPI: EC: event blocked [ 6057.299152] ACPI: EC: EC stopped [ 6057.299153] PM: Saving platform NVS memory [ 6057.299161] Disabling non-boot CPUs ... [ 6057.313302] IRQ 139: no longer affine to CPU1 [ 6057.314336] smpboot: CPU 1 is now offline [ 6057.338985] smpboot: CPU 2 is now offline [ 6057.361096] IRQ 122: no longer affine to CPU3 [ 6057.361099] IRQ 123: no longer affine to CPU3 [ 6057.361102] IRQ 124: no longer affine to CPU3 [ 6057.361106] IRQ 129: no longer affine to CPU3 [ 6057.361109] IRQ 131: no longer affine to CPU3 [ 6057.361115] IRQ 135: no longer affine to CPU3 [ 6057.361121] IRQ 141: no longer affine to CPU3 [ 6057.362125] smpboot: CPU 3 is now offline [ 6057.364954] ACPI: Low-level resume complete [ 6057.365063] ACPI: EC: EC started [ 6057.365063] PM: Restoring platform NVS memory [ 6057.367522] Enabling non-boot CPUs ... [ 6057.367585] x86: Booting SMP configuration: [ 6057.367586] smpboot: Booting Node 0 Processor 1 APIC 0x2 [ 6057.369431] microcode: sig=0x806e9, pf=0x80, revision=0x62 [ 6057.371095] microcode: updated to revision 0xb4, date = 2019-04-01 [ 6057.371189] cache: parent cpu1 should not be sleeping [ 6057.371397] CPU1 is up [ 6057.371433] smpboot: Booting Node 0 Processor 2 APIC 0x1 [ 6057.371808] microcode: sig=0x806e9, pf=0x80, revision=0xb4 [ 6057.371913] cache: parent cpu2 should not be sleeping [ 6057.372389] CPU2 is up [ 6057.372418] smpboot: Booting Node 0 Processor 3 APIC 0x3 [ 6057.372862] cache: parent cpu3 should not be sleeping [ 6057.373064] CPU3 is up [ 6057.376575] ACPI: Waking up from system sleep state S3 [ 6057.379947] ACPI: EC: interrupt unblocked [ 6057.425483] ACPI: EC: event unblocked [ 6057.425594] ACPI: button: The lid device is not compliant to SW_LID. [ 6057.426801] rtc_cmos 00:01: Alarms can be up to one month in the future [ 6057.474587] r8169 0000:02:00.1 enp2s0f1: link down [ 6057.540763] nvme nvme0: Shutdown timeout set to 8 seconds [ 6057.660362] usb 1-6: reset high-speed USB device number 5 using xhci_hcd [ 6057.743074] ata1: SATA link down (SStatus 4 SControl 300) [ 6057.936854] usb 1-5: reset full-speed USB device number 3 using xhci_hcd [ 6058.159334] OOM killer enabled. [ 6058.159334] Restarting tasks ... [ 6058.168838] [drm] RC6 on [ 6058.177416] done. [ 6058.194877] thermal thermal_zone2: failed to read out thermal zone (-61) [ 6058.195588] video LNXVIDEO:00: Restoring backlight state [ 6058.195854] PM: suspend exit [ 6058.241508] IPv6: ADDRCONF(NETDEV_UP): enp2s0f1: link is not ready [ 6058.290106] r8169 0000:02:00.1 enp2s0f1: link down [ 6058.290186] IPv6: ADDRCONF(NETDEV_UP): enp2s0f1: link is not ready [ 6058.291770] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready [ 6058.499621] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready [ 6058.600522] psmouse serio2: synaptics: queried max coordinates: x [..5718], y [..4908] [ 6058.619211] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready [ 6058.717596] psmouse serio2: synaptics: queried min coordinates: x [1238..], y [956..] [ 6058.940027] Bluetooth: hci0: Bootloader revision 0.0 build 26 week 38 2015 [ 6058.940756] Bluetooth: hci0: Device revision is 16 [ 6058.940758] Bluetooth: hci0: Secure boot is enabled [ 6058.940759] Bluetooth: hci0: OTP lock is enabled [ 6058.940760] Bluetooth: hci0: API lock is enabled [ 6058.940762] Bluetooth: hci0: Debug lock is disabled [ 6058.940764] Bluetooth: hci0: Minimum firmware build 1 week 10 2014 [ 6058.940768] Bluetooth: hci0: Found device firmware: intel/ibt-12-16.sfi [ 6060.368580] Bluetooth: hci0: Waiting for firmware download to complete [ 6060.368703] Bluetooth: hci0: Firmware loaded in 1398003 usecs [ 6060.368736] Bluetooth: hci0: Waiting for device to boot [ 6060.380764] Bluetooth: hci0: Device booted in 11774 usecs [ 6060.380767] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-12-16.ddc [ 6060.391737] Bluetooth: hci0: Applying Intel DDC parameters completed [ 6062.080678] wlp1s0: authenticate with 2c:79:d7:48:ff:c8 [ 6062.087509] wlp1s0: send auth to 2c:79:d7:48:ff:c8 (try 1/3) [ 6062.094802] wlp1s0: authenticated [ 6062.100229] wlp1s0: associate with 2c:79:d7:48:ff:c8 (try 1/3) [ 6062.104285] wlp1s0: RX AssocResp from 2c:79:d7:48:ff:c8 (capab=0x411 status=0 aid=2) [ 6062.108535] wlp1s0: associated [ 6062.136178] IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready [ 6335.944537] perf: interrupt took too long (2529 > 2500), lowering kernel.perf_event_max_sample_rate to 79000 [ 7767.424286] input: 8C:DE:52:AF:50:A8 as /devices/virtual/input/input32 [ 7946.706097] usb 1-1.1: USB disconnect, device number 4 [ 9143.158455] wlp1s0: deauthenticating from 2c:79:d7:48:ff:c8 by local choice (Reason: 3=DEAUTH_LEAVING) [ 9143.221379] PM: suspend entry (deep) [ 9143.221381] PM: Syncing filesystems ... done. [ 9143.237099] Freezing user space processes ... (elapsed 0.023 seconds) done. [ 9143.260792] OOM killer disabled. [ 9143.260793] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 9143.262408] Suspending console(s) (use no_console_suspend to debug) [ 9144.121516] ACPI: EC: interrupt blocked [ 9144.160784] ACPI: Preparing to enter system sleep state S3 [ 9144.162571] ACPI: EC: event blocked [ 9144.162571] ACPI: EC: EC stopped [ 9144.162572] PM: Saving platform NVS memory [ 9144.162580] Disabling non-boot CPUs ... [ 9144.176589] IRQ 141: no longer affine to CPU1 [ 9144.177597] smpboot: CPU 1 is now offline [ 9144.201793] smpboot: CPU 2 is now offline [ 9144.224456] IRQ 122: no longer affine to CPU3 [ 9144.224459] IRQ 123: no longer affine to CPU3 [ 9144.224462] IRQ 124: no longer affine to CPU3 [ 9144.224466] IRQ 129: no longer affine to CPU3 [ 9144.224469] IRQ 131: no longer affine to CPU3 [ 9144.224473] IRQ 135: no longer affine to CPU3 [ 9144.224476] IRQ 139: no longer affine to CPU3 [ 9144.225494] smpboot: CPU 3 is now offline [ 9144.228281] ACPI: Low-level resume complete [ 9144.228390] ACPI: EC: EC started [ 9144.228391] PM: Restoring platform NVS memory [ 9144.230851] Enabling non-boot CPUs ... [ 9144.230903] x86: Booting SMP configuration: [ 9144.230904] smpboot: Booting Node 0 Processor 1 APIC 0x2 [ 9144.231253] microcode: sig=0x806e9, pf=0x80, revision=0x62 [ 9144.233003] cache: parent cpu1 should not be sleeping [ 9144.233217] CPU1 is up [ 9144.233249] smpboot: Booting Node 0 Processor 2 APIC 0x1 [ 9144.233599] microcode: sig=0x806e9, pf=0x80, revision=0xb4 [ 9144.233703] cache: parent cpu2 should not be sleeping [ 9144.234162] CPU2 is up [ 9144.234211] smpboot: Booting Node 0 Processor 3 APIC 0x3 [ 9144.234652] cache: parent cpu3 should not be sleeping [ 9144.234855] CPU3 is up [ 9144.238357] ACPI: Waking up from system sleep state S3 [ 9144.241373] ACPI: EC: interrupt unblocked [ 9144.292781] ACPI: EC: event unblocked [ 9144.293964] rtc_cmos 00:01: Alarms can be up to one month in the future [ 9144.447938] nvme nvme0: Shutdown timeout set to 8 seconds [ 9144.449536] r8169 0000:02:00.1 enp2s0f1: link down [ 9144.527701] usb 1-6: reset high-speed USB device number 5 using xhci_hcd [ 9144.606560] ata1: SATA link down (SStatus 4 SControl 300) [ 9144.867743] usb 1-5: reset full-speed USB device number 3 using xhci_hcd [ 9145.048853] OOM killer enabled. [ 9145.048853] Restarting tasks ... [ 9145.051686] Bluetooth: hci0: Bootloader revision 0.0 build 26 week 38 2015 [ 9145.053054] [drm] RC6 on [ 9145.060027] Bluetooth: hci0: Device revision is 16 [ 9145.060029] Bluetooth: hci0: Secure boot is enabled [ 9145.060030] Bluetooth: hci0: OTP lock is enabled [ 9145.060031] Bluetooth: hci0: API lock is enabled [ 9145.060031] Bluetooth: hci0: Debug lock is disabled [ 9145.060033] Bluetooth: hci0: Minimum firmware build 1 week 10 2014 [ 9145.060291] Bluetooth: hci0: Found device firmware: intel/ibt-12-16.sfi [ 9145.075818] done. [ 9145.075944] thermal thermal_zone2: failed to read out thermal zone (-61) [ 9145.076588] video LNXVIDEO:00: Restoring backlight state [ 9145.080161] PM: suspend exit [ 9145.200945] IPv6: ADDRCONF(NETDEV_UP): enp2s0f1: link is not ready [ 9145.253400] r8169 0000:02:00.1 enp2s0f1: link down [ 9145.253484] IPv6: ADDRCONF(NETDEV_UP): enp2s0f1: link is not ready [ 9145.254451] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready [ 9145.452775] psmouse serio2: synaptics: queried max coordinates: x [..5718], y [..4908] [ 9145.462752] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready [ 9145.569714] psmouse serio2: synaptics: queried min coordinates: x [1238..], y [956..] [ 9145.673103] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready [ 9146.600272] Bluetooth: hci0: Waiting for firmware download to complete [ 9146.601113] Bluetooth: hci0: Firmware loaded in 1515983 usecs [ 9146.601152] Bluetooth: hci0: Waiting for device to boot [ 9146.613075] Bluetooth: hci0: Device booted in 11653 usecs [ 9146.613106] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-12-16.ddc [ 9146.624140] Bluetooth: hci0: Applying Intel DDC parameters completed [ 9149.117816] wlp1s0: authenticate with 2c:79:d7:48:ff:c8 [ 9149.125425] wlp1s0: send auth to 2c:79:d7:48:ff:c8 (try 1/3) [ 9149.132991] wlp1s0: authenticated [ 9149.135365] wlp1s0: associate with 2c:79:d7:48:ff:c8 (try 1/3) [ 9149.141101] wlp1s0: RX AssocResp from 2c:79:d7:48:ff:c8 (capab=0x411 status=0 aid=2) [ 9149.154417] wlp1s0: associated [ 9149.168844] IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready [ 9250.188315] perf: interrupt took too long (3164 > 3161), lowering kernel.perf_event_max_sample_rate to 63000 [ 9286.646497] snd_hda_intel 0000:00:1f.3: Unstable LPIB (65536 >= 32768); disabling LPIB delay counting [10328.524857] perf: interrupt took too long (4019 > 3955), lowering kernel.perf_event_max_sample_rate to 49750 [12497.354205] perf: interrupt took too long (5024 > 5023), lowering kernel.perf_event_max_sample_rate to 39750 [13608.907152] usb 1-1.1: new high-speed USB device number 8 using xhci_hcd [13609.011816] usb 1-1.1: New USB device found, idVendor=0e8d, idProduct=2008 [13609.011819] usb 1-1.1: New USB device strings: Mfr=2, Product=3, SerialNumber=4 [13609.011820] usb 1-1.1: Product: U FEEL LITE [13609.011821] usb 1-1.1: Manufacturer: WIKO [13609.011822] usb 1-1.1: SerialNumber: ZP8HMFYP8HAMLJC6 [17513.146471] input: 8C:DE:52:AF:50:A8 as /devices/virtual/input/input39 [18322.036780] [drm:intel_pipe_update_end [i915]] *ERROR* Atomic update failure on pipe B (start=687996 end=687997) time 115 us, min 1071, max 1079, scanline start 1070, end 1080 [19797.565620] usb 1-1: USB disconnect, device number 2 [19797.565625] usb 1-1.1: USB disconnect, device number 8 [19797.567099] usb 1-1.2: USB disconnect, device number 6 [19797.758060] usb 1-1.3: USB disconnect, device number 7 [20370.387897] usb 1-1: new high-speed USB device number 9 using xhci_hcd [20370.536185] usb 1-1: New USB device found, idVendor=0409, idProduct=0058 [20370.536192] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [20370.536195] usb 1-1: Product: USB2.0 Hub Controller [20370.536199] usb 1-1: Manufacturer: NEC Corporation [20370.536897] hub 1-1:1.0: USB hub found [20370.536937] hub 1-1:1.0: 4 ports detected [20370.828019] usb 1-1.2: new low-speed USB device number 10 using xhci_hcd [20370.962064] usb 1-1.2: New USB device found, idVendor=045e, idProduct=0730 [20370.962066] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [20370.962068] usb 1-1.2: Product: Microsoft® Digital Media Keyboard 3000 [20370.962069] usb 1-1.2: Manufacturer: Microsoft [20370.970787] input: Microsoft Microsoft® Digital Media Keyboard 3000 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:045E:0730.0004/input/input40 [20371.028663] microsoft 0003:045E:0730.0004: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Microsoft® Digital Media Keyboard 3000] on usb-0000:00:14.0-1.2/input0 [20371.042478] input: Microsoft Microsoft® Digital Media Keyboard 3000 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:045E:0730.0005/input/input41 [20371.100212] microsoft 0003:045E:0730.0005: input,hidraw1: USB HID v1.11 Device [Microsoft Microsoft® Digital Media Keyboard 3000] on usb-0000:00:14.0-1.2/input1 [20371.179900] usb 1-1.3: new low-speed USB device number 11 using xhci_hcd [20371.286192] usb 1-1.3: New USB device found, idVendor=045e, idProduct=00a4 [20371.286197] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [20371.286199] usb 1-1.3: Product: Microsoft(R) Compact Optical Mouse [20371.286201] usb 1-1.3: Manufacturer: Microsoft [20371.292349] input: Microsoft Microsoft(R) Compact Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:045E:00A4.0006/input/input42 [20371.352094] hid-generic 0003:045E:00A4.0006: input,hidraw2: USB HID v1.10 Mouse [Microsoft Microsoft(R) Compact Optical Mouse] on usb-0000:00:14.0-1.3/input0 [20371.579880] usb 1-1.1: new high-speed USB device number 12 using xhci_hcd [20371.680571] usb 1-1.1: New USB device found, idVendor=0e8d, idProduct=2008 [20371.680574] usb 1-1.1: New USB device strings: Mfr=2, Product=3, SerialNumber=4 [20371.680577] usb 1-1.1: Product: U FEEL LITE [20371.680578] usb 1-1.1: Manufacturer: WIKO [20371.680580] usb 1-1.1: SerialNumber: ZP8HMFYP8HAMLJC6 [21586.151113] input: 8C:DE:52:AF:50:A8 as /devices/virtual/input/input43 [22026.213197] usb 1-1.1: USB disconnect, device number 12 ~~~

And the second part grep v4l2loopback It is Capture du 2019-10-14 17-14-08

umlaeute commented 4 years ago

you should run the following command (all in one line), that filters the output of dmesg, only displaying lines that contain v4l2loopback

dmesg | grep v4l2loopback

But from your unfiltered output, it seems that the module doesn't load at all. what's the output of sudo modprobe v4l2loopback?

if you get errors, try running sudo depmod after installing the module.

corinnespi commented 4 years ago

I did sudo depmod ands then sudo modprobe v4l2loopback and it gave me modprobe: FATAL: Module v4l2loopback not found in directory /lib/modules/4.15.0-65-generic

umlaeute commented 4 years ago

so you didn't run make install.

you can test without installing by running the following

make modprobe

but to deploy, you should run

make install