You are not logged in.
I have 2 cores, which makes 4 threads, but Linux is putting most things on one thread and not equally distributing through all of them.
Here is an image:
https://i.imgur.com/jiG9lEh.png
If your ignore the 1.3% created by htop, it is still a lot.
Mod Edit - Replaced oversized image with link.
CoC - Pasting pictures and code
Last edited by yusuf (2022-03-12 15:54:12)
Offline
No (sum of) userspace process(es) seems to use a lot of CPU, so this is most likely some (one!) kernel thread?
You'll have to identify what "most things" actually is here.
Offline
Here it is with the kernal threads enabled.
https://i.imgur.com/bnDznTH.png
As you can see, there is the process kworker and the process ksoftirqd doing it, how do I multi-thread them.
Offline
While it's a bit curious why those two processes would run on the same core, that really seems to be tangential to the real issue of why they are taking up so many CPU resources in the first place. If there were many unrelated processes all stuck on the same core, the question as you phrase it would be more suitable - but you only have two processes eatting up that core, and they appear related (so there may well be technical reasons for why they should/would be on the same core). But kernel processes are taking up that much of the cpu resources is indiciative of something very wrong - and that's what you should be trying to solve.
Fix the problem, don't spread it to more cpu cores where it would just expand to fill that space too.
EDIT: some context but not a solution here:
https://askubuntu.com/questions/7858/wh … -of-my-cpu
Posting the output of the following (in code tags) may be helpful:
cat /proc/interruptsLast edited by Trilby (2022-03-12 14:00:25)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Also look at dmesg, some device might be going wild.
You should also alter the subject of your OP, because it's false and irrelevant and will mislead any potential audience.
Offline
Here is the output of cat /proc/interrupts
CPU0 CPU1 CPU2 CPU3
1: 697 0 0 0 IR-IO-APIC 1-edge i8042
6: 0 0 0 0 IR-IO-APIC 6-fasteoi dw:dmac-1
7: 0 0 533884 0 IR-IO-APIC 7-fasteoi INT3432:00, INT3433:00
8: 0 0 0 0 IR-IO-APIC 8-edge rtc0
9: 0 5 0 0 IR-IO-APIC 9-fasteoi acpi
12: 0 0 0 5 IR-IO-APIC 12-edge i8042
18: 0 12936 0 0 IR-IO-APIC 18-fasteoi i801_smbus, wlp6s0
23: 0 568 0 0 IR-IO-APIC 23-fasteoi ehci_hcd:usb1
30: 0 0 0 22392 IR-IO-APIC 30-fasteoi DLL0655:00
40: 0 0 0 0 DMAR-MSI 0-edge dmar0
41: 0 0 0 0 DMAR-MSI 1-edge dmar1
42: 0 0 0 0 IR-PCI-MSI 458752-edge PCIe PME, pciehp
43: 0 0 0 0 IR-PCI-MSI 462848-edge PCIe PME
44: 0 0 0 0 IR-PCI-MSI 464896-edge PCIe PME
45: 0 0 0 0 IR-PCI-MSI 466944-edge PCIe PME
46: 13980 0 0 0 IR-PCI-MSI 512000-edge ahci[0000:00:1f.2]
47: 0 1 0 0 IR-PCI-MSI 327680-edge xhci_hcd
48: 26 0 0 0 IR-PCI-MSI 360448-edge mei_me
49: 0 0 65053 0 IR-PCI-MSI 32768-edge i915
51: 0 0 0 20 IR-PCI-MSI 4194304-edge nvkm
52: 0 0 0 22326 dummy 0 i2c_hid_acpi
53: 0 0 0 0 rmi4 0 rmi4-00.fn34
54: 0 0 0 0 rmi4 1 rmi4-00.fn01
55: 186 0 0 0 IR-PCI-MSI 49152-edge snd_hda_intel:card0
56: 0 495 0 0 IR-PCI-MSI 442368-edge snd_hda_intel:card1
57: 0 0 22326 0 rmi4 2 rmi4-00.fn11
58: 0 0 0 0 rmi4 3 rmi4-00.fn11
59: 0 0 92 0 rmi4 5 rmi4-00.fn30
NMI: 4 4 5 33 Non-maskable interrupts
LOC: 80785 59409 80799 88314 Local timer interrupts
SPU: 0 0 0 0 Spurious interrupts
PMI: 4 4 5 33 Performance monitoring interrupts
IWI: 280 448 16932 0 IRQ work interrupts
RTR: 2 0 0 0 APIC ICR read retries
RES: 16754 14056 16893 21684 Rescheduling interrupts
CAL: 30754 23137 22354 13688 Function call interrupts
TLB: 4767 4402 5631 4 TLB shootdowns
TRM: 0 0 0 0 Thermal event interrupts
THR: 0 0 0 0 Threshold APIC interrupts
DFR: 0 0 0 0 Deferred Error APIC interrupts
MCE: 0 0 0 0 Machine check exceptions
MCP: 1 2 2 2 Machine check polls
ERR: 0
MIS: 0
PIN: 0 0 0 0 Posted-interrupt notification event
NPI: 0 0 0 0 Nested posted-interrupt event
PIW: 0 0 0 0 Posted-interrupt wakeup eventHere is dmesg
[ 0.000000] Linux version 5.16.13-arch1-1 (linux@archlinux) (gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT Tue, 08 Mar 2022 20:07:36 +0000
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda9
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.000000] signal: max sigframe size: 1776
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000009ed5afff] usable
[ 0.000000] BIOS-e820: [mem 0x000000009ed5b000-0x000000009f121fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000009f122000-0x00000000a3b63fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000a3b64000-0x00000000a4395fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000a4396000-0x00000000a43bffff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000a43c0000-0x00000000a4d1cfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000a4d1d000-0x00000000a4ffefff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000a4fff000-0x00000000a4ffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000a5800000-0x00000000a7ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000156ffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] e820: update [mem 0x9db54018-0x9db64057] usable ==> usable
[ 0.000000] e820: update [mem 0x9db54018-0x9db64057] usable ==> usable
[ 0.000000] e820: update [mem 0x9db47018-0x9db53057] usable ==> usable
[ 0.000000] e820: update [mem 0x9db47018-0x9db53057] usable ==> usable
[ 0.000000] e820: update [mem 0x9db39018-0x9db46e57] usable ==> usable
[ 0.000000] e820: update [mem 0x9db39018-0x9db46e57] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009efff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000009db39017] usable
[ 0.000000] reserve setup_data: [mem 0x000000009db39018-0x000000009db46e57] usable
[ 0.000000] reserve setup_data: [mem 0x000000009db46e58-0x000000009db47017] usable
[ 0.000000] reserve setup_data: [mem 0x000000009db47018-0x000000009db53057] usable
[ 0.000000] reserve setup_data: [mem 0x000000009db53058-0x000000009db54017] usable
[ 0.000000] reserve setup_data: [mem 0x000000009db54018-0x000000009db64057] usable
[ 0.000000] reserve setup_data: [mem 0x000000009db64058-0x000000009ed5afff] usable
[ 0.000000] reserve setup_data: [mem 0x000000009ed5b000-0x000000009f121fff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000009f122000-0x00000000a3b63fff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000a3b64000-0x00000000a4395fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000a4396000-0x00000000a43bffff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x00000000a43c0000-0x00000000a4d1cfff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x00000000a4d1d000-0x00000000a4ffefff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000a4fff000-0x00000000a4ffffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000a5800000-0x00000000a7ffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x0000000156ffffff] usable
[ 0.000000] efi: EFI v2.40 by American Megatrends
[ 0.000000] efi: ACPI=0xa439e000 ACPI 2.0=0xa439e000 ESRT=0xa4eead98 SMBIOS=0xf05b0
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: Dell Inc. Inspiron 3543/04XW3R, BIOS A11 09/12/2019
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2195.104 MHz processor
[ 0.000646] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000650] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000658] last_pfn = 0x157000 max_arch_pfn = 0x400000000
[ 0.000751] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001348] e820: update [mem 0xa5000000-0xffffffff] usable ==> reserved
[ 0.001354] last_pfn = 0xa5000 max_arch_pfn = 0x400000000
[ 0.009505] found SMP MP-table at [mem 0x000fdb90-0x000fdb9f]
[ 0.009520] esrt: Reserving ESRT space from 0x00000000a4eead98 to 0x00000000a4eeadd0.
[ 0.009529] Using GB pages for direct mapping
[ 0.010029] Secure boot disabled
[ 0.010030] RAMDISK: [mem 0x3f76b000-0x3fffdfff]
[ 0.010033] ACPI: Early table checksum verification disabled
[ 0.010036] ACPI: RSDP 0x00000000A439E000 000024 (v02 DELL )
[ 0.010041] ACPI: XSDT 0x00000000A439E0A8 0000D4 (v01 DELL WN09 01072009 AMI 00010013)
[ 0.010046] ACPI: FACP 0x00000000A43B5160 00010C (v05 DELL WN09 01072009 AMI 00010013)
[ 0.010052] ACPI: DSDT 0x00000000A439E210 016F4C (v02 DELL WN09 01072009 INTL 20120913)
[ 0.010056] ACPI: FACS 0x00000000A4D17F80 000040
[ 0.010059] ACPI: APIC 0x00000000A43B5270 000084 (v03 DELL WN09 01072009 AMI 00010013)
[ 0.010062] ACPI: FPDT 0x00000000A43B52F8 000044 (v01 DELL WN09 01072009 AMI 00010013)
[ 0.010065] ACPI: FIDT 0x00000000A43B5340 00009C (v01 DELL WN09 01072009 AMI 00010013)
[ 0.010068] ACPI: MCFG 0x00000000A43B53E0 00003C (v01 DELL WN09 01072009 MSFT 00000097)
[ 0.010071] ACPI: HPET 0x00000000A43B5420 000038 (v01 DELL WN09 01072009 AMI. 00000005)
[ 0.010074] ACPI: SSDT 0x00000000A43B5458 000315 (v01 SataRe SataTabl 00001000 INTL 20120913)
[ 0.010078] ACPI: UEFI 0x00000000A43B5770 000042 (v01 00000000 00000000)
[ 0.010081] ACPI: MSDM 0x00000000A43B57B8 000055 (v03 DELL WN09 01072009 AMI 00010013)
[ 0.010084] ACPI: SSDT 0x00000000A43B5810 000194 (v01 Intel zpodd 00001000 INTL 20120913)
[ 0.010087] ACPI: LPIT 0x00000000A43B59A8 000094 (v01 00000000 00000000)
[ 0.010091] ACPI: SSDT 0x00000000A43B5A40 000C7D (v02 Ther_R Ther_Rvp 00001000 INTL 20120913)
[ 0.010094] ACPI: ASF! 0x00000000A43B66C0 0000A0 (v32 INTEL HCG 00000001 TFSM 000F4240)
[ 0.010097] ACPI: SLIC 0x00000000A43B6760 000176 (v01 DELL WN09 01072009 AMI 00010013)
[ 0.010100] ACPI: SSDT 0x00000000A43B68D8 000539 (v02 PmRef Cpu0Ist 00003000 INTL 20120913)
[ 0.010104] ACPI: SSDT 0x00000000A43B6E18 000B74 (v02 CpuRef CpuSsdt 00003000 INTL 20120913)
[ 0.010107] ACPI: SSDT 0x00000000A43B7990 005C44 (v02 SaSsdt SaSsdt 00003000 INTL 20120913)
[ 0.010110] ACPI: SSDT 0x00000000A43BD5D8 0006A0 (v02 SgRef SgPch 00001000 INTL 20120913)
[ 0.010113] ACPI: DMAR 0x00000000A43BDC78 0000D4 (v01 DELL WN09 00000001 INTL 00000001)
[ 0.010116] ACPI: CSRT 0x00000000A43BDD50 0000C4 (v01 DELL WN09 00000001 INTL 20100528)
[ 0.010119] ACPI: BGRT 0x00000000A43BDE18 000038 (v01 DELL WN09 01072009 AMI 00010013)
[ 0.010122] ACPI: SSDT 0x00000000A43BDE50 00181A (v01 OptRef OptTabl 00001000 INTL 20120913)
[ 0.010125] ACPI: Reserving FACP table memory at [mem 0xa43b5160-0xa43b526b]
[ 0.010127] ACPI: Reserving DSDT table memory at [mem 0xa439e210-0xa43b515b]
[ 0.010128] ACPI: Reserving FACS table memory at [mem 0xa4d17f80-0xa4d17fbf]
[ 0.010129] ACPI: Reserving APIC table memory at [mem 0xa43b5270-0xa43b52f3]
[ 0.010130] ACPI: Reserving FPDT table memory at [mem 0xa43b52f8-0xa43b533b]
[ 0.010131] ACPI: Reserving FIDT table memory at [mem 0xa43b5340-0xa43b53db]
[ 0.010132] ACPI: Reserving MCFG table memory at [mem 0xa43b53e0-0xa43b541b]
[ 0.010133] ACPI: Reserving HPET table memory at [mem 0xa43b5420-0xa43b5457]
[ 0.010134] ACPI: Reserving SSDT table memory at [mem 0xa43b5458-0xa43b576c]
[ 0.010135] ACPI: Reserving UEFI table memory at [mem 0xa43b5770-0xa43b57b1]
[ 0.010136] ACPI: Reserving MSDM table memory at [mem 0xa43b57b8-0xa43b580c]
[ 0.010137] ACPI: Reserving SSDT table memory at [mem 0xa43b5810-0xa43b59a3]
[ 0.010138] ACPI: Reserving LPIT table memory at [mem 0xa43b59a8-0xa43b5a3b]
[ 0.010140] ACPI: Reserving SSDT table memory at [mem 0xa43b5a40-0xa43b66bc]
[ 0.010141] ACPI: Reserving ASF! table memory at [mem 0xa43b66c0-0xa43b675f]
[ 0.010142] ACPI: Reserving SLIC table memory at [mem 0xa43b6760-0xa43b68d5]
[ 0.010143] ACPI: Reserving SSDT table memory at [mem 0xa43b68d8-0xa43b6e10]
[ 0.010144] ACPI: Reserving SSDT table memory at [mem 0xa43b6e18-0xa43b798b]
[ 0.010145] ACPI: Reserving SSDT table memory at [mem 0xa43b7990-0xa43bd5d3]
[ 0.010146] ACPI: Reserving SSDT table memory at [mem 0xa43bd5d8-0xa43bdc77]
[ 0.010147] ACPI: Reserving DMAR table memory at [mem 0xa43bdc78-0xa43bdd4b]
[ 0.010148] ACPI: Reserving CSRT table memory at [mem 0xa43bdd50-0xa43bde13]
[ 0.010149] ACPI: Reserving BGRT table memory at [mem 0xa43bde18-0xa43bde4f]
[ 0.010150] ACPI: Reserving SSDT table memory at [mem 0xa43bde50-0xa43bf669]
[ 0.010197] No NUMA configuration found
[ 0.010198] Faking a node at [mem 0x0000000000000000-0x0000000156ffffff]
[ 0.010202] NODE_DATA(0) allocated [mem 0x156ffa000-0x156ffdfff]
[ 0.010223] Zone ranges:
[ 0.010224] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.010226] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.010228] Normal [mem 0x0000000100000000-0x0000000156ffffff]
[ 0.010230] Device empty
[ 0.010231] Movable zone start for each node
[ 0.010232] Early memory node ranges
[ 0.010232] node 0: [mem 0x0000000000001000-0x0000000000057fff]
[ 0.010234] node 0: [mem 0x0000000000059000-0x000000000009efff]
[ 0.010235] node 0: [mem 0x0000000000100000-0x000000009ed5afff]
[ 0.010236] node 0: [mem 0x000000009f122000-0x00000000a3b63fff]
[ 0.010237] node 0: [mem 0x00000000a4fff000-0x00000000a4ffffff]
[ 0.010238] node 0: [mem 0x0000000100000000-0x0000000156ffffff]
[ 0.010240] Initmem setup node 0 [mem 0x0000000000001000-0x0000000156ffffff]
[ 0.010244] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.010246] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.010285] On node 0, zone DMA: 97 pages in unavailable ranges
[ 0.018410] On node 0, zone DMA32: 967 pages in unavailable ranges
[ 0.018482] On node 0, zone DMA32: 5275 pages in unavailable ranges
[ 0.023034] On node 0, zone Normal: 12288 pages in unavailable ranges
[ 0.023088] On node 0, zone Normal: 4096 pages in unavailable ranges
[ 0.023096] Reserving Intel graphics memory at [mem 0xa6000000-0xa7ffffff]
[ 0.023167] ACPI: PM-Timer IO Port: 0x1808
[ 0.023175] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x29])
[ 0.023177] ACPI: NMI not connected to LINT 1!
[ 0.023177] ACPI: LAPIC_NMI (acpi_id[0x02] low dfl lint[0x0])
[ 0.023178] ACPI: NMI not connected to LINT 1!
[ 0.023179] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x82])
[ 0.023180] ACPI: NMI not connected to LINT 1!
[ 0.023180] ACPI: LAPIC_NMI (acpi_id[0x04] dfl dfl lint[0x85])
[ 0.023181] ACPI: NMI not connected to LINT 1!
[ 0.023191] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
[ 0.023194] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.023196] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.023200] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.023201] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.023210] e820: update [mem 0xa172d000-0xa175afff] usable ==> reserved
[ 0.023222] TSC deadline timer available
[ 0.023224] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.023247] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.023249] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[ 0.023252] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.023253] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.023255] PM: hibernation: Registered nosave memory: [mem 0x9db39000-0x9db39fff]
[ 0.023257] PM: hibernation: Registered nosave memory: [mem 0x9db46000-0x9db46fff]
[ 0.023258] PM: hibernation: Registered nosave memory: [mem 0x9db47000-0x9db47fff]
[ 0.023260] PM: hibernation: Registered nosave memory: [mem 0x9db53000-0x9db53fff]
[ 0.023261] PM: hibernation: Registered nosave memory: [mem 0x9db54000-0x9db54fff]
[ 0.023263] PM: hibernation: Registered nosave memory: [mem 0x9db64000-0x9db64fff]
[ 0.023265] PM: hibernation: Registered nosave memory: [mem 0x9ed5b000-0x9f121fff]
[ 0.023267] PM: hibernation: Registered nosave memory: [mem 0xa172d000-0xa175afff]
[ 0.023269] PM: hibernation: Registered nosave memory: [mem 0xa3b64000-0xa4395fff]
[ 0.023270] PM: hibernation: Registered nosave memory: [mem 0xa4396000-0xa43bffff]
[ 0.023271] PM: hibernation: Registered nosave memory: [mem 0xa43c0000-0xa4d1cfff]
[ 0.023272] PM: hibernation: Registered nosave memory: [mem 0xa4d1d000-0xa4ffefff]
[ 0.023275] PM: hibernation: Registered nosave memory: [mem 0xa5000000-0xa57fffff]
[ 0.023275] PM: hibernation: Registered nosave memory: [mem 0xa5800000-0xa7ffffff]
[ 0.023276] PM: hibernation: Registered nosave memory: [mem 0xa8000000-0xf7ffffff]
[ 0.023277] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[ 0.023278] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[ 0.023279] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.023280] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[ 0.023281] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[ 0.023282] PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[ 0.023283] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[ 0.023284] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[ 0.023285] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.023286] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[ 0.023287] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.023289] [mem 0xa8000000-0xf7ffffff] available for PCI devices
[ 0.023290] Booting paravirtualized kernel on bare hardware
[ 0.023293] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.028521] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
[ 0.028843] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u524288
[ 0.028851] pcpu-alloc: s212992 r8192 d28672 u524288 alloc=1*2097152
[ 0.028853] pcpu-alloc: [0] 0 1 2 3
[ 0.028877] Fallback order for Node 0: 0
[ 0.028881] Built 1 zonelists, mobility grouping on. Total pages: 1009663
[ 0.028883] Policy zone: Normal
[ 0.028884] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda9
[ 0.028917] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux", will be passed to user space.
[ 0.029268] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.029448] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.029673] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[ 0.063622] Memory: 3823224K/4103404K available (14344K kernel code, 2080K rwdata, 10936K rodata, 1780K init, 3864K bss, 279920K reserved, 0K cma-reserved)
[ 0.063631] random: get_random_u64 called from __kmem_cache_create+0x2a/0x550 with crng_init=0
[ 0.063778] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.063792] Kernel/User page tables isolation: enabled
[ 0.063811] ftrace: allocating 45025 entries in 176 pages
[ 0.078990] ftrace: allocated 176 pages with 3 groups
[ 0.079079] Dynamic Preempt: full
[ 0.079113] rcu: Preemptible hierarchical RCU implementation.
[ 0.079114] rcu: RCU dyntick-idle grace-period acceleration is enabled.
[ 0.079115] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[ 0.079116] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.079117] Trampoline variant of Tasks RCU enabled.
[ 0.079118] Rude variant of Tasks RCU enabled.
[ 0.079118] Tracing variant of Tasks RCU enabled.
[ 0.079119] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.079120] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.083402] NR_IRQS: 20736, nr_irqs: 728, preallocated irqs: 16
[ 0.083665] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ 0.083728] Console: colour dummy device 80x25
[ 0.083743] printk: console [tty0] enabled
[ 0.083765] ACPI: Core revision 20210930
[ 0.083913] hpet: HPET dysfunctional in PC10. Force disabled.
[ 0.083915] APIC: Switch to symmetric I/O mode setup
[ 0.083916] DMAR: Host address width 39
[ 0.083918] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.083924] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e1ff0505e
[ 0.083926] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.083930] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c20660462 ecap f010da
[ 0.083932] DMAR: RMRR base: 0x000000a4efb000 end: 0x000000a4f09fff
[ 0.083933] DMAR: RMRR base: 0x000000a5800000 end: 0x000000a7ffffff
[ 0.083935] DMAR: ANDD device: 1 name: \_SB.PCI0.SDMA
[ 0.083937] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.083939] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.083940] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
[ 0.083941] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
[ 0.084821] DMAR-IR: Enabled IRQ remapping in xapic mode
[ 0.084823] x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.085307] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1fa421fa80a, max_idle_ns: 440795290862 ns
[ 0.085314] Calibrating delay loop (skipped), value calculated using timer frequency.. 4391.13 BogoMIPS (lpj=7317013)
[ 0.085316] pid_max: default: 32768 minimum: 301
[ 0.088151] LSM: Security Framework initializing
[ 0.088160] landlock: Up and running.
[ 0.088161] Yama: becoming mindful.
[ 0.088170] LSM support for eBPF active
[ 0.088190] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.088202] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.088471] CPU0: Thermal monitoring enabled (TM1)
[ 0.088495] process: using mwait in idle threads
[ 0.088497] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.088499] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.088503] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.088504] Spectre V2 : Mitigation: Full generic retpoline
[ 0.088507] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.088507] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.088509] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.088510] Spectre V2 : User space: Mitigation: STIBP via prctl
[ 0.088511] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.088513] SRBDS: Vulnerable: No microcode
[ 0.088514] MDS: Mitigation: Clear CPU buffers
[ 0.088644] Freeing SMP alternatives memory: 36K
[ 0.088644] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1163
[ 0.088644] smpboot: CPU0: Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz (family: 0x6, model: 0x3d, stepping: 0x4)
[ 0.088644] Performance Events: PEBS fmt2+, Broadwell events, 16-deep LBR, full-width counters, Intel PMU driver.
[ 0.088644] ... version: 3
[ 0.088644] ... bit width: 48
[ 0.088644] ... generic registers: 4
[ 0.088644] ... value mask: 0000ffffffffffff
[ 0.088644] ... max period: 00007fffffffffff
[ 0.088644] ... fixed-purpose events: 3
[ 0.088644] ... event mask: 000000070000000f
[ 0.088644] rcu: Hierarchical SRCU implementation.
[ 0.088644] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.088644] smp: Bringing up secondary CPUs ...
[ 0.088644] x86: Booting SMP configuration:
[ 0.088644] .... node #0, CPUs: #1 #2
[ 0.088644] 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.088644] #3
[ 0.088644] smp: Brought up 1 node, 4 CPUs
[ 0.088644] smpboot: Max logical packages: 1
[ 0.088644] smpboot: Total of 4 processors activated (17567.53 BogoMIPS)
[ 0.088829] devtmpfs: initialized
[ 0.088829] x86/mm: Memory block size: 128MB
[ 0.088975] ACPI: PM: Registering ACPI NVS region [mem 0xa43c0000-0xa4d1cfff] (9818112 bytes)
[ 0.088975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.088975] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.088975] pinctrl core: initialized pinctrl subsystem
[ 0.088975] PM: RTC time: 15:44:55, date: 2022-03-12
[ 0.089089] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.089211] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.089262] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.089315] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.089325] audit: initializing netlink subsys (disabled)
[ 0.089332] audit: type=2000 audit(1647099895.003:1): state=initialized audit_enabled=0 res=1
[ 0.089332] thermal_sys: Registered thermal governor 'fair_share'
[ 0.089332] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.089332] thermal_sys: Registered thermal governor 'step_wise'
[ 0.089332] thermal_sys: Registered thermal governor 'user_space'
[ 0.089332] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.089332] cpuidle: using governor ladder
[ 0.089332] cpuidle: using governor menu
[ 0.089332] HugeTLB: can free 4094 vmemmap pages for hugepages-1048576kB
[ 0.089332] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.089332] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.089332] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.089332] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.089332] PCI: Using configuration type 1 for base access
[ 0.089332] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.089885] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.089891] HugeTLB: can free 6 vmemmap pages for hugepages-2048kB
[ 0.089891] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.089891] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.092064] ACPI: Added _OSI(Module Device)
[ 0.092065] ACPI: Added _OSI(Processor Device)
[ 0.092066] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.092067] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.092068] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.092069] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.092070] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.118124] ACPI: 9 ACPI AML tables successfully acquired and loaded
[ 0.120702] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.126121] ACPI: Dynamic OEM Table Load:
[ 0.126128] ACPI: SSDT 0xFFFF8DCF002BF800 0003D3 (v02 PmRef Cpu0Cst 00003001 INTL 20120913)
[ 0.127331] ACPI: Dynamic OEM Table Load:
[ 0.127337] ACPI: SSDT 0xFFFF8DCF00ED6000 0005AA (v02 PmRef ApIst 00003000 INTL 20120913)
[ 0.128596] ACPI: Dynamic OEM Table Load:
[ 0.128600] ACPI: SSDT 0xFFFF8DCF00258400 000119 (v02 PmRef ApCst 00003000 INTL 20120913)
[ 0.131645] ACPI: Interpreter enabled
[ 0.131676] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.131677] ACPI: Using IOAPIC for interrupt routing
[ 0.131713] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.132593] ACPI: Enabled 9 GPEs in block 00 to 7F
[ 0.135139] ACPI: PM: Power Resource [PG00]
[ 0.135607] ACPI: PM: Power Resource [PG01]
[ 0.136070] ACPI: PM: Power Resource [PG02]
[ 0.137695] ACPI: PM: Power Resource [WRST]
[ 0.138013] ACPI: PM: Power Resource [WRST]
[ 0.138334] ACPI: PM: Power Resource [WRST]
[ 0.138660] ACPI: PM: Power Resource [WRST]
[ 0.138741] ACPI: PM: Power Resource [PC05]
[ 0.139607] ACPI: PM: Power Resource [WRST]
[ 0.139924] ACPI: PM: Power Resource [WRST]
[ 0.140243] ACPI: PM: Power Resource [WRST]
[ 0.155593] ACPI: PM: Power Resource [FN00]
[ 0.155668] ACPI: PM: Power Resource [FN01]
[ 0.155740] ACPI: PM: Power Resource [FN02]
[ 0.155811] ACPI: PM: Power Resource [FN03]
[ 0.155885] ACPI: PM: Power Resource [FN04]
[ 0.156947] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.156956] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.157670] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[ 0.157672] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.158353] PCI host bridge to bus 0000:00
[ 0.158355] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.158358] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.158359] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.158361] pci_bus 0000:00: root bus resource [mem 0xa8000000-0xdfffffff window]
[ 0.158362] pci_bus 0000:00: root bus resource [mem 0xfe000000-0xfe113fff window]
[ 0.158364] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 0.158377] pci 0000:00:00.0: [8086:1604] type 00 class 0x060000
[ 0.158446] pci 0000:00:02.0: [8086:1616] type 00 class 0x030000
[ 0.158455] pci 0000:00:02.0: reg 0x10: [mem 0xa9000000-0xa9ffffff 64bit]
[ 0.158461] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
[ 0.158465] pci 0000:00:02.0: reg 0x20: [io 0x5000-0x503f]
[ 0.158479] pci 0000:00:02.0: BAR 2: assigned to efifb
[ 0.158480] pci 0000:00:02.0: DMAR: Disabling IOMMU for graphics on this chipset
[ 0.158483] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.158735] pci 0000:00:03.0: [8086:160c] type 00 class 0x040300
[ 0.158743] pci 0000:00:03.0: reg 0x10: [mem 0xab314000-0xab317fff 64bit]
[ 0.158841] pci 0000:00:14.0: [8086:9cb1] type 00 class 0x0c0330
[ 0.158855] pci 0000:00:14.0: reg 0x10: [mem 0xab300000-0xab30ffff 64bit]
[ 0.158909] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.158978] pci 0000:00:16.0: [8086:9cba] type 00 class 0x078000
[ 0.158993] pci 0000:00:16.0: reg 0x10: [mem 0xab31c000-0xab31c01f 64bit]
[ 0.159048] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.159281] pci 0000:00:1b.0: [8086:9ca0] type 00 class 0x040300
[ 0.159294] pci 0000:00:1b.0: reg 0x10: [mem 0xab310000-0xab313fff 64bit]
[ 0.159340] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.159574] pci 0000:00:1c.0: [8086:9c90] type 01 class 0x060400
[ 0.159644] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.160169] pci 0000:00:1c.2: [8086:9c94] type 01 class 0x060400
[ 0.160241] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.160767] pci 0000:00:1c.3: [8086:9c96] type 01 class 0x060400
[ 0.160838] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.161365] pci 0000:00:1c.4: [8086:9c98] type 01 class 0x060400
[ 0.161436] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.161972] pci 0000:00:1d.0: [8086:9ca6] type 00 class 0x0c0320
[ 0.161987] pci 0000:00:1d.0: reg 0x10: [mem 0xab31a000-0xab31a3ff]
[ 0.162069] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.162148] pci 0000:00:1f.0: [8086:9cc3] type 00 class 0x060100
[ 0.162316] pci 0000:00:1f.2: [8086:9c83] type 00 class 0x010601
[ 0.162328] pci 0000:00:1f.2: reg 0x10: [io 0x50b0-0x50b7]
[ 0.162334] pci 0000:00:1f.2: reg 0x14: [io 0x50a0-0x50a3]
[ 0.162340] pci 0000:00:1f.2: reg 0x18: [io 0x5090-0x5097]
[ 0.162346] pci 0000:00:1f.2: reg 0x1c: [io 0x5080-0x5083]
[ 0.162353] pci 0000:00:1f.2: reg 0x20: [io 0x5060-0x507f]
[ 0.162359] pci 0000:00:1f.2: reg 0x24: [mem 0xab319000-0xab3197ff]
[ 0.162390] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.162452] pci 0000:00:1f.3: [8086:9ca2] type 00 class 0x0c0500
[ 0.162466] pci 0000:00:1f.3: reg 0x10: [mem 0xab318000-0xab3180ff 64bit]
[ 0.162483] pci 0000:00:1f.3: reg 0x20: [io 0x5040-0x505f]
[ 0.162598] pci 0000:00:1c.0: PCI bridge to [bus 04]
[ 0.162707] pci 0000:06:00.0: [14e4:4365] type 00 class 0x028000
[ 0.162740] pci 0000:06:00.0: reg 0x10: [mem 0xab200000-0xab207fff 64bit]
[ 0.162804] pci 0000:06:00.0: enabling Extended Tags
[ 0.162933] pci 0000:06:00.0: supports D1 D2
[ 0.162935] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[ 0.163335] pci 0000:00:1c.2: PCI bridge to [bus 06]
[ 0.163340] pci 0000:00:1c.2: bridge window [mem 0xab200000-0xab2fffff]
[ 0.163440] pci 0000:07:00.0: [10ec:8136] type 00 class 0x020000
[ 0.163464] pci 0000:07:00.0: reg 0x10: [io 0x4000-0x40ff]
[ 0.163495] pci 0000:07:00.0: reg 0x18: [mem 0xab100000-0xab100fff 64bit]
[ 0.163516] pci 0000:07:00.0: reg 0x20: [mem 0xd2100000-0xd2103fff 64bit pref]
[ 0.163631] pci 0000:07:00.0: supports D1 D2
[ 0.163632] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.164018] pci 0000:00:1c.3: PCI bridge to [bus 07]
[ 0.164022] pci 0000:00:1c.3: bridge window [io 0x4000-0x4fff]
[ 0.164024] pci 0000:00:1c.3: bridge window [mem 0xab100000-0xab1fffff]
[ 0.164029] pci 0000:00:1c.3: bridge window [mem 0xd2100000-0xd21fffff 64bit pref]
[ 0.164096] pci 0000:08:00.0: [10de:1140] type 00 class 0x030200
[ 0.164113] pci 0000:08:00.0: reg 0x10: [mem 0xaa000000-0xaaffffff]
[ 0.164128] pci 0000:08:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.164143] pci 0000:08:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[ 0.164153] pci 0000:08:00.0: reg 0x24: [io 0x3000-0x307f]
[ 0.164163] pci 0000:08:00.0: reg 0x30: [mem 0xab000000-0xab07ffff pref]
[ 0.164185] pci 0000:08:00.0: Enabling HDA controller
[ 0.164273] pci 0000:08:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:00:1c.4 (capable of 32.000 Gb/s with 2.5 GT/s PCIe x16 link)
[ 0.164701] pci 0000:00:1c.4: PCI bridge to [bus 08]
[ 0.164704] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff]
[ 0.164707] pci 0000:00:1c.4: bridge window [mem 0xaa000000-0xab0fffff]
[ 0.164711] pci 0000:00:1c.4: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.168693] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[ 0.168757] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[ 0.168758] ACPI: PCI: Interrupt link LNKB disabled
[ 0.168822] ACPI: PCI: Interrupt link LNKC configured for IRQ 3
[ 0.168884] ACPI: PCI: Interrupt link LNKD configured for IRQ 10
[ 0.168945] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 0.168946] ACPI: PCI: Interrupt link LNKE disabled
[ 0.169009] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 0.169010] ACPI: PCI: Interrupt link LNKF disabled
[ 0.169070] ACPI: PCI: Interrupt link LNKG configured for IRQ 5
[ 0.169130] ACPI: PCI: Interrupt link LNKH configured for IRQ 4
[ 0.172518] iommu: Default domain type: Translated
[ 0.172520] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.172535] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.172535] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.172535] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.172535] vgaarb: loaded
[ 0.172535] SCSI subsystem initialized
[ 0.172535] libata version 3.00 loaded.
[ 0.172535] ACPI: bus type USB registered
[ 0.172535] usbcore: registered new interface driver usbfs
[ 0.172535] usbcore: registered new interface driver hub
[ 0.172535] usbcore: registered new device driver usb
[ 0.220286] pps_core: LinuxPPS API ver. 1 registered
[ 0.220288] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.220293] PTP clock support registered
[ 0.220302] EDAC MC: Ver: 3.0.0
[ 0.220383] Registered efivars operations
[ 0.220383] NetLabel: Initializing
[ 0.220383] NetLabel: domain hash size = 128
[ 0.220383] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.220383] NetLabel: unlabeled traffic allowed by default
[ 0.220383] mctp: management component transport protocol core
[ 0.220383] NET: Registered PF_MCTP protocol family
[ 0.220383] PCI: Using ACPI for IRQ routing
[ 0.220383] PCI: pci_cache_line_size set to 64 bytes
[ 0.220383] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[ 0.220383] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[ 0.220383] e820: reserve RAM buffer [mem 0x9db39018-0x9fffffff]
[ 0.220383] e820: reserve RAM buffer [mem 0x9db47018-0x9fffffff]
[ 0.220383] e820: reserve RAM buffer [mem 0x9db54018-0x9fffffff]
[ 0.220383] e820: reserve RAM buffer [mem 0x9ed5b000-0x9fffffff]
[ 0.220383] e820: reserve RAM buffer [mem 0xa172d000-0xa3ffffff]
[ 0.220383] e820: reserve RAM buffer [mem 0xa3b64000-0xa3ffffff]
[ 0.220383] e820: reserve RAM buffer [mem 0xa5000000-0xa7ffffff]
[ 0.220383] e820: reserve RAM buffer [mem 0x157000000-0x157ffffff]
[ 0.222022] clocksource: Switched to clocksource tsc-early
[ 0.231068] VFS: Disk quotas dquot_6.6.0
[ 0.231086] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.231171] pnp: PnP ACPI init
[ 0.231405] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.231409] system 00:00: [io 0xffff] has been reserved
[ 0.231411] system 00:00: [io 0xffff] has been reserved
[ 0.231412] system 00:00: [io 0xffff] has been reserved
[ 0.231414] system 00:00: [io 0x1800-0x18fe] has been reserved
[ 0.231415] system 00:00: [io 0x164e-0x164f] has been reserved
[ 0.231507] system 00:02: [io 0x1854-0x1857] has been reserved
[ 0.231551] system 00:03: [io 0x04d0-0x04d1] has been reserved
[ 0.231554] system 00:03: [mem 0xfe800000-0xfe802fff] has been reserved
[ 0.231841] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.231844] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.231846] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.231848] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.231850] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.231852] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.231853] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.231855] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.231857] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[ 0.231859] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.231861] system 00:06: [mem 0xa8010000-0xa801ffff] has been reserved
[ 0.231862] system 00:06: [mem 0xa8000000-0xa800ffff] has been reserved
[ 0.232536] system 00:07: [mem 0xfe102000-0xfe102fff] has been reserved
[ 0.232539] system 00:07: [mem 0xfe104000-0xfe104fff] has been reserved
[ 0.232541] system 00:07: [mem 0xfe106000-0xfe106fff] has been reserved
[ 0.232543] system 00:07: [mem 0xfe10e000-0xfe10efff] has been reserved
[ 0.236884] pnp: PnP ACPI: found 8 devices
[ 0.242547] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.242601] NET: Registered PF_INET protocol family
[ 0.242668] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.243428] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.243474] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.243549] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[ 0.243588] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.243641] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[ 0.243669] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.243683] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.243720] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.243726] NET: Registered PF_XDP protocol family
[ 0.243733] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000
[ 0.243738] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000
[ 0.243741] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000 add_align 100000
[ 0.243751] pci 0000:00:1c.0: BAR 14: assigned [mem 0xa8100000-0xa82fffff]
[ 0.243756] pci 0000:00:1c.0: BAR 15: assigned [mem 0xa8300000-0xa84fffff 64bit pref]
[ 0.243759] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
[ 0.243762] pci 0000:00:1c.0: PCI bridge to [bus 04]
[ 0.243765] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.243769] pci 0000:00:1c.0: bridge window [mem 0xa8100000-0xa82fffff]
[ 0.243772] pci 0000:00:1c.0: bridge window [mem 0xa8300000-0xa84fffff 64bit pref]
[ 0.243777] pci 0000:00:1c.2: PCI bridge to [bus 06]
[ 0.243780] pci 0000:00:1c.2: bridge window [mem 0xab200000-0xab2fffff]
[ 0.243786] pci 0000:00:1c.3: PCI bridge to [bus 07]
[ 0.243788] pci 0000:00:1c.3: bridge window [io 0x4000-0x4fff]
[ 0.243792] pci 0000:00:1c.3: bridge window [mem 0xab100000-0xab1fffff]
[ 0.243795] pci 0000:00:1c.3: bridge window [mem 0xd2100000-0xd21fffff 64bit pref]
[ 0.243799] pci 0000:00:1c.4: PCI bridge to [bus 08]
[ 0.243801] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff]
[ 0.243805] pci 0000:00:1c.4: bridge window [mem 0xaa000000-0xab0fffff]
[ 0.243807] pci 0000:00:1c.4: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.243812] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.243814] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.243816] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.243817] pci_bus 0000:00: resource 7 [mem 0xa8000000-0xdfffffff window]
[ 0.243819] pci_bus 0000:00: resource 8 [mem 0xfe000000-0xfe113fff window]
[ 0.243820] pci_bus 0000:04: resource 0 [io 0x2000-0x2fff]
[ 0.243822] pci_bus 0000:04: resource 1 [mem 0xa8100000-0xa82fffff]
[ 0.243823] pci_bus 0000:04: resource 2 [mem 0xa8300000-0xa84fffff 64bit pref]
[ 0.243825] pci_bus 0000:06: resource 1 [mem 0xab200000-0xab2fffff]
[ 0.243826] pci_bus 0000:07: resource 0 [io 0x4000-0x4fff]
[ 0.243827] pci_bus 0000:07: resource 1 [mem 0xab100000-0xab1fffff]
[ 0.243828] pci_bus 0000:07: resource 2 [mem 0xd2100000-0xd21fffff 64bit pref]
[ 0.243830] pci_bus 0000:08: resource 0 [io 0x3000-0x3fff]
[ 0.243831] pci_bus 0000:08: resource 1 [mem 0xaa000000-0xab0fffff]
[ 0.243832] pci_bus 0000:08: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.265422] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x750 took 20704 usecs
[ 0.265477] PCI: CLS 64 bytes, default 64
[ 0.265496] DMAR: ACPI device "INTL9C60:00" under DMAR at fed91000 as 00:15.0
[ 0.265521] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.265522] software IO TLB: mapped [mem 0x0000000097138000-0x000000009b138000] (64MB)
[ 0.265543] Trying to unpack rootfs image as initramfs...
[ 0.272619] Initialise system trusted keyrings
[ 0.272629] Key type blacklist registered
[ 0.272678] workingset: timestamp_bits=41 max_order=20 bucket_order=0
[ 0.274932] zbud: loaded
[ 0.286778] Key type asymmetric registered
[ 0.286786] Asymmetric key parser 'x509' registered
[ 0.286866] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[ 0.286940] io scheduler mq-deadline registered
[ 0.286942] io scheduler kyber registered
[ 0.286997] io scheduler bfq registered
[ 0.295686] pcieport 0000:00:1c.0: PME: Signaling with IRQ 42
[ 0.295710] pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 0.295974] pcieport 0000:00:1c.2: PME: Signaling with IRQ 43
[ 0.296144] pcieport 0000:00:1c.3: PME: Signaling with IRQ 44
[ 0.296296] pcieport 0000:00:1c.4: PME: Signaling with IRQ 45
[ 0.296371] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.296871] ACPI: AC: AC Adapter [AC] (on-line)
[ 0.296925] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[ 0.296944] ACPI: button: Sleep Button [SLPB]
[ 0.296968] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[ 0.297000] ACPI: button: Lid Switch [LID0]
[ 0.297022] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[ 0.297036] ACPI: button: Power Button [PWRB]
[ 0.297059] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 0.297079] ACPI: button: Power Button [PWRF]
[ 0.323888] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.323893] ACPI: thermal: Thermal Zone [THM] (45 C)
[ 0.324661] thermal LNXTHERM:01: registered as thermal_zone1
[ 0.324664] ACPI: thermal: Thermal Zone [TZ00] (28 C)
[ 0.325138] thermal LNXTHERM:02: registered as thermal_zone2
[ 0.325141] ACPI: thermal: Thermal Zone [TZ01] (30 C)
[ 0.325509] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.327637] hpet_acpi_add: no address or irqs in _CRS
[ 0.327713] Non-volatile memory driver v1.3
[ 0.327715] Linux agpgart interface v0.103
[ 0.327717] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[ 0.327752] ACPI: bus type drm_connector registered
[ 0.328314] ahci 0000:00:1f.2: version 3.0
[ 0.338601] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x3 impl SATA mode
[ 0.338609] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst
[ 0.339167] scsi host0: ahci
[ 0.339371] scsi host1: ahci
[ 0.339477] scsi host2: ahci
[ 0.339587] scsi host3: ahci
[ 0.339634] ata1: SATA max UDMA/133 abar m2048@0xab319000 port 0xab319100 irq 46
[ 0.339638] ata2: SATA max UDMA/133 abar m2048@0xab319000 port 0xab319180 irq 46
[ 0.339641] ata3: DUMMY
[ 0.339642] ata4: DUMMY
[ 0.339703] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.339711] ehci-pci: EHCI PCI platform driver
[ 0.339946] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 0.339953] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1
[ 0.339964] ehci-pci 0000:00:1d.0: debug port 2
[ 0.343897] ehci-pci 0000:00:1d.0: irq 23, io mem 0xab31a000
[ 0.349191] Freeing initrd memory: 8780K
[ 0.355324] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 0.355394] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.16
[ 0.355397] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.355399] usb usb1: Product: EHCI Host Controller
[ 0.355400] usb usb1: Manufacturer: Linux 5.16.13-arch1-1 ehci_hcd
[ 0.355402] usb usb1: SerialNumber: 0000:00:1d.0
[ 0.355560] hub 1-0:1.0: USB hub found
[ 0.355567] hub 1-0:1.0: 2 ports detected
[ 0.356564] ACPI: battery: Slot [BAT0] (battery present)
[ 0.356616] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.356622] ohci-pci: OHCI PCI platform driver
[ 0.356636] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.356675] usbcore: registered new interface driver usbserial_generic
[ 0.356679] usbserial: USB Serial support registered for generic
[ 0.356808] rtc_cmos 00:01: RTC can wake from S4
[ 0.357039] rtc_cmos 00:01: registered as rtc0
[ 0.357076] rtc_cmos 00:01: setting system clock to 2022-03-12T15:44:55 UTC (1647099895)
[ 0.357093] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[ 0.357193] intel_pstate: Intel P-state driver initializing
[ 0.357396] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.357618] efifb: probing for efifb
[ 0.357632] efifb: framebuffer at 0xb0000000, using 4128k, total 4128k
[ 0.357634] efifb: mode is 1366x768x32, linelength=5504, pages=1
[ 0.357635] efifb: scrolling: redraw
[ 0.357636] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.357678] fbcon: Deferring console take-over
[ 0.357679] fb0: EFI VGA frame buffer device
[ 0.357707] hid: raw HID events driver (C) Jiri Kosina
[ 0.358764] drop_monitor: Initializing network drop monitor service
[ 0.358830] Initializing XFRM netlink socket
[ 0.358930] NET: Registered PF_INET6 protocol family
[ 0.364265] Segment Routing with IPv6
[ 0.364268] RPL Segment Routing with IPv6
[ 0.364281] In-situ OAM (IOAM) with IPv6
[ 0.364305] NET: Registered PF_PACKET protocol family
[ 0.364545] microcode: sig=0x306d4, pf=0x40, revision=0x2d
[ 0.364563] microcode: Microcode Update Driver: v2.2.
[ 0.364568] IPI shorthand broadcast: enabled
[ 0.364578] sched_clock: Marking stable (362771023, 1725545)->(383320795, -18824227)
[ 0.364738] registered taskstats version 1
[ 0.364802] Loading compiled-in X.509 certificates
[ 0.368330] Loaded X.509 cert 'Build time autogenerated kernel key: 0b4b67a3ce113e5b7e3876422017bb86e0da879f'
[ 0.368558] zswap: loaded using pool lz4/z3fold
[ 0.368770] Key type ._fscrypt registered
[ 0.368771] Key type .fscrypt registered
[ 0.368772] Key type fscrypt-provisioning registered
[ 0.370047] PM: Magic number: 14:158:740
[ 0.370238] RAS: Correctable Errors collector initialized.
[ 0.608740] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 0.652946] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 0.652983] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 0.653936] ata1.00: ATA-9: WDC WD5000LPVX-75V0TT0, 01.01A01, max UDMA/133
[ 0.654309] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 0.655416] ata1.00: configured for UDMA/133
[ 0.655886] scsi 0:0:0:0: Direct-Access ATA WDC WD5000LPVX-7 1A01 PQ: 0 ANSI: 5
[ 0.656456] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 0.656464] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 0.656525] sd 0:0:0:0: [sda] Write Protect is off
[ 0.656534] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 0.656611] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.657020] ata2.00: ATAPI: PLDS DVD+/-RW DU-8A5LH, DD11, max UDMA/133
[ 0.662779] ata2.00: configured for UDMA/133
[ 0.664719] scsi 1:0:0:0: CD-ROM PLDS DVD+-RW DU-8A5LH DD11 PQ: 0 ANSI: 5
[ 0.756185] usb 1-1: New USB device found, idVendor=8087, idProduct=8001, bcdDevice= 0.03
[ 0.756198] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 0.756790] hub 1-1:1.0: USB hub found
[ 0.757041] hub 1-1:1.0: 8 ports detected
[ 0.759888] sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9
[ 0.805533] sd 0:0:0:0: [sda] Attached SCSI disk
[ 0.807554] Freeing unused decrypted memory: 2036K
[ 0.807960] Freeing unused kernel image (initmem) memory: 1780K
[ 0.808008] Write protecting the kernel read-only data: 28672k
[ 0.808674] Freeing unused kernel image (text/rodata gap) memory: 2036K
[ 0.809009] Freeing unused kernel image (rodata/data gap) memory: 1352K
[ 0.881636] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.881641] rodata_test: all tests were successful
[ 0.881643] x86/mm: Checking user space page tables
[ 0.932035] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.932049] Run /init as init process
[ 0.932050] with arguments:
[ 0.932051] /init
[ 0.932052] with environment:
[ 0.932053] HOME=/
[ 0.932053] TERM=linux
[ 0.932054] BOOT_IMAGE=/boot/vmlinuz-linux
[ 0.945775] fbcon: Taking over console
[ 0.945839] Console: switching to colour frame buffer device 170x48
[ 1.081793] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 1.084075] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.084102] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 1.085275] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x000000000004b810
[ 1.085283] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.085329] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.086252] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.16
[ 1.086258] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.086261] usb usb2: Product: xHCI Host Controller
[ 1.086263] usb usb2: Manufacturer: Linux 5.16.13-arch1-1 xhci-hcd
[ 1.086266] usb usb2: SerialNumber: 0000:00:14.0
[ 1.086646] hub 2-0:1.0: USB hub found
[ 1.086662] hub 2-0:1.0: 11 ports detected
[ 1.094001] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.094007] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[ 1.094010] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 1.094046] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.16
[ 1.094049] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.094051] usb usb3: Product: xHCI Host Controller
[ 1.094052] usb usb3: Manufacturer: Linux 5.16.13-arch1-1 xhci-hcd
[ 1.094053] usb usb3: SerialNumber: 0000:00:14.0
[ 1.094248] hub 3-0:1.0: USB hub found
[ 1.094263] hub 3-0:1.0: 4 ports detected
[ 1.126570] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.126577] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.136317] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[ 1.168492] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 1.178784] usb 1-1-port1: over-current condition
[ 1.248671] usb usb2-port1: over-current condition
[ 1.285338] tsc: Refined TSC clocksource calibration: 2194.918 MHz
[ 1.285347] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fa37202099, max_idle_ns: 440795206796 ns
[ 1.285372] clocksource: Switched to clocksource tsc
[ 1.395372] usb 1-1-port2: over-current condition
[ 1.475326] usb 1-1.5: new high-speed USB device number 3 using ehci-pci
[ 1.637736] usb 1-1.5: New USB device found, idVendor=1bcf, idProduct=2b8b, bcdDevice=42.53
[ 1.637740] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.637742] usb 1-1.5: Product: Integrated_Webcam_HD
[ 1.637743] usb 1-1.5: Manufacturer: CNFDH69I24304000BA92
[ 1.757309] random: fast init done
[ 1.785333] usb 1-1.6: new full-speed USB device number 4 using ehci-pci
[ 1.891239] usb 1-1.6: New USB device found, idVendor=0a5c, idProduct=21d7, bcdDevice= 1.12
[ 1.891243] usb 1-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.891245] usb 1-1.6: Product: BCM43142A0
[ 1.891246] usb 1-1.6: Manufacturer: Broadcom Corp
[ 1.891247] usb 1-1.6: SerialNumber: ACD1B8DA13DA
[ 1.968651] usb 1-1.8: new high-speed USB device number 5 using ehci-pci
[ 2.066114] usb 1-1.8: New USB device found, idVendor=0bda, idProduct=0129, bcdDevice=39.60
[ 2.066117] usb 1-1.8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.066119] usb 1-1.8: Product: USB2.0-CRW
[ 2.066120] usb 1-1.8: Manufacturer: Generic
[ 2.066121] usb 1-1.8: SerialNumber: 20100201396000000
[ 2.075860] usbcore: registered new interface driver rtsx_usb
[ 2.894511] EXT4-fs (sda9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[ 2.925664] random: crng init done
[ 4.288796] systemd[1]: systemd 250.3-4-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[ 4.305402] systemd[1]: Detected architecture x86-64.
[ 4.365747] systemd[1]: Hostname set to <Inspiron3543>.
[ 4.756637] systemd-fstab-generator[218]: Failed to create unit file /run/systemd/generator/-.mount, as it already exists. Duplicate entry in /etc/fstab?
[ 4.757290] systemd[214]: /usr/lib/systemd/system-generators/systemd-fstab-generator failed with exit status 1.
[ 5.432874] systemd[1]: Queued start job for default target Graphical Interface.
[ 5.433779] systemd[1]: Created slice Slice /system/getty.
[ 5.434163] systemd[1]: Created slice Slice /system/modprobe.
[ 5.434506] systemd[1]: Created slice Slice /system/netctl.
[ 5.434755] systemd[1]: Created slice User and Session Slice.
[ 5.434875] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 5.434983] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 5.435180] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 5.435273] systemd[1]: Reached target Local Encrypted Volumes.
[ 5.435366] systemd[1]: Reached target Login Prompts.
[ 5.435434] systemd[1]: Reached target Local Integrity Protected Volumes.
[ 5.435502] systemd[1]: Reached target Path Units.
[ 5.435560] systemd[1]: Reached target Remote File Systems.
[ 5.435618] systemd[1]: Reached target Slice Units.
[ 5.435677] systemd[1]: Reached target Swaps.
[ 5.435733] systemd[1]: Reached target Local Verity Protected Volumes.
[ 5.435854] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 5.437023] systemd[1]: Listening on Process Core Dump Socket.
[ 5.437255] systemd[1]: Listening on Journal Audit Socket.
[ 5.437420] systemd[1]: Listening on Journal Socket (/dev/log).
[ 5.437587] systemd[1]: Listening on Journal Socket.
[ 5.450763] systemd[1]: Listening on udev Control Socket.
[ 5.451497] systemd[1]: Listening on udev Kernel Socket.
[ 5.452964] systemd[1]: Mounting Huge Pages File System...
[ 5.454537] systemd[1]: Mounting POSIX Message Queue File System...
[ 5.456195] systemd[1]: Mounting Kernel Debug File System...
[ 5.457680] systemd[1]: Mounting /sys/kernel/tracing...
[ 5.472710] systemd[1]: Mounting Temporary Directory /tmp...
[ 5.474480] systemd[1]: Starting Create List of Static Device Nodes...
[ 5.476866] systemd[1]: Starting Load Kernel Module configfs...
[ 5.479380] systemd[1]: Starting Load Kernel Module drm...
[ 5.481808] systemd[1]: Starting Load Kernel Module fuse...
[ 5.485160] systemd[1]: Starting File System Check on Root Device...
[ 5.488361] systemd[1]: Starting Journal Service...
[ 5.549393] systemd[1]: Load Kernel Modules was skipped because all trigger condition checks failed.
[ 5.567549] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
[ 5.568432] systemd[1]: Starting Apply Kernel Variables...
[ 5.570094] systemd[1]: Starting Coldplug All udev Devices...
[ 5.572366] systemd[1]: Mounted Huge Pages File System.
[ 5.573034] systemd[1]: Mounted POSIX Message Queue File System.
[ 5.574085] systemd[1]: Mounted Kernel Debug File System.
[ 5.574969] systemd[1]: Mounted /sys/kernel/tracing.
[ 5.575740] systemd[1]: Finished Create List of Static Device Nodes.
[ 5.576591] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 5.576708] systemd[1]: Finished Load Kernel Module configfs.
[ 5.577504] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 5.577615] systemd[1]: Finished Load Kernel Module drm.
[ 5.579084] systemd[1]: Mounting Kernel Configuration File System...
[ 5.581240] systemd[1]: Mounted Kernel Configuration File System.
[ 5.616171] systemd[1]: Mounted Temporary Directory /tmp.
[ 5.689882] systemd[1]: Started Journal Service.
[ 5.690553] audit: type=1130 audit(1647099900.828:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.711052] audit: type=1130 audit(1647099900.848:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.713570] audit: type=1130 audit(1647099900.851:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.732172] fuse: init (API version 7.35)
[ 5.733904] audit: type=1130 audit(1647099900.871:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.733920] audit: type=1131 audit(1647099900.871:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.924271] audit: type=1130 audit(1647099901.061:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.965391] EXT4-fs (sda9): re-mounted. Opts: errors=remount-ro. Quota mode: none.
[ 5.965428] EXT4-fs (sda9): re-mounted. Opts: errors=remount-ro. Quota mode: none.
[ 5.967056] audit: type=1130 audit(1647099901.104:8): 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'
[ 6.001801] systemd-journald[236]: Received client request to flush runtime journal.
[ 6.335261] audit: type=1130 audit(1647099901.471:9): 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'
[ 6.609699] audit: type=1130 audit(1647099901.748:10): 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'
[ 6.652958] audit: type=1334 audit(1647099901.791:11): prog-id=13 op=LOAD
[ 7.408845] dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
[ 7.422124] INT3435:00: ttyS4 at MMIO 0xfe10d000 (irq = 13, base_baud = 6250000) is a 16550A
[ 7.434631] wmi_bus wmi_bus-PNP0C14:01: WQBC data block query control method not found
[ 7.668165] input: DELL Wireless hotkeys as /devices/virtual/input/input6
[ 7.782236] input: DLL0655:00 06CB:2985 Mouse as /devices/pci0000:00/INT3433:00/i2c-1/i2c-DLL0655:00/0018:06CB:2985.0001/input/input7
[ 7.782334] hid-generic 0018:06CB:2985.0001: input,hidraw0: I2C HID v1.00 Mouse [DLL0655:00 06CB:2985] on i2c-DLL0655:00
[ 7.852733] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[ 7.852769] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 7.864171] i2c i2c-2: 1/1 memory slots populated (from DMI)
[ 7.864494] i2c i2c-2: Successfully instantiated SPD at 0x50
[ 8.054836] input: PC Speaker as /devices/platform/pcspkr/input/input10
[ 8.180591] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 8.183666] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 8.183702] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 8.183706] cfg80211: failed to load regulatory.db
[ 8.284106] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[ 8.284111] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 8.284113] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 8.284114] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 8.284116] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 8.362432] mc: Linux media interface: v0.10
[ 8.363247] checking generic (b0000000 408000) vs hw (a9000000 1000000)
[ 8.363251] checking generic (b0000000 408000) vs hw (b0000000 10000000)
[ 8.363253] fb0: switching to i915 from EFI VGA
[ 8.363363] Console: switching to colour dummy device 80x25
[ 8.363389] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 8.371510] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 8.439922] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[ 8.452986] videodev: Linux video capture interface: v2.00
[ 8.457738] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 8.458542] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input11
[ 8.458898] ACPI: video: Video Device [PEGP] (multi-head: no rom: yes post: no)
[ 8.459088] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:23/LNXVIDEO:01/input/input12
[ 8.461377] cryptd: max_cpu_qlen set to 1000
[ 8.461868] fbcon: i915drmfb (fb0) is primary device
[ 8.503849] MXM: GUID detected in BIOS
[ 8.503959] ACPI Warning: \_SB.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20210930/nsarguments-61)
[ 8.504135] ACPI Warning: \_SB.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20210930/nsarguments-61)
[ 8.504780] pci 0000:08:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
[ 8.504784] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.RP05.PEGP handle
[ 8.504785] nouveau: detected PR support, will not use DSM
[ 8.504815] nouveau 0000:08:00.0: enabling device (0006 -> 0007)
[ 8.598586] r8169 0000:07:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 8.601871] r8169 0000:07:00.0 eth0: RTL8106e, 20:47:47:23:4c:1e, XID 449, IRQ 50
[ 8.709770] Bluetooth: Core ver 2.22
[ 8.709795] NET: Registered PF_BLUETOOTH protocol family
[ 8.709796] Bluetooth: HCI device and connection manager initialized
[ 8.709800] Bluetooth: HCI socket layer initialized
[ 8.709802] Bluetooth: L2CAP socket layer initialized
[ 8.709804] Bluetooth: SCO socket layer initialized
[ 9.588843] Console: switching to colour frame buffer device 170x48
[ 9.607876] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[ 9.608009] nouveau 0000:08:00.0: NVIDIA GF117 (0d7000a2)
[ 9.642235] nouveau 0000:08:00.0: bios: version 75.17.84.00.0d
[ 9.709394] wl: loading out-of-tree module taints kernel.
[ 9.709402] wl: module license 'MIXED/Proprietary' taints kernel.
[ 9.709404] Disabling lock debugging due to kernel taint
[ 9.712480] wl: module verification failed: signature and/or required key missing - tainting kernel
[ 9.717256] wl 0000:06:00.0: enabling device (0000 -> 0002)
[ 9.725775] nouveau 0000:08:00.0: fb: 2048 MiB DDR3
[ 9.749657] wlan0: Broadcom BCM4365 802.11 Hybrid Wireless Controller 6.30.223.271 (r587334)
[ 10.642802] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4)
[ 10.805999] vga_switcheroo: enabled
[ 10.806015] nouveau 0000:08:00.0: DRM: VRAM: 2048 MiB
[ 10.806017] nouveau 0000:08:00.0: DRM: GART: 1048576 MiB
[ 10.806020] nouveau 0000:08:00.0: DRM: Pointer to TMDS table not found
[ 10.806022] nouveau 0000:08:00.0: DRM: DCB version 4.0
[ 10.807533] nouveau 0000:08:00.0: DRM: MM: using COPY0 for buffer copies
[ 10.807780] [drm] Initialized nouveau 1.3.1 20120801 for 0000:08:00.0 on minor 1
[ 10.832956] AVX2 version of gcm_enc/dec engaged.
[ 10.832993] AES CTR mode by8 optimization enabled
[ 10.846045] dell-smbios A80593CE-A997-11DA-B012-B622A1EF5492: WMI SMBIOS userspace interface not supported(0), try upgrading to a newer BIOS
[ 10.850149] iTCO_vendor_support: vendor-support=0
[ 10.976440] input: Dell WMI hotkeys as /devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input13
[ 11.079615] iTCO_wdt iTCO_wdt.3.auto: Found a Wildcat Point_LP TCO device (Version=2, TCOBASE=0x1860)
[ 11.079723] iTCO_wdt iTCO_wdt.3.auto: initialized. heartbeat=30 sec (nowayout=0)
[ 11.089868] usb 1-1.5: Found UVC 1.00 device Integrated_Webcam_HD (1bcf:2b8b)
[ 11.113666] input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input15
[ 11.113921] usbcore: registered new interface driver uvcvideo
[ 11.128696] usbcore: registered new interface driver btusb
[ 11.130040] rmi4_f01 rmi4-00.fn01: found RMI device, manufacturer: Synaptics, product: s3203_ver5, fw id: 1712843
[ 11.155627] intel-spi intel-spi: mx25l6405d (8192 Kbytes)
[ 11.162777] snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002)
[ 11.162985] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 11.163242] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[ 11.174482] Creating 1 MTD partitions on "intel-spi":
[ 11.174488] 0x000000000000-0x000000800000 : "BIOS"
[ 11.218650] wl 0000:06:00.0 wlp6s0: renamed from wlan0
[ 11.224409] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input16
[ 11.224476] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input17
[ 11.224538] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input18
[ 11.224596] input: HDA Intel HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/sound/card0/input19
[ 11.224651] input: HDA Intel HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.0/sound/card0/input20
[ 11.230970] input: Synaptics s3203_ver5 as /devices/pci0000:00/INT3433:00/i2c-1/i2c-DLL0655:00/0018:06CB:2985.0001/input/input14
[ 11.231068] hid-rmi 0018:06CB:2985.0001: input,hidraw0: I2C HID v1.00 Mouse [DLL0655:00 06CB:2985] on i2c-DLL0655:00
[ 11.239131] r8169 0000:07:00.0 enp7s0: renamed from eth0
[ 11.247128] Bluetooth: hci0: BCM: chip id 70
[ 11.248120] Bluetooth: hci0: BCM: features 0x06
[ 11.250714] mousedev: PS/2 mouse device common for all mice
[ 11.259399] at24 2-0050: supply vcc not found, using dummy regulator
[ 11.260245] at24 2-0050: 256 byte spd EEPROM, read-only
[ 11.264139] Bluetooth: hci0: BCM43142A
[ 11.264145] Bluetooth: hci0: BCM43142A0 (001.001.011) build 0000
[ 11.265181] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
[ 11.265239] Bluetooth: hci0: BCM: 'brcm/BCM43142A0-0a5c-21d7.hcd'
[ 11.265277] Bluetooth: hci0: BCM: 'brcm/BCM-0a5c-21d7.hcd'
[ 11.265672] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC3234: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 11.265679] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 11.265682] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 11.265685] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
[ 11.265687] snd_hda_codec_realtek hdaudioC1D0: inputs:
[ 11.265690] snd_hda_codec_realtek hdaudioC1D0: Headset Mic=0x19
[ 11.265692] snd_hda_codec_realtek hdaudioC1D0: Headphone Mic=0x1a
[ 11.265694] snd_hda_codec_realtek hdaudioC1D0: Internal Mic=0x12
[ 11.274806] kauditd_printk_skb: 3 callbacks suppressed
[ 11.274809] audit: type=1130 audit(1647099906.411:15): 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'
[ 11.277917] audit: type=1130 audit(1647099906.414:16): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:dell::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 11.278962] audit: type=1130 audit(1647099906.418:17): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 11.344595] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input21
[ 11.939023] intel_rapl_common: Found RAPL domain package
[ 11.939027] intel_rapl_common: Found RAPL domain core
[ 11.939029] intel_rapl_common: Found RAPL domain uncore
[ 11.939030] intel_rapl_common: Found RAPL domain dram
[ 11.939036] intel_rapl_common: RAPL package-0 domain package locked by BIOS
[ 11.939044] intel_rapl_common: RAPL package-0 domain dram locked by BIOS
[ 12.976312] audit: type=1130 audit(1647099908.114:18): 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'
[ 13.356772] audit: type=1130 audit(1647099908.494:19): 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'
[ 13.365334] Bluetooth: hci0: command 0x1003 tx timeout
[ 13.430146] Bluetooth: hci0: unexpected event for opcode 0x1003
[ 13.448218] audit: type=1127 audit(1647099908.584:20): pid=369 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[ 13.535571] audit: type=1130 audit(1647099908.674:21): 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'
[ 13.557047] audit: type=1334 audit(1647099908.694:22): prog-id=16 op=LOAD
[ 13.557206] audit: type=1334 audit(1647099908.694:23): prog-id=17 op=LOAD
[ 13.557256] audit: type=1334 audit(1647099908.694:24): prog-id=18 op=LOAD
[ 15.618224] 8021q: 802.1Q VLAN Support v1.8
[ 16.283099] kauditd_printk_skb: 6 callbacks suppressed
[ 16.283103] audit: type=1131 audit(1647099911.421: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'
[ 18.742902] nouveau 0000:08:00.0: bus: MMIO write of 0000041f FAULT at 6013d4 [ PRIVRING ]
[ 20.517591] audit: type=1103 audit(1647099915.654:32): pid=452 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[ 20.592231] audit: type=1130 audit(1647099915.731:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@974 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 20.639429] audit: type=1101 audit(1647099915.778:34): pid=456 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 20.639479] audit: type=1103 audit(1647099915.778:35): pid=456 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 20.639543] audit: type=1006 audit(1647099915.778:36): pid=456 uid=0 old-auid=4294967295 auid=974 tty=(none) old-ses=4294967295 ses=1 res=1
[ 20.639554] audit: type=1300 audit(1647099915.778:36): arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7ffe3250a6c0 a2=3 a3=0 items=0 ppid=1 pid=456 auid=974 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
[ 20.639558] audit: type=1327 audit(1647099915.778:36): proctitle="(systemd)"
[ 20.661710] audit: type=1105 audit(1647099915.798:37): pid=456 uid=0 auid=974 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 20.667564] audit: type=1334 audit(1647099915.804:38): prog-id=19 op=LOAD
[ 51.959369] kauditd_printk_skb: 5 callbacks suppressed
[ 51.959373] audit: type=1100 audit(1647099947.098:42): pid=539 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=? acct="yusuf" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=failed'
[ 53.877260] audit: type=1112 audit(1647099949.014:43): pid=539 uid=0 auid=4294967295 ses=4294967295 msg='op=login acct="yusuf" exe="/usr/bin/lightdm" hostname=Inspiron3543 addr=? terminal=/dev/tty7 res=failed'
[ 55.806030] audit: type=1100 audit(1647099950.944:44): pid=545 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="yusuf" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[ 55.806309] audit: type=1101 audit(1647099950.944:45): pid=545 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="yusuf" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[ 56.301926] audit: type=1106 audit(1647099951.438:46): pid=452 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[ 56.302020] audit: type=1104 audit(1647099951.441:47): pid=452 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[ 56.317100] audit: type=1103 audit(1647099951.454:48): pid=545 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="yusuf" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[ 56.317184] audit: type=1006 audit(1647099951.454:49): pid=545 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[ 56.317196] audit: type=1300 audit(1647099951.454:49): arch=c000003e syscall=1 success=yes exit=4 a0=b a1=7fffb2b41d40 a2=4 a3=0 items=0 ppid=398 pid=545 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="lightdm" exe="/usr/bin/lightdm" key=(null)
[ 56.317201] audit: type=1327 audit(1647099951.454:49): proctitle=6C69676874646D002D2D73657373696F6E2D6368696C64003134003231
[ 59.614142] kauditd_printk_skb: 14 callbacks suppressed
[ 59.614146] audit: type=1130 audit(1647099954.751:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 60.506020] audit: type=1130 audit(1647099955.644:61): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 66.493875] audit: type=1131 audit(1647099961.631:62): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@974 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 66.502655] audit: type=1131 audit(1647099961.641:63): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@974 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 74.732121] nouveau 0000:08:00.0: Enabling HDA controller
[ 74.832837] nouveau 0000:08:00.0: bus: MMIO write of ffffff1f FAULT at 6013d4 [ PRIVRING ]
[ 80.310922] audit: type=1334 audit(1647099975.448:64): prog-id=21 op=LOAD
[ 80.310973] audit: type=1334 audit(1647099975.448:65): prog-id=22 op=LOAD
[ 81.044427] audit: type=1130 audit(1647099976.181:66): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 161.165975] audit: type=1100 audit(1647100056.304:67): pid=1123 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="yusuf" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 161.167207] audit: type=1101 audit(1647100056.304:68): pid=1123 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="yusuf" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 161.169274] audit: type=1110 audit(1647100056.304:69): pid=1123 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 161.170674] audit: type=1105 audit(1647100056.308:70): pid=1123 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 161.190546] audit: type=1106 audit(1647100056.328:71): pid=1123 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 161.190555] audit: type=1104 audit(1647100056.328:72): pid=1123 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 341.280808] audit: type=1100 audit(1647100236.418:73): pid=1271 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="yusuf" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 341.281516] audit: type=1101 audit(1647100236.418:74): pid=1271 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="yusuf" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 341.283556] audit: type=1110 audit(1647100236.421:75): pid=1271 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 341.284295] audit: type=1105 audit(1647100236.421:76): pid=1271 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'Offline
Have you tried irqbalance?
Offline
Have you tried irqbalance?
No, that does not work even after enabling it in systemctl
Offline
I blame optimus/nouveau. My second place is broadcom-wl.
=> How do you configure the optimus system and have you tried the nvidia blob?
Offline
I blame optimus/nouveau. My second place is broadcom-wl.
=> How do you configure the optimus system and have you tried the nvidia blob?
What is optimus? How do I configure it? Could you elaborate more?
Offline
https://wiki.archlinux.org/title/NVIDIA_Optimus
How did you install archlinux?
Offline
https://wiki.archlinux.org/title/NVIDIA_Optimus
How did you install archlinux?
In Ubuntu, I installed a package, which gave me tools like arch-bootstrap, arch-chroot, genfstab, etc. I used arch-bootstrap on a new ext4 partition. And used arch-chroot to use pacman to install the kernal and generated the fstab with genfstab, and it worked. then, after looking at things on the internet, I installed xorg, lightdm and awesome wm. Then I installed Chromium and PulseAudio. And it all worked magically.
Offline
after looking at things on the internet
You wanted to look at https://wiki.archlinux.org/title/Installation_guide
=> https://wiki.archlinux.org/title/Genera … mendations
==> https://wiki.archlinux.org/title/Genera … ay_drivers
So read the optimus wiki and try the nvidia blob.
Offline
after looking at things on the internet
You wanted to look at https://wiki.archlinux.org/title/Installation_guide
=> https://wiki.archlinux.org/title/Genera … mendations
==> https://wiki.archlinux.org/title/Genera … ay_driversSo read the optimus wiki and try the nvidia blob.
I installed nvidia-470xx-dkms. And then rebooted. I am now stuck in tty. Instead of LightDM it shows me a blank screen with a blinking cursor. I can still use Ctrl+Alt+F* to go into a login screen of tty.
Offline
How did you go about the optimus configuration?
Did you also install nvidia-470xx-utils (which provides the GL libraries and X11 driver)?
https://wiki.archlinux.org/title/LightD … TTY_output
https://wiki.archlinux.org/title/NVIDIA#Early_loading
Offline
How did you go about the optimus configuration?
Did you also install nvidia-470xx-utils (which provides the GL libraries and X11 driver)?https://wiki.archlinux.org/title/LightD … TTY_output
https://wiki.archlinux.org/title/NVIDIA#Early_loading
It still does not work after installing that.
Here is my LightDM config:
#
# General configuration
#
# start-default-seat = True to always start one seat if none are defined in the configuration
# greeter-user = User to run greeter as
# minimum-display-number = Minimum display number to use for X servers
# minimum-vt = First VT to run displays on
# lock-memory = True to prevent memory from being paged to disk
# user-authority-in-system-dir = True if session authority should be in the system location
# guest-account-script = Script to be run to setup guest account
# logind-check-graphical = True to on start seats that are marked as graphical by logind
# log-directory = Directory to log information to
# run-directory = Directory to put running state in
# cache-directory = Directory to cache to
# sessions-directory = Directory to find sessions
# remote-sessions-directory = Directory to find remote sessions
# greeters-directory = Directory to find greeters
# backup-logs = True to move add a .old suffix to old log files when opening new ones
# dbus-service = True if LightDM provides a D-Bus service to control it
#
[LightDM]
#start-default-seat=true
#greeter-user=lightdm
#minimum-display-number=0
#minimum-vt=7 # Setting this to a value < 7 implies security issues, see FS#46799
#lock-memory=true
#user-authority-in-system-dir=false
#guest-account-script=guest-account
#logind-check-graphical=false
#log-directory=/var/log/lightdm
run-directory=/run/lightdm
#cache-directory=/var/cache/lightdm
#sessions-directory=/usr/share/lightdm/sessions:/usr/share/xsessions:/usr/share/wayland-sessions
#remote-sessions-directory=/usr/share/lightdm/remote-sessions
#greeters-directory=$XDG_DATA_DIRS/lightdm/greeters:$XDG_DATA_DIRS/xgreeters
#backup-logs=true
#dbus-service=true
#
# Seat configuration
#
# Seat configuration is matched against the seat name glob in the section, for example:
# [Seat:*] matches all seats and is applied first.
# [Seat:seat0] matches the seat named "seat0".
# [Seat:seat-thin-client*] matches all seats that have names that start with "seat-thin-client".
#
# type = Seat type (local, xremote)
# pam-service = PAM service to use for login
# pam-autologin-service = PAM service to use for autologin
# pam-greeter-service = PAM service to use for greeters
# xserver-command = X server command to run (can also contain arguments e.g. X -special-option)
# xmir-command = Xmir server command to run (can also contain arguments e.g. Xmir -special-option)
# xserver-config = Config file to pass to X server
# xserver-layout = Layout to pass to X server
# xserver-allow-tcp = True if TCP/IP connections are allowed to this X server
# xserver-share = True if the X server is shared for both greeter and session
# xserver-hostname = Hostname of X server (only for type=xremote)
# xserver-display-number = Display number of X server (only for type=xremote)
# xdmcp-manager = XDMCP manager to connect to (implies xserver-allow-tcp=true)
# xdmcp-port = XDMCP UDP/IP port to communicate on
# xdmcp-key = Authentication key to use for XDM-AUTHENTICATION-1 (stored in keys.conf)
greeter-session=lightdm-gtk-greeter
# greeter-hide-users = True to hide the user list
# greeter-allow-guest = True if the greeter should show a guest login option
# greeter-show-manual-login = True if the greeter should offer a manual login option
# greeter-show-remote-login = True if the greeter should offer a remote login option
# user-session = Session to load for users
# allow-user-switching = True if allowed to switch users
# allow-guest = True if guest login is allowed
# guest-session = Session to load for guests (overrides user-session)
# session-wrapper = Wrapper script to run session with
# greeter-wrapper = Wrapper script to run greeter with
# guest-wrapper = Wrapper script to run guest sessions with
# display-setup-script = Script to run when starting a greeter session (runs as root)
# display-stopped-script = Script to run after stopping the display server (runs as root)
# greeter-setup-script = Script to run when starting a greeter (runs as root)
# session-setup-script = Script to run when starting a user session (runs as root)
# session-cleanup-script = Script to run when quitting a user session (runs as root)
# autologin-guest = True to log in as guest by default
# autologin-user = User to log in with by default (overrides autologin-guest)
# autologin-user-timeout = Number of seconds to wait before loading default user
# autologin-session = Session to load for automatic login (overrides user-session)
# autologin-in-background = True if autologin session should not be immediately activated
# exit-on-failure = True if the daemon should exit if this seat fails
#
[Seat:*]
display-setup-script=/etc/lightdm/display_setup.sh
#type=local
#pam-service=lightdm
#pam-autologin-service=lightdm-autologin
#pam-greeter-service=lightdm-greeter
#xserver-command=X
#xmir-command=Xmir
#xserver-config=
#xserver-layout=
#xserver-allow-tcp=false
#xserver-share=true
#xserver-hostname=
#xserver-display-number=
#xdmcp-manager=
#xdmcp-port=177
#xdmcp-key=
#greeter-session=example-gtk-gnome
#greeter-hide-users=false
#greeter-allow-guest=true
#greeter-show-manual-login=false
#greeter-show-remote-login=true
#user-session=default
#allow-user-switching=true
#allow-guest=true
#guest-session=
session-wrapper=/etc/lightdm/Xsession
#greeter-wrapper=
#guest-wrapper=
#display-setup-script=
#display-stopped-script=
#greeter-setup-script=
#session-setup-script=
#session-cleanup-script=
#autologin-guest=false
#autologin-user=
#autologin-user-timeout=0
#autologin-in-background=false
#autologin-session=
#exit-on-failure=false
#
# XDMCP Server configuration
#
# enabled = True if XDMCP connections should be allowed
# port = UDP/IP port to listen for connections on
# listen-address = Host/address to listen for XDMCP connections (use all addresses if not present)
# key = Authentication key to use for XDM-AUTHENTICATION-1 or blank to not use authentication (stored in keys.conf)
# hostname = Hostname to report to XDMCP clients (defaults to system hostname if unset)
#
# The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn. Alternatively
# it can be a word and the first 7 characters are used as the key.
#
[XDMCPServer]
#enabled=false
#port=177
#listen-address=
#key=
#hostname=
#
# VNC Server configuration
#
# enabled = True if VNC connections should be allowed
# command = Command to run Xvnc server with
# port = TCP/IP port to listen for connections on
# listen-address = Host/address to listen for VNC connections (use all addresses if not present)
# width = Width of display to use
# height = Height of display to use
# depth = Color depth of display to use
#
[VNCServer]
#enabled=false
#command=Xvnc
#port=5900
#listen-address=
#width=1024
#height=768
#depth=8users.conf:
#
# User accounts configuration
#
# NOTE: If you have AccountsService installed on your system, then LightDM will
# use this instead and these settings will be ignored
#
# minimum-uid = Minimum UID required to be shown in greeter
# hidden-users = Users that are not shown to the user
# hidden-shells = Shells that indicate a user cannot login
#
[UserList]
minimum-uid=1000
hidden-users=nobody nobody4 noaccess
hidden-shells=/bin/false /usr/bin/nologin /bin/nologinHere is the display_setup script that I took from the Internet:
#!/bin/sh
xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --autoWhen Arch is booting, it also says BCM...Patch not found.
I don't remember it exactly but the BCM and Patch not found should be enough information and you were also suspecting Broadcom-wl earlier.
Offline
Here is my LightDM config:
You're supposed to alter the setting, not necessarily post the file.
Here is the display_setup script that I took from the Internet:
The internet is a pretty shitty place these days… if the above setting doesn't cut it, let's first see an xorg log, https://wiki.archlinux.org/title/Xorg#General
Offline
Here is my LightDM config:
You're supposed to alter the setting, not necessarily post the file.
Here is the display_setup script that I took from the Internet:
The internet is a pretty shitty place these days… if the above setting doesn't cut it, let's first see an xorg log, https://wiki.archlinux.org/title/Xorg#General
[ 81.987] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 14 14:14:57 2022
[ 81.988] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integrationOffline
The log - not some random excerpt.
And did you edit the lightdm.conf meanwhile?
Edit: in case you wonder "how", see the first link below.
Last edited by seth (2022-03-14 14:42:19)
Offline
The log - not some random excerpt.
And did you edit the lightdm.conf meanwhile?Edit: in case you wonder "how", see the first link below.
I accidentally skimmed through those links, you gave me. Anyways, it gives me an error at startup which says that LightDM has failed to start, See
systemctl status lightdm.serviceHere is the status it gave me:
× lightdm.service - Light Display Manager
Loaded: loaded (/usr/lib/systemd/system/lightdm.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Tue 2022-03-15 11:10:25 UTC; 6min ago
Docs: man:lightdm(1)
Process: 438 ExecStart=/usr/bin/lightdm (code=exited, status=1/FAILURE)
Main PID: 438 (code=exited, status=1/FAILURE)
CPU: 6ms
Mar 15 11:10:25 Inspiron3543 systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 5.
Mar 15 11:10:25 Inspiron3543 systemd[1]: Stopped Light Display Manager.
Mar 15 11:10:25 Inspiron3543 systemd[1]: lightdm.service: Start request repeated too quickly.
Mar 15 11:10:25 Inspiron3543 systemd[1]: lightdm.service: Failed with result 'exit-code'.
Mar 15 11:10:25 Inspiron3543 systemd[1]: Failed to start Light Display Manager.Offline
You're supposed to post the Xorg log, not some random data you imagine might somehow be relevant.
Also please answer whether you've made the relevant edit to the lightdm config.
Offline
You're supposed to post the Xorg log, not some random data you imagine might somehow be relevant.
Also please answer whether you've made the relevant edit to the lightdm config.
Yes I have! And it was producing that error.
Here is the Xorg Log:
[ 81.987] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 14 14:14:57 2022
[ 81.988] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integrationOffline
*sigh*
[ 81.987] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 14 14:14:57 2022
Post that file!
***SIGH***
Offline
yusuf, at this point it's hard to even imagine that you are just ignoring the many requests for the log, but rather there is some other hurdle getting in the way. How is it you are generating those two lines that you are posting (which you seem to believe are the xorg.log)?
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Additionally, you can look in /var/log/lightdm/.
Offline