Surprise! We've been running on hardware provided by BuyVM for a few months and wanted to show them a little appreciation.
Running a paste site comes with unique challenges, ones that aren't always obvious and hard to control. As such, BuyVM offered us a home where we could worry less about the hosting side of things and focus on maintaining a clean and useful service! Go check them out and show them some love!
Description: zsoltvarga
Submitted on January 7, 2022 at 09:31 AM

lsusb, dmesg (Text)

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946
zsolt@zsolt-Latitude-E6410:~$ lsusb
Bus 002 Device 005: ID 0a5c:5800 Broadcom Corp. BCM5880 Secure Applications Processor
Bus 002 Device 006: ID 0d8c:0103 C-Media Electronics, Inc. CM102-A+/102S+ Audio Controller
Bus 002 Device 003: ID 046d:c534 Logitech, Inc. Unifying Receiver
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 05ca:1814 Ricoh Co., Ltd HD Webcam
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

zsolt@zsolt-Latitude-E6410:~$ dmesg
[    0.000000] microcode: microcode updated early to revision 0x7, date = 2018-04-23
[    0.000000] Linux version 5.4.0-92-generic (buildd@lcy01-amd64-026) (gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)) #103~18.04.2-Ubuntu SMP Wed Dec 1 16:50:36 UTC 2021 (Ubuntu 5.4.0-92.103~18.04.2-generic 5.4.157)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-92-generic root=UUID=b42b11d6-8f10-45da-b391-7d7ab366ef32 ro quiet splash vt.handoff=1
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000095bff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000095c00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000db65efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000db65f000-0x00000000db67efff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000db67f000-0x00000000db76efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000db76f000-0x00000000dbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ddc00000-0x00000000dfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000011bffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: Dell Inc. Latitude E6410/0667CC, BIOS A05 08/10/2010
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2393.995 MHz processor
[    0.003220] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.003222] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.003229] last_pfn = 0x11c000 max_arch_pfn = 0x400000000
[    0.003233] MTRR default type: uncachable
[    0.003234] MTRR fixed ranges enabled:
[    0.003236]   00000-9FFFF write-back
[    0.003236]   A0000-BFFFF uncachable
[    0.003237]   C0000-FFFFF write-protect
[    0.003238] MTRR variable ranges enabled:
[    0.003239]   0 base 000000000 mask F80000000 write-back
[    0.003241]   1 base 080000000 mask FC0000000 write-back
[    0.003242]   2 base 0C0000000 mask FE0000000 write-back
[    0.003242]   3 base 0DC000000 mask FFC000000 uncachable
[    0.003243]   4 base 100000000 mask FE0000000 write-back
[    0.003244]   5 base 11C000000 mask FFC000000 uncachable
[    0.003245]   6 disabled
[    0.003246]   7 disabled
[    0.003837] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.003996] total RAM covered: 3968M
[    0.004709] Found optimal setting for mtrr clean up
[    0.004711]  gran_size: 64K 	chunk_size: 128M 	num_reg: 6  	lose cover RAM: 0G
[    0.005143] e820: update [mem 0xdc000000-0xffffffff] usable ==> reserved
[    0.005149] last_pfn = 0xdb65f max_arch_pfn = 0x400000000
[    0.007604] found SMP MP-table at [mem 0x000f2260-0x000f226f]
[    0.007692] check: Scanning 1 areas for low memory corruption
[    0.007954] RAMDISK: [mem 0x2f7b1000-0x33bcffff]
[    0.007962] ACPI: Early table checksum verification disabled
[    0.007968] ACPI: RSDP 0x00000000000FE300 000024 (v02 DELL  )
[    0.007971] ACPI: XSDT 0x00000000DB67DE18 000064 (v01 DELL   E2       06222004 MSFT 00010013)
[    0.007979] ACPI: FACP 0x00000000DB74FC18 0000F4 (v04 DELL   E2       06222004 MSFT 00010013)
[    0.007985] ACPI: DSDT 0x00000000DB72E018 00A248 (v01 DELL   E2       00001001 INTL 20080729)
[    0.007989] ACPI: FACS 0x00000000DB76BF40 000040
[    0.007992] ACPI: FACS 0x00000000DB76ED40 000040
[    0.007995] ACPI: APIC 0x00000000DB67CF18 00008C (v02 DELL   E2       06222004 MSFT 00010013)
[    0.007998] ACPI: TCPA 0x00000000DB76DD18 000032 (v02                 00000000      00000000)
[    0.008001] ACPI: MCFG 0x00000000DB76DC98 00003C (v01 A M I  GMCH945. 06222004 MSFT 00000097)
[    0.008004] ACPI: HPET 0x00000000DB76DC18 000038 (v01 DELL   E2       00000001 ASL  00000061)
[    0.008008] ACPI: BOOT 0x00000000DB76DB98 000028 (v01 DELL   E2       06222004 AMI  00010013)
[    0.008011] ACPI: SSDT 0x00000000DB73D018 0009F1 (v01 PmRef  CpuPm    00003000 INTL 20080729)
[    0.008014] ACPI: DMAR 0x00000000DB74FF18 0000B8 (v01 INTEL  CP_DALE  00000001 INTL 00000001)
[    0.008017] ACPI: Reserving FACP table memory at [mem 0xdb74fc18-0xdb74fd0b]
[    0.008018] ACPI: Reserving DSDT table memory at [mem 0xdb72e018-0xdb73825f]
[    0.008019] ACPI: Reserving FACS table memory at [mem 0xdb76bf40-0xdb76bf7f]
[    0.008020] ACPI: Reserving FACS table memory at [mem 0xdb76ed40-0xdb76ed7f]
[    0.008020] ACPI: Reserving APIC table memory at [mem 0xdb67cf18-0xdb67cfa3]
[    0.008021] ACPI: Reserving TCPA table memory at [mem 0xdb76dd18-0xdb76dd49]
[    0.008022] ACPI: Reserving MCFG table memory at [mem 0xdb76dc98-0xdb76dcd3]
[    0.008023] ACPI: Reserving HPET table memory at [mem 0xdb76dc18-0xdb76dc4f]
[    0.008024] ACPI: Reserving BOOT table memory at [mem 0xdb76db98-0xdb76dbbf]
[    0.008024] ACPI: Reserving SSDT table memory at [mem 0xdb73d018-0xdb73da08]
[    0.008025] ACPI: Reserving DMAR table memory at [mem 0xdb74ff18-0xdb74ffcf]
[    0.008039] ACPI: Local APIC address 0xfee00000
[    0.008389] No NUMA configuration found
[    0.008390] Faking a node at [mem 0x0000000000000000-0x000000011bffffff]
[    0.008401] NODE_DATA(0) allocated [mem 0x11bfd3000-0x11bffdfff]
[    0.008712] Zone ranges:
[    0.008713]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.008714]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.008715]   Normal   [mem 0x0000000100000000-0x000000011bffffff]
[    0.008716]   Device   empty
[    0.008717] Movable zone start for each node
[    0.008720] Early memory node ranges
[    0.008721]   node   0: [mem 0x0000000000001000-0x0000000000094fff]
[    0.008723]   node   0: [mem 0x0000000000100000-0x00000000db65efff]
[    0.008724]   node   0: [mem 0x0000000100000000-0x000000011bffffff]
[    0.009122] Zeroed struct page in unavailable ranges: 35341 pages
[    0.009124] Initmem setup node 0 [mem 0x0000000000001000-0x000000011bffffff]
[    0.009126] On node 0 totalpages: 1013235
[    0.009127]   DMA zone: 64 pages used for memmap
[    0.009127]   DMA zone: 21 pages reserved
[    0.009128]   DMA zone: 3988 pages, LIFO batch:0
[    0.009198]   DMA32 zone: 13978 pages used for memmap
[    0.009199]   DMA32 zone: 894559 pages, LIFO batch:63
[    0.024680]   Normal zone: 1792 pages used for memmap
[    0.024682]   Normal zone: 114688 pages, LIFO batch:31
[    0.026502] Reserving Intel graphics memory at [mem 0xde000000-0xdfffffff]
[    0.026862] ACPI: PM-Timer IO Port: 0x408
[    0.026864] ACPI: Local APIC address 0xfee00000
[    0.026888] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.026891] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.026892] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.026894] ACPI: IRQ0 used by override.
[    0.026895] ACPI: IRQ9 used by override.
[    0.026897] Using ACPI (MADT) for SMP configuration information
[    0.026899] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.026906] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[    0.026928] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.026929] PM: Registered nosave memory: [mem 0x00095000-0x00095fff]
[    0.026930] PM: Registered nosave memory: [mem 0x00096000-0x0009ffff]
[    0.026930] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.026931] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.026933] PM: Registered nosave memory: [mem 0xdb65f000-0xdb67efff]
[    0.026933] PM: Registered nosave memory: [mem 0xdb67f000-0xdb76efff]
[    0.026934] PM: Registered nosave memory: [mem 0xdb76f000-0xdbffffff]
[    0.026934] PM: Registered nosave memory: [mem 0xdc000000-0xddbfffff]
[    0.026935] PM: Registered nosave memory: [mem 0xddc00000-0xdfffffff]
[    0.026936] PM: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
[    0.026936] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.026937] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.026937] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.026938] PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
[    0.026939] PM: Registered nosave memory: [mem 0xfed10000-0xfed13fff]
[    0.026939] PM: Registered nosave memory: [mem 0xfed14000-0xfed17fff]
[    0.026940] PM: Registered nosave memory: [mem 0xfed18000-0xfed19fff]
[    0.026940] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[    0.026941] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.026941] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.026942] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.026943] PM: Registered nosave memory: [mem 0xfee01000-0xff7fffff]
[    0.026943] PM: Registered nosave memory: [mem 0xff800000-0xffffffff]
[    0.026945] [mem 0xe0000000-0xf7ffffff] available for PCI devices
[    0.026946] Booting paravirtualized kernel on bare hardware
[    0.026950] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.026957] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.027409] percpu: Embedded 55 pages/cpu s188416 r8192 d28672 u262144
[    0.027416] pcpu-alloc: s188416 r8192 d28672 u262144 alloc=1*2097152
[    0.027417] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.027452] Built 1 zonelists, mobility grouping on.  Total pages: 997380
[    0.027453] Policy zone: Normal
[    0.027454] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-92-generic root=UUID=b42b11d6-8f10-45da-b391-7d7ab366ef32 ro quiet splash vt.handoff=1
[    0.028199] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.028517] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.028613] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.038549] Calgary: detecting Calgary via BIOS EBDA area
[    0.038552] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.054956] Memory: 3806592K/4052940K available (14339K kernel code, 2381K rwdata, 9456K rodata, 2720K init, 5000K bss, 246348K reserved, 0K cma-reserved)
[    0.054967] random: get_random_u64 called from __kmem_cache_create+0x41/0x560 with crng_init=0
[    0.055141] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.055157] Kernel/User page tables isolation: enabled
[    0.055179] ftrace: allocating 44354 entries in 174 pages
[    0.076146] rcu: Hierarchical RCU implementation.
[    0.076148] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[    0.076149] 	Tasks RCU enabled.
[    0.076151] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.076151] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.079464] NR_IRQS: 524544, nr_irqs: 488, preallocated irqs: 16
[    0.079817] spurious 8259A interrupt: IRQ7.
[    0.079830] vt handoff: transparent VT on vt#1
[    0.079840] Console: colour dummy device 80x25
[    0.079846] printk: console [tty0] enabled
[    0.079868] ACPI: Core revision 20190816
[    0.079983] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.080002] APIC: Switch to symmetric I/O mode setup
[    0.080004] DMAR: Host address width 36
[    0.080005] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.080010] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c9008020e30272 ecap 1000
[    0.080011] DMAR: DRHD base: 0x000000fed91000 flags: 0x0
[    0.080014] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap c0000020230272 ecap 1000
[    0.080014] DMAR: DRHD base: 0x000000fed93000 flags: 0x1
[    0.080017] DMAR: dmar2: reg_base_addr fed93000 ver 1:0 cap c9008020630272 ecap 1000
[    0.080017] DMAR: RMRR base: 0x000000db7d7000 end: 0x000000db7e6fff
[    0.080018] DMAR: RMRR base: 0x000000ddc00000 end: 0x000000dfffffff
[    0.080516] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.100002] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22820eead9b, max_idle_ns: 440795267068 ns
[    0.100008] Calibrating delay loop (skipped), value calculated using timer frequency.. 4787.99 BogoMIPS (lpj=9575980)
[    0.100010] pid_max: default: 32768 minimum: 301
[    0.100043] LSM: Security Framework initializing
[    0.100054] Yama: becoming mindful.
[    0.100108] AppArmor: AppArmor initialized
[    0.100161] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.100174] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.100194] *** VALIDATE tmpfs ***
[    0.100381] *** VALIDATE proc ***
[    0.100452] *** VALIDATE cgroup1 ***
[    0.100454] *** VALIDATE cgroup2 ***
[    0.100519] process: using mwait in idle threads
[    0.100523] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
[    0.100524] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.100527] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.100529] Spectre V2 : Mitigation: Full generic retpoline
[    0.100529] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.100530] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.100531] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.100532] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.100533] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.100536] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.100713] Freeing SMP alternatives memory: 40K
[    0.212329] smpboot: CPU0: Intel(R) Core(TM) i5 CPU       M 520  @ 2.40GHz (family: 0x6, model: 0x25, stepping: 0x5)
[    0.212457] Performance Events: PEBS fmt1+, Westmere events, 16-deep LBR, Intel PMU driver.
[    0.212465] core: CPUID marked event: 'bus cycles' unavailable
[    0.212466] ... version:                3
[    0.212466] ... bit width:              48
[    0.212467] ... generic registers:      4
[    0.212467] ... value mask:             0000ffffffffffff
[    0.212468] ... max period:             000000007fffffff
[    0.212468] ... fixed-purpose events:   3
[    0.212469] ... event mask:             000000070000000f
[    0.212514] rcu: Hierarchical SRCU implementation.
[    0.213788] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.213911] smp: Bringing up secondary CPUs ...
[    0.214043] x86: Booting SMP configuration:
[    0.214044] .... node  #0, CPUs:      #1 #2
[    0.220028] 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.220195]  #3
[    0.222407] smp: Brought up 1 node, 4 CPUs
[    0.222407] smpboot: Max logical packages: 2
[    0.222407] smpboot: Total of 4 processors activated (19151.96 BogoMIPS)
[    0.224329] devtmpfs: initialized
[    0.224329] x86/mm: Memory block size: 128MB
[    0.224569] PM: Registering ACPI NVS region [mem 0xdb67f000-0xdb76efff] (983040 bytes)
[    0.224569] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.224569] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.224569] pinctrl core: initialized pinctrl subsystem
[    0.224569] PM: RTC time: 07:39:25, date: 2022-01-07
[    0.224569] NET: Registered protocol family 16
[    0.224569] audit: initializing netlink subsys (disabled)
[    0.224569] audit: type=2000 audit(1641541165.144:1): state=initialized audit_enabled=0 res=1
[    0.224569] EISA bus registered
[    0.224569] cpuidle: using governor ladder
[    0.224569] cpuidle: using governor menu
[    0.224569] Simple Boot Flag at 0xf1 set to 0x1
[    0.224569] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.224569] ACPI: bus type PCI registered
[    0.224569] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.224569] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.224569] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.224569] PCI: Using configuration type 1 for base access
[    0.228705] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.228705] ACPI: Added _OSI(Module Device)
[    0.228705] ACPI: Added _OSI(Processor Device)
[    0.228705] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.228705] ACPI: Added _OSI(Processor Aggregator Device)
[    0.228705] ACPI: Added _OSI(Linux-Dell-Video)
[    0.228705] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.228705] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.239048] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.240633] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.248554] ACPI: Dynamic OEM Table Load:
[    0.248561] ACPI: SSDT 0xFFFF9FFD16B05C00 0003F0 (v01 PmRef  Cpu0Ist  00003000 INTL 20080729)
[    0.249568] ACPI: Dynamic OEM Table Load:
[    0.249573] ACPI: SSDT 0xFFFF9FFD16B15000 000891 (v01 PmRef  Cpu0Cst  00003001 INTL 20080729)
[    0.256183] ACPI: Dynamic OEM Table Load:
[    0.256187] ACPI: SSDT 0xFFFF9FFD16B04C00 000303 (v01 PmRef  ApIst    00003000 INTL 20080729)
[    0.256984] ACPI: Dynamic OEM Table Load:
[    0.256988] ACPI: SSDT 0xFFFF9FFD16B0DE00 000119 (v01 PmRef  ApCst    00003000 INTL 20080729)
[    0.258617] ACPI: EC: EC started
[    0.258618] ACPI: EC: interrupt blocked
[    0.260155] ACPI: \_SB_.PCI0.LPCB.ECDV: Used as first EC
[    0.260158] ACPI: \_SB_.PCI0.LPCB.ECDV: GPE=0x10, IRQ=-1, EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.260159] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions
[    0.260159] ACPI: Interpreter enabled
[    0.260185] ACPI: (supports S0 S3 S4 S5)
[    0.260186] ACPI: Using IOAPIC for interrupt routing
[    0.260222] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.260507] ACPI: Enabled 7 GPEs in block 00 to 3F
[    0.279856] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.279863] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.279926] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.280802] PCI host bridge to bus 0000:00
[    0.280804] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.280806] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.280807] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.280808] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff window]
[    0.280810] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.280821] pci 0000:00:00.0: [8086:0044] type 00 class 0x060000
[    0.280846] pci 0000:00:00.0: DMAR: Disabling batched IOTLB flush on Ironlake
[    0.280944] pci 0000:00:02.0: [8086:0046] type 00 class 0x030000
[    0.280955] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf03fffff 64bit]
[    0.280960] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.280964] pci 0000:00:02.0: reg 0x20: [io  0x70b0-0x70b7]
[    0.281130] pci 0000:00:19.0: [8086:10ea] type 00 class 0x020000
[    0.281156] pci 0000:00:19.0: reg 0x10: [mem 0xf6900000-0xf691ffff]
[    0.281167] pci 0000:00:19.0: reg 0x14: [mem 0xf6980000-0xf6980fff]
[    0.281178] pci 0000:00:19.0: reg 0x18: [io  0x7040-0x705f]
[    0.281265] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.281389] pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
[    0.281415] pci 0000:00:1a.0: reg 0x10: [mem 0xf6970000-0xf69703ff]
[    0.281517] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.281641] pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
[    0.281672] pci 0000:00:1b.0: reg 0x10: [mem 0xf6960000-0xf6963fff 64bit]
[    0.281786] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.281912] pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
[    0.282037] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.282178] pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400
[    0.282302] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.282436] pci 0000:00:1c.2: [8086:3b46] type 01 class 0x060400
[    0.282561] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.282700] pci 0000:00:1c.3: [8086:3b48] type 01 class 0x060400
[    0.282825] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.282964] pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
[    0.282991] pci 0000:00:1d.0: reg 0x10: [mem 0xf6950000-0xf69503ff]
[    0.283094] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.283213] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.283407] pci 0000:00:1f.0: [8086:3b07] type 00 class 0x060100
[    0.283625] pci 0000:00:1f.2: [8086:282a] type 00 class 0x010400
[    0.283653] pci 0000:00:1f.2: reg 0x10: [io  0x7090-0x7097]
[    0.283663] pci 0000:00:1f.2: reg 0x14: [io  0x7080-0x7083]
[    0.283674] pci 0000:00:1f.2: reg 0x18: [io  0x7070-0x7077]
[    0.283684] pci 0000:00:1f.2: reg 0x1c: [io  0x7060-0x7063]
[    0.283694] pci 0000:00:1f.2: reg 0x20: [io  0x7020-0x703f]
[    0.283705] pci 0000:00:1f.2: reg 0x24: [mem 0xf6940000-0xf69407ff]
[    0.283766] pci 0000:00:1f.2: PME# supported from D3hot
[    0.283885] pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
[    0.283911] pci 0000:00:1f.3: reg 0x10: [mem 0xf6930000-0xf69300ff 64bit]
[    0.283940] pci 0000:00:1f.3: reg 0x20: [io  0x7000-0x701f]
[    0.284092] pci 0000:00:1f.6: [8086:3b32] type 00 class 0x118000
[    0.284123] pci 0000:00:1f.6: reg 0x10: [mem 0xf6920000-0xf6920fff 64bit]
[    0.284361] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.284366] pci 0000:00:1c.0:   bridge window [io  0x6000-0x6fff]
[    0.284370] pci 0000:00:1c.0:   bridge window [mem 0xf5500000-0xf68fffff]
[    0.284466] pci 0000:02:00.0: [8086:422c] type 00 class 0x028000
[    0.284526] pci 0000:02:00.0: reg 0x10: [mem 0xf4100000-0xf4101fff 64bit]
[    0.284736] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.284890] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    0.284895] pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
[    0.284899] pci 0000:00:1c.1:   bridge window [mem 0xf4100000-0xf54fffff]
[    0.285039] pci 0000:03:00.0: [1180:e822] type 00 class 0x080501
[    0.285062] pci 0000:03:00.0: MMC controller base frequency changed to 50Mhz.
[    0.285093] pci 0000:03:00.0: reg 0x10: [mem 0xf2c40000-0xf2c400ff]
[    0.285297] pci 0000:03:00.0: supports D1 D2
[    0.285299] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.285470] pci 0000:03:00.4: [1180:e832] type 00 class 0x0c0010
[    0.285507] pci 0000:03:00.4: reg 0x10: [mem 0xf2c00000-0xf2c007ff]
[    0.285611] pci 0000:03:00.4: Enabling fixed DMA alias to 00.0
[    0.285710] pci 0000:03:00.4: supports D1 D2
[    0.285712] pci 0000:03:00.4: PME# supported from D0 D1 D2 D3hot D3cold
[    0.285876] pci 0000:00:1c.2: PCI bridge to [bus 03-04]
[    0.285881] pci 0000:00:1c.2:   bridge window [io  0x2000-0x3fff]
[    0.285885] pci 0000:00:1c.2:   bridge window [mem 0xf0400000-0xf2cfffff]
[    0.285984] acpiphp: Slot [1] registered
[    0.285990] pci 0000:00:1c.3: PCI bridge to [bus 05-0a]
[    0.285994] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    0.285999] pci 0000:00:1c.3:   bridge window [mem 0xf2d00000-0xf40fffff]
[    0.286028] pci_bus 0000:0b: extended config space not accessible
[    0.286083] pci 0000:00:1e.0: PCI bridge to [bus 0b] (subtractive decode)
[    0.286095] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.286097] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.286098] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.286099] pci 0000:00:1e.0:   bridge window [mem 0xe0000000-0xfeafffff window] (subtractive decode)
[    0.288811] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[    0.288899] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[    0.288985] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    0.289075] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.289162] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 *5 6 7 10 12 14 15)
[    0.289248] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.289334] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 *3 4 5 6 7 10 12 14 15)
[    0.289420] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.290714] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus 3f])
[    0.290719] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.290829] PCI host bridge to bus 0000:3f
[    0.290831] pci_bus 0000:3f: root bus resource [bus 3f]
[    0.290838] pci 0000:3f:00.0: [8086:2c62] type 00 class 0x060000
[    0.290887] pci 0000:3f:00.1: [8086:2d01] type 00 class 0x060000
[    0.290952] pci 0000:3f:02.0: [8086:2d10] type 00 class 0x060000
[    0.290996] pci 0000:3f:02.1: [8086:2d11] type 00 class 0x060000
[    0.291047] pci 0000:3f:02.2: [8086:2d12] type 00 class 0x060000
[    0.291090] pci 0000:3f:02.3: [8086:2d13] type 00 class 0x060000
[    0.293051] ACPI: EC: interrupt unblocked
[    0.293051] ACPI: EC: event unblocked
[    0.293064] ACPI: \_SB_.PCI0.LPCB.ECDV: GPE=0x10, IRQ=-1, EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.293065] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions and events
[    0.293263] iommu: Default domain type: Translated 
[    0.293263] SCSI subsystem initialized
[    0.293263] libata version 3.00 loaded.
[    0.293263] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.293263] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.293263] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.293263] vgaarb: loaded
[    0.293263] ACPI: bus type USB registered
[    0.293263] usbcore: registered new interface driver usbfs
[    0.293263] usbcore: registered new interface driver hub
[    0.293263] usbcore: registered new device driver usb
[    0.293263] pps_core: LinuxPPS API ver. 1 registered
[    0.293263] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[    0.293263] PTP clock support registered
[    0.293263] EDAC MC: Ver: 3.0.0
[    0.293263] PCI: Using ACPI for IRQ routing
[    0.298670] PCI: pci_cache_line_size set to 64 bytes
[    0.298828] e820: reserve RAM buffer [mem 0x00095c00-0x0009ffff]
[    0.298829] e820: reserve RAM buffer [mem 0xdb65f000-0xdbffffff]
[    0.298957] NetLabel: Initializing
[    0.298958] NetLabel:  domain hash size = 128
[    0.298958] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.298984] NetLabel:  unlabeled traffic allowed by default
[    0.300342] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.300347] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.302397] clocksource: Switched to clocksource tsc-early
[    0.316364] *** VALIDATE bpf ***
[    0.316456] VFS: Disk quotas dquot_6.6.0
[    0.316485] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.316519] *** VALIDATE ramfs ***
[    0.316523] *** VALIDATE hugetlbfs ***
[    0.316628] AppArmor: AppArmor Filesystem Enabled
[    0.316673] pnp: PnP ACPI init
[    0.316931] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.316933] system 00:00: [io  0x1000-0x1003] has been reserved
[    0.316935] system 00:00: [io  0x1004-0x1013] has been reserved
[    0.316936] system 00:00: [io  0xffff] has been reserved
[    0.316937] system 00:00: [io  0x0400-0x047f] has been reserved
[    0.316939] system 00:00: [io  0x0500-0x057f] has been reserved
[    0.316940] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.316947] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.316979] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.317008] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.317075] pnp 00:03: Plug and Play ACPI device, IDs BCM0102 PNP0c31 (active)
[    0.319061] pnp 00:04: Plug and Play ACPI device, IDs PNP0401 (disabled)
[    0.319089] pnp 00:05: Plug and Play ACPI device, IDs DLL040a PNP0f13 (active)
[    0.319474] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.319476] system 00:06: [mem 0xfed10000-0xfed13fff] has been reserved
[    0.319477] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.319479] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.319480] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.319482] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.319483] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.319485] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.319486] system 00:06: [mem 0xff000000-0xffffffff] could not be reserved
[    0.319488] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.319489] system 00:06: [mem 0xf69c0000-0xf69c0fff] has been reserved
[    0.319494] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.322687] pnp: PnP ACPI: found 7 devices
[    0.324183] thermal_sys: Registered thermal governor 'fair_share'
[    0.324184] thermal_sys: Registered thermal governor 'bang_bang'
[    0.324185] thermal_sys: Registered thermal governor 'step_wise'
[    0.324185] thermal_sys: Registered thermal governor 'user_space'
[    0.324186] thermal_sys: Registered thermal governor 'power_allocator'
[    0.328691] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.328736] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[    0.328738] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[    0.328741] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03-04] add_size 200000 add_align 100000
[    0.328743] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05-0a] add_size 200000 add_align 100000
[    0.328753] pci 0000:00:1c.0: BAR 15: assigned [mem 0xf6a00000-0xf6bfffff 64bit pref]
[    0.328757] pci 0000:00:1c.1: BAR 15: assigned [mem 0xf6c00000-0xf6dfffff 64bit pref]
[    0.328760] pci 0000:00:1c.2: BAR 15: assigned [mem 0xf6e00000-0xf6ffffff 64bit pref]
[    0.328763] pci 0000:00:1c.3: BAR 15: assigned [mem 0xf7000000-0xf71fffff 64bit pref]
[    0.328766] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.328769] pci 0000:00:1c.0:   bridge window [io  0x6000-0x6fff]
[    0.328775] pci 0000:00:1c.0:   bridge window [mem 0xf5500000-0xf68fffff]
[    0.328779] pci 0000:00:1c.0:   bridge window [mem 0xf6a00000-0xf6bfffff 64bit pref]
[    0.328786] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    0.328789] pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
[    0.328795] pci 0000:00:1c.1:   bridge window [mem 0xf4100000-0xf54fffff]
[    0.328799] pci 0000:00:1c.1:   bridge window [mem 0xf6c00000-0xf6dfffff 64bit pref]
[    0.328806] pci 0000:00:1c.2: PCI bridge to [bus 03-04]
[    0.328809] pci 0000:00:1c.2:   bridge window [io  0x2000-0x3fff]
[    0.328815] pci 0000:00:1c.2:   bridge window [mem 0xf0400000-0xf2cfffff]
[    0.328819] pci 0000:00:1c.2:   bridge window [mem 0xf6e00000-0xf6ffffff 64bit pref]
[    0.328825] pci 0000:00:1c.3: PCI bridge to [bus 05-0a]
[    0.328828] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    0.328833] pci 0000:00:1c.3:   bridge window [mem 0xf2d00000-0xf40fffff]
[    0.328837] pci 0000:00:1c.3:   bridge window [mem 0xf7000000-0xf71fffff 64bit pref]
[    0.328845] pci 0000:00:1e.0: PCI bridge to [bus 0b]
[    0.328859] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.328861] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.328862] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.328863] pci_bus 0000:00: resource 7 [mem 0xe0000000-0xfeafffff window]
[    0.328864] pci_bus 0000:01: resource 0 [io  0x6000-0x6fff]
[    0.328865] pci_bus 0000:01: resource 1 [mem 0xf5500000-0xf68fffff]
[    0.328867] pci_bus 0000:01: resource 2 [mem 0xf6a00000-0xf6bfffff 64bit pref]
[    0.328868] pci_bus 0000:02: resource 0 [io  0x5000-0x5fff]
[    0.328869] pci_bus 0000:02: resource 1 [mem 0xf4100000-0xf54fffff]
[    0.328870] pci_bus 0000:02: resource 2 [mem 0xf6c00000-0xf6dfffff 64bit pref]
[    0.328871] pci_bus 0000:03: resource 0 [io  0x2000-0x3fff]
[    0.328873] pci_bus 0000:03: resource 1 [mem 0xf0400000-0xf2cfffff]
[    0.328874] pci_bus 0000:03: resource 2 [mem 0xf6e00000-0xf6ffffff 64bit pref]
[    0.328875] pci_bus 0000:05: resource 0 [io  0x4000-0x4fff]
[    0.328876] pci_bus 0000:05: resource 1 [mem 0xf2d00000-0xf40fffff]
[    0.328877] pci_bus 0000:05: resource 2 [mem 0xf7000000-0xf71fffff 64bit pref]
[    0.328879] pci_bus 0000:0b: resource 4 [io  0x0000-0x0cf7 window]
[    0.328880] pci_bus 0000:0b: resource 5 [io  0x0d00-0xffff window]
[    0.328881] pci_bus 0000:0b: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.328882] pci_bus 0000:0b: resource 7 [mem 0xe0000000-0xfeafffff window]
[    0.329008] NET: Registered protocol family 2
[    0.329115] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.329774] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.329818] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.329943] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.330003] TCP: Hash tables configured (established 32768 bind 32768)
[    0.330063] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.330084] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.330142] NET: Registered protocol family 1
[    0.330148] NET: Registered protocol family 44
[    0.330170] pci 0000:00:02.0: BIOS left Intel GPU interrupts enabled; disabling
[    0.330178] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.330880] PCI: CLS 64 bytes, default 64
[    0.330947] Trying to unpack rootfs image as initramfs...
[    1.396330] Freeing initrd memory: 69756K
[    1.412032] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.412035] software IO TLB: mapped [mem 0xd765f000-0xdb65f000] (64MB)
[    1.412245] check: Scanning for low memory corruption every 60 seconds
[    1.412798] Initialise system trusted keyrings
[    1.412810] Key type blacklist registered
[    1.412840] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    1.414397] zbud: loaded
[    1.414822] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.415009] fuse: init (API version 7.31)
[    1.415030] *** VALIDATE fuse ***
[    1.415032] *** VALIDATE fuse ***
[    1.415154] Platform Keyring initialized
[    1.418884] Key type asymmetric registered
[    1.418885] Asymmetric key parser 'x509' registered
[    1.418895] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    1.418926] io scheduler mq-deadline registered
[    1.419922] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.419977] vesafb: mode is 1280x800x32, linelength=5120, pages=0
[    1.419978] vesafb: scrolling: redraw
[    1.419979] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.419999] vesafb: framebuffer at 0xe0000000, mapped to 0x(____ptrval____), using 4032k, total 4032k
[    1.420049] fbcon: Deferring console take-over
[    1.420050] fb0: VESA VGA frame buffer device
[    1.420065] intel_idle: MWAIT substates: 0x1120
[    1.420066] intel_idle: v0.4.1 model 0x25
[    1.420324] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.421527] ACPI: AC Adapter [AC] (on-line)
[    1.421655] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    1.421732] ACPI: Lid Switch [LID]
[    1.421802] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.421863] ACPI: Power Button [PBTN]
[    1.421931] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    1.421973] ACPI: Sleep Button [SBTN]
[    1.422039] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    1.422094] ACPI: Power Button [PWRF]
[    1.423354] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.430756] Linux agpgart interface v0.103
[    1.461005] battery: ACPI: Battery Slot [BAT0] (battery present)
[    1.463519] battery: ACPI: Battery Slot [BAT1] (battery absent)
[    2.181958] tpm_tis: probe of 00:03 failed with error -1
[    2.312127] loop: module loaded
[    2.312556] libphy: Fixed MDIO Bus: probed
[    2.312558] tun: Universal TUN/TAP device driver, 1.6
[    2.312632] PPP generic driver version 2.4.2
[    2.312755] VFIO - User Level meta-driver version: 0.3
[    2.312999] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.313006] ehci-pci: EHCI PCI platform driver
[    2.313400] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    2.313410] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    2.313429] ehci-pci 0000:00:1a.0: debug port 2
[    2.317365] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    2.317396] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf6970000
[    2.332110] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    2.332208] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    2.332211] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.332214] usb usb1: Product: EHCI Host Controller
[    2.332216] usb usb1: Manufacturer: Linux 5.4.0-92-generic ehci_hcd
[    2.332218] usb usb1: SerialNumber: 0000:00:1a.0
[    2.332421] hub 1-0:1.0: USB hub found
[    2.332433] hub 1-0:1.0: 3 ports detected
[    2.332908] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    2.332917] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    2.332932] ehci-pci 0000:00:1d.0: debug port 2
[    2.336850] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    2.336866] ehci-pci 0000:00:1d.0: irq 17, io mem 0xf6950000
[    2.352095] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    2.352212] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    2.352215] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.352217] usb usb2: Product: EHCI Host Controller
[    2.352220] usb usb2: Manufacturer: Linux 5.4.0-92-generic ehci_hcd
[    2.352222] usb usb2: SerialNumber: 0000:00:1d.0
[    2.352404] hub 2-0:1.0: USB hub found
[    2.352414] hub 2-0:1.0: 3 ports detected
[    2.352653] ehci-platform: EHCI generic platform driver
[    2.352671] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.352676] ohci-pci: OHCI PCI platform driver
[    2.352692] ohci-platform: OHCI generic platform driver
[    2.352708] uhci_hcd: USB Universal Host Controller Interface driver
[    2.352806] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    2.353048] i8042: Warning: Keylock active
[    2.354358] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.354368] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.354609] mousedev: PS/2 mouse device common for all mice
[    2.355155] rtc_cmos 00:01: RTC can wake from S4
[    2.355689] rtc_cmos 00:01: registered as rtc0
[    2.355724] rtc_cmos 00:01: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[    2.355806] i2c /dev entries driver
[    2.355988] device-mapper: uevent: version 1.0.3
[    2.356088] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    2.356249] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: [email protected]
[    2.356271] platform eisa.0: Probing EISA bus 0
[    2.356273] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    2.356274] platform eisa.0: Cannot allocate resource for EISA slot 1
[    2.356275] platform eisa.0: Cannot allocate resource for EISA slot 2
[    2.356276] platform eisa.0: Cannot allocate resource for EISA slot 3
[    2.356277] platform eisa.0: Cannot allocate resource for EISA slot 4
[    2.356278] platform eisa.0: Cannot allocate resource for EISA slot 5
[    2.356280] platform eisa.0: Cannot allocate resource for EISA slot 6
[    2.356281] platform eisa.0: Cannot allocate resource for EISA slot 7
[    2.356282] platform eisa.0: Cannot allocate resource for EISA slot 8
[    2.356283] platform eisa.0: EISA: Detected 0 cards
[    2.356286] intel_pstate: CPU model not supported
[    2.356329] ledtrig-cpu: registered to indicate activity on CPUs
[    2.356419] drop_monitor: Initializing network drop monitor service
[    2.356619] NET: Registered protocol family 10
[    2.362124] Segment Routing with IPv6
[    2.362174] NET: Registered protocol family 17
[    2.362328] Key type dns_resolver registered
[    2.363091] RAS: Correctable Errors collector initialized.
[    2.363166] microcode: sig=0x20655, pf=0x10, revision=0x7
[    2.363342] microcode: Microcode Update Driver: v2.2.
[    2.363349] IPI shorthand broadcast: enabled
[    2.363366] sched_clock: Marking stable (2363083960, 244442)->(2366032909, -2704507)
[    2.363583] registered taskstats version 1
[    2.363600] Loading compiled-in X.509 certificates
[    2.365936] Loaded X.509 cert 'Build time autogenerated kernel key: 1ef4e1712f246e95c363aa7d2529267e64679e73'
[    2.368074] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    2.370161] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    2.370163] blacklist: Loading compiled-in revocation X.509 certificates
[    2.370213] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    2.370271] zswap: loaded using pool lzo/zbud
[    2.370532] Key type ._fscrypt registered
[    2.370534] Key type .fscrypt registered
[    2.379036] Key type big_key registered
[    2.383386] Key type encrypted registered
[    2.383392] AppArmor: AppArmor sha1 policy hashing enabled
[    2.383405] ima: No TPM chip found, activating TPM-bypass!
[    2.383415] ima: Allocated hash algorithm: sha1
[    2.383429] ima: No architecture policies found
[    2.383457] evm: Initialising EVM extended attributes:
[    2.383459] evm: security.selinux
[    2.383460] evm: security.SMACK64
[    2.383461] evm: security.SMACK64EXEC
[    2.383462] evm: security.SMACK64TRANSMUTE
[    2.383463] evm: security.SMACK64MMAP
[    2.383464] evm: security.apparmor
[    2.383465] evm: security.ima
[    2.383466] evm: security.capability
[    2.383467] evm: HMAC attrs: 0x1
[    2.383939] PM:   Magic number: 6:367:672
[    2.384241] rtc_cmos 00:01: setting system clock to 2022-01-07T07:39:27 UTC (1641541167)
[    2.387167] Freeing unused decrypted memory: 2040K
[    2.387870] Freeing unused kernel image memory: 2720K
[    2.420104] Write protecting the kernel read-only data: 26624k
[    2.421032] Freeing unused kernel image memory: 2008K
[    2.421405] Freeing unused kernel image memory: 784K
[    2.434044] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.434046] x86/mm: Checking user space page tables
[    2.446332] tsc: Refined TSC clocksource calibration: 2393.999 MHz
[    2.446337] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x22821267f49, max_idle_ns: 440795240327 ns
[    2.446436] clocksource: Switched to clocksource tsc
[    2.446455] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.446463] Run /init as init process
[    2.550131] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
[    2.554236] sdhci: Secure Digital Host Controller Interface driver
[    2.554237] sdhci: Copyright(c) Pierre Ossman
[    2.558579] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    2.558581] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    2.559295] sdhci-pci 0000:03:00.0: SDHCI controller found [1180:e822] (rev 3)
[    2.559811] mmc0 bounce up to 128 segments into one, max segment size 65536 bytes
[    2.559821] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    2.565827] ahci 0000:00:1f.2: version 3.0
[    2.566180] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x3 impl RAID mode
[    2.566184] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems sxs apst 
[    2.569427] mmc0: SDHCI controller on PCI [0000:03:00.0] using DMA
[    2.577533] scsi host0: ahci
[    2.577841] scsi host1: ahci
[    2.577990] scsi host2: ahci
[    2.578663] scsi host3: ahci
[    2.588127] scsi host4: ahci
[    2.588464] scsi host5: ahci
[    2.588526] ata1: SATA max UDMA/133 abar m2048@0xf6940000 port 0xf6940100 irq 25
[    2.588529] ata2: SATA max UDMA/133 abar m2048@0xf6940000 port 0xf6940180 irq 25
[    2.588530] ata3: DUMMY
[    2.588531] ata4: DUMMY
[    2.588531] ata5: DUMMY
[    2.588532] ata6: DUMMY
[    2.596123] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    2.616030] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    2.634965] pci 0000:00:00.0: Intel HD Graphics Chipset
[    2.634983] pci 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    2.635434] pci 0000:00:00.0: detected 32768K stolen memory
[    2.635497] checking generic (e0000000 3f0000) vs hw (e0000000 10000000)
[    2.635498] fb0: switching to inteldrmfb from VESA VGA
[    2.635666] i915 0000:00:02.0: vgaarb: deactivate vga console
[    2.636112] firewire_ohci 0000:03:00.4: added OHCI v1.0 device as card 0, 4 IR + 4 IT contexts, quirks 0x11
[    2.639184] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.639186] [drm] Driver supports precise vblank timestamp query.
[    2.640394] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    2.662982] [drm] RC6 disabled, disabling runtime PM support
[    2.663938] [drm] Initialized i915 1.6.0 20190822 for 0000:00:02.0 on minor 0
[    2.664317] ACPI: Video Device [VID1] (multi-head: yes  rom: no  post: no)
[    2.695005] acpi device:3f: registered as cooling_device4
[    2.695781] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input7
[    2.710745] fbcon: i915drmfb (fb0) is primary device
[    2.710746] fbcon: Deferring console take-over
[    2.710748] i915 0000:00:02.0: fb0: i915drmfb frame buffer device
[    2.753067] random: fast init done
[    2.753213] usb 1-1: New USB device found, idVendor=8087, idProduct=0020, bcdDevice= 0.00
[    2.753217] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.753444] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.753458] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.753487] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.753804] hub 1-1:1.0: USB hub found
[    2.754093] hub 1-1:1.0: 6 ports detected
[    2.778020] usb 2-1: New USB device found, idVendor=8087, idProduct=0020, bcdDevice= 0.00
[    2.778025] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.778538] hub 2-1:1.0: USB hub found
[    2.778736] hub 2-1:1.0: 8 ports detected
[    2.780136] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 5c:26:0a:07:15:84
[    2.780138] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    2.780336] e1000e 0000:00:19.0 eth0: MAC: 9, PHY: 10, PBA No: 3041FF-0FF
[    2.781586] e1000e 0000:00:19.0 eno1: renamed from eth0
[    2.902877] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.904446] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[    2.904837] ata1.00: ATA-8: WDC WD1600BEKT-75A25T0, 01.01A01, max UDMA/133
[    2.904840] ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    2.906606] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[    2.906959] ata1.00: configured for UDMA/133
[    2.907319] scsi 0:0:0:0: Direct-Access     ATA      WDC WD1600BEKT-7 1A01 PQ: 0 ANSI: 5
[    2.907772] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.907889] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.907903] sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[    2.907920] sd 0:0:0:0: [sda] Write Protect is off
[    2.907922] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.907974] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.910252] ata2.00: ATAPI: PLDS DVD+/-RW DU-8A3S, KD02, max UDMA/100
[    2.911646] ata2.00: configured for UDMA/100
[    2.918075] scsi 1:0:0:0: CD-ROM            PLDS     DVD+-RW DU-8A3S  KD02 PQ: 0 ANSI: 5
[    2.955458]  sda: sda1
[    2.973162] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.989970] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/8x writer dvd-ram cd/rw xa/form2 cdda pop-up
[    2.989973] cdrom: Uniform CD-ROM driver Revision: 3.20
[    3.020166] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    3.020325] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    3.044175] usb 1-1.4: new high-speed USB device number 3 using ehci-pci
[    3.068077] usb 2-1.1: new full-speed USB device number 3 using ehci-pci
[    3.148349] firewire_core 0000:03:00.4: created device fw0: GUID 0250e261354fc000, S400
[    3.160057] usb 1-1.4: New USB device found, idVendor=05ca, idProduct=1814, bcdDevice= 3.31
[    3.160062] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.160067] usb 1-1.4: Product: Laptop_Integrated_Webcam_3M
[    3.160068] usb 1-1.4: Manufacturer: CN06YWTK724870820FTW
[    3.183871] usb 2-1.1: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
[    3.183875] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.183877] usb 2-1.1: Product: USB Receiver
[    3.183880] usb 2-1.1: Manufacturer: Logitech
[    3.188901] hidraw: raw HID events driver (C) Jiri Kosina
[    3.194784] usbcore: registered new interface driver usbhid
[    3.194785] usbhid: USB HID core driver
[    3.197809] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/0003:046D:C534.0001/input/input8
[    3.256566] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:1d.0-1.1/input0
[    3.256890] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.1/0003:046D:C534.0002/input/input9
[    3.257155] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.1/0003:046D:C534.0002/input/input10
[    3.268064] usb 2-1.4: new full-speed USB device number 4 using ehci-pci
[    3.320310] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.1/0003:046D:C534.0002/input/input11
[    3.320529] hid-generic 0003:046D:C534.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1d.0-1.1/input1
[    3.377847] usb 2-1.4: New USB device found, idVendor=0d8c, idProduct=0103, bcdDevice= 0.10
[    3.377851] usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.377855] usb 2-1.4: Product: USB Sound Device        
[    3.377857] usb 2-1.4: Manufacturer: C-Media INC.
[    3.392645] logitech-djreceiver 0003:046D:C534.0001: hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:1d.0-1.1/input0
[    3.456076] usb 2-1.8: new full-speed USB device number 5 using ehci-pci
[    3.556687] logitech-djreceiver 0003:046D:C534.0002: hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1d.0-1.1/input1
[    3.591398] usb 2-1.8: New USB device found, idVendor=0a5c, idProduct=5800, bcdDevice= 1.01
[    3.591402] usb 2-1.8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.591404] usb 2-1.8: Product: 5880
[    3.591406] usb 2-1.8: Manufacturer: Broadcom Corp
[    3.591408] usb 2-1.8: SerialNumber: 0123456789ABCD
[    3.591646] usb 2-1.8: config 0 descriptor??
[    3.618693] logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 2
[    3.619058] input: Logitech Wireless Mouse PID:4054 Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.1/0003:046D:C534.0002/0003:046D:4054.0003/input/input14
[    3.619232] hid-generic 0003:046D:4054.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4054] on usb-0000:00:1d.0-1.1/input1:2
[    3.670905] input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.1/0003:046D:C534.0002/0003:046D:4054.0003/input/input18
[    3.671271] logitech-hidpp-device 0003:046D:4054.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:00:1d.0-1.1/input1:2
[    3.977816] input: AlpsPS/2 ALPS DualPoint Stick as /devices/platform/i8042/serio1/input/input19
[    3.990964] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input6
[    4.796011] raid6: sse2x4   gen()  9410 MB/s
[    4.844013] raid6: sse2x4   xor()  6709 MB/s
[    4.892021] raid6: sse2x2   gen()  8296 MB/s
[    4.940010] raid6: sse2x2   xor()  6115 MB/s
[    4.988014] raid6: sse2x1   gen()  6967 MB/s
[    5.036018] raid6: sse2x1   xor()  5353 MB/s
[    5.036019] raid6: using algorithm sse2x4 gen() 9410 MB/s
[    5.036020] raid6: .... xor() 6709 MB/s, rmw enabled
[    5.036021] raid6: using ssse3x2 recovery algorithm
[    5.040089] xor: measuring software checksum speed
[    5.080008]    prefetch64-sse: 13499.000 MB/sec
[    5.120007]    generic_sse: 11766.000 MB/sec
[    5.120008] xor: using function: prefetch64-sse (13499.000 MB/sec)
[    5.144090] Btrfs loaded, crc32c=crc32c-intel
[    5.427271] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    7.401299] random: crng init done
[    7.401302] random: 7 urandom warning(s) missed due to ratelimiting
[    7.489178] 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)
[    7.508326] systemd[1]: Detected architecture x86-64.
[    7.541720] systemd[1]: Set hostname to <zsolt-Latitude-E6410>.
[   11.002185] systemd[1]: Created slice System Slice.
[   11.002329] systemd[1]: Listening on udev Control Socket.
[   11.002406] systemd[1]: Listening on Journal Socket (/dev/log).
[   11.002597] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   11.002752] systemd[1]: Created slice system-tor.slice.
[   11.002810] systemd[1]: Listening on Syslog Socket.
[   11.002861] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   11.410563] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   11.494468] systemd-journald[382]: Received request to flush runtime journal from PID 1
[   11.808031] lp: driver loaded but no devices found
[   11.898542] ppdev: user-space parallel port driver
[   12.063228] parport_pc 00:04: [io  0x0378-0x037b]
[   12.063339] parport_pc 00:04: [irq 5]
[   12.065458] parport_pc 00:04: activated
[   12.065460] parport_pc 00:04: reported by Plug and Play ACPI
[   12.096066] Adding 2097160k swap on /swapfile.  Priority:-2 extents:114 across:11272204k FS
[   19.142471] intel ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 25, expected 29)
[   19.142854] intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 90
[   19.168407] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20190816/utaddress-213)
[   19.168415] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   19.168418] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20190816/utaddress-213)
[   19.168422] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   19.168424] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20190816/utaddress-213)
[   19.168428] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   19.168429] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20190816/utaddress-213)
[   19.168433] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   19.168433] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   19.281132] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.3)
[   19.284232] dell-smbios A80593CE-A997-11DA-B012-B622A1EF5492: WMI SMBIOS userspace interface not supported(0), try upgrading to a newer BIOS
[   19.389863] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   19.390456] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   19.799049] input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input20
[   20.307559] Intel(R) Wireless WiFi driver for Linux
[   20.307560] Copyright(c) 2003- 2015 Intel Corporation
[   20.307821] iwlwifi 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[   20.348711] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-6000-6.ucode failed with error -2
[   20.458631] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-6000-5.ucode failed with error -2
[   20.564625] audit: type=1400 audit(1641541185.678:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=587 comm="apparmor_parser"
[   20.564630] audit: type=1400 audit(1641541185.678:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=587 comm="apparmor_parser"
[   20.564632] audit: type=1400 audit(1641541185.678:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=587 comm="apparmor_parser"
[   20.575006] audit: type=1400 audit(1641541185.686:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=598 comm="apparmor_parser"
[   20.576872] audit: type=1400 audit(1641541185.690:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=599 comm="apparmor_parser"
[   20.597279] cryptd: max_cpu_qlen set to 1000
[   20.634224] audit: type=1400 audit(1641541185.746:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="system_tor" pid=585 comm="apparmor_parser"
[   20.645579] audit: type=1400 audit(1641541185.758:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-soffice" pid=600 comm="apparmor_parser"
[   20.645584] audit: type=1400 audit(1641541185.758:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-soffice//gpg" pid=600 comm="apparmor_parser"
[   20.657082] audit: type=1400 audit(1641541185.770:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=583 comm="apparmor_parser"
[   20.657086] audit: type=1400 audit(1641541185.770:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=583 comm="apparmor_parser"
[   20.913239] mc: Linux media interface: v0.10
[   20.967209] SSE version of gcm_enc/dec engaged.
[   21.031159] videodev: Linux video capture interface: v2.00
[   21.057623] dell_laptop: Using i8042 filter function for receiving events
[   21.221745] usb 2-1.4: set volume quirk for CM102-A+/102S+
[   21.222114] usbcore: registered new interface driver snd-usb-audio
[   21.323157] iwlwifi 0000:02:00.0: loaded firmware version 9.221.4.1 build 25532 op_mode iwldvm
[   21.365891] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
[   21.711180] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   21.724376] uvcvideo: Found UVC 1.00 device Laptop_Integrated_Webcam_3M (05ca:1814)
[   21.729331] input: Laptop_Integrated_Webcam_3M: In as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input21
[   21.729452] usbcore: registered new interface driver uvcvideo
[   21.729454] USB Video Class driver (1.1.1)
[   21.985526] snd_hda_codec_idt hdaudioC0D0: autoconfig for 92HD81B1C5: line_outs=1 (0xe/0x0/0x0/0x0/0x0) type:line
[   21.985529] snd_hda_codec_idt hdaudioC0D0:    speaker_outs=1 (0xd/0x0/0x0/0x0/0x0)
[   21.985530] snd_hda_codec_idt hdaudioC0D0:    hp_outs=1 (0xb/0x0/0x0/0x0/0x0)
[   21.985531] snd_hda_codec_idt hdaudioC0D0:    mono: mono_out=0x0
[   21.985532] snd_hda_codec_idt hdaudioC0D0:    inputs:
[   21.985534] snd_hda_codec_idt hdaudioC0D0:      Dock Mic=0xf
[   21.985535] snd_hda_codec_idt hdaudioC0D0:      Internal Mic=0x11
[   21.985537] snd_hda_codec_idt hdaudioC0D0:      Mic=0xa
[   22.088354] input: HDA Intel MID Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input22
[   22.088448] input: HDA Intel MID Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input23
[   22.088528] input: HDA Intel MID Dock Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input24
[   22.088626] input: HDA Intel MID Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input25
[   22.088707] input: HDA Intel MID HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input26
[   22.088788] input: HDA Intel MID HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input27
[   22.207335] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUG disabled
[   22.207336] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[   22.207337] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[   22.207339] iwlwifi 0000:02:00.0: Detected Intel(R) Centrino(R) Advanced-N 6200 AGN, REV=0x74
[   22.242317] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[   22.401241] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
[   45.062280] fbcon: Taking over console
[   45.074307] Console: switching to colour frame buffer device 160x50
[   45.577321] iwlwifi 0000:02:00.0: Radio type=0x1-0x3-0x1
[   45.818992] iwlwifi 0000:02:00.0: Radio type=0x1-0x3-0x1
[   46.229081] kauditd_printk_skb: 11 callbacks suppressed
[   46.229082] audit: type=1400 audit(1641541211.342:23): apparmor="DENIED" operation="open" profile="system_tor" name="/etc/ssl/openssl.cnf" pid=940 comm="tor" requested_mask="r" denied_mask="r" fsuid=121 ouid=0
[   49.624492] wlp2s0: authenticate with cc:ce:1e:eb:d3:14
[   49.657476] wlp2s0: send auth to cc:ce:1e:eb:d3:14 (try 1/3)
[   49.662878] wlp2s0: authenticated
[   49.663240] wlp2s0: waiting for beacon from cc:ce:1e:eb:d3:14
[   49.760112] wlp2s0: associate with cc:ce:1e:eb:d3:14 (try 1/3)
[   49.767762] wlp2s0: RX AssocResp from cc:ce:1e:eb:d3:14 (capab=0x431 status=0 aid=2)
[   49.775711] wlp2s0: associated
[   50.789582] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[  115.331941] audit: type=1400 audit(1641541280.202:24): apparmor="DENIED" operation="capable" profile="/usr/sbin/cupsd" pid=739 comm="cupsd" capability=12  capname="net_admin"
[  115.333177] audit: type=1400 audit(1641541280.206:25): apparmor="DENIED" operation="capable" profile="/usr/sbin/cupsd" pid=739 comm="cupsd" capability=12  capname="net_admin"
[  366.903853] audit: type=1400 audit(1641541531.829:26): apparmor="DENIED" operation="capable" profile="/usr/sbin/cupsd" pid=1897 comm="cupsd" capability=12  capname="net_admin"
[  366.919393] audit: type=1400 audit(1641541531.845:27): apparmor="DENIED" operation="capable" profile="/usr/sbin/cupsd" pid=1897 comm="cupsd" capability=12  capname="net_admin"
[  398.487015] logitech-hidpp-device 0003:046D:4054.0003: HID++ 4.5 device connected.
[  694.332856] perf: interrupt took too long (2507 > 2500), lowering kernel.perf_event_max_sample_rate to 79750
[ 2057.744314] perf: interrupt took too long (3160 > 3133), lowering kernel.perf_event_max_sample_rate to 63250
[ 2253.353491] perf: interrupt took too long (3952 > 3950), lowering kernel.perf_event_max_sample_rate to 50500
[ 2991.161906] perf: interrupt took too long (4959 > 4940), lowering kernel.perf_event_max_sample_rate to 40250
[ 4399.396959] usb 2-1.4: USB disconnect, device number 4
[ 4406.019500] usb 2-1.3: new full-speed USB device number 6 using ehci-pci
[ 4406.129254] usb 2-1.3: New USB device found, idVendor=0d8c, idProduct=0103, bcdDevice= 0.10
[ 4406.129259] usb 2-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4406.129262] usb 2-1.3: Product: USB Sound Device        
[ 4406.129265] usb 2-1.3: Manufacturer: C-Media INC.
[ 4406.131821] usb 2-1.3: set volume quirk for CM102-A+/102S+
[ 4603.429349] audit: type=1400 audit(1641545768.375:28): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=4273 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 4603.631657] audit: type=1400 audit(1641545768.579:29): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=4273 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 4603.909564] audit: type=1400 audit(1641545768.855:30): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=4273 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 4603.910503] audit: type=1400 audit(1641545768.855:31): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=4273 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 4603.918035] audit: type=1400 audit(1641545768.859:32): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/zsolt/.cache/mesa_shader_cache/index" pid=4273 comm="soffice.bin" requested_mask="wrc" denied_mask="wrc" fsuid=1000 ouid=1000
[ 4603.919030] audit: type=1400 audit(1641545768.863:33): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=4273 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 4611.741700] audit: type=1400 audit(1641545776.687:34): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/zsolt/.thunderbird/profiles.ini" pid=4272 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 4611.838365] audit: type=1400 audit(1641545776.783:35): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/zsolt/.thunderbird/pmm5ew1u.default/secmod.db" pid=4272 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 4611.880656] audit: type=1400 audit(1641545776.827:36): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/zsolt/.thunderbird/pmm5ew1u.default/cert8.db" pid=4272 comm="soffice.bin" requested_mask="wr" denied_mask="wr" fsuid=1000 ouid=1000
[ 4611.881402] audit: type=1400 audit(1641545776.827:37): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/zsolt/.thunderbird/pmm5ew1u.default/key3.db" pid=4272 comm="soffice.bin" requested_mask="wr" denied_mask="wr" fsuid=1000 ouid=1000
[ 4629.564651] audit: type=1400 audit(1641545794.510:38): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/zsolt/.xsession-errors" pid=4272 comm="pool" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 4629.565138] audit: type=1400 audit(1641545794.510:39): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/zsolt/.xsession-errors" pid=4272 comm="pool" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 4629.566015] audit: type=1400 audit(1641545794.510:40): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/zsolt/.wget-hsts" pid=4272 comm="pool" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 4629.567487] audit: type=1400 audit(1641545794.514:41): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/zsolt/.wget-hsts" pid=4272 comm="pool" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 4632.583398] audit: type=1400 audit(1641545797.526:42): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/zsolt/Asztal/.goutputstream-HCI3U0" pid=4272 comm="pool" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 4632.583733] audit: type=1400 audit(1641545797.530:43): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/zsolt/Asztal/.goutputstream-HCI3U0" pid=4272 comm="pool" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 4632.609614] audit: type=1400 audit(1641545797.554:44): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/zsolt/Asztal/.goutputstream-O54H00" pid=4272 comm="pool" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 4632.609622] audit: type=1400 audit(1641545797.554:45): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/zsolt/Asztal/.goutputstream-O54H00" pid=4272 comm="pool" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 4649.788238] perf: interrupt took too long (6264 > 6198), lowering kernel.perf_event_max_sample_rate to 31750
zsolt@zsolt-Latitude-E6410:~$