You are not logged in.
I installed arch and set up enp1s0, the resident wired NIC. Everything worked:
cat /etc/systemd/network/20-wired.network
[Match]
Name=enp1s0
[Network]
DHCP=yes
Address=192.168.0.41/24Then I bought a BCM943228HMB wireless card and installed it, knowing that this
might be a problem card with linux.
When I tried to boot, it took a long time, apparently because there was no
network data flow.
The Broadcom wifi card driver would not load, complaining about firmware files.
But unexpectedly, wired NIC enp1s0 never came up either.
dmesg said enp1s0 came up. No strange output, except for BCM firmware
complaints.
ip link said enp1s0 was down, but ifconfig enp1s0 up brought it up, with no IP
address.
ip route showed no routes.
I didn't yet know how to reset the DNS address, and anyway, I have NFS mounts in
/etc/fstab, which need a working interface.
lspci -k showed the BCM card and bcma driver.
I tried to reboot with a a kernel cmdline black list of bcma. dmesg said the
driver blacklisted, and lsmod showed no bcma. But enp1s0 had the same problem.
I unplugged the BCM card and the computer booted enp1s0 with no problems.
So it looks like the presence of the Broadcom card, even when blacklisted,
prevents the systems from configuring enp1s0.
Why would a problem with BCM prevent the system from even trying to configure
enp1s0?
Is there some concept of a default network interface out of several?
Is that the same as RouteMetric?
Thanks.
Last edited by AVeck (2022-12-19 21:42:39)
Offline
Do you use something other than systemd-networkd and inadvertantly never had an issue with it until now due to having just one NIC?
For things to make sense, reproduce the faulty situation and post
sudo journalctl -b
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -fin code tags
PS You do not need to manually format text to your screen size, and it reads weird on bigger screens.
Offline
First cmd:
Dec 18 15:53:26 thinny-arch kernel: Linux version 6.0.12-arch1-1 (linux@archlinux) (gcc (GCC) 12.2.0, GNU ld (GNU Binutils) 2.39.0) #1 SMP PREEMPT_DYNAMIC Thu, 08 Dec 2022 11:03:38 +0000
Dec 18 15:53:26 thinny-arch kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=97eb8771-e60c-48f7-9a58-450b79e694b4 rw loglevel=3 quiet
Dec 18 15:53:26 thinny-arch kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Dec 18 15:53:26 thinny-arch kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Dec 18 15:53:26 thinny-arch kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Dec 18 15:53:26 thinny-arch kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Dec 18 15:53:26 thinny-arch kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Dec 18 15:53:26 thinny-arch kernel: signal: max sigframe size: 1776
Dec 18 15:53:26 thinny-arch kernel: BIOS-provided physical RAM map:
Dec 18 15:53:26 thinny-arch kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Dec 18 15:53:26 thinny-arch kernel: BIOS-e820: [mem 0x0000000000100000-0x000000009c8f2fff] usable
Dec 18 15:53:26 thinny-arch kernel: BIOS-e820: [mem 0x000000009c8f3000-0x000000009c922fff] reserved
Dec 18 15:53:26 thinny-arch kernel: BIOS-e820: [mem 0x000000009c923000-0x000000009c93dfff] ACPI data
Dec 18 15:53:26 thinny-arch kernel: BIOS-e820: [mem 0x000000009c93e000-0x000000009ca35fff] ACPI NVS
Dec 18 15:53:26 thinny-arch kernel: BIOS-e820: [mem 0x000000009ca36000-0x000000009e06bfff] reserved
Dec 18 15:53:26 thinny-arch kernel: BIOS-e820: [mem 0x000000009e06c000-0x000000009e0b2fff] type 20
Dec 18 15:53:26 thinny-arch kernel: BIOS-e820: [mem 0x000000009e0b3000-0x000000009e0b3fff] usable
Dec 18 15:53:26 thinny-arch kernel: BIOS-e820: [mem 0x000000009e0b4000-0x000000009e0bbfff] ACPI NVS
Dec 18 15:53:26 thinny-arch kernel: BIOS-e820: [mem 0x000000009e0bc000-0x000000009e216fff] usable
Dec 18 15:53:26 thinny-arch kernel: BIOS-e820: [mem 0x000000009e217000-0x000000009e8a2fff] reserved
Dec 18 15:53:26 thinny-arch kernel: BIOS-e820: [mem 0x000000009e8a3000-0x000000009e8effff] usable
Dec 18 15:53:26 thinny-arch kernel: BIOS-e820: [mem 0x000000009e8f0000-0x000000009eff0fff] reserved
Dec 18 15:53:26 thinny-arch kernel: BIOS-e820: [mem 0x000000009eff1000-0x000000009effffff] usable
Dec 18 15:53:26 thinny-arch kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
Dec 18 15:53:26 thinny-arch kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Dec 18 15:53:26 thinny-arch kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Dec 18 15:53:26 thinny-arch kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Dec 18 15:53:26 thinny-arch kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Dec 18 15:53:26 thinny-arch kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Dec 18 15:53:26 thinny-arch kernel: BIOS-e820: [mem 0x0000000100001000-0x000000013effffff] usable
Dec 18 15:53:26 thinny-arch kernel: NX (Execute Disable) protection: active
Dec 18 15:53:26 thinny-arch kernel: efi: EFI v2.31 by American Megatrends
Dec 18 15:53:26 thinny-arch kernel: efi: ESRT=0x9e06ac98 ACPI=0x9c928000 ACPI 2.0=0x9c928000 SMBIOS=0xf04c0
Dec 18 15:53:26 thinny-arch kernel: SMBIOS 2.8 present.
Dec 18 15:53:26 thinny-arch kernel: DMI: Hewlett-Packard HP t620 Quad Core TC/21B4, BIOS L40 v02.11 05/13/2016
Dec 18 15:53:26 thinny-arch kernel: tsc: Fast TSC calibration using PIT
Dec 18 15:53:26 thinny-arch kernel: tsc: Detected 1497.088 MHz processor
Dec 18 15:53:26 thinny-arch kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Dec 18 15:53:26 thinny-arch kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Dec 18 15:53:26 thinny-arch kernel: last_pfn = 0x13f000 max_arch_pfn = 0x400000000
Dec 18 15:53:26 thinny-arch kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Dec 18 15:53:26 thinny-arch kernel: total RAM covered: 2544M
Dec 18 15:53:26 thinny-arch kernel: Found optimal setting for mtrr clean up
Dec 18 15:53:26 thinny-arch kernel: gran_size: 64K chunk_size: 32M num_reg: 3 lose cover RAM: 0G
Dec 18 15:53:26 thinny-arch kernel: e820: update [mem 0x9f000000-0xffffffff] usable ==> reserved
Dec 18 15:53:26 thinny-arch kernel: last_pfn = 0x9f000 max_arch_pfn = 0x400000000
Dec 18 15:53:26 thinny-arch kernel: found SMP MP-table at [mem 0x000fd6d0-0x000fd6df]
Dec 18 15:53:26 thinny-arch kernel: esrt: Reserving ESRT space from 0x000000009e06ac98 to 0x000000009e06acd0.
Dec 18 15:53:26 thinny-arch kernel: Using GB pages for direct mapping
Dec 18 15:53:26 thinny-arch kernel: Secure boot disabled
Dec 18 15:53:26 thinny-arch kernel: RAMDISK: [mem 0x3424b000-0x3611cfff]
Dec 18 15:53:26 thinny-arch kernel: ACPI: Early table checksum verification disabled
Dec 18 15:53:26 thinny-arch kernel: ACPI: RSDP 0x000000009C928000 000024 (v02 HPQOEM)
Dec 18 15:53:26 thinny-arch kernel: ACPI: XSDT 0x000000009C928088 000094 (v01 HPQOEM SLIC-CPC 01072009 AMI 00010013)
Dec 18 15:53:26 thinny-arch kernel: ACPI: FACP 0x000000009C936130 00010C (v05 HPQOEM SLIC-CPC 01072009 AMI 00010013)
Dec 18 15:53:26 thinny-arch kernel: ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20220331/tbfadt-615)
Dec 18 15:53:26 thinny-arch kernel: ACPI: DSDT 0x000000009C9281B0 00DF80 (v02 HPQOEM SLIC-CPC 00000000 INTL 20051117)
Dec 18 15:53:26 thinny-arch kernel: ACPI: FACS 0x000000009CA2B080 000040
Dec 18 15:53:26 thinny-arch kernel: ACPI: APIC 0x000000009C936240 00007E (v03 HPQOEM SLIC-CPC 01072009 AMI 00010013)
Dec 18 15:53:26 thinny-arch kernel: ACPI: FPDT 0x000000009C9362C0 000044 (v01 HPQOEM SLIC-CPC 01072009 AMI 00010013)
Dec 18 15:53:26 thinny-arch kernel: ACPI: TCPA 0x000000009C936308 000032 (v02 APTIO4 NAPAASF 00000001 MSFT 01000013)
Dec 18 15:53:26 thinny-arch kernel: ACPI: MCFG 0x000000009C936340 00003C (v01 HPQOEM SLIC-CPC 01072009 MSFT 00010013)
Dec 18 15:53:26 thinny-arch kernel: ACPI: HPET 0x000000009C936380 000038 (v01 HPQOEM SLIC-CPC 01072009 AMI 00000005)
Dec 18 15:53:26 thinny-arch kernel: ACPI: BGRT 0x000000009C9363B8 000038 (v00 HPQOEM SLIC-CPC 01072009 AMI 00010013)
Dec 18 15:53:26 thinny-arch kernel: ACPI: SSDT 0x000000009C9363F0 000B10 (v01 AMD AGESA 00000001 AMD 00000001)
Dec 18 15:53:26 thinny-arch kernel: ACPI: SSDT 0x000000009C936F00 0046B7 (v02 AMD AGESA 00000002 MSFT 04000000)
Dec 18 15:53:26 thinny-arch kernel: ACPI: CRAT 0x000000009C93B5B8 000380 (v01 AMD AGESA 00000001 AMD 00000001)
Dec 18 15:53:26 thinny-arch kernel: ACPI: DBGP 0x000000009C93B938 000034 (v01 HPQOEM SLIC-CPC 01072009 AMI 00010013)
Dec 18 15:53:26 thinny-arch kernel: ACPI: SSDT 0x000000009C93B970 000849 (v01 HPQOEM SLIC-CPC 00000001 MSFT 03000001)
Dec 18 15:53:26 thinny-arch kernel: ACPI: SSDT 0x000000009C93C1C0 00042D (v01 AMD CPMXPRES 00000001 INTL 20051117)
Dec 18 15:53:26 thinny-arch kernel: ACPI: SSDT 0x000000009C93C5F0 0010E8 (v01 AMD CPMCMN 00000001 INTL 20051117)
Dec 18 15:53:26 thinny-arch kernel: ACPI: Reserving FACP table memory at [mem 0x9c936130-0x9c93623b]
Dec 18 15:53:26 thinny-arch kernel: ACPI: Reserving DSDT table memory at [mem 0x9c9281b0-0x9c93612f]
Dec 18 15:53:26 thinny-arch kernel: ACPI: Reserving FACS table memory at [mem 0x9ca2b080-0x9ca2b0bf]
Dec 18 15:53:26 thinny-arch kernel: ACPI: Reserving APIC table memory at [mem 0x9c936240-0x9c9362bd]
Dec 18 15:53:26 thinny-arch kernel: ACPI: Reserving FPDT table memory at [mem 0x9c9362c0-0x9c936303]
Dec 18 15:53:26 thinny-arch kernel: ACPI: Reserving TCPA table memory at [mem 0x9c936308-0x9c936339]
Dec 18 15:53:26 thinny-arch kernel: ACPI: Reserving MCFG table memory at [mem 0x9c936340-0x9c93637b]
Dec 18 15:53:26 thinny-arch kernel: ACPI: Reserving HPET table memory at [mem 0x9c936380-0x9c9363b7]
Dec 18 15:53:26 thinny-arch kernel: ACPI: Reserving BGRT table memory at [mem 0x9c9363b8-0x9c9363ef]
Dec 18 15:53:26 thinny-arch kernel: ACPI: Reserving SSDT table memory at [mem 0x9c9363f0-0x9c936eff]
Dec 18 15:53:26 thinny-arch kernel: ACPI: Reserving SSDT table memory at [mem 0x9c936f00-0x9c93b5b6]
Dec 18 15:53:26 thinny-arch kernel: ACPI: Reserving CRAT table memory at [mem 0x9c93b5b8-0x9c93b937]
Dec 18 15:53:26 thinny-arch kernel: ACPI: Reserving DBGP table memory at [mem 0x9c93b938-0x9c93b96b]
Dec 18 15:53:26 thinny-arch kernel: ACPI: Reserving SSDT table memory at [mem 0x9c93b970-0x9c93c1b8]
Dec 18 15:53:26 thinny-arch kernel: ACPI: Reserving SSDT table memory at [mem 0x9c93c1c0-0x9c93c5ec]
Dec 18 15:53:26 thinny-arch kernel: ACPI: Reserving SSDT table memory at [mem 0x9c93c5f0-0x9c93d6d7]
Dec 18 15:53:26 thinny-arch kernel: No NUMA configuration found
Dec 18 15:53:26 thinny-arch kernel: Faking a node at [mem 0x0000000000000000-0x000000013effffff]
Dec 18 15:53:26 thinny-arch kernel: NODE_DATA(0) allocated [mem 0x13eff8000-0x13effbfff]
Dec 18 15:53:26 thinny-arch kernel: Zone ranges:
Dec 18 15:53:26 thinny-arch kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Dec 18 15:53:26 thinny-arch kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Dec 18 15:53:26 thinny-arch kernel: Normal [mem 0x0000000100000000-0x000000013effffff]
Dec 18 15:53:26 thinny-arch kernel: Device empty
Dec 18 15:53:26 thinny-arch kernel: Movable zone start for each node
Dec 18 15:53:26 thinny-arch kernel: Early memory node ranges
Dec 18 15:53:26 thinny-arch kernel: node 0: [mem 0x0000000000001000-0x000000000009ffff]
Dec 18 15:53:26 thinny-arch kernel: node 0: [mem 0x0000000000100000-0x000000009c8f2fff]
Dec 18 15:53:26 thinny-arch kernel: node 0: [mem 0x000000009e0b3000-0x000000009e0b3fff]
Dec 18 15:53:26 thinny-arch kernel: node 0: [mem 0x000000009e0bc000-0x000000009e216fff]
Dec 18 15:53:26 thinny-arch kernel: node 0: [mem 0x000000009e8a3000-0x000000009e8effff]
Dec 18 15:53:26 thinny-arch kernel: node 0: [mem 0x000000009eff1000-0x000000009effffff]
Dec 18 15:53:26 thinny-arch kernel: node 0: [mem 0x0000000100001000-0x000000013effffff]
Dec 18 15:53:26 thinny-arch kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000013effffff]
Dec 18 15:53:26 thinny-arch kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Dec 18 15:53:26 thinny-arch kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Dec 18 15:53:26 thinny-arch kernel: On node 0, zone DMA32: 6080 pages in unavailable ranges
Dec 18 15:53:26 thinny-arch kernel: On node 0, zone DMA32: 8 pages in unavailable ranges
Dec 18 15:53:26 thinny-arch kernel: On node 0, zone DMA32: 1676 pages in unavailable ranges
Dec 18 15:53:26 thinny-arch kernel: On node 0, zone DMA32: 1793 pages in unavailable ranges
Dec 18 15:53:26 thinny-arch kernel: On node 0, zone Normal: 4097 pages in unavailable ranges
Dec 18 15:53:26 thinny-arch kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
Dec 18 15:53:26 thinny-arch kernel: ACPI: PM-Timer IO Port: 0x808
Dec 18 15:53:26 thinny-arch kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Dec 18 15:53:26 thinny-arch kernel: IOAPIC[0]: apic_id 5, version 33, address 0xfec00000, GSI 0-23
Dec 18 15:53:26 thinny-arch kernel: IOAPIC[1]: apic_id 6, version 33, address 0xfec01000, GSI 24-55
Dec 18 15:53:26 thinny-arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Dec 18 15:53:26 thinny-arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Dec 18 15:53:26 thinny-arch kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Dec 18 15:53:26 thinny-arch kernel: ACPI: HPET id: 0x10228210 base: 0xfed00000
Dec 18 15:53:26 thinny-arch kernel: e820: update [mem 0x905a7000-0x905b9fff] usable ==> reserved
Dec 18 15:53:26 thinny-arch kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
Dec 18 15:53:26 thinny-arch kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Dec 18 15:53:26 thinny-arch kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Dec 18 15:53:26 thinny-arch kernel: PM: hibernation: Registered nosave memory: [mem 0x905a7000-0x905b9fff]
Dec 18 15:53:26 thinny-arch kernel: PM: hibernation: Registered nosave memory: [mem 0x9c8f3000-0x9c922fff]
Dec 18 15:53:26 thinny-arch kernel: PM: hibernation: Registered nosave memory: [mem 0x9c923000-0x9c93dfff]
Dec 18 15:53:26 thinny-arch kernel: PM: hibernation: Registered nosave memory: [mem 0x9c93e000-0x9ca35fff]
Dec 18 15:53:26 thinny-arch kernel: PM: hibernation: Registered nosave memory: [mem 0x9ca36000-0x9e06bfff]
Dec 18 15:53:26 thinny-arch kernel: PM: hibernation: Registered nosave memory: [mem 0x9e06c000-0x9e0b2fff]
Dec 18 15:53:26 thinny-arch kernel: PM: hibernation: Registered nosave memory: [mem 0x9e0b4000-0x9e0bbfff]
Dec 18 15:53:26 thinny-arch kernel: PM: hibernation: Registered nosave memory: [mem 0x9e217000-0x9e8a2fff]
Dec 18 15:53:26 thinny-arch kernel: PM: hibernation: Registered nosave memory: [mem 0x9e8f0000-0x9eff0fff]
Dec 18 15:53:26 thinny-arch kernel: PM: hibernation: Registered nosave memory: [mem 0x9f000000-0xfebfffff]
Dec 18 15:53:26 thinny-arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec01fff]
Dec 18 15:53:26 thinny-arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
Dec 18 15:53:26 thinny-arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
Dec 18 15:53:26 thinny-arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
Dec 18 15:53:26 thinny-arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Dec 18 15:53:26 thinny-arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
Dec 18 15:53:26 thinny-arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Dec 18 15:53:26 thinny-arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Dec 18 15:53:26 thinny-arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
Dec 18 15:53:26 thinny-arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfeffffff]
Dec 18 15:53:26 thinny-arch kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
Dec 18 15:53:26 thinny-arch kernel: PM: hibernation: Registered nosave memory: [mem 0x100000000-0x100000fff]
Dec 18 15:53:26 thinny-arch kernel: [mem 0x9f000000-0xfebfffff] available for PCI devices
Dec 18 15:53:26 thinny-arch kernel: Booting paravirtualized kernel on bare hardware
Dec 18 15:53:26 thinny-arch kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Dec 18 15:53:26 thinny-arch kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
Dec 18 15:53:26 thinny-arch kernel: percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u524288
Dec 18 15:53:26 thinny-arch kernel: pcpu-alloc: s221184 r8192 d28672 u524288 alloc=1*2097152
Dec 18 15:53:26 thinny-arch kernel: pcpu-alloc: [0] 0 1 2 3
Dec 18 15:53:26 thinny-arch kernel: Fallback order for Node 0: 0
Dec 18 15:53:26 thinny-arch kernel: Built 1 zonelists, mobility grouping on. Total pages: 885439
Dec 18 15:53:26 thinny-arch kernel: Policy zone: Normal
Dec 18 15:53:26 thinny-arch kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=97eb8771-e60c-48f7-9a58-450b79e694b4 rw loglevel=3 quiet
Dec 18 15:53:26 thinny-arch kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
Dec 18 15:53:26 thinny-arch kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Dec 18 15:53:26 thinny-arch kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Dec 18 15:53:26 thinny-arch kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Dec 18 15:53:26 thinny-arch kernel: software IO TLB: area num 4.
Dec 18 15:53:26 thinny-arch kernel: Memory: 3178292K/3598628K available (16391K kernel code, 2092K rwdata, 11380K rodata, 2128K init, 3472K bss, 420076K reserved, 0K cma-reserved)
Dec 18 15:53:26 thinny-arch kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Dec 18 15:53:26 thinny-arch kernel: ftrace: allocating 45992 entries in 180 pages
Dec 18 15:53:26 thinny-arch kernel: ftrace: allocated 180 pages with 4 groups
Dec 18 15:53:26 thinny-arch kernel: Dynamic Preempt: full
Dec 18 15:53:26 thinny-arch kernel: rcu: Preemptible hierarchical RCU implementation.
Dec 18 15:53:26 thinny-arch kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
Dec 18 15:53:26 thinny-arch kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Dec 18 15:53:26 thinny-arch kernel: Trampoline variant of Tasks RCU enabled.
Dec 18 15:53:26 thinny-arch kernel: Rude variant of Tasks RCU enabled.
Dec 18 15:53:26 thinny-arch kernel: Tracing variant of Tasks RCU enabled.
Dec 18 15:53:26 thinny-arch kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Dec 18 15:53:26 thinny-arch kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Dec 18 15:53:26 thinny-arch kernel: NR_IRQS: 20736, nr_irqs: 1000, preallocated irqs: 16
Dec 18 15:53:26 thinny-arch kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Dec 18 15:53:26 thinny-arch kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Dec 18 15:53:26 thinny-arch kernel: Console: colour dummy device 80x25
Dec 18 15:53:26 thinny-arch kernel: printk: console [tty0] enabled
Dec 18 15:53:26 thinny-arch kernel: ACPI: Core revision 20220331
Dec 18 15:53:26 thinny-arch kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Dec 18 15:53:26 thinny-arch kernel: APIC: Switch to symmetric I/O mode setup
Dec 18 15:53:26 thinny-arch kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Dec 18 15:53:26 thinny-arch kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x159463cf256, max_idle_ns: 440795222830 ns
Dec 18 15:53:26 thinny-arch kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 2995.93 BogoMIPS (lpj=4990293)
Dec 18 15:53:26 thinny-arch kernel: pid_max: default: 32768 minimum: 301
Dec 18 15:53:26 thinny-arch kernel: LSM: Security Framework initializing
Dec 18 15:53:26 thinny-arch kernel: landlock: Up and running.
Dec 18 15:53:26 thinny-arch kernel: Yama: becoming mindful.
Dec 18 15:53:26 thinny-arch kernel: LSM support for eBPF active
Dec 18 15:53:26 thinny-arch kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Dec 18 15:53:26 thinny-arch kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Dec 18 15:53:26 thinny-arch kernel: LVT offset 1 assigned for vector 0xf9
Dec 18 15:53:26 thinny-arch kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
Dec 18 15:53:26 thinny-arch kernel: Last level dTLB entries: 4KB 512, 2MB 256, 4MB 128, 1GB 0
Dec 18 15:53:26 thinny-arch kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Dec 18 15:53:26 thinny-arch kernel: Spectre V2 : Mitigation: Retpolines
Dec 18 15:53:26 thinny-arch kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Dec 18 15:53:26 thinny-arch kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Dec 18 15:53:26 thinny-arch kernel: RETBleed: Mitigation: untrained return thunk
Dec 18 15:53:26 thinny-arch kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Dec 18 15:53:26 thinny-arch kernel: Freeing SMP alternatives memory: 36K
Dec 18 15:53:26 thinny-arch kernel: smpboot: CPU0: AMD GX-415GA SOC with Radeon(tm) HD Graphics (family: 0x16, model: 0x0, stepping: 0x1)
Dec 18 15:53:26 thinny-arch kernel: cblist_init_generic: Setting adjustable number of callback queues.
Dec 18 15:53:26 thinny-arch kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
Dec 18 15:53:26 thinny-arch kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
Dec 18 15:53:26 thinny-arch kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
Dec 18 15:53:26 thinny-arch kernel: Performance Events: AMD PMU driver.
Dec 18 15:53:26 thinny-arch kernel: ... version: 0
Dec 18 15:53:26 thinny-arch kernel: ... bit width: 48
Dec 18 15:53:26 thinny-arch kernel: ... generic registers: 4
Dec 18 15:53:26 thinny-arch kernel: ... value mask: 0000ffffffffffff
Dec 18 15:53:26 thinny-arch kernel: ... max period: 00007fffffffffff
Dec 18 15:53:26 thinny-arch kernel: ... fixed-purpose events: 0
Dec 18 15:53:26 thinny-arch kernel: ... event mask: 000000000000000f
Dec 18 15:53:26 thinny-arch kernel: rcu: Hierarchical SRCU implementation.
Dec 18 15:53:26 thinny-arch kernel: rcu: Max phase no-delay instances is 1000.
Dec 18 15:53:26 thinny-arch kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Dec 18 15:53:26 thinny-arch kernel: smp: Bringing up secondary CPUs ...
Dec 18 15:53:26 thinny-arch kernel: x86: Booting SMP configuration:
Dec 18 15:53:26 thinny-arch kernel: .... node #0, CPUs: #1 #2 #3
Dec 18 15:53:26 thinny-arch kernel: smp: Brought up 1 node, 4 CPUs
Dec 18 15:53:26 thinny-arch kernel: smpboot: Max logical packages: 1
Dec 18 15:53:26 thinny-arch kernel: smpboot: Total of 4 processors activated (11981.73 BogoMIPS)
Dec 18 15:53:26 thinny-arch kernel: devtmpfs: initialized
Dec 18 15:53:26 thinny-arch kernel: x86/mm: Memory block size: 128MB
Dec 18 15:53:26 thinny-arch kernel: ACPI: PM: Registering ACPI NVS region [mem 0x9c93e000-0x9ca35fff] (1015808 bytes)
Dec 18 15:53:26 thinny-arch kernel: ACPI: PM: Registering ACPI NVS region [mem 0x9e0b4000-0x9e0bbfff] (32768 bytes)
Dec 18 15:53:26 thinny-arch kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Dec 18 15:53:26 thinny-arch kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
Dec 18 15:53:26 thinny-arch kernel: pinctrl core: initialized pinctrl subsystem
Dec 18 15:53:26 thinny-arch kernel: PM: RTC time: 22:52:31, date: 2022-12-18
Dec 18 15:53:26 thinny-arch kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Dec 18 15:53:26 thinny-arch kernel: DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
Dec 18 15:53:26 thinny-arch kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Dec 18 15:53:26 thinny-arch kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Dec 18 15:53:26 thinny-arch kernel: audit: initializing netlink subsys (disabled)
Dec 18 15:53:26 thinny-arch kernel: audit: type=2000 audit(1671403951.186:1): state=initialized audit_enabled=0 res=1
Dec 18 15:53:26 thinny-arch kernel: thermal_sys: Registered thermal governor 'fair_share'
Dec 18 15:53:26 thinny-arch kernel: thermal_sys: Registered thermal governor 'bang_bang'
Dec 18 15:53:26 thinny-arch kernel: thermal_sys: Registered thermal governor 'step_wise'
Dec 18 15:53:26 thinny-arch kernel: thermal_sys: Registered thermal governor 'user_space'
Dec 18 15:53:26 thinny-arch kernel: thermal_sys: Registered thermal governor 'power_allocator'
Dec 18 15:53:26 thinny-arch kernel: cpuidle: using governor ladder
Dec 18 15:53:26 thinny-arch kernel: cpuidle: using governor menu
Dec 18 15:53:26 thinny-arch kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Dec 18 15:53:26 thinny-arch kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Dec 18 15:53:26 thinny-arch kernel: PCI: not using MMCONFIG
Dec 18 15:53:26 thinny-arch kernel: PCI: Using configuration type 1 for base access
Dec 18 15:53:26 thinny-arch kernel: PCI: Using configuration type 1 for extended access
Dec 18 15:53:26 thinny-arch kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Dec 18 15:53:26 thinny-arch kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Dec 18 15:53:26 thinny-arch kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Dec 18 15:53:26 thinny-arch kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Dec 18 15:53:26 thinny-arch kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Dec 18 15:53:26 thinny-arch kernel: ACPI: Added _OSI(Module Device)
Dec 18 15:53:26 thinny-arch kernel: ACPI: Added _OSI(Processor Device)
Dec 18 15:53:26 thinny-arch kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Dec 18 15:53:26 thinny-arch kernel: ACPI: Added _OSI(Processor Aggregator Device)
Dec 18 15:53:26 thinny-arch kernel: ACPI: Added _OSI(Linux-Dell-Video)
Dec 18 15:53:26 thinny-arch kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Dec 18 15:53:26 thinny-arch kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Dec 18 15:53:26 thinny-arch kernel: ACPI: 6 ACPI AML tables successfully acquired and loaded
Dec 18 15:53:26 thinny-arch kernel: ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
Dec 18 15:53:26 thinny-arch kernel: ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
Dec 18 15:53:26 thinny-arch kernel: ACPI: Interpreter enabled
Dec 18 15:53:26 thinny-arch kernel: ACPI: PM: (supports S0 S3 S5)
Dec 18 15:53:26 thinny-arch kernel: ACPI: Using IOAPIC for interrupt routing
Dec 18 15:53:26 thinny-arch kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Dec 18 15:53:26 thinny-arch kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
Dec 18 15:53:26 thinny-arch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Dec 18 15:53:26 thinny-arch kernel: PCI: Using E820 reservations for host bridge windows
Dec 18 15:53:26 thinny-arch kernel: ACPI: Enabled 6 GPEs in block 00 to 1F
Dec 18 15:53:26 thinny-arch kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Dec 18 15:53:26 thinny-arch kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Dec 18 15:53:26 thinny-arch kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Dec 18 15:53:26 thinny-arch kernel: PCI host bridge to bus 0000:00
Dec 18 15:53:26 thinny-arch kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
Dec 18 15:53:26 thinny-arch kernel: pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
Dec 18 15:53:26 thinny-arch kernel: pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
Dec 18 15:53:26 thinny-arch kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Dec 18 15:53:26 thinny-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
Dec 18 15:53:26 thinny-arch kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff window]
Dec 18 15:53:26 thinny-arch kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:00.0: [1022:1536] type 00 class 0x060000
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:01.0: [1002:9833] type 00 class 0x030000
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:01.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:01.0: reg 0x18: [mem 0xd0000000-0xd07fffff 64bit pref]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:01.0: reg 0x20: [io 0xf000-0xf0ff]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:01.0: reg 0x24: [mem 0xfeb00000-0xfeb3ffff]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:01.0: reg 0x30: [mem 0xfeb40000-0xfeb5ffff pref]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:01.0: enabling Extended Tags
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:01.0: BAR 0: assigned to efifb
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:01.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:01.0: supports D1 D2
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:01.0: PME# supported from D1 D2 D3hot
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:01.1: [1002:9840] type 00 class 0x040300
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:01.1: reg 0x10: [mem 0xfeb64000-0xfeb67fff 64bit]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:01.1: enabling Extended Tags
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:01.1: supports D1 D2
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:02.0: [1022:1538] type 00 class 0x060000
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:02.2: [1022:1439] type 01 class 0x060400
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:02.2: enabling Extended Tags
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:02.3: [1022:1439] type 01 class 0x060400
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:02.3: enabling Extended Tags
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:10.0: [1022:7814] type 00 class 0x0c0330
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:10.0: reg 0x10: [mem 0xfeb68000-0xfeb69fff 64bit]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:10.0: PME# supported from D0 D3hot D3cold
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:11.0: [1022:7801] type 00 class 0x010601
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:11.0: reg 0x10: [io 0xf140-0xf147]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:11.0: reg 0x14: [io 0xf130-0xf133]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:11.0: reg 0x18: [io 0xf120-0xf127]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:11.0: reg 0x1c: [io 0xf110-0xf113]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:11.0: reg 0x20: [io 0xf100-0xf10f]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:11.0: reg 0x24: [mem 0xfeb6e000-0xfeb6e3ff]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:11.0: PME# supported from D3hot
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:12.0: [1022:7807] type 00 class 0x0c0310
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:12.0: reg 0x10: [mem 0xfeb6d000-0xfeb6dfff]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:12.2: [1022:7808] type 00 class 0x0c0320
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:12.2: reg 0x10: [mem 0xfeb6c000-0xfeb6c0ff]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:12.2: supports D1 D2
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot D3cold
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:13.0: [1022:7807] type 00 class 0x0c0310
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:13.0: reg 0x10: [mem 0xfeb6b000-0xfeb6bfff]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:13.2: [1022:7808] type 00 class 0x0c0320
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:13.2: reg 0x10: [mem 0xfeb6a000-0xfeb6a0ff]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:13.2: supports D1 D2
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot D3cold
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:14.0: [1022:780b] type 00 class 0x0c0500
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:14.2: [1022:780d] type 00 class 0x040300
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:14.2: reg 0x10: [mem 0xfeb60000-0xfeb63fff 64bit]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:14.3: [1022:780e] type 00 class 0x060100
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:18.0: [1022:1530] type 00 class 0x060000
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:18.1: [1022:1531] type 00 class 0x060000
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:18.2: [1022:1532] type 00 class 0x060000
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:18.3: [1022:1533] type 00 class 0x060000
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:18.4: [1022:1534] type 00 class 0x060000
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:18.5: [1022:1535] type 00 class 0x060000
Dec 18 15:53:26 thinny-arch kernel: pci 0000:01:00.0: [14e4:4359] type 00 class 0x028000
Dec 18 15:53:26 thinny-arch kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfea00000-0xfea03fff 64bit]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:01:00.0: enabling Extended Tags
Dec 18 15:53:26 thinny-arch kernel: pci 0000:01:00.0: supports D1 D2
Dec 18 15:53:26 thinny-arch kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:02.2: PCI bridge to [bus 01]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:02.2: bridge window [mem 0xfea00000-0xfeafffff]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
Dec 18 15:53:26 thinny-arch kernel: pci 0000:02:00.0: reg 0x10: [io 0xe000-0xe0ff]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:02:00.0: reg 0x18: [mem 0xfe900000-0xfe900fff 64bit]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:02:00.0: reg 0x20: [mem 0xd0800000-0xd0803fff 64bit pref]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:02:00.0: supports D1 D2
Dec 18 15:53:26 thinny-arch kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:02.3: PCI bridge to [bus 02]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:02.3: bridge window [io 0xe000-0xefff]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:02.3: bridge window [mem 0xfe900000-0xfe9fffff]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:02.3: bridge window [mem 0xd0800000-0xd08fffff 64bit pref]
Dec 18 15:53:26 thinny-arch kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 11
Dec 18 15:53:26 thinny-arch kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 5
Dec 18 15:53:26 thinny-arch kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 4
Dec 18 15:53:26 thinny-arch kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 10
Dec 18 15:53:26 thinny-arch kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 11
Dec 18 15:53:26 thinny-arch kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 10
Dec 18 15:53:26 thinny-arch kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Dec 18 15:53:26 thinny-arch kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Dec 18 15:53:26 thinny-arch kernel: iommu: Default domain type: Translated
Dec 18 15:53:26 thinny-arch kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Dec 18 15:53:26 thinny-arch kernel: SCSI subsystem initialized
Dec 18 15:53:26 thinny-arch kernel: libata version 3.00 loaded.
Dec 18 15:53:26 thinny-arch kernel: ACPI: bus type USB registered
Dec 18 15:53:26 thinny-arch kernel: usbcore: registered new interface driver usbfs
Dec 18 15:53:26 thinny-arch kernel: usbcore: registered new interface driver hub
Dec 18 15:53:26 thinny-arch kernel: usbcore: registered new device driver usb
Dec 18 15:53:26 thinny-arch kernel: pps_core: LinuxPPS API ver. 1 registered
Dec 18 15:53:26 thinny-arch kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Dec 18 15:53:26 thinny-arch kernel: PTP clock support registered
Dec 18 15:53:26 thinny-arch kernel: EDAC MC: Ver: 3.0.0
Dec 18 15:53:26 thinny-arch kernel: Registered efivars operations
Dec 18 15:53:26 thinny-arch kernel: NetLabel: Initializing
Dec 18 15:53:26 thinny-arch kernel: NetLabel: domain hash size = 128
Dec 18 15:53:26 thinny-arch kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Dec 18 15:53:26 thinny-arch kernel: NetLabel: unlabeled traffic allowed by default
Dec 18 15:53:26 thinny-arch kernel: mctp: management component transport protocol core
Dec 18 15:53:26 thinny-arch kernel: NET: Registered PF_MCTP protocol family
Dec 18 15:53:26 thinny-arch kernel: PCI: Using ACPI for IRQ routing
Dec 18 15:53:26 thinny-arch kernel: PCI: pci_cache_line_size set to 64 bytes
Dec 18 15:53:26 thinny-arch kernel: e820: reserve RAM buffer [mem 0x905a7000-0x93ffffff]
Dec 18 15:53:26 thinny-arch kernel: e820: reserve RAM buffer [mem 0x9c8f3000-0x9fffffff]
Dec 18 15:53:26 thinny-arch kernel: e820: reserve RAM buffer [mem 0x9e0b4000-0x9fffffff]
Dec 18 15:53:26 thinny-arch kernel: e820: reserve RAM buffer [mem 0x9e217000-0x9fffffff]
Dec 18 15:53:26 thinny-arch kernel: e820: reserve RAM buffer [mem 0x9e8f0000-0x9fffffff]
Dec 18 15:53:26 thinny-arch kernel: e820: reserve RAM buffer [mem 0x9f000000-0x9fffffff]
Dec 18 15:53:26 thinny-arch kernel: e820: reserve RAM buffer [mem 0x13f000000-0x13fffffff]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:01.0: vgaarb: setting as boot VGA device
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:01.0: vgaarb: bridge control possible
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:01.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Dec 18 15:53:26 thinny-arch kernel: vgaarb: loaded
Dec 18 15:53:26 thinny-arch kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Dec 18 15:53:26 thinny-arch kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Dec 18 15:53:26 thinny-arch kernel: clocksource: Switched to clocksource tsc-early
Dec 18 15:53:26 thinny-arch kernel: VFS: Disk quotas dquot_6.6.0
Dec 18 15:53:26 thinny-arch kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Dec 18 15:53:26 thinny-arch kernel: pnp: PnP ACPI init
Dec 18 15:53:26 thinny-arch kernel: system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
Dec 18 15:53:26 thinny-arch kernel: system 00:01: [mem 0xa0000000-0xbfffffff] has been reserved
Dec 18 15:53:26 thinny-arch kernel: system 00:02: [io 0x0a00-0x0a1f] has been reserved
Dec 18 15:53:26 thinny-arch kernel: system 00:02: [io 0x0a80-0x0a9f] has been reserved
Dec 18 15:53:26 thinny-arch kernel: system 00:02: [io 0x0a50-0x0a5f] has been reserved
Dec 18 15:53:26 thinny-arch kernel: system 00:05: [io 0x04d0-0x04d1] has been reserved
Dec 18 15:53:26 thinny-arch kernel: system 00:09: [io 0x04d0-0x04d1] has been reserved
Dec 18 15:53:26 thinny-arch kernel: system 00:09: [io 0x040b] has been reserved
Dec 18 15:53:26 thinny-arch kernel: system 00:09: [io 0x04d6] has been reserved
Dec 18 15:53:26 thinny-arch kernel: system 00:09: [io 0x0c00-0x0c01] has been reserved
Dec 18 15:53:26 thinny-arch kernel: system 00:09: [io 0x0c14] has been reserved
Dec 18 15:53:26 thinny-arch kernel: system 00:09: [io 0x0c50-0x0c51] has been reserved
Dec 18 15:53:26 thinny-arch kernel: system 00:09: [io 0x0c52] has been reserved
Dec 18 15:53:26 thinny-arch kernel: system 00:09: [io 0x0c6c] has been reserved
Dec 18 15:53:26 thinny-arch kernel: system 00:09: [io 0x0c6f] has been reserved
Dec 18 15:53:26 thinny-arch kernel: system 00:09: [io 0x0cd0-0x0cd1] has been reserved
Dec 18 15:53:26 thinny-arch kernel: system 00:09: [io 0x0cd2-0x0cd3] has been reserved
Dec 18 15:53:26 thinny-arch kernel: system 00:09: [io 0x0cd4-0x0cd5] has been reserved
Dec 18 15:53:26 thinny-arch kernel: system 00:09: [io 0x0cd6-0x0cd7] has been reserved
Dec 18 15:53:26 thinny-arch kernel: system 00:09: [io 0x0cd8-0x0cdf] has been reserved
Dec 18 15:53:26 thinny-arch kernel: system 00:09: [io 0x0800-0x089f] has been reserved
Dec 18 15:53:26 thinny-arch kernel: system 00:09: [io 0x0b20-0x0b3f] has been reserved
Dec 18 15:53:26 thinny-arch kernel: system 00:09: [io 0x0900-0x090f] has been reserved
Dec 18 15:53:26 thinny-arch kernel: system 00:09: [io 0x0910-0x091f] has been reserved
Dec 18 15:53:26 thinny-arch kernel: system 00:09: [io 0xfe00-0xfefe] has been reserved
Dec 18 15:53:26 thinny-arch kernel: system 00:09: [mem 0xfec00000-0xfec00fff] could not be reserved
Dec 18 15:53:26 thinny-arch kernel: system 00:09: [mem 0xfee00000-0xfee00fff] has been reserved
Dec 18 15:53:26 thinny-arch kernel: system 00:09: [mem 0xfed80000-0xfed8ffff] has been reserved
Dec 18 15:53:26 thinny-arch kernel: system 00:09: [mem 0xfed61000-0xfed70fff] has been reserved
Dec 18 15:53:26 thinny-arch kernel: system 00:09: [mem 0xfec10000-0xfec10fff] has been reserved
Dec 18 15:53:26 thinny-arch kernel: system 00:09: [mem 0xfed00000-0xfed00fff] could not be reserved
Dec 18 15:53:26 thinny-arch kernel: system 00:09: [mem 0xff000000-0xffffffff] has been reserved
Dec 18 15:53:26 thinny-arch kernel: pnp: PnP ACPI: found 10 devices
Dec 18 15:53:26 thinny-arch kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Dec 18 15:53:26 thinny-arch kernel: NET: Registered PF_INET protocol family
Dec 18 15:53:26 thinny-arch kernel: IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
Dec 18 15:53:26 thinny-arch kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
Dec 18 15:53:26 thinny-arch kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Dec 18 15:53:26 thinny-arch kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
Dec 18 15:53:26 thinny-arch kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
Dec 18 15:53:26 thinny-arch kernel: TCP: Hash tables configured (established 32768 bind 32768)
Dec 18 15:53:26 thinny-arch kernel: MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
Dec 18 15:53:26 thinny-arch kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
Dec 18 15:53:26 thinny-arch kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
Dec 18 15:53:26 thinny-arch kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Dec 18 15:53:26 thinny-arch kernel: NET: Registered PF_XDP protocol family
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:02.2: PCI bridge to [bus 01]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:02.2: bridge window [mem 0xfea00000-0xfeafffff]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:02.3: PCI bridge to [bus 02]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:02.3: bridge window [io 0xe000-0xefff]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:02.3: bridge window [mem 0xfe900000-0xfe9fffff]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:02.3: bridge window [mem 0xd0800000-0xd08fffff 64bit pref]
Dec 18 15:53:26 thinny-arch kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
Dec 18 15:53:26 thinny-arch kernel: pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
Dec 18 15:53:26 thinny-arch kernel: pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
Dec 18 15:53:26 thinny-arch kernel: pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
Dec 18 15:53:26 thinny-arch kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
Dec 18 15:53:26 thinny-arch kernel: pci_bus 0000:00: resource 9 [mem 0xc0000000-0xffffffff window]
Dec 18 15:53:26 thinny-arch kernel: pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
Dec 18 15:53:26 thinny-arch kernel: pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
Dec 18 15:53:26 thinny-arch kernel: pci_bus 0000:02: resource 1 [mem 0xfe900000-0xfe9fffff]
Dec 18 15:53:26 thinny-arch kernel: pci_bus 0000:02: resource 2 [mem 0xd0800000-0xd08fffff 64bit pref]
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:01.1: D0 power state depends on 0000:00:01.0
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:12.0: quirk_usb_early_handoff+0x0/0x750 took 28390 usecs
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:12.2: quirk_usb_early_handoff+0x0/0x750 took 22638 usecs
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:12.2: PME# does not work under D3, disabling it
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:13.0: quirk_usb_early_handoff+0x0/0x750 took 78144 usecs
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:13.2: quirk_usb_early_handoff+0x0/0x750 took 16278 usecs
Dec 18 15:53:26 thinny-arch kernel: pci 0000:00:13.2: PME# does not work under D3, disabling it
Dec 18 15:53:26 thinny-arch kernel: PCI: CLS 64 bytes, default 64
Dec 18 15:53:26 thinny-arch kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Dec 18 15:53:26 thinny-arch kernel: software IO TLB: mapped [mem 0x000000008ac08000-0x000000008ec08000] (64MB)
Dec 18 15:53:26 thinny-arch kernel: LVT offset 0 assigned for vector 0x400
Dec 18 15:53:26 thinny-arch kernel: Trying to unpack rootfs image as initramfs...
Dec 18 15:53:26 thinny-arch kernel: perf: AMD IBS detected (0x000000ff)
Dec 18 15:53:26 thinny-arch kernel: Initialise system trusted keyrings
Dec 18 15:53:26 thinny-arch kernel: Key type blacklist registered
Dec 18 15:53:26 thinny-arch kernel: workingset: timestamp_bits=41 max_order=20 bucket_order=0
Dec 18 15:53:26 thinny-arch kernel: zbud: loaded
Dec 18 15:53:26 thinny-arch kernel: integrity: Platform Keyring initialized
Dec 18 15:53:26 thinny-arch kernel: integrity: Machine keyring initialized
Dec 18 15:53:26 thinny-arch kernel: Key type asymmetric registered
Dec 18 15:53:26 thinny-arch kernel: Asymmetric key parser 'x509' registered
Dec 18 15:53:26 thinny-arch kernel: Freeing initrd memory: 31560K
Dec 18 15:53:26 thinny-arch kernel: alg: self-tests for CTR-KDF (hmac(sha256)) passed
Dec 18 15:53:26 thinny-arch kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Dec 18 15:53:26 thinny-arch kernel: io scheduler mq-deadline registered
Dec 18 15:53:26 thinny-arch kernel: io scheduler kyber registered
Dec 18 15:53:26 thinny-arch kernel: io scheduler bfq registered
Dec 18 15:53:26 thinny-arch kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 25
Dec 18 15:53:26 thinny-arch kernel: pcieport 0000:00:02.3: PME: Signaling with IRQ 27
Dec 18 15:53:26 thinny-arch kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Dec 18 15:53:26 thinny-arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Dec 18 15:53:26 thinny-arch kernel: ACPI: button: Power Button [PWRB]
Dec 18 15:53:26 thinny-arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Dec 18 15:53:26 thinny-arch kernel: ACPI: button: Power Button [PWRF]
Dec 18 15:53:26 thinny-arch kernel: ACPI: \_PR_.P000: Found 2 idle states
Dec 18 15:53:26 thinny-arch kernel: ACPI: \_PR_.P001: Found 2 idle states
Dec 18 15:53:26 thinny-arch kernel: ACPI: \_PR_.P002: Found 2 idle states
Dec 18 15:53:26 thinny-arch kernel: ACPI: \_PR_.P003: Found 2 idle states
Dec 18 15:53:26 thinny-arch kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Dec 18 15:53:26 thinny-arch kernel: Non-volatile memory driver v1.3
Dec 18 15:53:26 thinny-arch kernel: Linux agpgart interface v0.103
Dec 18 15:53:26 thinny-arch kernel: tpm_tis 00:08: 1.2 TPM (device-id 0xB, rev-id 16)
Dec 18 15:53:26 thinny-arch kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Dec 18 15:53:26 thinny-arch kernel: ACPI: bus type drm_connector registered
Dec 18 15:53:26 thinny-arch kernel: ahci 0000:00:11.0: version 3.0
Dec 18 15:53:26 thinny-arch kernel: ahci 0000:00:11.0: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
Dec 18 15:53:26 thinny-arch kernel: ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part deso sadm sds
Dec 18 15:53:26 thinny-arch kernel: scsi host0: ahci
Dec 18 15:53:26 thinny-arch kernel: scsi host1: ahci
Dec 18 15:53:26 thinny-arch kernel: ata1: SATA max UDMA/133 abar m1024@0xfeb6e000 port 0xfeb6e100 irq 28
Dec 18 15:53:26 thinny-arch kernel: ata2: SATA max UDMA/133 abar m1024@0xfeb6e000 port 0xfeb6e180 irq 28
Dec 18 15:53:26 thinny-arch kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Dec 18 15:53:26 thinny-arch kernel: ehci-pci: EHCI PCI platform driver
Dec 18 15:53:26 thinny-arch kernel: ehci-pci 0000:00:12.2: EHCI Host Controller
Dec 18 15:53:26 thinny-arch kernel: ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
Dec 18 15:53:26 thinny-arch kernel: ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
Dec 18 15:53:26 thinny-arch kernel: ehci-pci 0000:00:12.2: debug port 1
Dec 18 15:53:26 thinny-arch kernel: ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb6c000
Dec 18 15:53:26 thinny-arch kernel: ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
Dec 18 15:53:26 thinny-arch kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.00
Dec 18 15:53:26 thinny-arch kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 18 15:53:26 thinny-arch kernel: usb usb1: Product: EHCI Host Controller
Dec 18 15:53:26 thinny-arch kernel: usb usb1: Manufacturer: Linux 6.0.12-arch1-1 ehci_hcd
Dec 18 15:53:26 thinny-arch kernel: usb usb1: SerialNumber: 0000:00:12.2
Dec 18 15:53:26 thinny-arch kernel: hub 1-0:1.0: USB hub found
Dec 18 15:53:26 thinny-arch kernel: hub 1-0:1.0: 4 ports detected
Dec 18 15:53:26 thinny-arch kernel: ehci-pci 0000:00:13.2: EHCI Host Controller
Dec 18 15:53:26 thinny-arch kernel: ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
Dec 18 15:53:26 thinny-arch kernel: ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
Dec 18 15:53:26 thinny-arch kernel: ehci-pci 0000:00:13.2: debug port 1
Dec 18 15:53:26 thinny-arch kernel: ehci-pci 0000:00:13.2: irq 17, io mem 0xfeb6a000
Dec 18 15:53:26 thinny-arch kernel: ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
Dec 18 15:53:26 thinny-arch kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.00
Dec 18 15:53:26 thinny-arch kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 18 15:53:26 thinny-arch kernel: usb usb2: Product: EHCI Host Controller
Dec 18 15:53:26 thinny-arch kernel: usb usb2: Manufacturer: Linux 6.0.12-arch1-1 ehci_hcd
Dec 18 15:53:26 thinny-arch kernel: usb usb2: SerialNumber: 0000:00:13.2
Dec 18 15:53:26 thinny-arch kernel: hub 2-0:1.0: USB hub found
Dec 18 15:53:26 thinny-arch kernel: hub 2-0:1.0: 4 ports detected
Dec 18 15:53:26 thinny-arch kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Dec 18 15:53:26 thinny-arch kernel: ohci-pci: OHCI PCI platform driver
Dec 18 15:53:26 thinny-arch kernel: ohci-pci 0000:00:12.0: OHCI PCI host controller
Dec 18 15:53:26 thinny-arch kernel: ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 3
Dec 18 15:53:26 thinny-arch kernel: ohci-pci 0000:00:12.0: irq 18, io mem 0xfeb6d000
Dec 18 15:53:26 thinny-arch kernel: ata1: SATA link down (SStatus 0 SControl 300)
Dec 18 15:53:26 thinny-arch kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.00
Dec 18 15:53:26 thinny-arch kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 18 15:53:26 thinny-arch kernel: usb usb3: Product: OHCI PCI host controller
Dec 18 15:53:26 thinny-arch kernel: usb usb3: Manufacturer: Linux 6.0.12-arch1-1 ohci_hcd
Dec 18 15:53:26 thinny-arch kernel: usb usb3: SerialNumber: 0000:00:12.0
Dec 18 15:53:26 thinny-arch kernel: hub 3-0:1.0: USB hub found
Dec 18 15:53:26 thinny-arch kernel: hub 3-0:1.0: 4 ports detected
Dec 18 15:53:26 thinny-arch kernel: ohci-pci 0000:00:13.0: OHCI PCI host controller
Dec 18 15:53:26 thinny-arch kernel: ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 4
Dec 18 15:53:26 thinny-arch kernel: ohci-pci 0000:00:13.0: irq 18, io mem 0xfeb6b000
Dec 18 15:53:26 thinny-arch kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.00
Dec 18 15:53:26 thinny-arch kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 18 15:53:26 thinny-arch kernel: usb usb4: Product: OHCI PCI host controller
Dec 18 15:53:26 thinny-arch kernel: usb usb4: Manufacturer: Linux 6.0.12-arch1-1 ohci_hcd
Dec 18 15:53:26 thinny-arch kernel: usb usb4: SerialNumber: 0000:00:13.0
Dec 18 15:53:26 thinny-arch kernel: hub 4-0:1.0: USB hub found
Dec 18 15:53:26 thinny-arch kernel: hub 4-0:1.0: 4 ports detected
Dec 18 15:53:26 thinny-arch kernel: uhci_hcd: USB Universal Host Controller Interface driver
Dec 18 15:53:26 thinny-arch kernel: usbcore: registered new interface driver usbserial_generic
Dec 18 15:53:26 thinny-arch kernel: usbserial: USB Serial support registered for generic
Dec 18 15:53:26 thinny-arch kernel: rtc_cmos 00:04: RTC can wake from S4
Dec 18 15:53:26 thinny-arch kernel: rtc_cmos 00:04: registered as rtc0
Dec 18 15:53:26 thinny-arch kernel: rtc_cmos 00:04: setting system clock to 2022-12-18T22:52:32 UTC (1671403952)
Dec 18 15:53:26 thinny-arch kernel: rtc_cmos 00:04: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Dec 18 15:53:26 thinny-arch kernel: ledtrig-cpu: registered to indicate activity on CPUs
Dec 18 15:53:26 thinny-arch kernel: efifb: probing for efifb
Dec 18 15:53:26 thinny-arch kernel: efifb: Ignoring BGRT: unexpected or invalid BMP data
Dec 18 15:53:26 thinny-arch kernel: efifb: framebuffer at 0xc0000000, using 1984k, total 1984k
Dec 18 15:53:26 thinny-arch kernel: efifb: mode is 800x600x32, linelength=3328, pages=1
Dec 18 15:53:26 thinny-arch kernel: efifb: scrolling: redraw
Dec 18 15:53:26 thinny-arch kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Dec 18 15:53:26 thinny-arch kernel: fbcon: Deferring console take-over
Dec 18 15:53:26 thinny-arch kernel: fb0: EFI VGA frame buffer device
Dec 18 15:53:26 thinny-arch kernel: hid: raw HID events driver (C) Jiri Kosina
Dec 18 15:53:26 thinny-arch kernel: drop_monitor: Initializing network drop monitor service
Dec 18 15:53:26 thinny-arch kernel: Initializing XFRM netlink socket
Dec 18 15:53:26 thinny-arch kernel: NET: Registered PF_INET6 protocol family
Dec 18 15:53:26 thinny-arch kernel: Segment Routing with IPv6
Dec 18 15:53:26 thinny-arch kernel: RPL Segment Routing with IPv6
Dec 18 15:53:26 thinny-arch kernel: In-situ OAM (IOAM) with IPv6
Dec 18 15:53:26 thinny-arch kernel: NET: Registered PF_PACKET protocol family
Dec 18 15:53:26 thinny-arch kernel: x86/pm: family 0x16 cpu detected, MSR saving is needed during suspending.
Dec 18 15:53:26 thinny-arch kernel: microcode: microcode updated early to new patch_level=0x0700010f
Dec 18 15:53:26 thinny-arch kernel: microcode: CPU0: patch_level=0x0700010f
Dec 18 15:53:26 thinny-arch kernel: microcode: CPU1: patch_level=0x0700010f
Dec 18 15:53:26 thinny-arch kernel: microcode: CPU2: patch_level=0x0700010f
Dec 18 15:53:26 thinny-arch kernel: microcode: CPU3: patch_level=0x0700010f
Dec 18 15:53:26 thinny-arch kernel: microcode: Microcode Update Driver: v2.2.
Dec 18 15:53:26 thinny-arch kernel: IPI shorthand broadcast: enabled
Dec 18 15:53:26 thinny-arch kernel: sched_clock: Marking stable (1389700126, 852248)->(1392876615, -2324241)
Dec 18 15:53:26 thinny-arch kernel: registered taskstats version 1
Dec 18 15:53:26 thinny-arch kernel: Loading compiled-in X.509 certificates
Dec 18 15:53:26 thinny-arch kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 9ad0ad2e4718ddd8dfa597cf7ac0fdb2fff110ad'
Dec 18 15:53:26 thinny-arch kernel: zswap: loaded using pool lz4/z3fold
Dec 18 15:53:26 thinny-arch kernel: Key type .fscrypt registered
Dec 18 15:53:26 thinny-arch kernel: Key type fscrypt-provisioning registered
Dec 18 15:53:26 thinny-arch kernel: integrity: Loading X.509 certificate: UEFI:db
Dec 18 15:53:26 thinny-arch kernel: integrity: Loaded X.509 cert 'Hewlett-Packard UEFI Secure Boot DB Key: e7203ac28b848d3c03432f6a485dd1f4c7b8e529'
Dec 18 15:53:26 thinny-arch kernel: integrity: Loading X.509 certificate: UEFI:db
Dec 18 15:53:26 thinny-arch kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Dec 18 15:53:26 thinny-arch kernel: integrity: Loading X.509 certificate: UEFI:db
Dec 18 15:53:26 thinny-arch kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Dec 18 15:53:26 thinny-arch kernel: PM: Magic number: 2:66:907
Dec 18 15:53:26 thinny-arch kernel: RAS: Correctable Errors collector initialized.
Dec 18 15:53:26 thinny-arch kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Dec 18 15:53:26 thinny-arch kernel: ata2.00: ATA-10: SSD 128GB, ZD0R3G03, max UDMA/133
Dec 18 15:53:26 thinny-arch kernel: ata2.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 32), AA
Dec 18 15:53:26 thinny-arch kernel: ata2.00: Features: Dev-Sleep
Dec 18 15:53:26 thinny-arch kernel: ata2.00: configured for UDMA/133
Dec 18 15:53:26 thinny-arch kernel: scsi 1:0:0:0: Direct-Access ATA SSD 128GB 3G03 PQ: 0 ANSI: 5
Dec 18 15:53:26 thinny-arch kernel: sd 1:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
Dec 18 15:53:26 thinny-arch kernel: sd 1:0:0:0: [sda] Write Protect is off
Dec 18 15:53:26 thinny-arch kernel: sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
Dec 18 15:53:26 thinny-arch kernel: sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Dec 18 15:53:26 thinny-arch kernel: sd 1:0:0:0: [sda] Preferred minimum I/O size 512 bytes
Dec 18 15:53:26 thinny-arch kernel: sda: sda1 sda2 sda3 sda4
Dec 18 15:53:26 thinny-arch kernel: sd 1:0:0:0: [sda] Attached SCSI disk
Dec 18 15:53:26 thinny-arch kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
Dec 18 15:53:26 thinny-arch kernel: Freeing unused decrypted memory: 2036K
Dec 18 15:53:26 thinny-arch kernel: Freeing unused kernel image (initmem) memory: 2128K
Dec 18 15:53:26 thinny-arch kernel: Write protecting the kernel read-only data: 30720k
Dec 18 15:53:26 thinny-arch kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
Dec 18 15:53:26 thinny-arch kernel: Freeing unused kernel image (rodata/data gap) memory: 908K
Dec 18 15:53:26 thinny-arch kernel: tsc: Refined TSC clocksource calibration: 1497.191 MHz
Dec 18 15:53:26 thinny-arch kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1594c522ce2, max_idle_ns: 440795237962 ns
Dec 18 15:53:26 thinny-arch kernel: clocksource: Switched to clocksource tsc
Dec 18 15:53:26 thinny-arch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Dec 18 15:53:26 thinny-arch kernel: rodata_test: all tests were successful
Dec 18 15:53:26 thinny-arch kernel: Run /init as init process
Dec 18 15:53:26 thinny-arch kernel: with arguments:
Dec 18 15:53:26 thinny-arch kernel: /init
Dec 18 15:53:26 thinny-arch kernel: with environment:
Dec 18 15:53:26 thinny-arch kernel: HOME=/
Dec 18 15:53:26 thinny-arch kernel: TERM=linux
Dec 18 15:53:26 thinny-arch kernel: BOOT_IMAGE=/vmlinuz-linux
Dec 18 15:53:26 thinny-arch kernel: usb 1-1: New USB device found, idVendor=0409, idProduct=005a, bcdDevice= 1.00
Dec 18 15:53:26 thinny-arch kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Dec 18 15:53:26 thinny-arch kernel: hub 1-1:1.0: USB hub found
Dec 18 15:53:26 thinny-arch kernel: hub 1-1:1.0: 4 ports detected
Dec 18 15:53:26 thinny-arch kernel: fbcon: Taking over console
Dec 18 15:53:26 thinny-arch kernel: Console: switching to colour frame buffer device 100x37
Dec 18 15:53:26 thinny-arch kernel: usb 4-3: new full-speed USB device number 2 using ohci-pci
Dec 18 15:53:26 thinny-arch kernel: usb 1-1.1: new low-speed USB device number 3 using ehci-pci
Dec 18 15:53:26 thinny-arch kernel: usb 4-3: New USB device found, idVendor=0a5c, idProduct=21f1, bcdDevice= 1.12
Dec 18 15:53:26 thinny-arch kernel: usb 4-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Dec 18 15:53:26 thinny-arch kernel: usb 4-3: Product: BCM20702A0
Dec 18 15:53:26 thinny-arch kernel: usb 4-3: Manufacturer: Broadcom Corp
Dec 18 15:53:26 thinny-arch kernel: usb 4-3: SerialNumber: 28E3473B4959
Dec 18 15:53:26 thinny-arch kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
Dec 18 15:53:26 thinny-arch kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Dec 18 15:53:26 thinny-arch kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Dec 18 15:53:26 thinny-arch kernel: usb 1-1.1: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
Dec 18 15:53:26 thinny-arch kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 18 15:53:26 thinny-arch kernel: usb 1-1.1: Product: USB Optical Mouse
Dec 18 15:53:26 thinny-arch kernel: usb 1-1.1: Manufacturer: Logitech
Dec 18 15:53:26 thinny-arch kernel: xhci_hcd 0000:00:10.0: xHCI Host Controller
Dec 18 15:53:26 thinny-arch kernel: xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 5
Dec 18 15:53:26 thinny-arch kernel: xhci_hcd 0000:00:10.0: hcc params 0x014040c3 hci version 0x100 quirks 0x0000000000000410
Dec 18 15:53:26 thinny-arch kernel: xhci_hcd 0000:00:10.0: xHCI Host Controller
Dec 18 15:53:26 thinny-arch kernel: xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 6
Dec 18 15:53:26 thinny-arch kernel: xhci_hcd 0000:00:10.0: Host supports USB 3.0 SuperSpeed
Dec 18 15:53:26 thinny-arch kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.00
Dec 18 15:53:26 thinny-arch kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 18 15:53:26 thinny-arch kernel: usb usb5: Product: xHCI Host Controller
Dec 18 15:53:26 thinny-arch kernel: usb usb5: Manufacturer: Linux 6.0.12-arch1-1 xhci-hcd
Dec 18 15:53:26 thinny-arch kernel: usb usb5: SerialNumber: 0000:00:10.0
Dec 18 15:53:26 thinny-arch kernel: hub 5-0:1.0: USB hub found
Dec 18 15:53:26 thinny-arch kernel: hub 5-0:1.0: 2 ports detected
Dec 18 15:53:26 thinny-arch kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 18 15:53:26 thinny-arch kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.00
Dec 18 15:53:26 thinny-arch kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 18 15:53:26 thinny-arch kernel: usb usb6: Product: xHCI Host Controller
Dec 18 15:53:26 thinny-arch kernel: usb usb6: Manufacturer: Linux 6.0.12-arch1-1 xhci-hcd
Dec 18 15:53:26 thinny-arch kernel: usb usb6: SerialNumber: 0000:00:10.0
Dec 18 15:53:26 thinny-arch kernel: hub 6-0:1.0: USB hub found
Dec 18 15:53:26 thinny-arch kernel: hub 6-0:1.0: 2 ports detected
Dec 18 15:53:26 thinny-arch kernel: usb 1-1.3: new full-speed USB device number 4 using ehci-pci
Dec 18 15:53:26 thinny-arch kernel: usb 1-1.3: New USB device found, idVendor=0557, idProduct=7000, bcdDevice= 1.00
Dec 18 15:53:26 thinny-arch kernel: usb 1-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Dec 18 15:53:26 thinny-arch kernel: hub 1-1.3:1.0: USB hub found
Dec 18 15:53:26 thinny-arch kernel: hub 1-1.3:1.0: 4 ports detected
Dec 18 15:53:26 thinny-arch kernel: input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C077.0001/input/input4
Dec 18 15:53:26 thinny-arch kernel: [drm] radeon kernel modesetting enabled.
Dec 18 15:53:26 thinny-arch kernel: hid-generic 0003:046D:C077.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:12.2-1.1/input0
Dec 18 15:53:26 thinny-arch kernel: Console: switching to colour dummy device 80x25
Dec 18 15:53:26 thinny-arch kernel: usbcore: registered new interface driver usbhid
Dec 18 15:53:26 thinny-arch kernel: usbhid: USB HID core driver
Dec 18 15:53:26 thinny-arch kernel: radeon 0000:00:01.0: vgaarb: deactivate vga console
Dec 18 15:53:26 thinny-arch kernel: [drm] initializing kernel modesetting (KABINI 0x1002:0x9833 0x103C:0x21B4 0x00).
Dec 18 15:53:26 thinny-arch kernel: [drm] doorbell mmio base: 0xD0000000
Dec 18 15:53:26 thinny-arch kernel: [drm] doorbell mmio size: 8388608
Dec 18 15:53:26 thinny-arch kernel: ATOM BIOS: HP
Dec 18 15:53:26 thinny-arch kernel: radeon 0000:00:01.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used)
Dec 18 15:53:26 thinny-arch kernel: radeon 0000:00:01.0: GTT: 2048M 0x0000000020000000 - 0x000000009FFFFFFF
Dec 18 15:53:26 thinny-arch kernel: [drm] Detected VRAM RAM=512M, BAR=256M
Dec 18 15:53:26 thinny-arch kernel: [drm] RAM width 128bits DDR
Dec 18 15:53:26 thinny-arch kernel: [drm] radeon: 512M of VRAM memory ready
Dec 18 15:53:26 thinny-arch kernel: [drm] radeon: 2048M of GTT memory ready.
Dec 18 15:53:26 thinny-arch kernel: [drm] Loading kabini Microcode
Dec 18 15:53:26 thinny-arch kernel: [drm] Internal thermal controller without fan control
Dec 18 15:53:26 thinny-arch kernel: [drm] radeon: dpm initialized
Dec 18 15:53:26 thinny-arch kernel: [drm] Found UVD firmware Version: 1.64 Family ID: 9
Dec 18 15:53:26 thinny-arch kernel: [drm] Found VCE firmware/feedback version 40.2.2 / 15!
Dec 18 15:53:26 thinny-arch kernel: [drm] GART: num cpu pages 524288, num gpu pages 524288
Dec 18 15:53:26 thinny-arch kernel: usb 1-1.3.1: new low-speed USB device number 5 using ehci-pci
Dec 18 15:53:26 thinny-arch kernel: [drm] PCIE GART of 2048M enabled (table at 0x000000000030E000).
Dec 18 15:53:26 thinny-arch kernel: radeon 0000:00:01.0: WB enabled
Dec 18 15:53:26 thinny-arch kernel: radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000020000c00
Dec 18 15:53:26 thinny-arch kernel: radeon 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000020000c04
Dec 18 15:53:26 thinny-arch kernel: radeon 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000020000c08
Dec 18 15:53:26 thinny-arch kernel: radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000020000c0c
Dec 18 15:53:26 thinny-arch kernel: radeon 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000020000c10
Dec 18 15:53:26 thinny-arch kernel: radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000078d30
Dec 18 15:53:26 thinny-arch kernel: radeon 0000:00:01.0: fence driver on ring 6 use gpu addr 0x0000000020000c18
Dec 18 15:53:26 thinny-arch kernel: radeon 0000:00:01.0: fence driver on ring 7 use gpu addr 0x0000000020000c1c
Dec 18 15:53:26 thinny-arch kernel: radeon 0000:00:01.0: radeon: using MSI.
Dec 18 15:53:26 thinny-arch kernel: [drm] radeon: irq initialized.
Dec 18 15:53:26 thinny-arch kernel: [drm] ring test on 0 succeeded in 2 usecs
Dec 18 15:53:26 thinny-arch kernel: [drm] ring test on 1 succeeded in 3 usecs
Dec 18 15:53:26 thinny-arch kernel: [drm] ring test on 2 succeeded in 3 usecs
Dec 18 15:53:26 thinny-arch kernel: [drm] ring test on 3 succeeded in 4 usecs
Dec 18 15:53:26 thinny-arch kernel: [drm] ring test on 4 succeeded in 4 usecs
Dec 18 15:53:26 thinny-arch kernel: [drm] ring test on 5 succeeded in 2 usecs
Dec 18 15:53:26 thinny-arch kernel: [drm] UVD initialized successfully.
Dec 18 15:53:26 thinny-arch kernel: usb 1-1.3.1: New USB device found, idVendor=046d, idProduct=c326, bcdDevice=79.00
Dec 18 15:53:26 thinny-arch kernel: usb 1-1.3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 18 15:53:26 thinny-arch kernel: usb 1-1.3.1: Product: USB Keyboard
Dec 18 15:53:26 thinny-arch kernel: usb 1-1.3.1: Manufacturer: Logitech
Dec 18 15:53:26 thinny-arch kernel: input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1.3/1-1.3.1/1-1.3.1:1.0/0003:046D:C326.0002/input/input5
Dec 18 15:53:26 thinny-arch kernel: [drm] ring test on 6 succeeded in 16 usecs
Dec 18 15:53:26 thinny-arch kernel: [drm] ring test on 7 succeeded in 3 usecs
Dec 18 15:53:26 thinny-arch kernel: [drm] VCE initialized successfully.
Dec 18 15:53:26 thinny-arch kernel: [drm] ib test on ring 0 succeeded in 0 usecs
Dec 18 15:53:26 thinny-arch kernel: [drm] ib test on ring 1 succeeded in 0 usecs
Dec 18 15:53:26 thinny-arch kernel: [drm] ib test on ring 2 succeeded in 0 usecs
Dec 18 15:53:26 thinny-arch kernel: [drm] ib test on ring 3 succeeded in 0 usecs
Dec 18 15:53:26 thinny-arch kernel: [drm] ib test on ring 4 succeeded in 0 usecs
Dec 18 15:53:26 thinny-arch kernel: hid-generic 0003:046D:C326.0002: input,hidraw1: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:12.2-1.3.1/input0
Dec 18 15:53:26 thinny-arch kernel: [drm] ib test on ring 5 succeeded
Dec 18 15:53:26 thinny-arch kernel: [drm] ib test on ring 6 succeeded
Dec 18 15:53:26 thinny-arch kernel: [drm] ib test on ring 7 succeeded
Dec 18 15:53:26 thinny-arch kernel: [drm] Radeon Display Connectors
Dec 18 15:53:26 thinny-arch kernel: [drm] Connector 0:
Dec 18 15:53:26 thinny-arch kernel: [drm] DP-1
Dec 18 15:53:26 thinny-arch kernel: [drm] HPD1
Dec 18 15:53:26 thinny-arch kernel: [drm] DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c
Dec 18 15:53:26 thinny-arch kernel: [drm] Encoders:
Dec 18 15:53:26 thinny-arch kernel: [drm] DFP1: INTERNAL_UNIPHY
Dec 18 15:53:26 thinny-arch kernel: [drm] Connector 1:
Dec 18 15:53:26 thinny-arch kernel: [drm] DP-2
Dec 18 15:53:26 thinny-arch kernel: [drm] HPD2
Dec 18 15:53:26 thinny-arch kernel: [drm] DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c
Dec 18 15:53:26 thinny-arch kernel: [drm] Encoders:
Dec 18 15:53:26 thinny-arch kernel: [drm] DFP2: INTERNAL_UNIPHY
Dec 18 15:53:26 thinny-arch kernel: [drm] Connector 2:
Dec 18 15:53:26 thinny-arch kernel: [drm] VGA-1
Dec 18 15:53:26 thinny-arch kernel: [drm] DDC: 0x65c0 0x65c0 0x65c4 0x65c4 0x65c8 0x65c8 0x65cc 0x65cc
Dec 18 15:53:26 thinny-arch kernel: [drm] Encoders:
Dec 18 15:53:26 thinny-arch kernel: [drm] CRT1: INTERNAL_KLDSCP_DAC1
Dec 18 15:53:26 thinny-arch kernel: [drm] fb mappable at 0xC0731000
Dec 18 15:53:26 thinny-arch kernel: [drm] vram apper at 0xC0000000
Dec 18 15:53:26 thinny-arch kernel: [drm] size 8294400
Dec 18 15:53:26 thinny-arch kernel: [drm] fb depth is 24
Dec 18 15:53:26 thinny-arch kernel: [drm] pitch is 7680
Dec 18 15:53:26 thinny-arch kernel: fbcon: radeondrmfb (fb0) is primary device
Dec 18 15:53:26 thinny-arch kernel: Console: switching to colour frame buffer device 240x67
Dec 18 15:53:26 thinny-arch kernel: radeon 0000:00:01.0: [drm] fb0: radeondrmfb frame buffer device
Dec 18 15:53:26 thinny-arch kernel: [drm] Initialized radeon 2.50.0 20080528 for 0000:00:01.0 on minor 0
Dec 18 15:53:26 thinny-arch kernel: [drm] amdgpu kernel modesetting enabled.
Dec 18 15:53:26 thinny-arch kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
Dec 18 15:53:26 thinny-arch kernel: amdgpu: Virtual CRAT table created for CPU
Dec 18 15:53:26 thinny-arch kernel: amdgpu: Topology: Add CPU node
Dec 18 15:53:26 thinny-arch kernel: usbhid 1-1.3.1:1.1: can't add hid device: -110
Dec 18 15:53:26 thinny-arch kernel: usbhid: probe of 1-1.3.1:1.1 failed with error -110
Dec 18 15:53:26 thinny-arch kernel: usbhid 1-1.3.1:1.2: can't add hid device: -110
Dec 18 15:53:26 thinny-arch kernel: usbhid: probe of 1-1.3.1:1.2 failed with error -110
Dec 18 15:53:26 thinny-arch kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: none.
Dec 18 15:53:26 thinny-arch systemd[1]: systemd 252.3-1-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 +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Dec 18 15:53:26 thinny-arch systemd[1]: Detected architecture x86-64.
Dec 18 15:53:26 thinny-arch systemd[1]: Hostname set to <thinny-arch>.
Dec 18 15:53:26 thinny-arch systemd[1]: bpf-lsm: LSM BPF program attached
Dec 18 15:53:26 thinny-arch systemd[1]: Queued start job for default target Graphical Interface.
Dec 18 15:53:26 thinny-arch systemd[1]: Created slice Slice /system/getty.
Dec 18 15:53:26 thinny-arch systemd[1]: Created slice Slice /system/modprobe.
Dec 18 15:53:26 thinny-arch systemd[1]: Created slice Slice /system/systemd-fsck.
Dec 18 15:53:26 thinny-arch systemd[1]: Created slice User and Session Slice.
Dec 18 15:53:26 thinny-arch systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Dec 18 15:53:26 thinny-arch systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Dec 18 15:53:26 thinny-arch systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Dec 18 15:53:26 thinny-arch systemd[1]: Reached target Local Encrypted Volumes.
Dec 18 15:53:26 thinny-arch systemd[1]: Reached target Local Integrity Protected Volumes.
Dec 18 15:53:26 thinny-arch systemd[1]: Reached target Path Units.
Dec 18 15:53:26 thinny-arch systemd[1]: Reached target Slice Units.
Dec 18 15:53:26 thinny-arch systemd[1]: Reached target Local Verity Protected Volumes.
Dec 18 15:53:26 thinny-arch systemd[1]: Listening on Device-mapper event daemon FIFOs.
Dec 18 15:53:26 thinny-arch systemd[1]: Listening on LVM2 poll daemon socket.
Dec 18 15:53:26 thinny-arch systemd[1]: Listening on Process Core Dump Socket.
Dec 18 15:53:26 thinny-arch systemd[1]: Listening on Journal Audit Socket.
Dec 18 15:53:26 thinny-arch systemd[1]: Listening on Journal Socket (/dev/log).
Dec 18 15:53:26 thinny-arch systemd[1]: Listening on Journal Socket.
Dec 18 15:53:26 thinny-arch systemd[1]: Listening on Network Service Netlink Socket.
Dec 18 15:53:26 thinny-arch systemd[1]: Listening on udev Control Socket.
Dec 18 15:53:26 thinny-arch systemd[1]: Listening on udev Kernel Socket.
Dec 18 15:53:26 thinny-arch systemd[1]: Mounting Huge Pages File System...
Dec 18 15:53:26 thinny-arch systemd[1]: Mounting POSIX Message Queue File System...
Dec 18 15:53:26 thinny-arch systemd[1]: Mounting Kernel Debug File System...
Dec 18 15:53:26 thinny-arch systemd[1]: Mounting Kernel Trace File System...
Dec 18 15:53:26 thinny-arch systemd[1]: Starting Create List of Static Device Nodes...
Dec 18 15:53:26 thinny-arch systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Dec 18 15:53:26 thinny-arch systemd[1]: Starting Load Kernel Module configfs...
Dec 18 15:53:26 thinny-arch systemd[1]: Starting Load Kernel Module drm...
Dec 18 15:53:26 thinny-arch systemd[1]: Starting Load Kernel Module fuse...
Dec 18 15:53:26 thinny-arch systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Dec 18 15:53:26 thinny-arch systemd[1]: Starting Journal Service...
Dec 18 15:53:26 thinny-arch systemd[1]: Load Kernel Modules was skipped because no trigger condition checks were met.
Dec 18 15:53:26 thinny-arch systemd[1]: Starting Generate network units from Kernel command line...
Dec 18 15:53:26 thinny-arch systemd[1]: Starting Remount Root and Kernel File Systems...
Dec 18 15:53:26 thinny-arch systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Dec 18 15:53:26 thinny-arch systemd[1]: Starting Apply Kernel Variables...
Dec 18 15:53:26 thinny-arch systemd[1]: Starting Coldplug All udev Devices...
Dec 18 15:53:26 thinny-arch systemd[1]: Mounted Huge Pages File System.
Dec 18 15:53:26 thinny-arch systemd[1]: Mounted POSIX Message Queue File System.
Dec 18 15:53:26 thinny-arch systemd[1]: Mounted Kernel Debug File System.
Dec 18 15:53:26 thinny-arch systemd[1]: Mounted Kernel Trace File System.
Dec 18 15:53:26 thinny-arch kernel: fuse: init (API version 7.36)
Dec 18 15:53:26 thinny-arch kernel: EXT4-fs (sda2): re-mounted. Quota mode: none.
Dec 18 15:53:26 thinny-arch systemd[1]: Finished Create List of Static Device Nodes.
Dec 18 15:53:26 thinny-arch kernel: audit: type=1130 audit(1671404006.643:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:53:26 thinny-arch systemd[1]: modprobe@configfs.service: Deactivated successfully.
Dec 18 15:53:26 thinny-arch systemd[1]: Finished Load Kernel Module configfs.
Dec 18 15:53:26 thinny-arch kernel: audit: type=1130 audit(1671404006.660:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:53:26 thinny-arch kernel: audit: type=1131 audit(1671404006.660:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:53:26 thinny-arch systemd[1]: modprobe@drm.service: Deactivated successfully.
Dec 18 15:53:26 thinny-arch systemd[1]: Finished Load Kernel Module drm.
Dec 18 15:53:26 thinny-arch kernel: audit: type=1130 audit(1671404006.690:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:53:26 thinny-arch kernel: audit: type=1131 audit(1671404006.690:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:53:26 thinny-arch systemd[1]: modprobe@fuse.service: Deactivated successfully.
Dec 18 15:53:26 thinny-arch systemd[1]: Finished Load Kernel Module fuse.
Dec 18 15:53:26 thinny-arch kernel: audit: type=1130 audit(1671404006.717:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:53:26 thinny-arch kernel: audit: type=1131 audit(1671404006.717:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:53:26 thinny-arch systemd[1]: Finished Generate network units from Kernel command line.
Dec 18 15:53:26 thinny-arch kernel: audit: type=1130 audit(1671404006.740:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-network-generator comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:53:26 thinny-arch systemd[1]: Finished Remount Root and Kernel File Systems.
Dec 18 15:53:26 thinny-arch kernel: audit: type=1130 audit(1671404006.767:10): 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'
Dec 18 15:53:26 thinny-arch systemd[1]: Finished Apply Kernel Variables.
Dec 18 15:53:26 thinny-arch kernel: audit: type=1130 audit(1671404006.793:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:53:26 thinny-arch systemd[1]: Reached target Preparation for Network.
Dec 18 15:53:26 thinny-arch systemd-journald[227]: Journal started
Dec 18 15:53:26 thinny-arch systemd-journald[227]: Runtime Journal (/run/log/journal/790aa2ae1f8d4ed19dfcf7fa409e1501) is 8.0M, max 167.4M, 159.4M free.
Dec 18 15:53:26 thinny-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:53:26 thinny-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:53:26 thinny-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:53:26 thinny-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:53:26 thinny-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:53:26 thinny-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:53:26 thinny-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:53:26 thinny-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-network-generator comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:53:26 thinny-arch audit[1]: SERVICE_START 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'
Dec 18 15:53:26 thinny-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:53:26 thinny-arch systemd[1]: Mounting FUSE Control File System...
Dec 18 15:53:26 thinny-arch systemd[1]: Mounting Kernel Configuration File System...
Dec 18 15:53:26 thinny-arch systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Dec 18 15:53:26 thinny-arch systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Dec 18 15:53:26 thinny-arch systemd[1]: Starting Load/Save Random Seed...
Dec 18 15:53:26 thinny-arch systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Dec 18 15:53:26 thinny-arch systemd[1]: Starting Create Static Device Nodes in /dev...
Dec 18 15:53:26 thinny-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:53:26 thinny-arch systemd[1]: Started Journal Service.
Dec 18 15:53:26 thinny-arch systemd[1]: Mounted Kernel Configuration File System.
Dec 18 15:53:26 thinny-arch systemd[1]: Starting Flush Journal to Persistent Storage...
Dec 18 15:53:26 thinny-arch systemd-random-seed[237]: Kernel entropy pool is not initialized yet, waiting until it is.
Dec 18 15:53:26 thinny-arch systemd-journald[227]: Time spent on flushing to /var/log/journal/790aa2ae1f8d4ed19dfcf7fa409e1501 is 225.202ms for 884 entries.
Dec 18 15:53:26 thinny-arch systemd-journald[227]: System Journal (/var/log/journal/790aa2ae1f8d4ed19dfcf7fa409e1501) is 66.9M, max 4.0G, 3.9G free.
Dec 18 15:53:27 thinny-arch systemd-journald[227]: Received client request to flush runtime journal.
Dec 18 15:53:26 thinny-arch audit[1]: SERVICE_START 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'
Dec 18 15:53:26 thinny-arch audit: BPF prog-id=27 op=LOAD
Dec 18 15:53:26 thinny-arch audit: BPF prog-id=28 op=LOAD
Dec 18 15:53:27 thinny-arch audit[1]: SERVICE_START 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'
Dec 18 15:53:26 thinny-arch systemd[1]: Mounted FUSE Control File System.
Dec 18 15:53:26 thinny-arch systemd[1]: Finished Create Static Device Nodes in /dev.
Dec 18 15:53:27 thinny-arch systemd[1]: Starting Rule-based Manager for Device Events and Files...
Dec 18 15:53:27 thinny-arch systemd[1]: Finished Coldplug All udev Devices.
Dec 18 15:53:27 thinny-arch systemd-udevd[241]: Using default interface naming scheme 'v252'.
Dec 18 15:53:27 thinny-arch kernel: random: crng init done
Dec 18 15:53:27 thinny-arch systemd[1]: Finished Load/Save Random Seed.
Dec 18 15:53:27 thinny-arch audit[1]: SERVICE_START 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'
Dec 18 15:53:27 thinny-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:53:27 thinny-arch systemd[1]: Started Rule-based Manager for Device Events and Files.
Dec 18 15:53:27 thinny-arch systemd[1]: Finished Flush Journal to Persistent Storage.
Dec 18 15:53:27 thinny-arch systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Dec 18 15:53:27 thinny-arch audit[1]: SERVICE_START 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'
Dec 18 15:53:27 thinny-arch audit: BPF prog-id=29 op=LOAD
Dec 18 15:53:27 thinny-arch systemd[1]: Starting Network Configuration...
Dec 18 15:53:27 thinny-arch systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Dec 18 15:53:27 thinny-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:53:27 thinny-arch systemd[1]: Found device SSD_128GB arch-swap.
Dec 18 15:53:27 thinny-arch systemd[1]: Found device SSD_128GB efi.
Dec 18 15:53:27 thinny-arch systemd[1]: Reached target Preparation for Local File Systems.
Dec 18 15:53:27 thinny-arch systemd[1]: Activating swap /dev/disk/by-label/arch-swap...
Dec 18 15:53:27 thinny-arch systemd[1]: Starting File System Check on /dev/disk/by-uuid/CD28-7DB0...
Dec 18 15:53:27 thinny-arch kernel: Adding 8388604k swap on /dev/sda3. Priority:-2 extents:1 across:8388604k SSFS
Dec 18 15:53:27 thinny-arch systemd[1]: Activated swap /dev/disk/by-label/arch-swap.
Dec 18 15:53:27 thinny-arch systemd[1]: Reached target Swaps.
Dec 18 15:53:27 thinny-arch systemd-fsck[274]: fsck.fat 4.2 (2021-01-31)
Dec 18 15:53:27 thinny-arch systemd-fsck[274]: /dev/sda1: 373 files, 30171/130811 clusters
Dec 18 15:53:27 thinny-arch kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Dec 18 15:53:27 thinny-arch kernel: mousedev: PS/2 mouse device common for all mice
Dec 18 15:53:27 thinny-arch kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Dec 18 15:53:27 thinny-arch kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Dec 18 15:53:27 thinny-arch kernel: cfg80211: failed to load regulatory.db
Dec 18 15:53:27 thinny-arch systemd[1]: Finished File System Check on /dev/disk/by-uuid/CD28-7DB0.
Dec 18 15:53:27 thinny-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-CD28\x2d7DB0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:53:27 thinny-arch systemd-networkd[257]: lo: Link UP
Dec 18 15:53:27 thinny-arch systemd-networkd[257]: lo: Gained carrier
Dec 18 15:53:27 thinny-arch systemd-networkd[257]: Enumeration completed
Dec 18 15:53:27 thinny-arch systemd[1]: Started Network Configuration.
Dec 18 15:53:27 thinny-arch kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Dec 18 15:53:27 thinny-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:53:27 thinny-arch systemd[1]: Starting Wait for Network to be Configured...
Dec 18 15:53:27 thinny-arch kernel: acpi PNP0C14:01: duplicate WMI GUID 5FB7F034-2C63-45E9-BE91-3D44E2C707E4 (first instance was on PNP0C14:00)
Dec 18 15:53:27 thinny-arch kernel: acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Dec 18 15:53:27 thinny-arch systemd[1]: boot.mount: Directory /boot to mount over is not empty, mounting anyway.
Dec 18 15:53:27 thinny-arch systemd[1]: Mounting /boot...
Dec 18 15:53:27 thinny-arch systemd[1]: Mounting Temporary Directory /tmp...
Dec 18 15:53:27 thinny-arch systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Dec 18 15:53:27 thinny-arch systemd[1]: Mounted Temporary Directory /tmp.
Dec 18 15:53:27 thinny-arch kernel: bcma-pci-bridge 0000:01:00.0: enabling device (0100 -> 0102)
Dec 18 15:53:27 thinny-arch kernel: bcma-pci-bridge 0000:01:00.0: bus0: Found chip with id 43228, rev 0x00 and package 0x08
Dec 18 15:53:27 thinny-arch kernel: bcma-pci-bridge 0000:01:00.0: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x25, class 0x0)
Dec 18 15:53:27 thinny-arch kernel: bcma-pci-bridge 0000:01:00.0: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x1E, class 0x0)
Dec 18 15:53:27 thinny-arch kernel: bcma-pci-bridge 0000:01:00.0: bus0: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x12, class 0x0)
Dec 18 15:53:27 thinny-arch kernel: bcma-pci-bridge 0000:01:00.0: bus0: Core 3 found: SDIO Device (manuf 0x4BF, id 0x829, rev 0x07, class 0x0)
Dec 18 15:53:27 thinny-arch systemd[1]: Mounted /boot.
Dec 18 15:53:27 thinny-arch systemd[1]: Reached target Local File Systems.
Dec 18 15:53:27 thinny-arch systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Dec 18 15:53:27 thinny-arch systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Dec 18 15:53:27 thinny-arch systemd[1]: Store a System Token in an EFI Variable was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Dec 18 15:53:27 thinny-arch systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Dec 18 15:53:27 thinny-arch systemd[1]: Starting Create Volatile Files and Directories...
Dec 18 15:53:27 thinny-arch kernel: bcma-pci-bridge 0000:01:00.0: bus0: Bus registered
Dec 18 15:53:27 thinny-arch kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Dec 18 15:53:27 thinny-arch kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Dec 18 15:53:27 thinny-arch kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Dec 18 15:53:27 thinny-arch kernel: input: PC Speaker as /devices/platform/pcspkr/input/input6
Dec 18 15:53:27 thinny-arch kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Dec 18 15:53:27 thinny-arch kernel: cryptd: max_cpu_qlen set to 1000
Dec 18 15:53:27 thinny-arch kernel: sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
Dec 18 15:53:27 thinny-arch kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Dec 18 15:53:28 thinny-arch audit[1]: SERVICE_START 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'
Dec 18 15:53:28 thinny-arch audit: BPF prog-id=30 op=LOAD
Dec 18 15:53:28 thinny-arch systemd[1]: Finished Create Volatile Files and Directories.
Dec 18 15:53:28 thinny-arch systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Dec 18 15:53:28 thinny-arch systemd[1]: Starting Network Name Resolution...
Dec 18 15:53:28 thinny-arch systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Dec 18 15:53:28 thinny-arch systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Dec 18 15:53:28 thinny-arch audit[300]: SYSTEM_BOOT pid=300 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Dec 18 15:53:28 thinny-arch systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Dec 18 15:53:28 thinny-arch systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Dec 18 15:53:28 thinny-arch audit[1]: SERVICE_START 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'
Dec 18 15:53:28 thinny-arch kernel: Bluetooth: Core ver 2.22
Dec 18 15:53:28 thinny-arch kernel: NET: Registered PF_BLUETOOTH protocol family
Dec 18 15:53:28 thinny-arch kernel: Bluetooth: HCI device and connection manager initialized
Dec 18 15:53:28 thinny-arch kernel: Bluetooth: HCI socket layer initialized
Dec 18 15:53:28 thinny-arch kernel: Bluetooth: L2CAP socket layer initialized
Dec 18 15:53:28 thinny-arch kernel: Bluetooth: SCO socket layer initialized
Dec 18 15:53:28 thinny-arch kernel: AVX version of gcm_enc/dec engaged.
Dec 18 15:53:28 thinny-arch kernel: AES CTR mode by8 optimization enabled
Dec 18 15:53:28 thinny-arch systemd-resolved[297]: Positive Trust Anchors:
Dec 18 15:53:28 thinny-arch systemd-resolved[297]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Dec 18 15:53:28 thinny-arch systemd-resolved[297]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
Dec 18 15:53:28 thinny-arch systemd-networkd-wait-online[280]: eth0: Failed to update link state, ignoring: No such file or directory
Dec 18 15:53:28 thinny-arch kernel: r8169 0000:02:00.0 eth0: RTL8168g/8111g, 7c:d3:0a:22:6a:10, XID 4c0, IRQ 38
Dec 18 15:53:28 thinny-arch kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Dec 18 15:53:28 thinny-arch kernel: r8169 0000:02:00.0 enp2s0: renamed from eth0
Dec 18 15:53:28 thinny-arch systemd-networkd[257]: eth0: Interface name change detected, renamed to enp2s0.
Dec 18 15:53:28 thinny-arch systemd-resolved[297]: Using system hostname 'thinny-arch'.
Dec 18 15:53:28 thinny-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-resolved comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:53:28 thinny-arch systemd[1]: Started Network Name Resolution.
Dec 18 15:53:28 thinny-arch systemd[1]: Reached target Network.
Dec 18 15:53:28 thinny-arch systemd[1]: Reached target Host and Network Name Lookups.
Dec 18 15:53:28 thinny-arch systemd[1]: Reached target System Initialization.
Dec 18 15:53:28 thinny-arch systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Dec 18 15:53:28 thinny-arch systemd[1]: Started Daily man-db regeneration.
Dec 18 15:53:28 thinny-arch systemd[1]: Started Daily verification of password and group files.
Dec 18 15:53:28 thinny-arch systemd[1]: Started Daily Cleanup of Temporary Directories.
Dec 18 15:53:28 thinny-arch systemd[1]: Reached target Timer Units.
Dec 18 15:53:28 thinny-arch systemd[1]: Listening on D-Bus System Message Bus Socket.
Dec 18 15:53:28 thinny-arch systemd[1]: Reached target Socket Units.
Dec 18 15:53:28 thinny-arch systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Dec 18 15:53:28 thinny-arch systemd[1]: Reached target Basic System.
Dec 18 15:53:28 thinny-arch systemd[1]: Starting D-Bus System Message Bus...
Dec 18 15:53:28 thinny-arch systemd[1]: SSH Key Generation was skipped because no trigger condition checks were met.
Dec 18 15:53:28 thinny-arch systemd[1]: Started OpenSSH Daemon.
Dec 18 15:53:28 thinny-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:53:28 thinny-arch audit: BPF prog-id=31 op=LOAD
Dec 18 15:53:28 thinny-arch kernel: snd_hda_intel 0000:00:01.1: Force to non-snoop mode
Dec 18 15:53:28 thinny-arch audit: BPF prog-id=32 op=LOAD
Dec 18 15:53:28 thinny-arch audit: BPF prog-id=33 op=LOAD
Dec 18 15:53:28 thinny-arch systemd[1]: Starting User Login Management...
Dec 18 15:53:28 thinny-arch sshd[325]: Server listening on 0.0.0.0 port 22.
Dec 18 15:53:28 thinny-arch sshd[325]: Server listening on :: port 22.
Dec 18 15:53:28 thinny-arch systemd[1]: Started D-Bus System Message Bus.
Dec 18 15:53:28 thinny-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:53:28 thinny-arch kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input9
Dec 18 15:53:28 thinny-arch kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/sound/card0/input10
Dec 18 15:53:28 thinny-arch kernel: input: HP WMI hotkeys as /devices/virtual/input/input8
Dec 18 15:53:28 thinny-arch systemd[1]: Reached target Sound Card.
Dec 18 15:53:28 thinny-arch systemd-logind[328]: New seat seat0.
Dec 18 15:53:28 thinny-arch systemd-logind[328]: Watching system buttons on /dev/input/event1 (Power Button)
Dec 18 15:53:28 thinny-arch systemd-logind[328]: Watching system buttons on /dev/input/event0 (Power Button)
Dec 18 15:53:28 thinny-arch systemd-logind[328]: Watching system buttons on /dev/input/event3 (Logitech USB Keyboard)
Dec 18 15:53:28 thinny-arch systemd[1]: Started User Login Management.
Dec 18 15:53:28 thinny-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:53:28 thinny-arch kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC221: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
Dec 18 15:53:28 thinny-arch kernel: snd_hda_codec_realtek hdaudioC1D0: speaker_outs=1 (0x17/0x0/0x0/0x0/0x0)
Dec 18 15:53:28 thinny-arch kernel: snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Dec 18 15:53:28 thinny-arch kernel: snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
Dec 18 15:53:28 thinny-arch kernel: snd_hda_codec_realtek hdaudioC1D0: inputs:
Dec 18 15:53:28 thinny-arch kernel: snd_hda_codec_realtek hdaudioC1D0: Mic=0x1a
Dec 18 15:53:28 thinny-arch kernel: snd_hda_codec_realtek hdaudioC1D0: Line=0x1b
Dec 18 15:53:28 thinny-arch kernel: usbcore: registered new interface driver btusb
Dec 18 15:53:28 thinny-arch systemd[1]: Starting Load/Save RF Kill Switch Status...
Dec 18 15:53:28 thinny-arch kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input11
Dec 18 15:53:28 thinny-arch kernel: input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:14.2/sound/card1/input12
Dec 18 15:53:28 thinny-arch kernel: input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:14.2/sound/card1/input13
Dec 18 15:53:28 thinny-arch kernel: input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input14
Dec 18 15:53:28 thinny-arch systemd[1]: Reached target Bluetooth Support.
Dec 18 15:53:28 thinny-arch systemd[1]: Started Load/Save RF Kill Switch Status.
Dec 18 15:53:28 thinny-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:53:28 thinny-arch kernel: Bluetooth: hci0: BCM: chip id 63
Dec 18 15:53:28 thinny-arch kernel: Bluetooth: hci0: BCM: features 0x07
Dec 18 15:53:28 thinny-arch kernel: Bluetooth: hci0: BCM20702A
Dec 18 15:53:28 thinny-arch kernel: Bluetooth: hci0: BCM20702A1 (001.002.014) build 0000
Dec 18 15:53:28 thinny-arch kernel: Bluetooth: hci0: BCM: firmware Patch file not found, tried:
Dec 18 15:53:28 thinny-arch kernel: Bluetooth: hci0: BCM: 'brcm/BCM20702A1-0a5c-21f1.hcd'
Dec 18 15:53:28 thinny-arch kernel: Bluetooth: hci0: BCM: 'brcm/BCM-0a5c-21f1.hcd'
Dec 18 15:53:29 thinny-arch kernel: kvm: support for 'kvm_amd' disabled by bios
Dec 18 15:53:29 thinny-arch kernel: b43-phy0: Broadcom 43228 WLAN found (core revision 30)
Dec 18 15:53:29 thinny-arch kernel: b43-phy0: Found PHY: Analog 9, Type 4 (N), Revision 16
Dec 18 15:53:29 thinny-arch kernel: b43-phy0: Found Radio: Manuf 0x17F, ID 0x2057, Revision 9, Version 1
Dec 18 15:53:29 thinny-arch kernel: b43 bcma0:1: Direct firmware load for b43/ucode30_mimo.fw failed with error -2
Dec 18 15:53:29 thinny-arch kernel: b43 bcma0:1: Direct firmware load for b43/ucode30_mimo.fw failed with error -2
Dec 18 15:53:29 thinny-arch kernel: b43 bcma0:1: Direct firmware load for b43-open/ucode30_mimo.fw failed with error -2
Dec 18 15:53:29 thinny-arch kernel: b43 bcma0:1: Direct firmware load for b43-open/ucode30_mimo.fw failed with error -2
Dec 18 15:53:29 thinny-arch kernel: b43-phy0 ERROR: Firmware file "b43/ucode30_mimo.fw" not found
Dec 18 15:53:29 thinny-arch kernel: b43-phy0 ERROR: Firmware file "b43-open/ucode30_mimo.fw" not found
Dec 18 15:53:29 thinny-arch kernel: b43-phy0 ERROR: You must go to [url]https://wireless.wiki.kernel.org/en/users/Drivers/b43#devicefirmware[/url] and download the correct firmware for this driver version. Please carefully read all instructions on this website.
Dec 18 15:53:29 thinny-arch kernel: Broadcom 43xx driver loaded [ Features: PNLS ]
Dec 18 15:53:29 thinny-arch kernel: kvm: support for 'kvm_amd' disabled by bios
Dec 18 15:53:29 thinny-arch kernel: MCE: In-kernel MCE decoding enabled.
Dec 18 15:53:29 thinny-arch kernel: kvm: support for 'kvm_amd' disabled by bios
Dec 18 15:53:29 thinny-arch kernel: kvm: support for 'kvm_amd' disabled by bios
Dec 18 15:53:33 thinny-arch systemd[1]: systemd-rfkill.service: Deactivated successfully.
Dec 18 15:53:33 thinny-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:53:33 thinny-arch kernel: kauditd_printk_skb: 24 callbacks suppressed
Dec 18 15:53:33 thinny-arch kernel: audit: type=1131 audit(1671404013.770:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:55:27 thinny-arch systemd-networkd-wait-online[280]: Timeout occurred while waiting for network connectivity.
Dec 18 15:55:27 thinny-arch systemd[1]: systemd-networkd-wait-online.service: Main process exited, code=exited, status=1/FAILURE
Dec 18 15:55:27 thinny-arch systemd[1]: systemd-networkd-wait-online.service: Failed with result 'exit-code'.
Dec 18 15:55:27 thinny-arch systemd[1]: Failed to start Wait for Network to be Configured.
Dec 18 15:55:27 thinny-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Dec 18 15:55:27 thinny-arch kernel: audit: type=1130 audit(1671404127.783:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Dec 18 15:55:27 thinny-arch systemd[1]: Reached target Network is Online.
Dec 18 15:55:27 thinny-arch systemd[1]: home-me-app.mount: Directory /home/me/app to mount over is not empty, mounting anyway.
Dec 18 15:55:27 thinny-arch systemd[1]: Mounting /home/me/app...
Dec 18 15:55:27 thinny-arch systemd[1]: Mounting /home/me/docs...
Dec 18 15:55:27 thinny-arch systemd[1]: Mounting /home/me/newjob...
Dec 18 15:55:27 thinny-arch systemd[1]: Mounting /home/me/photos...
Dec 18 15:55:27 thinny-arch systemd[1]: Mounting /home/me/stock...
Dec 18 15:55:27 thinny-arch kernel: FS-Cache: Loaded
Dec 18 15:55:28 thinny-arch kernel: RPC: Registered named UNIX socket transport module.
Dec 18 15:55:28 thinny-arch kernel: RPC: Registered udp transport module.
Dec 18 15:55:28 thinny-arch kernel: RPC: Registered tcp transport module.
Dec 18 15:55:28 thinny-arch kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Dec 18 15:55:28 thinny-arch kernel: Key type dns_resolver registered
Dec 18 15:55:29 thinny-arch kernel: NFS: Registering the id_resolver key type
Dec 18 15:55:29 thinny-arch kernel: Key type id_resolver registered
Dec 18 15:55:29 thinny-arch kernel: Key type id_legacy registered
Dec 18 15:55:29 thinny-arch mount[367]: mount.nfs: Network is unreachable
Dec 18 15:55:29 thinny-arch mount[362]: mount.nfs: Network is unreachable
Dec 18 15:55:29 thinny-arch mount[369]: mount.nfs: Network is unreachable
Dec 18 15:55:29 thinny-arch systemd[1]: home-me-photos.mount: Mount process exited, code=exited, status=32/n/a
Dec 18 15:55:29 thinny-arch systemd[1]: home-me-photos.mount: Failed with result 'exit-code'.
Dec 18 15:55:29 thinny-arch mount[364]: mount.nfs: Network is unreachable
Dec 18 15:55:29 thinny-arch mount[366]: mount.nfs: Network is unreachable
Dec 18 15:55:29 thinny-arch systemd[1]: Failed to mount /home/me/photos.
Dec 18 15:55:29 thinny-arch systemd[1]: Dependency failed for Remote File Systems.
Dec 18 15:55:29 thinny-arch systemd[1]: remote-fs.target: Job remote-fs.target/start failed with result 'dependency'.
Dec 18 15:55:29 thinny-arch systemd[1]: home-me-app.mount: Mount process exited, code=exited, status=32/n/a
Dec 18 15:55:29 thinny-arch systemd[1]: home-me-app.mount: Failed with result 'exit-code'.
Dec 18 15:55:29 thinny-arch systemd[1]: Failed to mount /home/me/app.
Dec 18 15:55:29 thinny-arch systemd[1]: home-me-docs.mount: Mount process exited, code=exited, status=32/n/a
Dec 18 15:55:29 thinny-arch systemd[1]: home-me-docs.mount: Failed with result 'exit-code'.
Dec 18 15:55:29 thinny-arch systemd[1]: Failed to mount /home/me/docs.
Dec 18 15:55:29 thinny-arch systemd[1]: home-me-newjob.mount: Mount process exited, code=exited, status=32/n/a
Dec 18 15:55:29 thinny-arch systemd[1]: home-me-newjob.mount: Failed with result 'exit-code'.
Dec 18 15:55:29 thinny-arch systemd[1]: Failed to mount /home/me/newjob.
Dec 18 15:55:29 thinny-arch systemd[1]: home-me-stock.mount: Mount process exited, code=exited, status=32/n/a
Dec 18 15:55:29 thinny-arch systemd[1]: home-me-stock.mount: Failed with result 'exit-code'.
Dec 18 15:55:29 thinny-arch systemd[1]: Failed to mount /home/me/stock.
Dec 18 15:55:29 thinny-arch systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Dec 18 15:55:29 thinny-arch systemd[1]: Starting Permit User Sessions...
Dec 18 15:55:29 thinny-arch systemd[1]: Finished Permit User Sessions.
Dec 18 15:55:29 thinny-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:55:29 thinny-arch kernel: audit: type=1130 audit(1671404129.617:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:55:29 thinny-arch systemd[1]: Started Getty on tty1.
Dec 18 15:55:29 thinny-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:55:29 thinny-arch systemd[1]: Reached target Login Prompts.
Dec 18 15:55:29 thinny-arch kernel: audit: type=1130 audit(1671404129.620:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:55:29 thinny-arch systemd[1]: Reached target Multi-User System.
Dec 18 15:55:29 thinny-arch systemd[1]: Reached target Graphical Interface.
Dec 18 15:55:29 thinny-arch systemd[1]: Startup finished in 4.184s (firmware) + 6.601s (loader) + 54.376s (kernel) + 2min 4.094s (userspace) = 3min 9.256s.
Dec 18 15:55:34 thinny-arch dbus-daemon[324]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.4' (uid=0 pid=453 comm="/bin/login -p -- ")
Dec 18 15:55:34 thinny-arch dbus-daemon[324]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Dec 18 15:55:34 thinny-arch login[453]: pam_systemd_home(login:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Dec 18 15:55:36 thinny-arch audit[453]: USER_AUTH pid=453 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="me" exe="/usr/bin/login" hostname=thinny-arch addr=? terminal=/dev/tty1 res=success'
Dec 18 15:55:36 thinny-arch kernel: audit: type=1100 audit(1671404136.460:40): pid=453 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="me" exe="/usr/bin/login" hostname=thinny-arch addr=? terminal=/dev/tty1 res=success'
Dec 18 15:55:36 thinny-arch audit[453]: USER_ACCT pid=453 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="me" exe="/usr/bin/login" hostname=thinny-arch addr=? terminal=/dev/tty1 res=success'
Dec 18 15:55:36 thinny-arch kernel: audit: type=1101 audit(1671404136.463:41): pid=453 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="me" exe="/usr/bin/login" hostname=thinny-arch addr=? terminal=/dev/tty1 res=success'
Dec 18 15:55:36 thinny-arch audit[453]: CRED_ACQ pid=453 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="me" exe="/usr/bin/login" hostname=thinny-arch addr=? terminal=/dev/tty1 res=success'
Dec 18 15:55:36 thinny-arch audit[453]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7fff24e67720 a2=4 a3=7fff24e67434 items=0 ppid=1 pid=453 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1000 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
Dec 18 15:55:36 thinny-arch audit: PROCTITLE proctitle=2F62696E2F6C6F67696E002D70002D2D
Dec 18 15:55:36 thinny-arch kernel: audit: type=1103 audit(1671404136.467:42): pid=453 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="me" exe="/usr/bin/login" hostname=thinny-arch addr=? terminal=/dev/tty1 res=success'
Dec 18 15:55:36 thinny-arch kernel: audit: type=1006 audit(1671404136.467:43): pid=453 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
Dec 18 15:55:36 thinny-arch kernel: audit: type=1300 audit(1671404136.467:43): arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7fff24e67720 a2=4 a3=7fff24e67434 items=0 ppid=1 pid=453 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1000 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
Dec 18 15:55:36 thinny-arch kernel: audit: type=1327 audit(1671404136.467:43): proctitle=2F62696E2F6C6F67696E002D70002D2D
Dec 18 15:55:36 thinny-arch login[453]: pam_unix(login:session): session opened for user me(uid=1000) by LOGIN(uid=0)
Dec 18 15:55:36 thinny-arch systemd-logind[328]: New session 1 of user me.
Dec 18 15:55:36 thinny-arch systemd[1]: Created slice User Slice of UID 1000.
Dec 18 15:55:36 thinny-arch systemd[1]: Starting User Runtime Directory /run/user/1000...
Dec 18 15:55:36 thinny-arch systemd[1]: Finished User Runtime Directory /run/user/1000.
Dec 18 15:55:36 thinny-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:55:36 thinny-arch kernel: audit: type=1130 audit(1671404136.617:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:55:36 thinny-arch systemd[1]: Starting User Manager for UID 1000...
Dec 18 15:55:36 thinny-arch dbus-daemon[324]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.6' (uid=0 pid=455 comm="(systemd)")
Dec 18 15:55:36 thinny-arch dbus-daemon[324]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Dec 18 15:55:36 thinny-arch systemd[455]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Dec 18 15:55:36 thinny-arch audit[455]: USER_ACCT pid=455 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="me" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:55:36 thinny-arch audit[455]: CRED_ACQ pid=455 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="me" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Dec 18 15:55:36 thinny-arch audit[455]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7fff6621ecc0 a2=4 a3=7fff6621e9d4 items=0 ppid=1 pid=455 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
Dec 18 15:55:36 thinny-arch audit: PROCTITLE proctitle="(systemd)"
Dec 18 15:55:36 thinny-arch systemd[455]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[me] ruser=[<unknown>] rhost=[<unknown>]
Dec 18 15:55:36 thinny-arch systemd[455]: pam_unix(systemd-user:session): session opened for user me(uid=1000) by (uid=0)
Dec 18 15:55:36 thinny-arch kernel: audit: type=1101 audit(1671404136.677:45): pid=455 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="me" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:55:36 thinny-arch kernel: audit: type=1103 audit(1671404136.677:46): pid=455 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="me" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Dec 18 15:55:36 thinny-arch kernel: audit: type=1006 audit(1671404136.677:47): pid=455 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
Dec 18 15:55:36 thinny-arch audit[455]: USER_START pid=455 uid=0 auid=1000 ses=2 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="me" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:55:36 thinny-arch systemd[458]: /usr/lib/environment.d/99-environment.conf:15: invalid variable name "export ThisMachine_BatchRoot", ignoring.
Dec 18 15:55:36 thinny-arch systemd[458]: /usr/lib/environment.d/99-environment.conf:19: invalid variable name "export This_BatchMachine", ignoring.
Dec 18 15:55:36 thinny-arch systemd[458]: /usr/lib/environment.d/99-environment.conf:23: invalid variable name "export ThisMachine_OsFlavor", ignoring.
Dec 18 15:55:37 thinny-arch systemd[455]: Queued start job for default target Main User Target.
Dec 18 15:55:37 thinny-arch systemd[455]: Created slice User Application Slice.
Dec 18 15:55:37 thinny-arch systemd[455]: Reached target Paths.
Dec 18 15:55:37 thinny-arch systemd[455]: Reached target Timers.
Dec 18 15:55:37 thinny-arch systemd[455]: Starting D-Bus User Message Bus Socket...
Dec 18 15:55:37 thinny-arch systemd[455]: Listening on GnuPG network certificate management daemon.
Dec 18 15:55:37 thinny-arch systemd[455]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Dec 18 15:55:37 thinny-arch systemd[455]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Dec 18 15:55:37 thinny-arch systemd[455]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Dec 18 15:55:37 thinny-arch systemd[455]: Listening on GnuPG cryptographic agent and passphrase cache.
Dec 18 15:55:37 thinny-arch systemd[455]: Listening on p11-kit server.
Dec 18 15:55:37 thinny-arch systemd[455]: Listening on D-Bus User Message Bus Socket.
Dec 18 15:55:37 thinny-arch systemd[455]: Reached target Sockets.
Dec 18 15:55:37 thinny-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 15:55:37 thinny-arch systemd[455]: Reached target Basic System.
Dec 18 15:55:37 thinny-arch systemd[455]: Reached target Main User Target.
Dec 18 15:55:37 thinny-arch systemd[455]: Startup finished in 453ms.
Dec 18 15:55:37 thinny-arch systemd[1]: Started User Manager for UID 1000.
Dec 18 15:55:37 thinny-arch systemd[1]: Started Session 1 of User me.
Dec 18 15:55:37 thinny-arch audit[453]: USER_START pid=453 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="me" exe="/usr/bin/login" hostname=thinny-arch addr=? terminal=/dev/tty1 res=success'
Dec 18 15:55:37 thinny-arch audit[453]: CRED_REFR pid=453 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="me" exe="/usr/bin/login" hostname=thinny-arch addr=? terminal=/dev/tty1 res=success'
Dec 18 15:55:37 thinny-arch login[453]: LOGIN ON tty1 BY me
Dec 18 15:57:18 thinny-arch kernel: usb 1-1.1: USB disconnect, device number 3
Dec 18 15:57:21 thinny-arch kernel: usb 1-1.1: new low-speed USB device number 6 using ehci-pci
Dec 18 15:57:21 thinny-arch kernel: usb 1-1.1: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
Dec 18 15:57:21 thinny-arch kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 18 15:57:21 thinny-arch kernel: usb 1-1.1: Product: USB Optical Mouse
Dec 18 15:57:21 thinny-arch kernel: usb 1-1.1: Manufacturer: Logitech
Dec 18 15:57:21 thinny-arch kernel: input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C077.0003/input/input15
Dec 18 15:57:21 thinny-arch kernel: hid-generic 0003:046D:C077.0003: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:12.2-1.1/input0
Dec 18 15:57:36 thinny-arch kernel: kauditd_printk_skb: 6 callbacks suppressed
Dec 18 15:57:36 thinny-arch kernel: audit: type=1100 audit(1671404256.587:52): pid=502 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=thinny-arch addr=? terminal=/dev/tty1 res=success'
Dec 18 15:57:36 thinny-arch kernel: audit: type=1101 audit(1671404256.590:53): pid=502 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=thinny-arch addr=? terminal=/dev/tty1 res=success'
Dec 18 15:57:36 thinny-arch audit[502]: USER_AUTH pid=502 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=thinny-arch addr=? terminal=/dev/tty1 res=success'
Dec 18 15:57:36 thinny-arch audit[502]: USER_ACCT pid=502 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=thinny-arch addr=? terminal=/dev/tty1 res=success'
Dec 18 15:57:36 thinny-arch su[502]: (to root) me on tty1
Dec 18 15:57:36 thinny-arch kernel: audit: type=1103 audit(1671404256.590:54): pid=502 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=thinny-arch addr=? terminal=/dev/tty1 res=success'
Dec 18 15:57:36 thinny-arch kernel: audit: type=1105 audit(1671404256.590:55): pid=502 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=thinny-arch addr=? terminal=/dev/tty1 res=success'
Dec 18 15:57:36 thinny-arch audit[502]: CRED_ACQ pid=502 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=thinny-arch addr=? terminal=/dev/tty1 res=success'
Dec 18 15:57:36 thinny-arch audit[502]: USER_START pid=502 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=thinny-arch addr=? terminal=/dev/tty1 res=success'
Dec 18 15:57:36 thinny-arch su[502]: pam_unix(su-l:session): session opened for user root(uid=0) by me(uid=1000)
Dec 18 15:57:57 thinny-arch kernel: usb 1-1.1: USB disconnect, device number 6
Dec 18 15:58:46 thinny-arch kernel: usb 1-1.1: new low-speed USB device number 7 using ehci-pci
Dec 18 15:58:46 thinny-arch kernel: usb 1-1.1: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
Dec 18 15:58:46 thinny-arch kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 18 15:58:46 thinny-arch kernel: usb 1-1.1: Product: USB Optical Mouse
Dec 18 15:58:46 thinny-arch kernel: usb 1-1.1: Manufacturer: Logitech
Dec 18 15:58:46 thinny-arch kernel: input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C077.0004/input/input16
Dec 18 15:58:46 thinny-arch kernel: hid-generic 0003:046D:C077.0004: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:12.2-1.1/input0
Dec 18 15:59:42 thinny-arch kernel: usb 1-1.1: USB disconnect, device number 7
Dec 18 15:59:48 thinny-arch kernel: usb 1-1.1: new low-speed USB device number 8 using ehci-pci
Dec 18 15:59:48 thinny-arch kernel: usb 1-1.1: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
Dec 18 15:59:48 thinny-arch kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 18 15:59:48 thinny-arch kernel: usb 1-1.1: Product: USB Optical Mouse
Dec 18 15:59:48 thinny-arch kernel: usb 1-1.1: Manufacturer: Logitech
Dec 18 15:59:48 thinny-arch kernel: input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C077.0005/input/input17
Dec 18 15:59:48 thinny-arch kernel: hid-generic 0003:046D:C077.0005: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:12.2-1.1/input0
Dec 18 16:01:58 thinny-arch kernel: usb 1-1.1: USB disconnect, device number 8
Dec 18 16:03:19 thinny-arch kernel: usb 1-1.1: new low-speed USB device number 9 using ehci-pci
Dec 18 16:03:19 thinny-arch kernel: usb 1-1.1: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
Dec 18 16:03:19 thinny-arch kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 18 16:03:19 thinny-arch kernel: usb 1-1.1: Product: USB Optical Mouse
Dec 18 16:03:19 thinny-arch kernel: usb 1-1.1: Manufacturer: Logitech
Dec 18 16:03:19 thinny-arch kernel: input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C077.0006/input/input18
Dec 18 16:03:19 thinny-arch kernel: hid-generic 0003:046D:C077.0006: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:12.2-1.1/input0
Dec 18 16:04:21 thinny-arch kernel: Generic FE-GE Realtek PHY r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC)
Dec 18 16:04:21 thinny-arch systemd-networkd[257]: enp2s0: Link UP
Dec 18 16:04:21 thinny-arch kernel: r8169 0000:02:00.0 enp2s0: Link is Down
Dec 18 16:04:22 thinny-arch kernel: r8169 0000:02:00.0 enp2s0: Link is Up - 100Mbps/Full - flow control rx/tx
Dec 18 16:04:22 thinny-arch kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
Dec 18 16:04:22 thinny-arch systemd-networkd[257]: enp2s0: Gained carrier
Dec 18 16:04:24 thinny-arch systemd-networkd[257]: enp2s0: Gained IPv6LL
Dec 18 16:04:59 thinny-arch kernel: usb 1-1.1: USB disconnect, device number 9
Dec 18 16:07:35 thinny-arch systemd[1]: Starting Cleanup of Temporary Directories...
Dec 18 16:07:35 thinny-arch systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
Dec 18 16:07:35 thinny-arch systemd[1]: Finished Cleanup of Temporary Directories.
Dec 18 16:07:35 thinny-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 16:07:35 thinny-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 16:07:35 thinny-arch kernel: audit: type=1130 audit(1671404855.190:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 16:07:35 thinny-arch kernel: audit: type=1131 audit(1671404855.190:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 18 16:07:35 thinny-arch systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dclean.service.mount: Deactivated successfully.
Dec 18 16:08:48 thinny-arch kernel: usb 2-1: new high-speed USB device number 3 using ehci-pci
Dec 18 16:08:48 thinny-arch kernel: usb 2-1: New USB device found, idVendor=21c4, idProduct=0cc7, bcdDevice= 2.00
Dec 18 16:08:48 thinny-arch kernel: usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Dec 18 16:08:48 thinny-arch kernel: usb 2-1: Product: USB Flash Drive
Dec 18 16:08:48 thinny-arch kernel: usb 2-1: Manufacturer: Lexar
Dec 18 16:08:48 thinny-arch kernel: usb 2-1: SerialNumber: 5406379815763BB8
Dec 18 16:08:48 thinny-arch kernel: usb-storage 2-1:1.0: USB Mass Storage device detected
Dec 18 16:08:48 thinny-arch kernel: scsi host2: usb-storage 2-1:1.0
Dec 18 16:08:48 thinny-arch kernel: usbcore: registered new interface driver usb-storage
Dec 18 16:08:48 thinny-arch kernel: usbcore: registered new interface driver uas
Dec 18 16:08:49 thinny-arch kernel: scsi 2:0:0:0: Direct-Access Lexar USB Flash Drive 2.00 PQ: 0 ANSI: 4
Dec 18 16:08:49 thinny-arch kernel: sd 2:0:0:0: [sdb] 61440000 512-byte logical blocks: (31.5 GB/29.3 GiB)
Dec 18 16:08:49 thinny-arch kernel: sd 2:0:0:0: [sdb] Write Protect is off
Dec 18 16:08:49 thinny-arch kernel: sd 2:0:0:0: [sdb] Mode Sense: 03 00 00 00
Dec 18 16:08:49 thinny-arch kernel: sd 2:0:0:0: [sdb] No Caching mode page found
Dec 18 16:08:49 thinny-arch kernel: sd 2:0:0:0: [sdb] Assuming drive cache: write through
Dec 18 16:08:49 thinny-arch kernel: sdb: sdb1
Dec 18 16:08:49 thinny-arch kernel: sd 2:0:0:0: [sdb] Attached SCSI removable disk
Dec 18 16:08:52 thinny-arch kernel: usb 1-1.1: new low-speed USB device number 10 using ehci-pci
Dec 18 16:08:52 thinny-arch kernel: usb 1-1.1: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
Dec 18 16:08:52 thinny-arch kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 18 16:08:52 thinny-arch kernel: usb 1-1.1: Product: USB Optical Mouse
Dec 18 16:08:52 thinny-arch kernel: usb 1-1.1: Manufacturer: Logitech
Dec 18 16:08:52 thinny-arch kernel: input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C077.0007/input/input19
Dec 18 16:08:52 thinny-arch kernel: hid-generic 0003:046D:C077.0007: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:12.2-1.1/input0
Dec 18 16:09:18 thinny-arch kernel: FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Dec 18 16:10:40 thinny-arch gpm[634]: *** info [daemon/startup.c(136)]:
Dec 18 16:10:40 thinny-arch gpm[634]: Started gpm successfully. Entered daemon mode.
Dec 18 16:10:40 thinny-arch gpm[634]: *** info [mice.c(1990)]:
Dec 18 16:10:40 thinny-arch gpm[634]: imps2: Auto-detected intellimouse PS/2
Dec 18 16:14:52 thinny-arch gpm[634]: *** info [daemon/processrequest.c(42)]:
Dec 18 16:14:52 thinny-arch gpm[634]: Request on 6 (console 1)Second cmd:
dbus-org.freedesktop.network1.service | system
dbus-org.freedesktop.resolve1.service | system
getty@tty1.service | getty.target.wants
p11-kit-server.socket | sockets.target.wants
remote-fs.target | multi-user.target.wants
sshd.service | multi-user.target.wants
systemd-networkd.service | multi-user.target.wants
systemd-networkd.socket | sockets.target.wants
systemd-networkd-wait-online.service | network-online.target.wants
systemd-network-generator.service | sysinit.target.wants
systemd-resolved.service | sysinit.target.wantsI'm brand new to systemd, so don't understand this yet.
Last edited by AVeck (2022-12-19 01:07:13)
Offline
please please please use code tags for command output. https://bbs.archlinux.org/help.php#bbcode
If you check ip link, I think you'll see the problem. It's buried in that log as well, but ip will point it out.
Last edited by Scimmia (2022-12-18 23:32:55)
Offline
I can bring up the interface using
ifconfig 192.168.0.41 upThat lets me use numeric IP addresses within my LAN. This helps a lot. I was cut off from any network.
But I'm confused as to what you are pointing out.
Got it about \[code\].
The enp2s0 output above says the interface was brought up.
The wifi output says there are firmware issues.
But the issue is that the problems with one interface prevent the other interface from being initialized. Neither interface is usable after bootup.
I want to fix this problem before I tackle the wiki problem.
Am I missing something from the above output?
This is after I set a static address:
ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 7c:d3:0a:22:6a:10 brd ff:ff:ff:ff:ff:ff
inet 192.168.0.41/24 brd 192.168.0.255 scope global enp2s0
valid_lft forever preferred_lft forever
inet6 fe80::7ed3:aff:fe22:6a10/64 scope link
valid_lft forever preferred_lft foreverOffline
I'm pointing out the name of the interface.
Offline
I got it. I knew that the name was bumped from enp1s0 to enp2s0 when I plugged the wiki card, but being new to systemd I didn't notice 20-wired.network file had to be changed to stay congruent. I don't set up networks often.
This is reminiscent of the sda/sdb situation when the cables are plugged back in backwards. It's obvious, once you catch it.
Anyway, it would be nice if the logs pointed out that there seems to be a missing config for that interface. Otherwise, the results are confusing and cut you off from the standard help channels.
Thank you.
Actually, this does bring up a good question. If wifi interface names have a different prefix, why would a freshly installed wifi interface change the name of a wired interface? That seems to be unnecessary and cause this sort of problem.
Last edited by AVeck (2022-12-19 02:12:56)
Offline
Actually, this does bring up a good question. If wifi interface names have a different prefix, why would a freshly installed wifi interface change the name of a wired interface? That seems to be unnecessary and cause this sort of problem.
The name is generated based on the order that the devices are enumerated on the PCI bus.
Offline
Anyway, it would be nice if the logs pointed out that there seems to be a missing config for that interface.
As much as I like to rant about systemd-NIHtworkd, if config files are syntactically wrong, that can be pointed out as an obvious error.
But whether or not you want to configure which NIC when and how is impossible to predict.
I get to rant about some other systemd nonsense, though ![]()
As long as you don't plan to have more than one wired and wireless NIC (ie. are a regular-ass normal 99% desktop user), you're better off w/ https://wiki.archlinux.org/title/Networ … face_names to make them actually predictable.
Edit:
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Last edited by seth (2022-12-19 05:03:18)
Offline