You are not logged in.
Hi to everyone
I'm about to install a new Arch kernel on my machine, As this machine is a low profile PC i need to take full advantage of it. So, when it comes to select the right kernel configuration, i doubt which one is the best. In the "Processor Family" submenu that comes after navigate "make menuconfig" i can see the next options:
Opteron-Athlon64-Hammer-K8
Intel P4 - Older Netburst based Xeon
Core 2 - newer Xeon
Intel Atom
Generic-x86-64
My lscpu output:
Architecture: x86_64
CPU mode (s): 32-bit, 64-bit
Byte Order: Little Endian
Address sizes: 36 physical bits, 48 virtual bits
CPU (s): 2
List of online CPU (s): 0.1
Core Processing Thread (s): 1
Core (s) per «socket»: 2
"Plug (s)" 1
NUMA mode (s): 1
Manufacturer ID: GenuineIntel
CPU Family: 6
Model: 55
Model name: Intel (R) Celeron (R) CPU N2840 @ 2.16GHz
Review: 8
CPU MHz: 2500.092
CPU Max MHz: 2582.3000
CPU MHz Min .: 499.8000
BogoMIPS: 4333.33
Virtualization: VT-x
L1d cache: 48 KB
L1i cache: 64 KB
L2 Cache: 1 MiB
CPU (s) of node NUMA 0: 0.1
Itlb multihit vulnerability: not affected
L1tf vulnerability: unaffected
Mds Vulnerability: Mitigation; Clear CPU buffers; SMT disabled
Fusion of vulnerability: mitigation; PTI
Vulnerability Specification Store Deviation - Not Affected
Vulnerability spectrum v1: mitigation; usercopy / swapgs barriers and user pointer disinfection
Vulnerability spectrum v2: mitigation; Full generic retpoline, conditional IBPB, IBRS_FW, STIBP disabled, RSB padding
Tsx async abort vulnerability: unaffected
Indicators: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx r
dtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology tsc_reliable nonstop_tsc cpuid aperfmperf tsc_known_freq pni pcl
mulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 movbe popcnt tsc_deadline_timer rdrand lahf_lm 3dnowpref
etch epb pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust smep erms dtherm ida arat md_clear
I already know i should not select "Opteron/Athlon64/Hammer/K8" but after that I do not know, I did navigate to https://ark.intel.com/content/www/us/en … 8-ghz.html but i get even more confused. I hope someone would know which selection is the best, because i do not feel the "( )Generic-x86-64" option it is
Thanks in advance
Last edited by el_angeliux (2020-04-23 17:48:17)
Offline
Hey,
Regarding the intel link you already linked it says " Code Name: Products formerly Bay Trail".
So if you google Bay Trail you might find wikipedia page about Intel Atom CPU's so that's what i'd give a try.
Furthermore in your link if you scroll down a bit it says "Processor Graphics Intel® HD Graphics for Intel Atom® Processor Z3700 Series", Another reason i'd try Intel Atom
I also found this: https://en.wikipedia.org/wiki/Silvermon … y_Trail-M)
There your Processor is listet for Bay Trail-M (a bit more accurate)
This site also contains some information which is propably pretty relevant for you
Bay Trail issues on Linux: It has been widely reported that Bay Trail cpus (and possibly their derivatives including Airmont/Braswell/Cherry Trail) experience random freezes / lock-ups on various Linux kernels. Reference linux bug report 109051 on Kernel.org Bugzilla, first reported Dec-2015. Workaround seems to be setting the linux kernel flag intel_idle.max_cstate=1, which while eliminating the system freezes/lock-ups, results in increased cpu power/battery usage by preventing the cpu from entering higher power-saving C-states. Systems running Windows-OSes apparently do not experience this lockup/freeze issues.
Greetings
Offline
Offline
Thanks to everyone,
I finally compiled and installed the appropriate kernel for my machine:
[ 0.000000] Linux version 5.8.5 (root@acer) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35) #1 SMP PREEMPT Tue Sep 1 20:57:18 CDT 2020
[ 0.000000] Command line: root=PARTUUID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx rw add_efi_memmap initrd=boot\initramfs-linux-5.8.5.img
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] x86/fpu: x87 FPU will use FXSAVE
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000006efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000006f000-0x000000000006ffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000000070000-0x0000000000085fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000086000-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001effffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000001f000000-0x000000001f0fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000001f100000-0x000000001fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000200fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000020100000-0x0000000074d2bfff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000074d2c000-0x0000000074d65fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000074d66000-0x0000000077d65fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000077d66000-0x0000000078675fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000078676000-0x0000000078775fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000078776000-0x00000000787b5fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000787b6000-0x00000000794cffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000794d0000-0x0000000079dcffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000079dd0000-0x0000000079ffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffd00000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000027fffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] e820: update [mem 0x74790018-0x747a0057] usable ==> usable
[ 0.000000] e820: update [mem 0x74790018-0x747a0057] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000006efff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000006f000-0x000000000006ffff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x0000000000070000-0x0000000000085fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000000086000-0x000000000009ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000001effffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000001f000000-0x000000001f0fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000001f100000-0x000000001fffffff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000020000000-0x00000000200fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000020100000-0x0000000074790017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000074790018-0x00000000747a0057] usable
[ 0.000000] reserve setup_data: [mem 0x00000000747a0058-0x0000000074d2bfff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000074d2c000-0x0000000074d65fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000074d66000-0x0000000077d65fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000077d66000-0x0000000078675fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000078676000-0x0000000078775fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x0000000078776000-0x00000000787b5fff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x00000000787b6000-0x00000000794cffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000794d0000-0x0000000079dcffff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x0000000079dd0000-0x0000000079ffffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ffd00000-0x00000000ffffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000027fffffff] usable
[ 0.000000] efi: EFI v2.40 by INSYDE Corp.
[ 0.000000] efi: ACPI 2.0=0x787b5014 ESRT=0x77e16518 SMBIOS=0x7802d000 RNG=0x77e13518
[ 0.000000] efi: seeding entropy pool
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: Acer Aspire ES1-512/Aspire ES1-512, BIOS V1.15 07/20/2015
[ 0.000000] tsc: Detected 2166.667 MHz processor
[ 0.000022] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000026] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000038] last_pfn = 0x280000 max_arch_pfn = 0x400000000
[ 0.000043] MTRR default type: uncachable
[ 0.000044] MTRR fixed ranges enabled:
[ 0.000047] 00000-9FFFF write-back
[ 0.000049] A0000-BFFFF uncachable
[ 0.000051] C0000-FFFFF write-protect
[ 0.000052] MTRR variable ranges enabled:
[ 0.000055] 0 base 0FFD00000 mask FFFC00000 write-protect
[ 0.000058] 1 base 000000000 mask F80000000 write-back
[ 0.000060] 2 base 07C000000 mask FFC000000 uncachable
[ 0.000062] 3 base 07B000000 mask FFF000000 uncachable
[ 0.000065] 4 base 07AE00000 mask FFFE00000 uncachable
[ 0.000067] 5 base 100000000 mask F00000000 write-back
[ 0.000069] 6 base 200000000 mask F80000000 write-back
[ 0.000071] 7 disabled
[ 0.000152] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000264] last_pfn = 0x7a000 max_arch_pfn = 0x400000000
[ 0.005511] esrt: Reserving ESRT space from 0x0000000077e16518 to 0x0000000077e16550.
[ 0.005535] check: Scanning 1 areas for low memory corruption
[ 0.006489] Secure boot disabled
[ 0.006492] RAMDISK: [mem 0x73973000-0x74776fff]
[ 0.006499] ACPI: Early table checksum verification disabled
[ 0.006506] ACPI: RSDP 0x00000000787B5014 000024 (v02 ACRSYS)
[ 0.006512] ACPI: XSDT 0x00000000787B5120 00009C (v01 ACRSYS ACRPRDCT 00000003 01000013)
[ 0.006522] ACPI: FACP 0x00000000787B2000 00010C (v05 ACRSYS ACRPRDCT 00000003 1025 00040000)
[ 0.006534] ACPI: DSDT 0x00000000787A1000 00B58E (v02 ACRSYS ACRPRDCT 00000003 1025 00040000)
[ 0.006540] ACPI: FACS 0x000000007873E000 000040
[ 0.006546] ACPI: UEFI 0x00000000787B4000 000236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.006552] ACPI: MSDM 0x00000000787B3000 000055 (v03 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.006559] ACPI: HPET 0x00000000787B1000 000038 (v01 ACRSYS ACRPRDCT 00000003 1025 00040000)
[ 0.006565] ACPI: LPIT 0x00000000787B0000 000104 (v01 ACRSYS ACRPRDCT 00000003 1025 00040000)
[ 0.006572] ACPI: APIC 0x00000000787AF000 000084 (v03 ACRSYS ACRPRDCT 00000003 1025 00040000)
[ 0.006578] ACPI: MCFG 0x00000000787AE000 00003C (v01 ACRSYS ACRPRDCT 00000003 1025 00040000)
[ 0.006585] ACPI: SSDT 0x00000000787AD000 000763 (v01 ACRSYS ACRPRDCT 00003000 1025 00040000)
[ 0.006591] ACPI: SSDT 0x00000000787A0000 000290 (v01 ACRSYS ACRPRDCT 00003000 1025 00040000)
[ 0.006597] ACPI: SSDT 0x000000007879F000 00017A (v01 ACRSYS ACRPRDCT 00003000 1025 00040000)
[ 0.006604] ACPI: UEFI 0x000000007879E000 000042 (v01 ACRSYS ACRPRDCT 00000000 1025 00040000)
[ 0.006610] ACPI: SSDT 0x000000007879B000 002F10 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
[ 0.006617] ACPI: SSDT 0x000000007879A000 00013D (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
[ 0.006623] ACPI: FPDT 0x0000000078799000 000044 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
[ 0.006629] ACPI: BGRT 0x0000000078798000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.006644] ACPI: Local APIC address 0xfee00000
[ 0.006705] No NUMA configuration found
[ 0.006707] Faking a node at [mem 0x0000000000000000-0x000000027fffffff]
[ 0.006715] NODE_DATA(0) allocated [mem 0x27fff6000-0x27fff9fff]
[ 0.006760] Zone ranges:
[ 0.006762] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.006765] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.006767] Normal [mem 0x0000000100000000-0x000000027fffffff]
[ 0.006769] Device empty
[ 0.006771] Movable zone start for each node
[ 0.006772] Early memory node ranges
[ 0.006774] node 0: [mem 0x0000000000001000-0x000000000006efff]
[ 0.006776] node 0: [mem 0x0000000000070000-0x0000000000085fff]
[ 0.006778] node 0: [mem 0x0000000000100000-0x000000001effffff]
[ 0.006780] node 0: [mem 0x000000001f100000-0x000000001fffffff]
[ 0.006781] node 0: [mem 0x0000000020100000-0x0000000074d2bfff]
[ 0.006783] node 0: [mem 0x0000000074d66000-0x0000000077d65fff]
[ 0.006785] node 0: [mem 0x00000000787b6000-0x00000000794cffff]
[ 0.006787] node 0: [mem 0x0000000079dd0000-0x0000000079ffffff]
[ 0.006788] node 0: [mem 0x0000000100000000-0x000000027fffffff]
[ 0.007519] Zeroed struct page in unavailable ranges: 30214 pages
[ 0.007523] Initmem setup node 0 [mem 0x0000000000001000-0x000000027fffffff]
[ 0.007527] On node 0 totalpages: 2066938
[ 0.007529] DMA zone: 64 pages used for memmap
[ 0.007531] DMA zone: 21 pages reserved
[ 0.007533] DMA zone: 3972 pages, LIFO batch:0
[ 0.007611] DMA32 zone: 7658 pages used for memmap
[ 0.007612] DMA32 zone: 490102 pages, LIFO batch:63
[ 0.016808] Normal zone: 24576 pages used for memmap
[ 0.016810] Normal zone: 1572864 pages, LIFO batch:63
[ 0.046355] x86/hpet: Will disable the HPET for this platform because it's not reliable
[ 0.046364] Reserving Intel graphics memory at [mem 0x7b000000-0x7effffff]
[ 0.046442] ACPI: PM-Timer IO Port: 0x408
[ 0.046447] ACPI: Local APIC address 0xfee00000
[ 0.046459] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
[ 0.046461] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
[ 0.046463] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
[ 0.046465] ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
[ 0.046480] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-86
[ 0.046484] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.046487] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.046490] ACPI: IRQ0 used by override.
[ 0.046492] ACPI: IRQ9 used by override.
[ 0.046496] Using ACPI (MADT) for SMP configuration information
[ 0.046499] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.046517] e820: update [mem 0x760ee000-0x76168fff] usable ==> reserved
[ 0.046534] TSC deadline timer available
[ 0.046536] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
[ 0.046581] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.046585] PM: hibernation: Registered nosave memory: [mem 0x0006f000-0x0006ffff]
[ 0.046589] PM: hibernation: Registered nosave memory: [mem 0x00086000-0x0009ffff]
[ 0.046591] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.046594] PM: hibernation: Registered nosave memory: [mem 0x1f000000-0x1f0fffff]
[ 0.046598] PM: hibernation: Registered nosave memory: [mem 0x20000000-0x200fffff]
[ 0.046602] PM: hibernation: Registered nosave memory: [mem 0x74790000-0x74790fff]
[ 0.046606] PM: hibernation: Registered nosave memory: [mem 0x747a0000-0x747a0fff]
[ 0.046610] PM: hibernation: Registered nosave memory: [mem 0x74d2c000-0x74d65fff]
[ 0.046614] PM: hibernation: Registered nosave memory: [mem 0x760ee000-0x76168fff]
[ 0.046618] PM: hibernation: Registered nosave memory: [mem 0x77d66000-0x78675fff]
[ 0.046620] PM: hibernation: Registered nosave memory: [mem 0x78676000-0x78775fff]
[ 0.046621] PM: hibernation: Registered nosave memory: [mem 0x78776000-0x787b5fff]
[ 0.046625] PM: hibernation: Registered nosave memory: [mem 0x794d0000-0x79dcffff]
[ 0.046630] PM: hibernation: Registered nosave memory: [mem 0x7a000000-0x7affffff]
[ 0.046631] PM: hibernation: Registered nosave memory: [mem 0x7b000000-0x7effffff]
[ 0.046633] PM: hibernation: Registered nosave memory: [mem 0x7f000000-0xe00f7fff]
[ 0.046634] PM: hibernation: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
[ 0.046636] PM: hibernation: Registered nosave memory: [mem 0xe00f9000-0xfed00fff]
[ 0.046637] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[ 0.046639] PM: hibernation: Registered nosave memory: [mem 0xfed02000-0xffcfffff]
[ 0.046640] PM: hibernation: Registered nosave memory: [mem 0xffd00000-0xffffffff]
[ 0.046644] [mem 0x7f000000-0xe00f7fff] available for PCI devices
[ 0.046650] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.054812] setup_percpu: NR_CPUS:6 nr_cpumask_bits:6 nr_cpu_ids:4 nr_node_ids:1
[ 0.055569] percpu: Embedded 54 pages/cpu s180568 r8192 d32424 u524288
[ 0.055586] pcpu-alloc: s180568 r8192 d32424 u524288 alloc=1*2097152
[ 0.055589] pcpu-alloc: [0] 0 1 2 3
[ 0.055639] Built 1 zonelists, mobility grouping on. Total pages: 2034619
[ 0.055641] Policy zone: Normal
[ 0.055644] Kernel command line: root=PARTUUID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx rw add_efi_memmap initrd=boot\initramfs-linux-5.8.5.img
[ 0.058109] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.059329] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.059391] mem auto-init: stack:byref_all, heap alloc:on, heap free:off
[ 0.133989] Memory: 7962520K/8267752K available (14340K kernel code, 1476K rwdata, 8068K rodata, 1464K init, 1092K bss, 305232K reserved, 0K cma-reserved)
[ 0.134003] random: get_random_u64 called from __kmem_cache_create+0x3f/0x6d0 with crng_init=0
[ 0.134327] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.134353] Kernel/User page tables isolation: enabled
[ 0.134386] ftrace: allocating 40404 entries in 158 pages
[ 0.155810] ftrace: allocated 158 pages with 5 groups
[ 0.156039] rcu: Preemptible hierarchical RCU implementation.
[ 0.156041] rcu: RCU dyntick-idle grace-period acceleration is enabled.
[ 0.156043] rcu: RCU restricting CPUs from NR_CPUS=6 to nr_cpu_ids=4.
[ 0.156045] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.156046] Trampoline variant of Tasks RCU enabled.
[ 0.156047] Rude variant of Tasks RCU enabled.
[ 0.156049] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.156050] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.163786] NR_IRQS: 4352, nr_irqs: 1024, preallocated irqs: 16
[ 0.164306] Console: colour dummy device 80x25
[ 0.164314] printk: console [tty0] enabled
[ 0.164357] ACPI: Core revision 20200528
[ 0.164580] APIC: Switch to symmetric I/O mode setup
[ 0.165386] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1f3b3266cb4, max_idle_ns: 440795224023 ns
[ 0.165394] Calibrating delay loop (skipped), value calculated using timer frequency.. 4335.88 BogoMIPS (lpj=7222223)
[ 0.165398] pid_max: default: 32768 minimum: 301
[ 0.168722] LSM: Security Framework initializing
[ 0.168722] Y[code]This is some code.[/code]ama: becoming mindful.
[ 0.168722] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.168722] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.168722] process: using mwait in idle threads
[ 0.168722] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[ 0.168722] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
[ 0.168722] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.168722] Spectre V2 : Mitigation: Full generic retpoline
[ 0.168722] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.168722] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[ 0.168722] Freeing SMP alternatives memory: 36K
[ 0.168722] smpboot: CPU0: Intel(R) Celeron(R) CPU N2840 @ 2.16GHz (family: 0x6, model: 0x37, stepping: 0x8)
[ 0.168722] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
[ 0.168722] ... version: 3
[ 0.168722] ... bit width: 40
[ 0.168722] ... generic registers: 2
[ 0.168722] ... value mask: 000000ffffffffff
[ 0.168722] ... max period: 0000007fffffffff
[ 0.168722] ... fixed-purpose events: 3
[ 0.168722] ... event mask: 0000000700000003
[ 0.168722] rcu: Hierarchical SRCU implementation.
[ 0.168722] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.168722] smp: Bringing up secondary CPUs ...
[ 0.168722] x86: Booting SMP configuration:
[ 0.168722] .... node #0, CPUs: #1
[ 0.168722] smp: Brought up 1 node, 2 CPUs
[ 0.168722] smpboot: Max logical packages: 2
[ 0.168722] smpboot: Total of 2 processors activated (8670.77 BogoMIPS)
[ 0.169204] devtmpfs: initialized
[ 0.169204] x86/mm: Memory block size: 128MB
[ 0.170640] PM: Registering ACPI NVS region [mem 0x0006f000-0x0006ffff] (4096 bytes)
[ 0.170640] PM: Registering ACPI NVS region [mem 0x78676000-0x78775fff] (1048576 bytes)
[ 0.170640] PM: Registering ACPI NVS region [mem 0x794d0000-0x79dcffff] (9437184 bytes)
[ 0.172106] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.172106] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.172237] xor: measuring software checksum speed
[ 0.205414] prefetch64-sse: 7728.000 MB/sec
[ 0.238739] generic_sse: 6925.200 MB/sec
[ 0.238742] xor: using function: prefetch64-sse (7728.000 MB/sec)
[ 0.238757] pinctrl core: initialized pinctrl subsystem
[ 0.238982] PM: RTC time: 14:54:04, date: 2020-10-22
[ 0.238985] thermal_sys: Registered thermal governor 'fair_share'
[ 0.238987] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.238988] thermal_sys: Registered thermal governor 'step_wise'
[ 0.238990] thermal_sys: Registered thermal governor 'user_space'
[ 0.238991] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.239269] NET: Registered protocol family 16
[ 0.239458] audit: initializing netlink subsys (disabled)
[ 0.239481] audit: type=2000 audit(1603378444.073:1): state=initialized audit_enabled=0 res=1
[ 0.239481] cpuidle: using governor ladder
[ 0.239481] cpuidle: using governor menu
[ 0.239481] ACPI: bus type PCI registered
[ 0.239481] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.239481] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[ 0.239481] PCI: not using MMCONFIG
[ 0.239481] PCI: Using configuration type 1 for base access
[ 0.239481] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.243611] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.302081] raid6: sse2x4 gen() 5201 MB/s
[ 0.358738] raid6: sse2x4 xor() 1466 MB/s
[ 0.415404] raid6: sse2x2 gen() 5019 MB/s
[ 0.469510] raid6: sse2x2 xor() 2805 MB/s
[ 0.526199] raid6: sse2x1 gen() 3875 MB/s
[ 0.582892] raid6: sse2x1 xor() 2035 MB/s
[ 0.582894] raid6: using algorithm sse2x4 gen() 5201 MB/s
[ 0.582896] raid6: .... xor() 1466 MB/s, rmw enabled
[ 0.582898] raid6: using ssse3x2 recovery algorithm
[ 0.585398] ACPI: Added _OSI(Module Device)
[ 0.585398] ACPI: Added _OSI(Processor Device)
[ 0.585398] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.585398] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.585398] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.585398] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.585398] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.608466] ACPI: 6 ACPI AML tables successfully acquired and loaded
[ 0.614518] ACPI: Dynamic OEM Table Load:
[ 0.614530] ACPI: SSDT 0xFFFF98F576FC9000 0003FE (v01 PmRef Cpu0Ist 00003000 INTL 20130117)
[ 0.616906] ACPI: Dynamic OEM Table Load:
[ 0.616917] ACPI: SSDT 0xFFFF98F576F40800 000433 (v01 PmRef Cpu0Cst 00003001 INTL 20130117)
[ 0.619844] ACPI: Dynamic OEM Table Load:
[ 0.619854] ACPI: SSDT 0xFFFF98F5765FCA00 00015F (v01 PmRef ApIst 00003000 INTL 20130117)
[ 0.621822] ACPI: Dynamic OEM Table Load:
[ 0.621831] ACPI: SSDT 0xFFFF98F5765DE0C0 00008D (v01 PmRef ApCst 00003000 INTL 20130117)
[ 0.624798] ACPI: EC: EC started
[ 0.624800] ACPI: EC: interrupt blocked
[ 0.625929] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.625935] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
[ 0.625936] ACPI: Interpreter enabled
[ 0.625988] ACPI: (supports S0 S3 S4 S5)
[ 0.625992] ACPI: Using IOAPIC for interrupt routing
[ 0.626084] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[ 0.627639] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in ACPI motherboard resources
[ 0.627659] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.628925] ACPI: Enabled 7 GPEs in block 00 to 3F
[ 0.636217] ACPI: Power Resource [USBC] (on)
[ 0.644875] ACPI: Power Resource [PLPE] (on)
[ 0.645653] ACPI: Power Resource [PLPE] (on)
[ 0.657306] ACPI: Power Resource [CLK0] (on)
[ 0.657423] ACPI: Power Resource [CLK1] (on)
[ 0.743380] ACPI: Power Resource [FN00] (off)
[ 0.745089] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.745102] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.745758] acpi PNP0A08:00: _OSC: platform does not support [PME]
[ 0.746385] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug AER PCIeCapability LTR DPC]
[ 0.746418] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 0.747479] PCI host bridge to bus 0000:00
[ 0.747484] pci_bus 0000:00: root bus resource [io 0x0070-0x0077]
[ 0.747488] pci_bus 0000:00: root bus resource [io 0x0000-0x006f window]
[ 0.747490] pci_bus 0000:00: root bus resource [io 0x0078-0x0cf7 window]
[ 0.747493] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.747497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.747499] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[ 0.747502] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[ 0.747505] pci_bus 0000:00: root bus resource [mem 0x80000000-0x909ffffe window]
[ 0.747508] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.747529] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
[ 0.747810] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
[ 0.747826] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x903fffff]
[ 0.747837] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff pref]
[ 0.747848] pci 0000:00:02.0: reg 0x20: [io 0x2050-0x2057]
[ 0.747870] pci 0000:00:02.0: BAR 2: assigned to efifb
[ 0.748124] pci 0000:00:13.0: [8086:0f23] type 00 class 0x010601
[ 0.748147] pci 0000:00:13.0: reg 0x10: [io 0x2048-0x204f]
[ 0.748157] pci 0000:00:13.0: reg 0x14: [io 0x205c-0x205f]
[ 0.748167] pci 0000:00:13.0: reg 0x18: [io 0x2040-0x2047]
[ 0.748176] pci 0000:00:13.0: reg 0x1c: [io 0x2058-0x205b]
[ 0.748186] pci 0000:00:13.0: reg 0x20: [io 0x2020-0x203f]
[ 0.748196] pci 0000:00:13.0: reg 0x24: [mem 0x9091c000-0x9091c7ff]
[ 0.748248] pci 0000:00:13.0: PME# supported from D3hot
[ 0.748477] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
[ 0.748500] pci 0000:00:14.0: reg 0x10: [mem 0x90900000-0x9090ffff 64bit]
[ 0.748565] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.748806] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
[ 0.748837] pci 0000:00:1a.0: reg 0x10: [mem 0x90800000-0x908fffff]
[ 0.748851] pci 0000:00:1a.0: reg 0x14: [mem 0x90700000-0x907fffff]
[ 0.748958] pci 0000:00:1a.0: PME# supported from D0 D3hot
[ 0.749200] pci 0000:00:1b.0: [8086:0f04] type 00 class 0x040300
[ 0.749227] pci 0000:00:1b.0: reg 0x10: [mem 0x90910000-0x90913fff 64bit]
[ 0.749304] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.749541] pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400
[ 0.749722] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.749983] pci 0000:00:1c.2: [8086:0f4c] type 01 class 0x060400
[ 0.750162] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.750396] pci 0000:00:1c.3: [8086:0f4e] type 01 class 0x060400
[ 0.750574] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.750813] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
[ 0.751117] pci 0000:00:1f.3: [8086:0f12] type 00 class 0x0c0500
[ 0.751161] pci 0000:00:1f.3: reg 0x10: [mem 0x90918000-0x9091801f]
[ 0.751233] pci 0000:00:1f.3: reg 0x20: [io 0x2000-0x201f]
[ 0.751631] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.751759] pci 0000:02:00.0: [168c:0036] type 00 class 0x028000
[ 0.751819] pci 0000:02:00.0: reg 0x10: [mem 0x90600000-0x9067ffff 64bit]
[ 0.751904] pci 0000:02:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
[ 0.752039] pci 0000:02:00.0: supports D1 D2
[ 0.752042] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.752319] pci 0000:00:1c.2: PCI bridge to [bus 02]
[ 0.752326] pci 0000:00:1c.2: bridge window [mem 0x90600000-0x906fffff]
[ 0.752451] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[ 0.752490] pci 0000:03:00.0: reg 0x10: [io 0x1000-0x10ff]
[ 0.752523] pci 0000:03:00.0: reg 0x18: [mem 0x90500000-0x90500fff 64bit]
[ 0.752545] pci 0000:03:00.0: reg 0x20: [mem 0x90400000-0x90403fff 64bit pref]
[ 0.752670] pci 0000:03:00.0: supports D1 D2
[ 0.752673] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.752934] pci 0000:00:1c.3: PCI bridge to [bus 03]
[ 0.752939] pci 0000:00:1c.3: bridge window [io 0x1000-0x1fff]
[ 0.752944] pci 0000:00:1c.3: bridge window [mem 0x90500000-0x905fffff]
[ 0.752950] pci 0000:00:1c.3: bridge window [mem 0x90400000-0x904fffff 64bit pref]
[ 0.754828] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.755065] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.755307] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.755547] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.755789] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.756025] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.756261] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.756497] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.765410] ACPI: EC: interrupt unblocked
[ 0.765410] ACPI: EC: event unblocked
[ 0.765412] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.765412] ACPI: EC: GPE=0x18
[ 0.765412] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
[ 0.765412] ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
[ 0.782088] dw_dmac INTL9C60:01: Missing DT data
[ 0.782106] fbcon: Taking over console
[ 0.799025] dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
[ 0.799082] iommu: Default domain type: Translated
[ 0.799785] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.799785] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.799785] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.799785] vgaarb: loaded
[ 0.799785] SCSI subsystem initialized
[ 0.802110] libata version 3.00 loaded.
[ 0.802110] ACPI: bus type USB registered
[ 0.802144] usbcore: registered new interface driver usbfs
[ 0.802161] usbcore: registered new interface driver hub
[ 0.802196] usbcore: registered new device driver usb
[ 0.831696] pps_core: LinuxPPS API ver. 1 registered
[ 0.831699] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.831707] PTP clock support registered
[ 0.831742] EDAC MC: Ver: 3.0.0
[ 0.832018] Registered efivars operations
[ 0.832482] NetLabel: Initializing
[ 0.832484] NetLabel: domain hash size = 128
[ 0.832485] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.832519] NetLabel: unlabeled traffic allowed by default
[ 0.832522] PCI: Using ACPI for IRQ routing
[ 0.833975] PCI: pci_cache_line_size set to 64 bytes
[ 0.834031] e820: reserve RAM buffer [mem 0x0006f000-0x0006ffff]
[ 0.834035] e820: reserve RAM buffer [mem 0x00086000-0x0008ffff]
[ 0.834037] e820: reserve RAM buffer [mem 0x1f000000-0x1fffffff]
[ 0.834039] e820: reserve RAM buffer [mem 0x74790018-0x77ffffff]
[ 0.834041] e820: reserve RAM buffer [mem 0x74d2c000-0x77ffffff]
[ 0.834044] e820: reserve RAM buffer [mem 0x760ee000-0x77ffffff]
[ 0.834046] e820: reserve RAM buffer [mem 0x77d66000-0x77ffffff]
[ 0.834048] e820: reserve RAM buffer [mem 0x794d0000-0x7bffffff]
[ 0.834050] e820: reserve RAM buffer [mem 0x7a000000-0x7bffffff]
[ 0.834183] clocksource: Switched to clocksource tsc-early
[ 0.869932] VFS: Disk quotas dquot_6.6.0
[ 0.869969] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.870137] pnp: PnP ACPI init
[ 0.870266] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.870438] system 00:01: [io 0x0680-0x069f] has been reserved
[ 0.870442] system 00:01: [io 0x0400-0x047f] has been reserved
[ 0.870446] system 00:01: [io 0x0500-0x05fe] has been reserved
[ 0.870450] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
[ 0.870461] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.870775] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.871740] system 00:03: [mem 0xe0000000-0xefffffff] could not be reserved
[ 0.871745] system 00:03: [mem 0xfed01000-0xfed01fff] has been reserved
[ 0.871748] system 00:03: [mem 0xfed03000-0xfed03fff] has been reserved
[ 0.871752] system 00:03: [mem 0xfed04000-0xfed04fff] has been reserved
[ 0.871755] system 00:03: [mem 0xfed0c000-0xfed0ffff] could not be reserved
[ 0.871759] system 00:03: [mem 0xfed08000-0xfed08fff] has been reserved
[ 0.871762] system 00:03: [mem 0xfed1c000-0xfed1cfff] has been reserved
[ 0.871765] system 00:03: [mem 0xfee00000-0xfeefffff] has been reserved
[ 0.871769] system 00:03: [mem 0xfef00000-0xfeffffff] has been reserved
[ 0.871779] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.875291] pnp: PnP ACPI: found 4 devices
[ 0.884327] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.884473] NET: Registered protocol family 2
[ 0.884783] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.884936] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.885387] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 0.885706] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.886042] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.886134] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.886279] NET: Registered protocol family 1
[ 0.886290] NET: Registered protocol family 44
[ 0.886302] pci 0000:02:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
[ 0.886315] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
[ 0.886320] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[ 0.886324] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
[ 0.886329] pci 0000:00:1c.2: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
[ 0.886333] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[ 0.886351] pci 0000:00:1c.0: BAR 14: no space for [mem size 0x00200000]
[ 0.886354] pci 0000:00:1c.0: BAR 14: failed to assign [mem size 0x00200000]
[ 0.886364] pci 0000:00:1c.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[ 0.886367] pci 0000:00:1c.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[ 0.886376] pci 0000:00:1c.2: BAR 15: no space for [mem size 0x00200000 64bit pref]
[ 0.886379] pci 0000:00:1c.2: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[ 0.886386] pci 0000:00:1c.0: BAR 13: assigned [io 0x3000-0x3fff]
[ 0.886391] pci 0000:00:1c.2: BAR 13: assigned [io 0x4000-0x4fff]
[ 0.886402] pci 0000:00:1c.2: BAR 15: no space for [mem size 0x00200000 64bit pref]
[ 0.886405] pci 0000:00:1c.2: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[ 0.886411] pci 0000:00:1c.0: BAR 14: no space for [mem size 0x00200000]
[ 0.886414] pci 0000:00:1c.0: BAR 14: failed to assign [mem size 0x00200000]
[ 0.886423] pci 0000:00:1c.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[ 0.886426] pci 0000:00:1c.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[ 0.886431] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.886435] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
[ 0.886448] pci 0000:02:00.0: BAR 6: assigned [mem 0x90680000-0x9068ffff pref]
[ 0.886451] pci 0000:00:1c.2: PCI bridge to [bus 02]
[ 0.886455] pci 0000:00:1c.2: bridge window [io 0x4000-0x4fff]
[ 0.886460] pci 0000:00:1c.2: bridge window [mem 0x90600000-0x906fffff]
[ 0.886468] pci 0000:00:1c.3: PCI bridge to [bus 03]
[ 0.886471] pci 0000:00:1c.3: bridge window [io 0x1000-0x1fff]
[ 0.886476] pci 0000:00:1c.3: bridge window [mem 0x90500000-0x905fffff]
[ 0.886481] pci 0000:00:1c.3: bridge window [mem 0x90400000-0x904fffff 64bit pref]
[ 0.886487] pci_bus 0000:00: resource 4 [io 0x0070-0x0077]
[ 0.886490] pci_bus 0000:00: resource 5 [io 0x0000-0x006f window]
[ 0.886493] pci_bus 0000:00: resource 6 [io 0x0078-0x0cf7 window]
[ 0.886496] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.886499] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[ 0.886501] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[ 0.886504] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[ 0.886507] pci_bus 0000:00: resource 11 [mem 0x80000000-0x909ffffe window]
[ 0.886510] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
[ 0.886513] pci_bus 0000:02: resource 0 [io 0x4000-0x4fff]
[ 0.886516] pci_bus 0000:02: resource 1 [mem 0x90600000-0x906fffff]
[ 0.886519] pci_bus 0000:03: resource 0 [io 0x1000-0x1fff]
[ 0.886522] pci_bus 0000:03: resource 1 [mem 0x90500000-0x905fffff]
[ 0.886525] pci_bus 0000:03: resource 2 [mem 0x90400000-0x904fffff 64bit pref]
[ 0.886721] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.887191] PCI: CLS 64 bytes, default 64
[ 0.887308] Trying to unpack rootfs image as initramfs...
[ 1.253930] Freeing initrd memory: 14352K
[ 1.253937] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 1.253940] software IO TLB: mapped [mem 0x6c000000-0x70000000] (64MB)
[ 1.254011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1f3b3266cb4, max_idle_ns: 440795224023 ns
[ 1.254051] clocksource: Switched to clocksource tsc
[ 1.254133] check: Scanning for low memory corruption every 60 seconds
[ 1.254968] Initialise system trusted keyrings
[ 1.254992] Key type blacklist registered
[ 1.255109] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[ 1.258020] zbud: loaded
[ 1.273783] Key type asymmetric registered
[ 1.273786] Asymmetric key parser 'x509' registered
[ 1.273806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 1.273904] io scheduler mq-deadline registered
[ 1.273906] io scheduler kyber registered
[ 1.273966] io scheduler bfq registered
[ 1.274705] pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.275183] pcieport 0000:00:1c.2: pciehp: Slot #2 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.275648] pcieport 0000:00:1c.3: pciehp: Slot #3 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.275910] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 1.276148] efifb: probing for efifb
[ 1.276175] efifb: framebuffer at 0x80000000, using 4128k, total 4128k
[ 1.276178] efifb: mode is 1366x768x32, linelength=5504, pages=1
[ 1.276179] efifb: scrolling: redraw
[ 1.276181] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 1.276390] Console: switching to colour frame buffer device 170x48
[ 1.282370] fb0: EFI VGA frame buffer device
[ 1.282391] intel_idle: MWAIT substates: 0x33000020
[ 1.282393] intel_idle: v0.5.1 model 0x37
[ 1.282602] intel_idle: Local APIC timer is reliable in all C-states
[ 1.282745] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 1.292113] ACPI: Power Button [PWRB]
[ 1.292187] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[ 1.292228] ACPI: Sleep Button [SLPB]
[ 1.292320] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[ 1.292359] ACPI: Lid Switch [LID0]
[ 1.292431] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 1.292500] ACPI: Power Button [PWRF]
[ 1.297493] thermal LNXTHERM:00: registered as thermal_zone0
[ 1.297497] ACPI: Thermal Zone [TZ01] (23 C)
[ 1.298072] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.298286] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 1.299521] hpet: number irqs doesn't agree with number of timers
[ 1.299583] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[ 1.299585] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[ 1.301362] ahci 0000:00:13.0: version 3.0
[ 1.312242] ahci 0000:00:13.0: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x1 impl SATA mode
[ 1.312262] ahci 0000:00:13.0: flags: 64bit ncq led clo pio slum part deso sadm
[ 1.313204] scsi host0: ahci
[ 1.313840] scsi host1: ahci
[ 1.313945] ata1: SATA max UDMA/133 abar m2048@0x9091c000 port 0x9091c100 irq 90
[ 1.313948] ata2: DUMMY
[ 1.314133] usbcore: registered new interface driver usbserial_generic
[ 1.314148] usbserial: USB Serial support registered for generic
[ 1.314205] rtc_cmos 00:00: RTC can wake from S4
[ 1.314754] rtc_cmos 00:00: registered as rtc0
[ 1.314848] rtc_cmos 00:00: setting system clock to 2020-10-22T14:54:05 UTC (1603378445)
[ 1.314886] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
[ 1.315038] intel_pstate: Intel P-state driver initializing
[ 1.315332] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.315718] drop_monitor: Initializing network drop monitor service
[ 1.316061] NET: Registered protocol family 10
[ 1.327368] Segment Routing with IPv6
[ 1.327371] RPL Segment Routing with IPv6
[ 1.327411] NET: Registered protocol family 17
[ 1.327776] microcode: sig=0x30678, pf=0x8, revision=0x829
[ 1.327860] microcode: Microcode Update Driver: v2.2.
[ 1.327868] IPI shorthand broadcast: enabled
[ 1.327883] sched_clock: Marking stable (1326611790, 1237740)->(1336375833, -8526303)
[ 1.328016] registered taskstats version 1
[ 1.328048] Loading compiled-in X.509 certificates
[ 1.334967] Loaded X.509 cert 'Build time autogenerated kernel key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
[ 1.335195] zswap: loaded using pool lz4/z3fold
[ 1.335466] Key type ._fscrypt registered
[ 1.335468] Key type .fscrypt registered
[ 1.335469] Key type fscrypt-provisioning registered
[ 1.337328] Btrfs loaded, crc32c=crc32c-generic
[ 1.337378] BTRFS: selftest: sectorsize: 4096 nodesize: 4096
[ 1.337380] BTRFS: selftest: running btrfs free space cache tests
[ 1.337388] BTRFS: selftest: running extent only tests
[ 1.337396] BTRFS: selftest: running bitmap only tests
[ 1.337421] BTRFS: selftest: running bitmap and extent tests
[ 1.337437] BTRFS: selftest: running space stealing from bitmap to extent tests
[ 1.337830] BTRFS: selftest: running extent buffer operation tests
[ 1.337832] BTRFS: selftest: running btrfs_split_item tests
[ 1.337858] BTRFS: selftest: running extent I/O tests
[ 1.337860] BTRFS: selftest: running find delalloc tests
[ 1.545550] BTRFS: selftest: running find_first_clear_extent_bit test
[ 1.545560] BTRFS: selftest: running extent buffer bitmap tests
[ 1.588587] BTRFS: selftest: running inode tests
[ 1.588588] BTRFS: selftest: running btrfs_get_extent tests
[ 1.588657] BTRFS: selftest: running hole first btrfs_get_extent test
[ 1.588673] BTRFS: selftest: running outstanding_extents tests
[ 1.588699] BTRFS: selftest: running qgroup tests
[ 1.588701] BTRFS: selftest: running qgroup add/remove tests
[ 1.588741] BTRFS: selftest: running qgroup multiple refs test
[ 1.588785] BTRFS: selftest: running free space tree tests
[ 1.615191] BTRFS: selftest: sectorsize: 4096 nodesize: 8192
[ 1.615192] BTRFS: selftest: running btrfs free space cache tests
[ 1.615196] BTRFS: selftest: running extent only tests
[ 1.615202] BTRFS: selftest: running bitmap only tests
[ 1.615219] BTRFS: selftest: running bitmap and extent tests
[ 1.615236] BTRFS: selftest: running space stealing from bitmap to extent tests
[ 1.615639] BTRFS: selftest: running extent buffer operation tests
[ 1.615640] BTRFS: selftest: running btrfs_split_item tests
[ 1.615654] BTRFS: selftest: running extent I/O tests
[ 1.615655] BTRFS: selftest: running find delalloc tests
[ 1.626639] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.823113] BTRFS: selftest: running find_first_clear_extent_bit test
[ 1.823123] BTRFS: selftest: running extent buffer bitmap tests
[ 1.866176] BTRFS: selftest: running inode tests
[ 1.866177] BTRFS: selftest: running btrfs_get_extent tests
[ 1.866248] BTRFS: selftest: running hole first btrfs_get_extent test
[ 1.866264] BTRFS: selftest: running outstanding_extents tests
[ 1.866289] BTRFS: selftest: running qgroup tests
[ 1.866291] BTRFS: selftest: running qgroup add/remove tests
[ 1.866321] BTRFS: selftest: running qgroup multiple refs test
[ 1.866364] BTRFS: selftest: running free space tree tests
[ 1.871298] ata1.00: ATA-8: ST9160412AS, D005SDM1, max UDMA/133
[ 1.871301] ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 32)
[ 1.873348] ata1.00: configured for UDMA/133
[ 1.875775] scsi 0:0:0:0: Direct-Access ATA ST9160412AS SDM1 PQ: 0 ANSI: 5
[ 1.876280] sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[ 1.876308] sd 0:0:0:0: [sda] Write Protect is off
[ 1.876311] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.876358] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.892869] BTRFS: selftest: sectorsize: 4096 nodesize: 16384
[ 1.892871] BTRFS: selftest: running btrfs free space cache tests
[ 1.892875] BTRFS: selftest: running extent only tests
[ 1.892882] BTRFS: selftest: running bitmap only tests
[ 1.892899] BTRFS: selftest: running bitmap and extent tests
[ 1.892915] BTRFS: selftest: running space stealing from bitmap to extent tests
[ 1.893306] BTRFS: selftest: running extent buffer operation tests
[ 1.893307] BTRFS: selftest: running btrfs_split_item tests
[ 1.893323] BTRFS: selftest: running extent I/O tests
[ 1.893324] BTRFS: selftest: running find delalloc tests
[ 1.951889] sda: sda1 sda2 sda3 sda4
[ 1.952971] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.102161] BTRFS: selftest: running find_first_clear_extent_bit test
[ 2.102171] BTRFS: selftest: running extent buffer bitmap tests
[ 2.145207] BTRFS: selftest: running inode tests
[ 2.145209] BTRFS: selftest: running btrfs_get_extent tests
[ 2.145281] BTRFS: selftest: running hole first btrfs_get_extent test
[ 2.145299] BTRFS: selftest: running outstanding_extents tests
[ 2.145326] BTRFS: selftest: running qgroup tests
[ 2.145328] BTRFS: selftest: running qgroup add/remove tests
[ 2.145359] BTRFS: selftest: running qgroup multiple refs test
[ 2.145412] BTRFS: selftest: running free space tree tests
[ 2.171897] BTRFS: selftest: sectorsize: 4096 nodesize: 32768
[ 2.171899] BTRFS: selftest: running btrfs free space cache tests
[ 2.171902] BTRFS: selftest: running extent only tests
[ 2.171909] BTRFS: selftest: running bitmap only tests
[ 2.171927] BTRFS: selftest: running bitmap and extent tests
[ 2.171943] BTRFS: selftest: running space stealing from bitmap to extent tests
[ 2.172346] BTRFS: selftest: running extent buffer operation tests
[ 2.172348] BTRFS: selftest: running btrfs_split_item tests
[ 2.172368] BTRFS: selftest: running extent I/O tests
[ 2.172369] BTRFS: selftest: running find delalloc tests
[ 2.379689] BTRFS: selftest: running find_first_clear_extent_bit test
[ 2.379699] BTRFS: selftest: running extent buffer bitmap tests
[ 2.422745] BTRFS: selftest: running inode tests
[ 2.422747] BTRFS: selftest: running btrfs_get_extent tests
[ 2.422825] BTRFS: selftest: running hole first btrfs_get_extent test
[ 2.422846] BTRFS: selftest: running outstanding_extents tests
[ 2.422874] BTRFS: selftest: running qgroup tests
[ 2.422876] BTRFS: selftest: running qgroup add/remove tests
[ 2.422907] BTRFS: selftest: running qgroup multiple refs test
[ 2.422953] BTRFS: selftest: running free space tree tests
[ 2.449545] BTRFS: selftest: sectorsize: 4096 nodesize: 65536
[ 2.449547] BTRFS: selftest: running btrfs free space cache tests
[ 2.449551] BTRFS: selftest: running extent only tests
[ 2.449557] BTRFS: selftest: running bitmap only tests
[ 2.449574] BTRFS: selftest: running bitmap and extent tests
[ 2.449591] BTRFS: selftest: running space stealing from bitmap to extent tests
[ 2.449981] BTRFS: selftest: running extent buffer operation tests
[ 2.449982] BTRFS: selftest: running btrfs_split_item tests
[ 2.450010] BTRFS: selftest: running extent I/O tests
[ 2.450012] BTRFS: selftest: running find delalloc tests
[ 2.657405] BTRFS: selftest: running find_first_clear_extent_bit test
[ 2.657415] BTRFS: selftest: running extent buffer bitmap tests
[ 2.700480] BTRFS: selftest: running inode tests
[ 2.700481] BTRFS: selftest: running btrfs_get_extent tests
[ 2.700572] BTRFS: selftest: running hole first btrfs_get_extent test
[ 2.700598] BTRFS: selftest: running outstanding_extents tests
[ 2.700632] BTRFS: selftest: running qgroup tests
[ 2.700633] BTRFS: selftest: running qgroup add/remove tests
[ 2.700665] BTRFS: selftest: running qgroup multiple refs test
[ 2.700714] BTRFS: selftest: running free space tree tests
[ 2.727492] BTRFS: selftest: running extent_map tests
[ 2.727504] BTRFS: selftest: running rmap tests
[ 2.728372] PM: Magic number: 8:55:941
[ 2.728431] dma dma0chan6: hash matches
[ 2.728828] RAS: Correctable Errors collector initialized.
[ 2.735679] Freeing unused kernel image (initmem) memory: 1464K
[ 2.745908] Write protecting the kernel read-only data: 24576k
[ 2.747299] Freeing unused kernel image (text/rodata gap) memory: 2040K
[ 2.747570] Freeing unused kernel image (rodata/data gap) memory: 124K
[ 2.804210] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 2.804290] x86/mm: Checking user space page tables
[ 2.859584] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 2.859594] Run /init as init process
[ 2.859596] with arguments:
[ 2.859597] /init
[ 2.859598] with environment:
[ 2.859599] HOME=/
[ 2.859601] TERM=linux
[ 3.124339] i8042: PNP: PS/2 Controller [PNP0303:KBD0] at 0x60,0x64 irq 1
[ 3.124342] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 3.125456] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 3.221209] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 3.221220] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 3.222507] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[ 3.222514] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 3.223029] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[ 3.223032] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.223035] usb usb1: Product: xHCI Host Controller
[ 3.223037] usb usb1: Manufacturer: Linux 5.8.5 xhci-hcd
[ 3.223039] usb usb1: SerialNumber: 0000:00:14.0
[ 3.223332] hub 1-0:1.0: USB hub found
[ 3.223351] hub 1-0:1.0: 6 ports detected
[ 3.224155] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 3.224162] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 3.224170] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 3.224267] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08
[ 3.224269] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.224272] usb usb2: Product: xHCI Host Controller
[ 3.224274] usb usb2: Manufacturer: Linux 5.8.5 xhci-hcd
[ 3.224276] usb usb2: SerialNumber: 0000:00:14.0
[ 3.224509] hub 2-0:1.0: USB hub found
[ 3.224525] hub 2-0:1.0: 1 port detected
[ 3.251647] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[ 3.551898] BTRFS: device fsid f6155995-a656-468b-b8ae-f91496812120 devid 1 transid 3445 /dev/sda2 scanned by systemd-udevd (153)
[ 3.552083] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[ 3.693866] usb 1-3: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.37
[ 3.693870] usb 1-3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 3.693873] usb 1-3: Product: USB2.0 Hub
[ 3.694822] hub 1-3:1.0: USB hub found
[ 3.695167] hub 1-3:1.0: 4 ports detected
[ 3.695766] usb: port power management may be unreliable
[ 3.781809] BTRFS: device fsid 61d2ce3e-aa39-4d09-80f2-1d2864214982 devid 1 transid 9858 /dev/sda4 scanned by systemd-udevd (146)
[ 3.819015] usb 1-4: new high-speed USB device number 3 using xhci_hcd
[ 3.925145] random: fast init done
[ 3.978981] usb 1-4: New USB device found, idVendor=04f2, idProduct=b47f, bcdDevice=40.51
[ 3.978985] usb 1-4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 3.978988] usb 1-4: Product: VGA Webcam
[ 3.978991] usb 1-4: Manufacturer: Chicony Electronics Co.,Ltd.
[ 3.978993] usb 1-4: SerialNumber: 0x0001
[ 4.032535] usb 1-3.1: new full-speed USB device number 4 using xhci_hcd
[ 4.097510] BTRFS info (device sda2): disk space caching is enabled
[ 4.097513] BTRFS info (device sda2): has skinny extents
[ 4.125002] usb 1-3.1: New USB device found, idVendor=04ca, idProduct=300b, bcdDevice= 0.01
[ 4.125006] usb 1-3.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.205413] usb 1-3.4: new high-speed USB device number 5 using xhci_hcd
[ 4.296152] usb 1-3.4: New USB device found, idVendor=0bda, idProduct=0129, bcdDevice=39.60
[ 4.296155] usb 1-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4.296158] usb 1-3.4: Product: USB2.0-CRW
[ 4.296160] usb 1-3.4: Manufacturer: Generic
[ 4.296162] usb 1-3.4: SerialNumber: 20100201396000000
[ 4.306061] usbcore: registered new interface driver rtsx_usb
[ 6.068298] systemd[1]: systemd 246.3-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[ 6.082685] systemd[1]: Detected architecture x86-64.
[ 6.112383] systemd[1]: Set hostname to <acer>.
[ 6.169351] random: crng init done
[ 7.780780] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.783072] systemd[1]: Created slice system-getty.slice.
[ 7.783861] systemd[1]: Created slice system-modprobe.slice.
[ 7.784534] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 7.785330] systemd[1]: Created slice User and Session Slice.
[ 7.785655] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 7.785909] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 7.786409] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 7.786653] systemd[1]: Reached target Local Encrypted Volumes.
[ 7.786801] systemd[1]: Reached target Login Prompts.
[ 7.786973] systemd[1]: Reached target Paths.
[ 7.787116] systemd[1]: Reached target Remote File Systems.
[ 7.787259] systemd[1]: Reached target Slices.
[ 7.787553] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 7.788803] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 7.789175] systemd[1]: Listening on LVM2 poll daemon socket.
[ 7.793044] systemd[1]: Listening on Process Core Dump Socket.
[ 7.800200] systemd[1]: Listening on Journal Audit Socket.
[ 7.800658] systemd[1]: Listening on Journal Socket (/dev/log).
[ 7.801092] systemd[1]: Listening on Journal Socket.
[ 7.808783] systemd[1]: Listening on udev Control Socket.
[ 7.809247] systemd[1]: Listening on udev Kernel Socket.
[ 7.811530] systemd[1]: Mounting Huge Pages File System...
[ 7.814058] systemd[1]: Mounting POSIX Message Queue File System...
[ 7.816728] systemd[1]: Mounting Kernel Debug File System...
[ 7.820332] systemd[1]: Mounting Kernel Trace File System...
[ 7.823100] systemd[1]: Starting Create list of static device nodes for the current kernel...
[ 7.825982] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 7.828857] systemd[1]: Starting Load Kernel Module drm...
[ 7.829337] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 7.833223] systemd[1]: Starting Journal Service...
[ 7.836077] systemd[1]: Starting Load Kernel Modules...
[ 7.841010] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 7.841386] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[ 7.843853] systemd[1]: Starting Coldplug All udev Devices...
[ 7.864488] systemd[1]: Mounted Huge Pages File System.
[ 7.865013] systemd[1]: Mounted Kernel Debug File System.
[ 7.865443] systemd[1]: Mounted Kernel Trace File System.
[ 7.874976] systemd[1]: Finished Create list of static device nodes for the current kernel.
[ 7.875737] systemd[1]: Mounted POSIX Message Queue File System.
[ 8.007581] Asymmetric key parser 'pkcs8' registered
[ 8.026791] systemd[1]: Finished Load Kernel Modules.
[ 8.028583] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[ 8.030701] systemd[1]: Mounting Kernel Configuration File System...
[ 8.037567] systemd[1]: Starting Apply Kernel Variables...
[ 8.044387] systemd[1]: Mounted Kernel Configuration File System.
[ 8.109806] Linux agpgart interface v0.103
[ 8.137659] systemd[1]: Finished Coldplug All udev Devices.
[ 8.282343] systemd[1]: Finished Apply Kernel Variables.
[ 8.818418] systemd[1]: modprobe@drm.service: Succeeded.
[ 8.819309] systemd[1]: Finished Load Kernel Module drm.
[ 9.107675] BTRFS info (device sda2): disk space caching is enabled
[ 9.111576] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 9.113044] audit: type=1130 audit(1603378453.296:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 9.113363] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[ 9.123357] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[ 9.125303] systemd[1]: Starting Load/Save Random Seed...
[ 9.126870] systemd[1]: Condition check resulted in Create System Users being skipped.
[ 9.129089] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 9.211963] systemd[1]: Started Journal Service.
[ 9.213495] audit: type=1130 audit(1603378453.396:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 9.239355] audit: type=1130 audit(1603378453.423:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 9.241111] audit: type=1334 audit(1603378453.423:5): prog-id=5 op=LOAD
[ 9.241182] audit: type=1334 audit(1603378453.423:6): prog-id=6 op=LOAD
[ 9.292668] audit: type=1130 audit(1603378453.476:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 10.955487] audit: type=1130 audit(1603378455.136:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 10.960370] audit: type=1130 audit(1603378455.143:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 11.743074] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[ 11.831109] hid: raw HID events driver (C) Jiri Kosina
[ 12.069433] battery: ACPI: Battery Slot [BAT0] (battery present)
[ 12.070323] ACPI: AC Adapter [ADP1] (on-line)
[ 12.109561] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 12.113182] i2c i2c-1: 1/2 memory slots populated (from DMI)
[ 12.189107] i2c_hid i2c-ELAN0501:00: supply vdd not found, using dummy regulator
[ 12.189138] i2c_hid i2c-ELAN0501:00: supply vddl not found, using dummy regulator
[ 12.190459] i2c i2c-1: Successfully instantiated SPD at 0x50
[ 12.495560] audit: type=1130 audit(1603378456.680:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 12.684145] mc: Linux media interface: v0.10
[ 12.700403] input: PC Speaker as /devices/platform/pcspkr/input/input5
[ 12.912133] cryptd: max_cpu_qlen set to 1000
[ 13.205444] Adding 8388604k swap on /dev/sda3. Priority:-2 extents:1 across:8388604k FS
[ 13.752111] acer_wmi: Acer Laptop ACPI-WMI Extras
[ 13.752155] acer_wmi: Function bitmap for Communication Button: 0x801
[ 13.826151] input: Acer WMI hotkeys as /devices/virtual/input/input6
[ 13.985515] at24 1-0050: supply vcc not found, using dummy regulator
[ 13.987698] at24 1-0050: 256 byte spd EEPROM, read-only
[ 14.101587] audit: type=1130 audit(1603378458.283:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 14.105357] input: ELAN0501:00 04F3:300B Mouse as /devices/platform/80860F41:00/i2c-0/i2c-ELAN0501:00/0018:04F3:300B.0001/input/input7
[ 14.118965] input: ELAN0501:00 04F3:300B Touchpad as /devices/platform/80860F41:00/i2c-0/i2c-ELAN0501:00/0018:04F3:300B.0001/input/input8
[ 14.122387] hid-generic 0018:04F3:300B.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN0501:00 04F3:300B] on i2c-ELAN0501:00
[ 14.209113] libphy: r8169: probed
[ 14.209415] r8169 0000:03:00.0 eth0: RTL8168g/8111g, 30:65:ec:7f:a3:63, XID 4c0, IRQ 93
[ 14.209418] r8169 0000:03:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[ 14.217129] r8169 0000:03:00.0 ens3: renamed from eth0
[ 14.367846] intel_rapl_common: Found RAPL domain package
[ 14.367850] intel_rapl_common: Found RAPL domain core
[ 14.387595] input: ELAN0501:00 04F3:300B Mouse as /devices/platform/80860F41:00/i2c-0/i2c-ELAN0501:00/0018:04F3:300B.0001/input/input9
[ 14.387940] input: ELAN0501:00 04F3:300B Touchpad as /devices/platform/80860F41:00/i2c-0/i2c-ELAN0501:00/0018:04F3:300B.0001/input/input10
[ 14.388265] hid-multitouch 0018:04F3:300B.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN0501:00 04F3:300B] on i2c-ELAN0501:00
[ 14.419306] audit: type=1130 audit(1603378458.603:12): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 14.443225] BTRFS info (device sda4): disk space caching is enabled
[ 14.443229] BTRFS info (device sda4): has skinny extents
[ 14.475976] videodev: Linux video capture interface: v2.00
[ 14.524602] mousedev: PS/2 mouse device common for all mice
[ 14.655432] intel-spi intel-spi: gd25lq64c (8192 Kbytes)
[ 14.752130] Creating 1 MTD partitions on "intel-spi":
[ 14.752138] 0x000000000000-0x000000800000 : "BIOS"
[ 14.910949] Bluetooth: Core ver 2.22
[ 14.918762] NET: Registered protocol family 31
[ 14.918766] Bluetooth: HCI device and connection manager initialized
[ 14.918773] Bluetooth: HCI socket layer initialized
[ 14.918777] Bluetooth: L2CAP socket layer initialized
[ 14.918793] Bluetooth: SCO socket layer initialized
[ 15.180285] audit: type=1130 audit(1603378459.363:13): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-5BF6\x2dCF28 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 15.367928] uvcvideo: Found UVC 1.00 device VGA Webcam (04f2:b47f)
[ 15.378311] uvcvideo 1-4:1.0: Entity type for entity Extension 4 was not initialized!
[ 15.378316] uvcvideo 1-4:1.0: Entity type for entity Extension 7 was not initialized!
[ 15.378319] uvcvideo 1-4:1.0: Entity type for entity Processing 2 was not initialized!
[ 15.378322] uvcvideo 1-4:1.0: Entity type for entity Camera 1 was not initialized!
[ 15.378535] input: VGA Webcam: VGA Webcam as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input11
[ 15.378966] usbcore: registered new interface driver uvcvideo
[ 15.378969] USB Video Class driver (1.1.1)
[ 15.487867] usbcore: registered new interface driver btusb
[ 15.670680] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 15.694748] audit: type=1130 audit(1603378459.876:14): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 15.698519] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 15.699310] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 15.699316] cfg80211: failed to load regulatory.db
[ 15.742239] audit: type=1127 audit(1603378459.926:15): pid=324 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[ 15.764434] usbcore: registered new interface driver ath3k
[ 15.768849] usb 1-3.1: USB disconnect, device number 4
[ 15.862609] audit: type=1130 audit(1603378460.046:16): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 15.928813] audit: type=1130 audit(1603378460.106:17): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 15.940595] audit: type=1334 audit(1603378460.123:18): prog-id=7 op=LOAD
[ 15.942490] audit: type=1334 audit(1603378460.126:19): prog-id=8 op=LOAD
[ 15.978942] audit: type=1130 audit(1603378460.163:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 15.982324] usb 1-3.1: new full-speed USB device number 6 using xhci_hcd
[ 16.073274] usb 1-3.1: New USB device found, idVendor=04ca, idProduct=300b, bcdDevice= 0.02
[ 16.073279] usb 1-3.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 16.259267] audit: type=1131 audit(1603378460.443:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 16.575130] Bluetooth: HCI UART driver ver 2.3
[ 16.575134] Bluetooth: HCI UART protocol H4 registered
[ 16.575135] Bluetooth: HCI UART protocol BCSP registered
[ 16.595454] Bluetooth: HCI UART protocol LL registered
[ 16.595457] Bluetooth: HCI UART protocol ATH3K registered
[ 16.596650] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 16.597759] Bluetooth: HCI UART protocol Intel registered
[ 16.602245] Bluetooth: HCI UART protocol Broadcom registered
[ 16.612250] Bluetooth: HCI UART protocol QCA registered
[ 16.612254] Bluetooth: HCI UART protocol AG6XX registered
[ 16.613353] Bluetooth: HCI UART protocol Marvell registered
[ 18.665453] Generic FE-GE Realtek PHY r8169-300:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-300:00, irq=IGNORE)
[ 18.800807] r8169 0000:03:00.0 ens3: Link is Down
[ 21.158399] kauditd_printk_skb: 9 callbacks suppressed
[ 21.158402] audit: type=1131 audit(1603378465.340:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 22.781659] Setting dangerous option enable_dc - tainting kernel
[ 22.781665] Setting dangerous option enable_fbc - tainting kernel
[ 22.781667] Setting dangerous option disable_power_well - tainting kernel
[ 22.781669] Setting dangerous option enable_psr - tainting kernel
[ 22.795860] checking generic (80000000 408000) vs hw (90000000 400000)
[ 22.795864] checking generic (80000000 408000) vs hw (80000000 10000000)
[ 22.795865] fb0: switching to inteldrmfb from EFI VGA
[ 22.796072] Console: switching to colour dummy device 80x25
[ 22.796097] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 22.796278] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 22.797089] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 22.823226] [drm] Initialized i915 1.6.0 20200515 for 0000:00:02.0 on minor 0
[ 22.825704] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 22.826077] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12
[ 22.829309] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 22.959992] fbcon: i915drmfb (fb0) is primary device
[ 22.960152] Console: switching to colour frame buffer device 170x48
[ 22.960165] i915 0000:00:02.0: fb0: i915drmfb frame buffer device
[ 23.243658] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC283: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 23.243663] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 23.243666] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 23.243668] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 23.243669] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 23.243672] snd_hda_codec_realtek hdaudioC0D0: Mic=0x1b
[ 23.395759] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[ 23.395884] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[ 23.395999] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[ 23.470704] ath: phy0: WB335 2-ANT card detected
[ 23.470708] ath: phy0: Set BT/WLAN RX diversity capability
[ 23.488416] ath: phy0: Enable LNA combining
[ 23.494361] ath: phy0: ASPM enabled: 0x43
[ 23.494367] ath: EEPROM regdomain: 0x65
[ 23.494368] ath: EEPROM indicates we should expect a direct regpair map
[ 23.494371] ath: Country alpha2 being used: 00
[ 23.494372] ath: Regpair used: 0x65
[ 23.496930] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 23.521290] ieee80211 phy0: Atheros AR9565 Rev:1 mem=0xffffa05240980000, irq=18
[ 23.559587] audit: type=1130 audit(1603378467.740:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 23.830330] audit: type=1130 audit(1603378468.013:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 25.681137] audit: type=1130 audit(1603378469.863:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 26.131704] audit: type=1100 audit(1603378470.313:35): pid=383 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_faillock,pam_shells,pam_permit acct="maricela" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[ 26.135634] audit: type=1101 audit(1603378470.320:36): pid=383 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="maricela" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[ 26.149112] audit: type=1103 audit(1603378470.333:37): pid=383 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_shells,pam_permit acct="maricela" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[ 26.149360] audit: type=1006 audit(1603378470.333:38): pid=383 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 26.225712] audit: type=1130 audit(1603378470.410:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 26.256808] audit: type=1101 audit(1603378470.440:40): pid=393 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="maricela" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 26.257523] audit: type=1103 audit(1603378470.440:41): pid=393 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="maricela" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 26.258437] audit: type=1006 audit(1603378470.440:42): pid=393 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[ 26.264967] audit: type=1105 audit(1603378470.446:43): pid=393 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="maricela" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 26.290001] audit: type=1334 audit(1603378470.473:44): prog-id=11 op=LOAD
[ 26.290010] audit: type=1334 audit(1603378470.473:45): prog-id=11 op=UNLOAD
[ 27.251489] wlan0: authenticate with 44:32:c8:93:c8:8c
[ 27.273939] wlan0: send auth to 44:32:c8:93:c8:8c (try 1/3)
[ 27.277319] wlan0: authenticated
[ 27.278757] wlan0: associate with 44:32:c8:93:c8:8c (try 1/3)
[ 27.282530] wlan0: RX AssocResp from 44:32:c8:93:c8:8c (capab=0x411 status=0 aid=7)
[ 27.282689] wlan0: associated
[ 27.521203] audit: type=1130 audit(1603378471.703:46): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 27.532124] audit: type=1105 audit(1603378471.713:47): pid=383 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="maricela" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[ 27.987746] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 28.036647] audit: type=1112 audit(1603378472.220:48): pid=383 uid=0 auid=1000 ses=1 msg='op=login id=1000 exe="/usr/bin/lightdm" hostname=acer addr=? terminal=/dev/tty7 res=success'
[ 29.781121] fuse: init (API version 7.31)
[ 32.359438] kauditd_printk_skb: 3 callbacks suppressed
[ 32.359441] audit: type=1130 audit(1603378476.543:52): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 33.229635] audit: type=1130 audit(1603378477.410:53): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 35.808787] audit: type=1130 audit(1603378479.990:54): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 39.015404] audit: type=1131 audit(1603378483.196:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 41.925774] audit: type=1334 audit(1603378486.110:56): prog-id=12 op=LOAD
[ 41.926186] audit: type=1334 audit(1603378486.110:57): prog-id=13 op=LOAD
[ 45.550167] audit: type=1130 audit(1603378489.733:58): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 61.463811] audit: type=1131 audit(1603378505.646:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 61.522285] audit: type=1334 audit(1603378505.706:60): prog-id=10 op=UNLOAD
[ 61.522293] audit: type=1334 audit(1603378505.706:61): prog-id=9 op=UNLOAD
[ 920.509799] audit: type=1130 audit(1603379364.693:62): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 920.509808] audit: type=1131 audit(1603379364.693:63): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3357.642418] perf: interrupt took too long (2519 > 2500), lowering kernel.perf_event_max_sample_rate to 79200
[ 3773.475182] perf: interrupt took too long (3165 > 3148), lowering kernel.perf_event_max_sample_rate to 63000
[ 4306.436403] audit: type=1334 audit(1603382750.620:64): prog-id=14 op=LOAD
[ 4306.436523] audit: type=1334 audit(1603382750.620:65): prog-id=15 op=LOAD
[ 4307.174735] audit: type=1130 audit(1603382751.356:66): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4356.367990] audit: type=1131 audit(1603382800.550:67): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4356.445291] audit: type=1334 audit(1603382800.630:68): prog-id=15 op=UNLOAD
[ 4356.445723] audit: type=1334 audit(1603382800.630:69): prog-id=14 op=UNLOAD
[ 4394.417707] audit: type=1100 audit(1603382838.600:70): pid=1608 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=? acct="root" exe="/usr/bin/su" hostname=acer addr=? terminal=pts/0 res=failed'
[ 4405.906601] audit: type=1100 audit(1603382850.090:71): pid=1609 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=acer addr=? terminal=pts/0 res=success'
[ 4405.907725] audit: type=1101 audit(1603382850.090:72): pid=1609 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=acer addr=? terminal=pts/0 res=success'
[ 4405.907733] audit: type=1103 audit(1603382850.090:73): pid=1609 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=acer addr=? terminal=pts/0 res=success'
[ 4405.908638] audit: type=1105 audit(1603382850.090:74): pid=1609 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=acer addr=? terminal=pts/0 res=success'
As this shows, Celeron was the right option:
Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
Greetings
Offline
Let gcc tell you, what does the following report?
gcc -c -Q -march=native --help=target | grep march
Opteron-Athlon64-Hammer-K8 Intel P4 - Older Netburst based Xeon Core 2 - newer Xeon Intel Atom Generic-x86-64
You have other options as well, see: https://github.com/graysky2/kernel_gcc_patch
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
The output of:
gcc -c -Q -march=native --help=target | grep march
is:
[root@acer maricela]# gcc -c -Q -march=native --help=target | grep march
-march= silvermont
Argumentos válidos conocidos para la opción -march=:
[root@acer maricela]#
Tkanks guys for the feedback.
Offline
If you apply the patch I linked above you will get the most bang out of the silvermont option therein.
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline