You are not logged in.
Pages: 1
My problem is, that the WLAN card cannot be found. I have this card: TP-Link Archer T5E AC1200, which worked without problem on Linux Mint. In Arch it does not seem to exist.
I followed the instructions here: https://wiki.archlinux.org/title/Networ … n/Wireless
The output of lspci -k is:
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
Subsystem: ASUSTeK Computer Inc. P8P67/P8H67 Series Motherboard
Kernel driver in use: snb_uncore
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
Subsystem: ASUSTeK Computer Inc. Device 844d
Kernel driver in use: pcieport
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
DeviceName: Onboard IGD
Subsystem: ASUSTeK Computer Inc. Device 844d
Kernel driver in use: i915
Kernel modules: i915
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
Subsystem: ASUSTeK Computer Inc. P8 series motherboard
Kernel driver in use: mei_me
Kernel modules: mei_me
00:19.0 Ethernet controller: Intel Corporation 82579V Gigabit Network Connection (rev 05)
DeviceName: Onboard LAN
Subsystem: ASUSTeK Computer Inc. P8P67 Deluxe Motherboard
Kernel driver in use: e1000e
Kernel modules: e1000e
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
Subsystem: ASUSTeK Computer Inc. P8 series motherboard
Kernel driver in use: ehci-pci
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
Subsystem: ASUSTeK Computer Inc. Device 8410
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
Subsystem: ASUSTeK Computer Inc. P8 series motherboard
Kernel driver in use: pcieport
00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b5)
Subsystem: ASUSTeK Computer Inc. Device 844d
Kernel driver in use: pcieport
00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 (rev b5)
Subsystem: ASUSTeK Computer Inc. Device 844d
Kernel driver in use: pcieport
00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b5)
Subsystem: ASUSTeK Computer Inc. Device 844d
Kernel driver in use: pcieport
00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 (rev b5)
Subsystem: ASUSTeK Computer Inc. Device 844d
Kernel driver in use: pcieport
00:1c.6 PCI bridge: Intel Corporation 82801 PCI Bridge (rev b5)
Subsystem: ASUSTeK Computer Inc. P8 series motherboard
Kernel driver in use: pcieport
00:1c.7 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 8 (rev b5)
Subsystem: ASUSTeK Computer Inc. P8 series motherboard
Kernel driver in use: pcieport
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
Subsystem: ASUSTeK Computer Inc. P8 series motherboard
Kernel driver in use: ehci-pci
00:1f.0 ISA bridge: Intel Corporation Z68 Express Chipset LPC Controller (rev 05)
Subsystem: ASUSTeK Computer Inc. Device 844d
Kernel driver in use: lpc_ich
Kernel modules: lpc_ich
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port Desktop SATA AHCI Controller (rev 05)
Subsystem: ASUSTeK Computer Inc. P8 series motherboard
Kernel driver in use: ahci
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
Subsystem: ASUSTeK Computer Inc. P8 series motherboard
Kernel driver in use: i801_smbus
Kernel modules: i2c_i801
03:00.0 USB controller: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller
Subsystem: ASUSTeK Computer Inc. P8B WS Motherboard
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
05:00.0 SATA controller: JMicron Technology Corp. JMB362 SATA Controller (rev 10)
Subsystem: ASUSTeK Computer Inc. P8P67 Deluxe Motherboard
Kernel driver in use: ahci
06:00.0 USB controller: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller
Subsystem: ASUSTeK Computer Inc. P8B WS Motherboard
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
07:00.0 PCI bridge: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge (rev 01)
Subsystem: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge
08:02.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller (rev c0)
Subsystem: ASUSTeK Computer Inc. Motherboard
Kernel driver in use: firewire_ohci
Kernel modules: firewire_ohci
09:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9172 SATA 6Gb/s Controller (rev 11)
Subsystem: ASUSTeK Computer Inc. Device 8477
Kernel driver in use: ahciand dmesg | grep firmware only gives:
[ 0.090865] Spectre V2 : Enabling Restricted Speculation for firmware callsI might have disabled wifi long time ago, since I thought I will not use it. But unfortunately, I do not remember, where that could be disabled. Do you have any idea on where I could look?
As I might have disabled it, I looked into /etc/modprobe.d, which only includes stuff about sound and usbprinters. Anywhere else?
Thank you for your help!
Last edited by IjonTichy (2022-07-11 17:53:52)
Offline
Welcome to the boards, please use code tags for pasting outputs.
Make sure linux-firmware is installed. However if it is literally not present in the lspci output then it is not present on the PCI bus. Check dmesg without a grep whether there is an explicit failure to load a certain PCI device, or somewhat more likely, check your UEFI/firmware menu whether it is disabled there.
Last edited by V1del (2022-07-11 13:22:07)
Offline
linux-firware is installed, and dmesg gives the following output:
[ 0.000000] microcode: microcode updated early to revision 0x2f, date = 2019-02-17
[ 0.000000] Linux version 5.18.10-arch1-1 (linux@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Thu, 07 Jul 2022 17:18:13 +0000
[ 0.000000] Command line: BOOT_IMAGE=../vmlinuz-linux root=UUID=9914c66f-8622-404d-ab76-8cb8ec335950 rw initrd=../intel-ucode.img,../initramfs-linux.img
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.000000] signal: max sigframe size: 1776
[ 0.000000] reserving inaccessible SNB gfx pages
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009b3ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009b400-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000ca776fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000ca777000-0x00000000ca7cdfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000ca7ce000-0x00000000cab5bfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000cab5c000-0x00000000cab5efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000cab5f000-0x00000000cada4fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000cada5000-0x00000000cadb5fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000cadb6000-0x00000000cadccfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000cadcd000-0x00000000cadcefff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000cadcf000-0x00000000cadd6fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000cadd7000-0x00000000cade1fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000cade2000-0x00000000cae3dfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000cae3e000-0x00000000cae80fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000cae81000-0x00000000caffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000cb800000-0x00000000cf9fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000022fdfffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.6 present.
[ 0.000000] DMI: System manufacturer System Product Name/P8Z68-V PRO, BIOS 0401 04/29/2011
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 3300.053 MHz processor
[ 0.000771] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000774] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000780] last_pfn = 0x22fe00 max_arch_pfn = 0x400000000
[ 0.001243] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001716] total RAM covered: 8118M
[ 0.001895] Found optimal setting for mtrr clean up
[ 0.001896] gran_size: 64K chunk_size: 16M num_reg: 9 lose cover RAM: 0G
[ 0.002484] e820: update [mem 0xcb800000-0xffffffff] usable ==> reserved
[ 0.002493] last_pfn = 0xcb000 max_arch_pfn = 0x400000000
[ 0.010378] found SMP MP-table at [mem 0x000fcee0-0x000fceef]
[ 0.010847] RAMDISK: [mem 0x7f28f000-0x7fffffff]
[ 0.010853] ACPI: Early table checksum verification disabled
[ 0.010856] ACPI: RSDP 0x00000000000F0420 000024 (v02 ALASKA)
[ 0.010859] ACPI: XSDT 0x00000000CA7C3068 00004C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.010865] ACPI: FACP 0x00000000CA7CD318 0000F4 (v04 ALASKA A M I 01072009 AMI 00010013)
[ 0.010870] ACPI: DSDT 0x00000000CA7C3140 00A1D6 (v02 ALASKA A M I 00000000 INTL 20051117)
[ 0.010873] ACPI: FACS 0x00000000CADD9F80 000040
[ 0.010876] ACPI: APIC 0x00000000CA7CD410 000072 (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.010878] ACPI: SSDT 0x00000000CA7CD488 000102 (v01 AMICPU PROC 00000001 MSFT 03000001)
[ 0.010881] ACPI: MCFG 0x00000000CA7CD590 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
[ 0.010884] ACPI: HPET 0x00000000CA7CD5D0 000038 (v01 ALASKA A M I 01072009 AMI. 00000004)
[ 0.010886] ACPI: Reserving FACP table memory at [mem 0xca7cd318-0xca7cd40b]
[ 0.010888] ACPI: Reserving DSDT table memory at [mem 0xca7c3140-0xca7cd315]
[ 0.010889] ACPI: Reserving FACS table memory at [mem 0xcadd9f80-0xcadd9fbf]
[ 0.010890] ACPI: Reserving APIC table memory at [mem 0xca7cd410-0xca7cd481]
[ 0.010891] ACPI: Reserving SSDT table memory at [mem 0xca7cd488-0xca7cd589]
[ 0.010892] ACPI: Reserving MCFG table memory at [mem 0xca7cd590-0xca7cd5cb]
[ 0.010892] ACPI: Reserving HPET table memory at [mem 0xca7cd5d0-0xca7cd607]
[ 0.010939] No NUMA configuration found
[ 0.010939] Faking a node at [mem 0x0000000000000000-0x000000022fdfffff]
[ 0.010942] NODE_DATA(0) allocated [mem 0x22fdfc000-0x22fdfffff]
[ 0.010965] Zone ranges:
[ 0.010965] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.010967] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.010969] Normal [mem 0x0000000100000000-0x000000022fdfffff]
[ 0.010970] Device empty
[ 0.010971] Movable zone start for each node
[ 0.010972] Early memory node ranges
[ 0.010972] node 0: [mem 0x0000000000001000-0x000000000009afff]
[ 0.010973] node 0: [mem 0x0000000000100000-0x000000001fffffff]
[ 0.010974] node 0: [mem 0x0000000020200000-0x000000003fffffff]
[ 0.010975] node 0: [mem 0x0000000040200000-0x00000000ca776fff]
[ 0.010976] node 0: [mem 0x00000000cadcd000-0x00000000cadcefff]
[ 0.010977] node 0: [mem 0x00000000cae81000-0x00000000caffffff]
[ 0.010978] node 0: [mem 0x0000000100000000-0x000000022fdfffff]
[ 0.010980] Initmem setup node 0 [mem 0x0000000000001000-0x000000022fdfffff]
[ 0.010984] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.011004] On node 0, zone DMA: 101 pages in unavailable ranges
[ 0.012644] On node 0, zone DMA32: 512 pages in unavailable ranges
[ 0.016517] On node 0, zone DMA32: 512 pages in unavailable ranges
[ 0.016542] On node 0, zone DMA32: 1622 pages in unavailable ranges
[ 0.016547] On node 0, zone DMA32: 178 pages in unavailable ranges
[ 0.025302] On node 0, zone Normal: 20480 pages in unavailable ranges
[ 0.025314] On node 0, zone Normal: 512 pages in unavailable ranges
[ 0.025327] Reserving Intel graphics memory at [mem 0xcba00000-0xcf9fffff]
[ 0.025539] ACPI: PM-Timer IO Port: 0x408
[ 0.025546] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.025557] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[ 0.025560] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.025562] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.025565] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.025566] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.025571] TSC deadline timer available
[ 0.025572] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.025593] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.025595] PM: hibernation: Registered nosave memory: [mem 0x0009b000-0x0009bfff]
[ 0.025596] PM: hibernation: Registered nosave memory: [mem 0x0009c000-0x0009ffff]
[ 0.025597] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.025597] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.025599] PM: hibernation: Registered nosave memory: [mem 0x20000000-0x201fffff]
[ 0.025601] PM: hibernation: Registered nosave memory: [mem 0x40000000-0x401fffff]
[ 0.025602] PM: hibernation: Registered nosave memory: [mem 0xca777000-0xca7cdfff]
[ 0.025603] PM: hibernation: Registered nosave memory: [mem 0xca7ce000-0xcab5bfff]
[ 0.025604] PM: hibernation: Registered nosave memory: [mem 0xcab5c000-0xcab5efff]
[ 0.025604] PM: hibernation: Registered nosave memory: [mem 0xcab5f000-0xcada4fff]
[ 0.025605] PM: hibernation: Registered nosave memory: [mem 0xcada5000-0xcadb5fff]
[ 0.025606] PM: hibernation: Registered nosave memory: [mem 0xcadb6000-0xcadccfff]
[ 0.025608] PM: hibernation: Registered nosave memory: [mem 0xcadcf000-0xcadd6fff]
[ 0.025608] PM: hibernation: Registered nosave memory: [mem 0xcadd7000-0xcade1fff]
[ 0.025609] PM: hibernation: Registered nosave memory: [mem 0xcade2000-0xcae3dfff]
[ 0.025610] PM: hibernation: Registered nosave memory: [mem 0xcae3e000-0xcae80fff]
[ 0.025611] PM: hibernation: Registered nosave memory: [mem 0xcb000000-0xcb7fffff]
[ 0.025612] PM: hibernation: Registered nosave memory: [mem 0xcb800000-0xcf9fffff]
[ 0.025613] PM: hibernation: Registered nosave memory: [mem 0xcfa00000-0xfed1bfff]
[ 0.025614] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[ 0.025614] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfeffffff]
[ 0.025615] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.025617] [mem 0xcfa00000-0xfed1bfff] available for PCI devices
[ 0.025618] Booting paravirtualized kernel on bare hardware
[ 0.025620] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.030315] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
[ 0.030481] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u524288
[ 0.030487] pcpu-alloc: s221184 r8192 d28672 u524288 alloc=1*2097152
[ 0.030489] pcpu-alloc: [0] 0 1 2 3
[ 0.030510] Fallback order for Node 0: 0
[ 0.030513] Built 1 zonelists, mobility grouping on. Total pages: 2040684
[ 0.030514] Policy zone: Normal
[ 0.030515] Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=UUID=9914c66f-8622-404d-ab76-8cb8ec335950 rw initrd=../intel-ucode.img,../initramfs-linux.img
[ 0.030557] Unknown kernel command line parameters "BOOT_IMAGE=../vmlinuz-linux", will be passed to user space.
[ 0.030957] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.031169] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.031324] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.061754] Memory: 8024480K/8292936K available (14343K kernel code, 2099K rwdata, 11004K rodata, 1860K init, 3356K bss, 268196K reserved, 0K cma-reserved)
[ 0.062029] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.062044] Kernel/User page tables isolation: enabled
[ 0.062059] ftrace: allocating 44925 entries in 176 pages
[ 0.068418] ftrace: allocated 176 pages with 3 groups
[ 0.068491] Dynamic Preempt: full
[ 0.068529] rcu: Preemptible hierarchical RCU implementation.
[ 0.068530] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[ 0.068531] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.068532] Trampoline variant of Tasks RCU enabled.
[ 0.068532] Rude variant of Tasks RCU enabled.
[ 0.068533] Tracing variant of Tasks RCU enabled.
[ 0.068533] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.068534] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.072369] NR_IRQS: 20736, nr_irqs: 456, preallocated irqs: 16
[ 0.072637] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ 0.073594] Console: colour VGA+ 80x25
[ 0.073605] printk: console [tty0] enabled
[ 0.073625] ACPI: Core revision 20211217
[ 0.073712] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.073726] APIC: Switch to symmetric I/O mode setup
[ 0.074092] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.090392] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2f917e96d60, max_idle_ns: 440795295158 ns
[ 0.090396] Calibrating delay loop (skipped), value calculated using timer frequency.. 6602.11 BogoMIPS (lpj=11000176)
[ 0.090398] pid_max: default: 32768 minimum: 301
[ 0.090454] LSM: Security Framework initializing
[ 0.090459] landlock: Up and running.
[ 0.090460] Yama: becoming mindful.
[ 0.090470] LSM support for eBPF active
[ 0.090516] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.090530] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.090775] x86/cpu: VMX (outside TXT) disabled by BIOS
[ 0.090838] CPU0: Thermal monitoring enabled (TM1)
[ 0.090856] process: using mwait in idle threads
[ 0.090857] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[ 0.090859] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[ 0.090862] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.090863] Spectre V2 : Mitigation: Retpolines
[ 0.090864] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.090865] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.090866] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.090867] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.090869] MDS: Mitigation: Clear CPU buffers
[ 0.094979] Freeing SMP alternatives memory: 36K
[ 0.097144] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1055
[ 0.097151] smpboot: CPU0: Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz (family: 0x6, model: 0x2a, stepping: 0x7)
[ 0.097319] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.097321] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.097337] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.097357] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.097371] Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[ 0.097384] ... version: 3
[ 0.097385] ... bit width: 48
[ 0.097386] ... generic registers: 8
[ 0.097386] ... value mask: 0000ffffffffffff
[ 0.097387] ... max period: 00007fffffffffff
[ 0.097388] ... fixed-purpose events: 3
[ 0.097389] ... event mask: 00000007000000ff
[ 0.097505] rcu: Hierarchical SRCU implementation.
[ 0.098067] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.098134] smp: Bringing up secondary CPUs ...
[ 0.098247] x86: Booting SMP configuration:
[ 0.098248] .... node #0, CPUs: #1 #2 #3
[ 0.106335] smp: Brought up 1 node, 4 CPUs
[ 0.106335] smpboot: Max logical packages: 1
[ 0.106335] smpboot: Total of 4 processors activated (26410.44 BogoMIPS)
[ 0.107310] devtmpfs: initialized
[ 0.107310] x86/mm: Memory block size: 128MB
[ 0.107760] ACPI: PM: Registering ACPI NVS region [mem 0xca777000-0xca7cdfff] (356352 bytes)
[ 0.107760] ACPI: PM: Registering ACPI NVS region [mem 0xcab5c000-0xcab5efff] (12288 bytes)
[ 0.107760] ACPI: PM: Registering ACPI NVS region [mem 0xcada5000-0xcadb5fff] (69632 bytes)
[ 0.107760] ACPI: PM: Registering ACPI NVS region [mem 0xcadd7000-0xcade1fff] (45056 bytes)
[ 0.107760] ACPI: PM: Registering ACPI NVS region [mem 0xcae3e000-0xcae80fff] (274432 bytes)
[ 0.107760] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.107760] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.107760] pinctrl core: initialized pinctrl subsystem
[ 0.107760] PM: RTC time: 00:00:30, date: 2005-01-01
[ 0.107760] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.107808] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.107884] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.107966] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.107999] audit: initializing netlink subsys (disabled)
[ 0.108018] audit: type=2000 audit(1104537630.033:1): state=initialized audit_enabled=0 res=1
[ 0.108018] thermal_sys: Registered thermal governor 'fair_share'
[ 0.108018] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.108018] thermal_sys: Registered thermal governor 'step_wise'
[ 0.108018] thermal_sys: Registered thermal governor 'user_space'
[ 0.108018] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.108018] cpuidle: using governor ladder
[ 0.108018] cpuidle: using governor menu
[ 0.108018] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.108018] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[ 0.108018] PCI: not using MMCONFIG
[ 0.108018] PCI: Using configuration type 1 for base access
[ 0.108018] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
[ 0.108018] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.110721] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.110726] HugeTLB: can free 7 vmemmap pages for hugepages-2048kB
[ 0.110726] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.110726] ACPI: Added _OSI(Module Device)
[ 0.110726] ACPI: Added _OSI(Processor Device)
[ 0.110726] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.110726] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.110726] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.110726] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.110726] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.116740] ACPI: 2 ACPI AML tables successfully acquired and loaded
[ 0.117735] ACPI: Dynamic OEM Table Load:
[ 0.117741] ACPI: SSDT 0xFFFF8A53C0B6D400 0003E0 (v01 AMI IST 00000001 MSFT 03000001)
[ 0.118240] ACPI: Dynamic OEM Table Load:
[ 0.118243] ACPI: SSDT 0xFFFF8A53C0CD6800 000120 (v01 AMI CST 00000001 MSFT 03000001)
[ 0.119122] ACPI: EC: EC started
[ 0.119123] ACPI: EC: interrupt blocked
[ 0.119128] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.119130] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
[ 0.119131] ACPI: Interpreter enabled
[ 0.119147] ACPI: PM: (supports S0 S1 S3 S4 S5)
[ 0.119148] ACPI: Using IOAPIC for interrupt routing
[ 0.119173] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[ 0.119245] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in ACPI motherboard resources
[ 0.119254] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.119420] ACPI: Enabled 6 GPEs in block 00 to 3F
[ 0.119628] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.125975] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.125982] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.126080] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug LTR DPC]
[ 0.126244] acpi PNP0A08:00: _OSC: OS now controls [PME AER PCIeCapability]
[ 0.126252] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 0.126373] acpi PNP0A08:00: ignoring host bridge window [mem 0x000c8000-0x000dffff window] (conflicts with Video ROM [mem 0x000c0000-0x000cdbff])
[ 0.126543] PCI host bridge to bus 0000:00
[ 0.126545] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.126546] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.126548] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.126549] pci_bus 0000:00: root bus resource [mem 0xcfa00000-0xffffffff window]
[ 0.126551] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.126562] pci 0000:00:00.0: [8086:0100] type 00 class 0x060000
[ 0.126619] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
[ 0.126649] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.126714] pci 0000:00:02.0: [8086:0112] type 00 class 0x030000
[ 0.126721] pci 0000:00:02.0: reg 0x10: [mem 0xfb400000-0xfb7fffff 64bit]
[ 0.126726] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.126730] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
[ 0.126740] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.126825] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[ 0.126844] pci 0000:00:16.0: reg 0x10: [mem 0xfbd29000-0xfbd2900f 64bit]
[ 0.126913] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.126968] pci 0000:00:19.0: [8086:1503] type 00 class 0x020000
[ 0.126981] pci 0000:00:19.0: reg 0x10: [mem 0xfbd00000-0xfbd1ffff]
[ 0.126989] pci 0000:00:19.0: reg 0x14: [mem 0xfbd28000-0xfbd28fff]
[ 0.126996] pci 0000:00:19.0: reg 0x18: [io 0xf080-0xf09f]
[ 0.127053] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[ 0.127134] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[ 0.127150] pci 0000:00:1a.0: reg 0x10: [mem 0xfbd27000-0xfbd273ff]
[ 0.127231] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.127308] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[ 0.127324] pci 0000:00:1b.0: reg 0x10: [mem 0xfbd20000-0xfbd23fff 64bit]
[ 0.127398] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.127459] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[ 0.127545] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.127628] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
[ 0.127714] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.127793] pci 0000:00:1c.2: [8086:1c14] type 01 class 0x060400
[ 0.127879] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.127957] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
[ 0.128042] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.128127] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
[ 0.128213] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.128300] pci 0000:00:1c.6: [8086:244e] type 01 class 0x060401
[ 0.128385] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[ 0.128464] pci 0000:00:1c.7: [8086:1c1e] type 01 class 0x060400
[ 0.128548] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[ 0.128632] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[ 0.128648] pci 0000:00:1d.0: reg 0x10: [mem 0xfbd26000-0xfbd263ff]
[ 0.128728] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.128802] pci 0000:00:1f.0: [8086:1c44] type 00 class 0x060100
[ 0.128964] pci 0000:00:1f.2: [8086:1c02] type 00 class 0x010601
[ 0.128976] pci 0000:00:1f.2: reg 0x10: [io 0xf0d0-0xf0d7]
[ 0.128984] pci 0000:00:1f.2: reg 0x14: [io 0xf0c0-0xf0c3]
[ 0.128991] pci 0000:00:1f.2: reg 0x18: [io 0xf0b0-0xf0b7]
[ 0.128998] pci 0000:00:1f.2: reg 0x1c: [io 0xf0a0-0xf0a3]
[ 0.129005] pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f]
[ 0.129012] pci 0000:00:1f.2: reg 0x24: [mem 0xfbd25000-0xfbd257ff]
[ 0.129050] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.129112] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[ 0.129129] pci 0000:00:1f.3: reg 0x10: [mem 0xfbd24000-0xfbd240ff 64bit]
[ 0.129148] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f]
[ 0.129214] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.129255] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.129324] pci 0000:03:00.0: [1b21:1042] type 00 class 0x0c0330
[ 0.129358] pci 0000:03:00.0: reg 0x10: [mem 0xfbc00000-0xfbc07fff 64bit]
[ 0.129518] pci 0000:03:00.0: PME# supported from D3hot D3cold
[ 0.129624] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.129630] pci 0000:00:1c.1: bridge window [mem 0xfbc00000-0xfbcfffff]
[ 0.129672] pci 0000:00:1c.2: PCI bridge to [bus 04]
[ 0.129767] pci 0000:05:00.0: [197b:2362] type 00 class 0x010601
[ 0.129795] pci 0000:05:00.0: reg 0x10: [io 0xe040-0xe047]
[ 0.129811] pci 0000:05:00.0: reg 0x14: [io 0xe030-0xe033]
[ 0.129827] pci 0000:05:00.0: reg 0x18: [io 0xe020-0xe027]
[ 0.129843] pci 0000:05:00.0: reg 0x1c: [io 0xe010-0xe013]
[ 0.129858] pci 0000:05:00.0: reg 0x20: [io 0xe000-0xe00f]
[ 0.129874] pci 0000:05:00.0: reg 0x24: [mem 0xfbb10000-0xfbb101ff]
[ 0.129890] pci 0000:05:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[ 0.129964] pci 0000:05:00.0: PME# supported from D3hot
[ 0.130062] pci 0000:00:1c.3: PCI bridge to [bus 05]
[ 0.130066] pci 0000:00:1c.3: bridge window [io 0xe000-0xefff]
[ 0.130069] pci 0000:00:1c.3: bridge window [mem 0xfbb00000-0xfbbfffff]
[ 0.130140] pci 0000:06:00.0: [1b21:1042] type 00 class 0x0c0330
[ 0.130174] pci 0000:06:00.0: reg 0x10: [mem 0xfba00000-0xfba07fff 64bit]
[ 0.130333] pci 0000:06:00.0: PME# supported from D3hot D3cold
[ 0.130443] pci 0000:00:1c.4: PCI bridge to [bus 06]
[ 0.130449] pci 0000:00:1c.4: bridge window [mem 0xfba00000-0xfbafffff]
[ 0.130519] pci 0000:07:00.0: [1b21:1080] type 01 class 0x060401
[ 0.130703] pci 0000:00:1c.6: PCI bridge to [bus 07-08] (subtractive decode)
[ 0.130708] pci 0000:00:1c.6: bridge window [io 0xd000-0xdfff]
[ 0.130711] pci 0000:00:1c.6: bridge window [mem 0xfb900000-0xfb9fffff]
[ 0.130717] pci 0000:00:1c.6: bridge window [io 0x0000-0x0cf7 window] (subtractive decode)
[ 0.130718] pci 0000:00:1c.6: bridge window [io 0x0d00-0xffff window] (subtractive decode)
[ 0.130720] pci 0000:00:1c.6: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[ 0.130721] pci 0000:00:1c.6: bridge window [mem 0xcfa00000-0xffffffff window] (subtractive decode)
[ 0.130753] pci_bus 0000:08: extended config space not accessible
[ 0.130784] pci 0000:08:02.0: [1106:3044] type 00 class 0x0c0010
[ 0.130815] pci 0000:08:02.0: reg 0x10: [mem 0xfb900000-0xfb9007ff]
[ 0.130833] pci 0000:08:02.0: reg 0x14: [io 0xd000-0xd07f]
[ 0.130965] pci 0000:08:02.0: supports D2
[ 0.130966] pci 0000:08:02.0: PME# supported from D2 D3hot D3cold
[ 0.131074] pci 0000:07:00.0: PCI bridge to [bus 08] (subtractive decode)
[ 0.131084] pci 0000:07:00.0: bridge window [io 0xd000-0xdfff]
[ 0.131090] pci 0000:07:00.0: bridge window [mem 0xfb900000-0xfb9fffff]
[ 0.131099] pci 0000:07:00.0: bridge window [io 0xd000-0xdfff] (subtractive decode)
[ 0.131100] pci 0000:07:00.0: bridge window [mem 0xfb900000-0xfb9fffff] (subtractive decode)
[ 0.131102] pci 0000:07:00.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode)
[ 0.131103] pci 0000:07:00.0: bridge window [io 0x0d00-0xffff window] (subtractive decode)
[ 0.131104] pci 0000:07:00.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[ 0.131106] pci 0000:07:00.0: bridge window [mem 0xcfa00000-0xffffffff window] (subtractive decode)
[ 0.131174] pci 0000:09:00.0: [1b4b:9172] type 00 class 0x010601
[ 0.131195] pci 0000:09:00.0: reg 0x10: [io 0xc040-0xc047]
[ 0.131208] pci 0000:09:00.0: reg 0x14: [io 0xc030-0xc033]
[ 0.131220] pci 0000:09:00.0: reg 0x18: [io 0xc020-0xc027]
[ 0.131232] pci 0000:09:00.0: reg 0x1c: [io 0xc010-0xc013]
[ 0.131245] pci 0000:09:00.0: reg 0x20: [io 0xc000-0xc00f]
[ 0.131257] pci 0000:09:00.0: reg 0x24: [mem 0xfb810000-0xfb8101ff]
[ 0.131269] pci 0000:09:00.0: reg 0x30: [mem 0xfb800000-0xfb80ffff pref]
[ 0.131288] pci 0000:09:00.0: Enabling fixed DMA alias to 00.1
[ 0.131339] pci 0000:09:00.0: PME# supported from D3hot
[ 0.131431] pci 0000:00:1c.7: PCI bridge to [bus 09]
[ 0.131435] pci 0000:00:1c.7: bridge window [io 0xc000-0xcfff]
[ 0.131438] pci 0000:00:1c.7: bridge window [mem 0xfb800000-0xfb8fffff]
[ 0.132005] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[ 0.132061] ACPI: PCI: Interrupt link LNKB configured for IRQ 4
[ 0.132120] ACPI: PCI: Interrupt link LNKC configured for IRQ 5
[ 0.132174] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[ 0.132228] ACPI: PCI: Interrupt link LNKE configured for IRQ 10
[ 0.132282] ACPI: PCI: Interrupt link LNKF configured for IRQ 10
[ 0.132336] ACPI: PCI: Interrupt link LNKG configured for IRQ 7
[ 0.132390] ACPI: PCI: Interrupt link LNKH configured for IRQ 3
[ 0.132486] ACPI: EC: interrupt unblocked
[ 0.132488] ACPI: EC: event unblocked
[ 0.132492] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.132493] ACPI: EC: GPE=0x18
[ 0.132494] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
[ 0.132496] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[ 0.132547] iommu: Default domain type: Translated
[ 0.132548] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.132694] SCSI subsystem initialized
[ 0.132701] libata version 3.00 loaded.
[ 0.132701] ACPI: bus type USB registered
[ 0.132701] usbcore: registered new interface driver usbfs
[ 0.132701] usbcore: registered new interface driver hub
[ 0.132701] usbcore: registered new device driver usb
[ 0.132701] pps_core: LinuxPPS API ver. 1 registered
[ 0.132701] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.132701] PTP clock support registered
[ 0.132701] EDAC MC: Ver: 3.0.0
[ 0.132701] NetLabel: Initializing
[ 0.132701] NetLabel: domain hash size = 128
[ 0.132701] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.132701] NetLabel: unlabeled traffic allowed by default
[ 0.132701] mctp: management component transport protocol core
[ 0.132701] NET: Registered PF_MCTP protocol family
[ 0.132701] PCI: Using ACPI for IRQ routing
[ 0.134401] PCI: pci_cache_line_size set to 64 bytes
[ 0.134465] e820: reserve RAM buffer [mem 0x0009b400-0x0009ffff]
[ 0.134467] e820: reserve RAM buffer [mem 0xca777000-0xcbffffff]
[ 0.134469] e820: reserve RAM buffer [mem 0xcadcf000-0xcbffffff]
[ 0.134470] e820: reserve RAM buffer [mem 0xcb000000-0xcbffffff]
[ 0.134471] e820: reserve RAM buffer [mem 0x22fe00000-0x22fffffff]
[ 0.134485] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.134485] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.134485] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.134485] vgaarb: loaded
[ 0.134656] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.134665] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.137129] clocksource: Switched to clocksource tsc-early
[ 0.147002] VFS: Disk quotas dquot_6.6.0
[ 0.147018] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.147081] pnp: PnP ACPI init
[ 0.147245] system 00:00: [mem 0xfed10000-0xfed19fff] has been reserved
[ 0.147248] system 00:00: [mem 0xe0000000-0xe3ffffff] has been reserved
[ 0.147250] system 00:00: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.147252] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.147253] system 00:00: [mem 0xfee00000-0xfee0ffff] has been reserved
[ 0.147352] system 00:01: [io 0x0290-0x029f] has been reserved
[ 0.147422] system 00:03: [io 0x04d0-0x04d1] has been reserved
[ 0.147751] system 00:04: [io 0x0400-0x0453] has been reserved
[ 0.147754] system 00:04: [io 0x0458-0x047f] has been reserved
[ 0.147755] system 00:04: [io 0x0500-0x057f] has been reserved
[ 0.147757] system 00:04: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.147759] system 00:04: [mem 0xfec00000-0xfecfffff] could not be reserved
[ 0.147760] system 00:04: [mem 0xfed08000-0xfed08fff] has been reserved
[ 0.147762] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[ 0.147823] system 00:05: [io 0x0454-0x0457] has been reserved
[ 0.148049] pnp: PnP ACPI: found 6 devices
[ 0.153627] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.153695] NET: Registered PF_INET protocol family
[ 0.153791] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.154916] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.154946] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.154983] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.155125] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 0.155218] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.155277] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[ 0.155319] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.155345] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.155406] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.155410] NET: Registered PF_XDP protocol family
[ 0.155424] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.155431] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.155442] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.155446] pci 0000:00:1c.1: bridge window [mem 0xfbc00000-0xfbcfffff]
[ 0.155454] pci 0000:00:1c.2: PCI bridge to [bus 04]
[ 0.155467] pci 0000:05:00.0: BAR 6: assigned [mem 0xfbb00000-0xfbb0ffff pref]
[ 0.155469] pci 0000:00:1c.3: PCI bridge to [bus 05]
[ 0.155472] pci 0000:00:1c.3: bridge window [io 0xe000-0xefff]
[ 0.155477] pci 0000:00:1c.3: bridge window [mem 0xfbb00000-0xfbbfffff]
[ 0.155485] pci 0000:00:1c.4: PCI bridge to [bus 06]
[ 0.155489] pci 0000:00:1c.4: bridge window [mem 0xfba00000-0xfbafffff]
[ 0.155497] pci 0000:07:00.0: PCI bridge to [bus 08]
[ 0.155500] pci 0000:07:00.0: bridge window [io 0xd000-0xdfff]
[ 0.155508] pci 0000:07:00.0: bridge window [mem 0xfb900000-0xfb9fffff]
[ 0.155521] pci 0000:00:1c.6: PCI bridge to [bus 07-08]
[ 0.155524] pci 0000:00:1c.6: bridge window [io 0xd000-0xdfff]
[ 0.155528] pci 0000:00:1c.6: bridge window [mem 0xfb900000-0xfb9fffff]
[ 0.155536] pci 0000:00:1c.7: PCI bridge to [bus 09]
[ 0.155538] pci 0000:00:1c.7: bridge window [io 0xc000-0xcfff]
[ 0.155543] pci 0000:00:1c.7: bridge window [mem 0xfb800000-0xfb8fffff]
[ 0.155551] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.155553] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.155554] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.155555] pci_bus 0000:00: resource 7 [mem 0xcfa00000-0xffffffff window]
[ 0.155557] pci_bus 0000:03: resource 1 [mem 0xfbc00000-0xfbcfffff]
[ 0.155558] pci_bus 0000:05: resource 0 [io 0xe000-0xefff]
[ 0.155559] pci_bus 0000:05: resource 1 [mem 0xfbb00000-0xfbbfffff]
[ 0.155561] pci_bus 0000:06: resource 1 [mem 0xfba00000-0xfbafffff]
[ 0.155562] pci_bus 0000:07: resource 0 [io 0xd000-0xdfff]
[ 0.155563] pci_bus 0000:07: resource 1 [mem 0xfb900000-0xfb9fffff]
[ 0.155564] pci_bus 0000:07: resource 4 [io 0x0000-0x0cf7 window]
[ 0.155566] pci_bus 0000:07: resource 5 [io 0x0d00-0xffff window]
[ 0.155567] pci_bus 0000:07: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.155568] pci_bus 0000:07: resource 7 [mem 0xcfa00000-0xffffffff window]
[ 0.155569] pci_bus 0000:08: resource 0 [io 0xd000-0xdfff]
[ 0.155570] pci_bus 0000:08: resource 1 [mem 0xfb900000-0xfb9fffff]
[ 0.155572] pci_bus 0000:08: resource 4 [io 0xd000-0xdfff]
[ 0.155573] pci_bus 0000:08: resource 5 [mem 0xfb900000-0xfb9fffff]
[ 0.155574] pci_bus 0000:08: resource 6 [io 0x0000-0x0cf7 window]
[ 0.155575] pci_bus 0000:08: resource 7 [io 0x0d00-0xffff window]
[ 0.155576] pci_bus 0000:08: resource 8 [mem 0x000a0000-0x000bffff window]
[ 0.155577] pci_bus 0000:08: resource 9 [mem 0xcfa00000-0xffffffff window]
[ 0.155579] pci_bus 0000:09: resource 0 [io 0xc000-0xcfff]
[ 0.155580] pci_bus 0000:09: resource 1 [mem 0xfb800000-0xfb8fffff]
[ 0.283835] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x750 took 125166 usecs
[ 0.410497] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x750 took 123664 usecs
[ 0.410749] pci 0000:07:00.0: Disabling ASPM L0s/L1
[ 0.410760] PCI: CLS 64 bytes, default 64
[ 0.410767] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.410768] software IO TLB: mapped [mem 0x00000000c6777000-0x00000000ca777000] (64MB)
[ 0.410812] Trying to unpack rootfs image as initramfs...
[ 0.417604] Initialise system trusted keyrings
[ 0.417620] Key type blacklist registered
[ 0.417678] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[ 0.418884] zbud: loaded
[ 0.419081] integrity: Platform Keyring initialized
[ 0.419085] integrity: Machine keyring initialized
[ 0.428058] Key type asymmetric registered
[ 0.428063] Asymmetric key parser 'x509' registered
[ 0.460170] Freeing initrd memory: 13764K
[ 0.462405] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[ 0.462431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[ 0.462467] io scheduler mq-deadline registered
[ 0.462468] io scheduler kyber registered
[ 0.462497] io scheduler bfq registered
[ 0.462832] pcieport 0000:00:01.0: PME: Signaling with IRQ 24
[ 0.462972] pcieport 0000:00:1c.0: PME: Signaling with IRQ 25
[ 0.463075] pcieport 0000:00:1c.1: PME: Signaling with IRQ 26
[ 0.463219] pcieport 0000:00:1c.2: PME: Signaling with IRQ 27
[ 0.463362] pcieport 0000:00:1c.3: PME: Signaling with IRQ 28
[ 0.463458] pcieport 0000:00:1c.4: PME: Signaling with IRQ 29
[ 0.463601] pcieport 0000:00:1c.6: PME: Signaling with IRQ 30
[ 0.463739] pcieport 0000:00:1c.7: PME: Signaling with IRQ 31
[ 0.463826] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.464058] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.464091] ACPI: button: Power Button [PWRB]
[ 0.464116] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.464138] ACPI: button: Power Button [PWRF]
[ 0.464911] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.466174] Non-volatile memory driver v1.3
[ 0.466176] Linux agpgart interface v0.103
[ 0.466177] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[ 0.466253] ACPI: bus type drm_connector registered
[ 0.466588] ahci 0000:00:1f.2: version 3.0
[ 0.477139] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x38 impl SATA mode
[ 0.477148] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst
[ 0.497594] scsi host0: ahci
[ 0.497872] scsi host1: ahci
[ 0.498136] scsi host2: ahci
[ 0.498316] scsi host3: ahci
[ 0.498477] scsi host4: ahci
[ 0.498596] scsi host5: ahci
[ 0.498635] ata1: DUMMY
[ 0.498636] ata2: DUMMY
[ 0.498637] ata3: DUMMY
[ 0.498639] ata4: SATA max UDMA/133 abar m2048@0xfbd25000 port 0xfbd25280 irq 32
[ 0.498641] ata5: SATA max UDMA/133 abar m2048@0xfbd25000 port 0xfbd25300 irq 32
[ 0.498643] ata6: SATA max UDMA/133 abar m2048@0xfbd25000 port 0xfbd25380 irq 32
[ 0.498796] ahci 0000:05:00.0: AHCI 0001.0100 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[ 0.498799] ahci 0000:05:00.0: flags: 64bit ncq pm led clo pmp pio slum part
[ 0.499009] scsi host6: ahci
[ 0.499086] scsi host7: ahci
[ 0.499122] ata7: SATA max UDMA/133 abar m512@0xfbb10000 port 0xfbb10100 irq 19
[ 0.499126] ata8: SATA max UDMA/133 abar m512@0xfbb10000 port 0xfbb10180 irq 19
[ 0.499279] ahci 0000:09:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[ 0.499282] ahci 0000:09:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
[ 0.499516] scsi host8: ahci
[ 0.499597] scsi host9: ahci
[ 0.499629] ata9: SATA max UDMA/133 abar m512@0xfb810000 port 0xfb810100 irq 33
[ 0.499632] ata10: SATA max UDMA/133 abar m512@0xfb810000 port 0xfb810180 irq 33
[ 0.499657] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.499660] ehci-pci: EHCI PCI platform driver
[ 0.499740] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 0.499745] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 0.499761] ehci-pci 0000:00:1a.0: debug port 2
[ 0.503677] ehci-pci 0000:00:1a.0: irq 23, io mem 0xfbd27000
[ 0.513735] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 0.514018] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
[ 0.514021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.514023] usb usb1: Product: EHCI Host Controller
[ 0.514024] usb usb1: Manufacturer: Linux 5.18.10-arch1-1 ehci_hcd
[ 0.514025] usb usb1: SerialNumber: 0000:00:1a.0
[ 0.514203] hub 1-0:1.0: USB hub found
[ 0.514217] hub 1-0:1.0: 2 ports detected
[ 0.514465] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 0.514469] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 0.514480] ehci-pci 0000:00:1d.0: debug port 2
[ 0.518381] ehci-pci 0000:00:1d.0: irq 23, io mem 0xfbd26000
[ 0.530448] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 0.530525] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
[ 0.530528] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.530529] usb usb2: Product: EHCI Host Controller
[ 0.530530] usb usb2: Manufacturer: Linux 5.18.10-arch1-1 ehci_hcd
[ 0.530531] usb usb2: SerialNumber: 0000:00:1d.0
[ 0.530669] hub 2-0:1.0: USB hub found
[ 0.530677] hub 2-0:1.0: 2 ports detected
[ 0.530779] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.530783] ohci-pci: OHCI PCI platform driver
[ 0.530790] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.530821] usbcore: registered new interface driver usbserial_generic
[ 0.530825] usbserial: USB Serial support registered for generic
[ 0.531001] rtc_cmos 00:02: RTC can wake from S4
[ 0.531293] rtc_cmos 00:02: registered as rtc0
[ 0.531326] rtc_cmos 00:02: setting system clock to 2005-01-01T00:00:31 UTC (1104537631)
[ 0.531344] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 0.531539] intel_pstate: Intel P-state driver initializing
[ 0.532066] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.532334] hid: raw HID events driver (C) Jiri Kosina
[ 0.532391] drop_monitor: Initializing network drop monitor service
[ 0.544436] Initializing XFRM netlink socket
[ 0.544542] NET: Registered PF_INET6 protocol family
[ 0.547850] Segment Routing with IPv6
[ 0.547852] RPL Segment Routing with IPv6
[ 0.547865] In-situ OAM (IOAM) with IPv6
[ 0.547883] NET: Registered PF_PACKET protocol family
[ 0.548451] microcode: sig=0x206a7, pf=0x2, revision=0x2f
[ 0.548515] microcode: Microcode Update Driver: v2.2.
[ 0.548518] IPI shorthand broadcast: enabled
[ 0.548526] sched_clock: Marking stable (547183111, 1162954)->(652438033, -104091968)
[ 0.548782] registered taskstats version 1
[ 0.548919] Loading compiled-in X.509 certificates
[ 0.551946] Loaded X.509 cert 'Build time autogenerated kernel key: 6927223a15ca79983748832c10829e0f88cb62f5'
[ 0.552249] zswap: loaded using pool lz4/z3fold
[ 0.552368] Key type ._fscrypt registered
[ 0.552369] Key type .fscrypt registered
[ 0.552370] Key type fscrypt-provisioning registered
[ 0.553371] PM: Magic number: 5:0:0
[ 0.553422] memory memory48: hash matches
[ 0.553500] RAS: Correctable Errors collector initialized.
[ 0.767122] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 0.780453] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 0.813808] ata8: SATA link down (SStatus 0 SControl 300)
[ 0.813810] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 0.813868] ata7: SATA link down (SStatus 0 SControl 300)
[ 0.813870] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 0.813919] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 0.814034] ata4.00: failed to IDENTIFY (I/O error, err_mask=0x100)
[ 0.817152] ata10: SATA link down (SStatus 0 SControl 300)
[ 0.914477] usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[ 0.914480] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 0.914866] hub 1-1:1.0: USB hub found
[ 0.915085] hub 1-1:1.0: 6 ports detected
[ 0.927864] usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[ 0.927868] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 0.928251] hub 2-1:1.0: USB hub found
[ 0.928477] hub 2-1:1.0: 8 ports detected
[ 0.980455] ata9: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 0.983361] ata9.00: supports DRM functions and may not be fully accessible
[ 0.983366] ata9.00: ATA-9: Samsung SSD 850 EVO 500GB, EMT02B6Q, max UDMA/133
[ 0.984130] ata9.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[ 0.986577] ata9.00: Features: Trust Dev-Sleep NCQ-sndrcv
[ 0.986905] ata9.00: supports DRM functions and may not be fully accessible
[ 0.990336] ata9.00: configured for UDMA/133
[ 1.207116] usb 2-1.1: new full-speed USB device number 3 using ehci-pci
[ 1.306497] usb 2-1.1: New USB device found, idVendor=258a, idProduct=1007, bcdDevice= 1.01
[ 1.306505] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.306508] usb 2-1.1: Product: Wired Gaming Mouse
[ 1.306511] usb 2-1.1: Manufacturer: SINOWEALTH
[ 1.337116] usb 2-1.2: new full-speed USB device number 4 using ehci-pci
[ 1.337120] tsc: Refined TSC clocksource calibration: 3300.023 MHz
[ 1.337131] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2f91626a655, max_idle_ns: 440795305688 ns
[ 1.337212] clocksource: Switched to clocksource tsc
[ 1.436876] usb 2-1.2: New USB device found, idVendor=0c45, idProduct=652f, bcdDevice= 1.00
[ 1.436884] usb 2-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.436887] usb 2-1.2: Product: USB DEVICE
[ 1.436890] usb 2-1.2: Manufacturer: SONiX
[ 1.513782] usb 2-1.7: new full-speed USB device number 5 using ehci-pci
[ 1.611151] usb 2-1.7: New USB device found, idVendor=0cf3, idProduct=3000, bcdDevice= 2.00
[ 1.611159] usb 2-1.7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 5.673897] ata6.00: ATA-8: SAMSUNG HD103SJ, 1AJ10001, max UDMA/133
[ 5.673909] ata5.00: ATA-8: SAMSUNG HD103SJ, 1AJ10001, max UDMA/133
[ 5.674105] ata6.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 5.674116] ata5.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 5.679860] ata5.00: configured for UDMA/133
[ 5.679916] ata6.00: configured for UDMA/133
[ 5.987300] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 5.987405] ata4.00: failed to IDENTIFY (I/O error, err_mask=0x100)
[ 11.320669] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 11.320766] ata4.00: failed to IDENTIFY (I/O error, err_mask=0x100)
[ 16.653993] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 16.654334] scsi 4:0:0:0: Direct-Access ATA SAMSUNG HD103SJ 0001 PQ: 0 ANSI: 5
[ 16.655067] scsi 5:0:0:0: Direct-Access ATA SAMSUNG HD103SJ 0001 PQ: 0 ANSI: 5
[ 16.655148] sd 4:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 16.655172] sd 4:0:0:0: [sda] Write Protect is off
[ 16.655177] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 16.655213] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 16.655584] scsi 8:0:0:0: Direct-Access ATA Samsung SSD 850 2B6Q PQ: 0 ANSI: 5
[ 16.655608] sd 5:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 16.655630] sd 5:0:0:0: [sdb] Write Protect is off
[ 16.655633] sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 16.655660] sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 16.655785] sd 8:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 16.655794] sd 8:0:0:0: [sdc] Write Protect is off
[ 16.655796] sd 8:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 16.655811] sd 8:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 16.672143] sdc: sdc1
[ 16.685276] sdb: sdb1 sdb2
[ 16.688019] sd 8:0:0:0: [sdc] supports TCG Opal
[ 16.688026] sd 8:0:0:0: [sdc] Attached SCSI removable disk
[ 16.700939] sd 5:0:0:0: [sdb] Attached SCSI disk
[ 16.720693] sda: sda1 sda2 sda3 < sda5 sda6 sda7 >
[ 16.737708] sd 4:0:0:0: [sda] Attached SCSI disk
[ 16.741786] Freeing unused decrypted memory: 2036K
[ 16.742258] Freeing unused kernel image (initmem) memory: 1860K
[ 16.742333] Write protecting the kernel read-only data: 28672k
[ 16.743149] Freeing unused kernel image (text/rodata gap) memory: 2040K
[ 16.743546] Freeing unused kernel image (rodata/data gap) memory: 1284K
[ 16.818943] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 16.818948] rodata_test: all tests were successful
[ 16.818949] x86/mm: Checking user space page tables
[ 16.859698] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 16.859703] Run /init as init process
[ 16.859705] with arguments:
[ 16.859706] /init
[ 16.859706] with environment:
[ 16.859707] HOME=/
[ 16.859707] TERM=linux
[ 16.859708] BOOT_IMAGE=../vmlinuz-linux
[ 16.969272] xhci_hcd 0000:03:00.0: xHCI Host Controller
[ 16.969280] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 3
[ 16.972136] input: SINOWEALTH Wired Gaming Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/0003:258A:1007.0001/input/input2
[ 16.972187] hid-generic 0003:258A:1007.0001: input,hidraw0: USB HID v1.11 Mouse [SINOWEALTH Wired Gaming Mouse] on usb-0000:00:1d.0-1.1/input0
[ 16.977963] input: SINOWEALTH Wired Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.1/0003:258A:1007.0002/input/input3
[ 16.978044] xhci_hcd 0000:03:00.0: hcc params 0x0200f180 hci version 0x96 quirks 0x0000000000080000
[ 16.978350] xhci_hcd 0000:03:00.0: xHCI Host Controller
[ 16.978354] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 4
[ 16.978357] xhci_hcd 0000:03:00.0: Host supports USB 3.0 SuperSpeed
[ 16.981476] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
[ 16.981480] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 16.981481] usb usb3: Product: xHCI Host Controller
[ 16.981482] usb usb3: Manufacturer: Linux 5.18.10-arch1-1 xhci-hcd
[ 16.981483] usb usb3: SerialNumber: 0000:03:00.0
[ 16.981619] hub 3-0:1.0: USB hub found
[ 16.981631] hub 3-0:1.0: 2 ports detected
[ 16.981724] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 16.981741] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.18
[ 16.981743] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 16.981745] usb usb4: Product: xHCI Host Controller
[ 16.981746] usb usb4: Manufacturer: Linux 5.18.10-arch1-1 xhci-hcd
[ 16.981747] usb usb4: SerialNumber: 0000:03:00.0
[ 16.981822] hub 4-0:1.0: USB hub found
[ 16.981832] hub 4-0:1.0: 2 ports detected
[ 16.981998] xhci_hcd 0000:06:00.0: xHCI Host Controller
[ 16.982003] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 5
[ 16.988926] xhci_hcd 0000:06:00.0: hcc params 0x0200f180 hci version 0x96 quirks 0x0000000000080000
[ 16.989195] xhci_hcd 0000:06:00.0: xHCI Host Controller
[ 16.989198] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 6
[ 16.989201] xhci_hcd 0000:06:00.0: Host supports USB 3.0 SuperSpeed
[ 16.994935] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
[ 16.994940] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 16.994942] usb usb5: Product: xHCI Host Controller
[ 16.994943] usb usb5: Manufacturer: Linux 5.18.10-arch1-1 xhci-hcd
[ 16.994944] usb usb5: SerialNumber: 0000:06:00.0
[ 16.995916] hub 5-0:1.0: USB hub found
[ 16.995926] hub 5-0:1.0: 2 ports detected
[ 16.996025] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[ 16.996043] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.18
[ 16.996045] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 16.996046] usb usb6: Product: xHCI Host Controller
[ 16.996047] usb usb6: Manufacturer: Linux 5.18.10-arch1-1 xhci-hcd
[ 16.996048] usb usb6: SerialNumber: 0000:06:00.0
[ 16.996114] hub 6-0:1.0: USB hub found
[ 16.996123] hub 6-0:1.0: 2 ports detected
[ 17.033961] hid-generic 0003:258A:1007.0002: input,hiddev96,hidraw1: USB HID v1.11 Keyboard [SINOWEALTH Wired Gaming Mouse] on usb-0000:00:1d.0-1.1/input1
[ 17.034638] input: SONiX USB DEVICE as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/0003:0C45:652F.0003/input/input5
[ 17.050459] firewire_ohci 0000:08:02.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
[ 17.094257] hid-generic 0003:0C45:652F.0003: input,hidraw2: USB HID v1.11 Keyboard [SONiX USB DEVICE] on usb-0000:00:1d.0-1.2/input0
[ 17.096296] input: SONiX USB DEVICE Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.1/0003:0C45:652F.0004/input/input6
[ 17.150693] input: SONiX USB DEVICE Wireless Radio Control as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.1/0003:0C45:652F.0004/input/input7
[ 17.150806] input: SONiX USB DEVICE as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.1/0003:0C45:652F.0004/input/input8
[ 17.151190] hid-generic 0003:0C45:652F.0004: input,hiddev97,hidraw3: USB HID v1.11 Keyboard [SONiX USB DEVICE] on usb-0000:00:1d.0-1.2/input1
[ 17.151244] usbcore: registered new interface driver usbhid
[ 17.151245] usbhid: USB HID core driver
[ 17.567256] firewire_core 0000:08:02.0: created device fw0: GUID 001fc60000124741, S400
[ 17.817778] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Quota mode: none.
[ 17.897710] systemd[1]: System time before build time, advancing clock.
[ 17.953303] systemd[1]: systemd 251.2-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)
[ 17.953309] systemd[1]: Detected architecture x86-64.
[ 17.954933] systemd[1]: Hostname set to <hendrik-arch>.
[ 18.064427] systemd[1]: Queued start job for default target Graphical Interface.
[ 18.065477] systemd[1]: Created slice Slice /system/dhcpcd.
[ 18.065862] systemd[1]: Created slice Slice /system/getty.
[ 18.066205] systemd[1]: Created slice Slice /system/modprobe.
[ 18.066555] systemd[1]: Created slice Slice /system/systemd-fsck.
[ 18.066870] systemd[1]: Created slice User and Session Slice.
[ 18.067051] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 18.067227] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 18.067480] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 18.067640] systemd[1]: Reached target Local Encrypted Volumes.
[ 18.067771] systemd[1]: Reached target Local Integrity Protected Volumes.
[ 18.067907] systemd[1]: Reached target Remote File Systems.
[ 18.068036] systemd[1]: Reached target Slice Units.
[ 18.068172] systemd[1]: Reached target Local Verity Protected Volumes.
[ 18.068352] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 18.068732] systemd[1]: Listening on LVM2 poll daemon socket.
[ 18.071995] systemd[1]: Listening on RPCbind Server Activation Socket.
[ 18.072156] systemd[1]: Reached target RPC Port Mapper.
[ 18.073294] systemd[1]: Listening on Process Core Dump Socket.
[ 18.073556] systemd[1]: Listening on Journal Audit Socket.
[ 18.073794] systemd[1]: Listening on Journal Socket (/dev/log).
[ 18.074013] systemd[1]: Listening on Journal Socket.
[ 18.074440] systemd[1]: Listening on udev Control Socket.
[ 18.074638] systemd[1]: Listening on udev Kernel Socket.
[ 18.075388] systemd[1]: Mounting Huge Pages File System...
[ 18.076124] systemd[1]: Mounting POSIX Message Queue File System...
[ 18.076895] systemd[1]: Mounting Kernel Debug File System...
[ 18.077671] systemd[1]: Mounting Kernel Trace File System...
[ 18.078534] systemd[1]: Starting Create List of Static Device Nodes...
[ 18.079433] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 18.080324] systemd[1]: Starting Load Kernel Module configfs...
[ 18.081122] systemd[1]: Starting Load Kernel Module drm...
[ 18.081979] systemd[1]: Starting Load Kernel Module fuse...
[ 18.083498] systemd[1]: Starting RPC Bind...
[ 18.083687] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 18.086138] systemd[1]: Starting Load Kernel Modules...
[ 18.086926] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 18.087172] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
[ 18.087888] systemd[1]: Starting Coldplug All udev Devices...
[ 18.089437] systemd[1]: Mounted Huge Pages File System.
[ 18.089679] systemd[1]: Mounted POSIX Message Queue File System.
[ 18.089867] systemd[1]: Mounted Kernel Debug File System.
[ 18.090059] systemd[1]: Mounted Kernel Trace File System.
[ 18.090353] systemd[1]: Finished Create List of Static Device Nodes.
[ 18.090769] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 18.090883] systemd[1]: Finished Load Kernel Module configfs.
[ 18.091246] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 18.091354] systemd[1]: Finished Load Kernel Module drm.
[ 18.092375] systemd[1]: Mounting Kernel Configuration File System...
[ 18.093626] EXT4-fs (sdc1): re-mounted. Quota mode: none.
[ 18.094391] fuse: init (API version 7.36)
[ 18.094463] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 18.095203] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 18.095308] systemd[1]: Finished Load Kernel Module fuse.
[ 18.095546] systemd[1]: Mounted Kernel Configuration File System.
[ 18.096398] systemd[1]: Mounting FUSE Control File System...
[ 18.096587] systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
[ 18.102862] sd 4:0:0:0: Attached scsi generic sg0 type 0
[ 18.102900] sd 5:0:0:0: Attached scsi generic sg1 type 0
[ 18.102920] sd 8:0:0:0: Attached scsi generic sg2 type 0
[ 18.103331] systemd[1]: Starting Rebuild Hardware Database...
[ 18.104196] systemd[1]: Starting Load/Save Random Seed...
[ 18.105031] systemd[1]: Starting Create System Users...
[ 18.106005] systemd[1]: Finished Load Kernel Modules.
[ 18.106955] systemd[1]: Mounted FUSE Control File System.
[ 18.107877] systemd[1]: Starting Apply Kernel Variables...
[ 18.123129] systemd[1]: Finished Apply Kernel Variables.
[ 18.147388] systemd[1]: Finished Create System Users.
[ 18.148292] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 18.161951] systemd[1]: Started RPC Bind.
[ 18.184622] systemd[1]: Finished Create Static Device Nodes in /dev.
[ 18.184861] systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped because of a failed condition check (ConditionKernelVersion=<5.6).
[ 18.186103] systemd[1]: Starting Journal Service...
[ 18.208278] systemd[1]: Finished Coldplug All udev Devices.
[ 18.208533] audit: type=1130 audit(1654194728.306:2): 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'
[ 18.246044] systemd[1]: Started Journal Service.
[ 18.247556] audit: type=1130 audit(1654194728.343:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 18.251166] systemd-journald[259]: Received client request to flush runtime journal.
[ 18.253318] systemd-journald[259]: File /var/log/journal/928d50681815aabc053fcd7e0000039b/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 18.331322] audit: type=1130 audit(1654194728.429:4): 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'
[ 18.380398] random: crng init done
[ 18.383183] audit: type=1130 audit(1654194728.479:5): 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'
[ 18.458886] audit: type=1130 audit(1654194728.556:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 18.605466] audit: type=1130 audit(1654194728.703:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hwdb-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 18.606924] audit: type=1334 audit(1654194728.703:8): prog-id=9 op=LOAD
[ 18.606996] audit: type=1334 audit(1654194728.703:9): prog-id=10 op=LOAD
[ 18.607044] audit: type=1334 audit(1654194728.703:10): prog-id=11 op=LOAD
[ 18.660609] audit: type=1130 audit(1654194728.759:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 18.743659] e1000e: Intel(R) PRO/1000 Network Driver
[ 18.743662] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 18.743878] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 18.775761] mousedev: PS/2 mouse device common for all mice
[ 18.808060] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.SBRG.GPBX) (20211217/utaddress-204)
[ 18.808067] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 18.808068] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.SBRG.GPBX) (20211217/utaddress-204)
[ 18.808071] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 18.808072] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.SBRG.GPBX) (20211217/utaddress-204)
[ 18.808074] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 18.808075] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 18.880795] Adding 4096536k swap on /dev/sda5. Priority:-2 extents:1 across:4096536k FS
[ 18.893706] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[ 18.897783] input: PC Speaker as /devices/platform/pcspkr/input/input9
[ 18.905601] Bluetooth: Core ver 2.22
[ 18.905620] NET: Registered PF_BLUETOOTH protocol family
[ 18.905621] Bluetooth: HCI device and connection manager initialized
[ 18.905625] Bluetooth: HCI socket layer initialized
[ 18.905627] Bluetooth: L2CAP socket layer initialized
[ 18.905630] Bluetooth: SCO socket layer initialized
[ 18.910738] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 18.910817] i2c i2c-0: 2/4 memory slots populated (from DMI)
[ 18.926364] i2c i2c-0: Successfully instantiated SPD at 0x51
[ 18.929789] i2c i2c-0: Successfully instantiated SPD at 0x53
[ 18.987226] iTCO_vendor_support: vendor-support=0
[ 18.996019] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[ 18.996025] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[ 18.996026] RAPL PMU: hw unit of domain package 2^-16 Joules
[ 18.996026] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
[ 19.004213] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) f4:6d:04:44:82:b2
[ 19.004223] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[ 19.004268] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: FFFFFF-0FF
[ 19.064719] at24 0-0051: supply vcc not found, using dummy regulator
[ 19.065809] at24 0-0051: 256 byte spd EEPROM, read-only
[ 19.065843] at24 0-0053: supply vcc not found, using dummy regulator
[ 19.066413] at24 0-0053: 256 byte spd EEPROM, read-only
[ 19.067126] cryptd: max_cpu_qlen set to 1000
[ 19.070906] iTCO_wdt iTCO_wdt.1.auto: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
[ 19.072731] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 19.073169] Console: switching to colour dummy device 80x25
[ 19.074281] iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0)
[ 19.080810] asus_wmi: ASUS WMI generic driver loaded
[ 19.082891] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 19.086085] asus_wmi: Initialization: 0x0
[ 19.086117] asus_wmi: BIOS WMI version: 0.9
[ 19.086170] asus_wmi: SFUN value: 0x0
[ 19.086172] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[ 19.086854] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input10
[ 19.091755] AVX version of gcm_enc/dec engaged.
[ 19.091780] AES CTR mode by8 optimization enabled
[ 19.107379] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[ 19.108246] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 19.108329] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input11
[ 19.108396] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 19.194634] usbcore: registered new interface driver ath3k
[ 19.207829] usb 2-1.7: USB disconnect, device number 5
[ 19.215070] fbcon: i915drmfb (fb0) is primary device
[ 19.312052] Console: switching to colour frame buffer device 240x75
[ 19.332967] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[ 19.366872] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC892: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[ 19.366878] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 19.366880] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 19.366881] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
[ 19.366882] snd_hda_codec_realtek hdaudioC1D0: dig-out=0x11/0x1e
[ 19.366883] snd_hda_codec_realtek hdaudioC1D0: inputs:
[ 19.366885] snd_hda_codec_realtek hdaudioC1D0: Front Mic=0x19
[ 19.366886] snd_hda_codec_realtek hdaudioC1D0: Rear Mic=0x18
[ 19.366887] snd_hda_codec_realtek hdaudioC1D0: Line=0x1a
[ 19.410341] intel_rapl_common: Found RAPL domain package
[ 19.410345] intel_rapl_common: Found RAPL domain core
[ 19.410346] intel_rapl_common: Found RAPL domain uncore
[ 19.410351] intel_rapl_common: RAPL package-0 domain package locked by BIOS
[ 19.410678] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input12
[ 19.410932] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input13
[ 19.412860] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card1/input14
[ 19.412908] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card1/input15
[ 19.412949] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card1/input16
[ 19.412993] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card1/input17
[ 19.413035] input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card1/input18
[ 19.413087] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input19
[ 19.413121] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card1/input20
[ 20.437085] usb 2-1.7: new full-speed USB device number 6 using ehci-pci
[ 20.534756] usb 2-1.7: New USB device found, idVendor=0b05, idProduct=179c, bcdDevice= 0.01
[ 20.534766] usb 2-1.7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 20.588735] usbcore: registered new interface driver btusb
[ 25.601195] kauditd_printk_skb: 1 callbacks suppressed
[ 25.601199] audit: type=1131 audit(1654194735.699:13): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 62.533444] audit: type=1130 audit(1654194772.629:14): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-AD71\x2dECDA comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 114.788531] audit: type=1130 audit(1654194824.886:15): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-d22d538b\x2da590\x2d4d6f\x2d989a\x2d54e40619fd97 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 114.952059] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Quota mode: none.
[ 115.001781] audit: type=1130 audit(1654194825.099:16): 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'
[ 115.003591] audit: type=1334 audit(1654194825.099:17): prog-id=12 op=LOAD
[ 115.012505] audit: type=1127 audit(1654194825.109:18): pid=394 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[ 115.015582] audit: type=1130 audit(1654194825.113:19): 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'
[ 115.018408] audit: type=1130 audit(1654194825.116:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 115.042773] systemd-journald[259]: Oldest entry in /var/log/journal/928d50681815aabc053fcd7e0000039b/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 115.042779] systemd-journald[259]: /var/log/journal/928d50681815aabc053fcd7e0000039b/system.journal: Journal header limits reached or header out-of-date, rotating.
[ 115.043697] audit: type=1130 audit(1657482317.812:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 115.086184] audit: type=1130 audit(1657482317.852:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 115.092640] audit: type=1130 audit(1657482317.859:23): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 115.101685] audit: type=1334 audit(1657482317.869:24): prog-id=13 op=LOAD
[ 115.152272] 8021q: 802.1Q VLAN Support v1.8
[ 115.190075] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 115.190358] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 118.046437] e1000e 0000:00:19.0 eth0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[ 118.046493] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 124.427443] kauditd_printk_skb: 6 callbacks suppressed
[ 124.427446] audit: type=1130 audit(1657482327.195:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd@eth0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 124.434521] audit: type=1130 audit(1657482327.202:32): 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'
[ 124.436302] audit: type=1130 audit(1657482327.202:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 124.440183] audit: type=1130 audit(1657482327.205:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=slim comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 124.512215] audit: type=1130 audit(1657482327.279:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 124.622442] audit: type=1130 audit(1657482327.389:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cups comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 145.155848] audit: type=1334 audit(1657542820.425:37): prog-id=16 op=LOAD
[ 145.161178] audit: type=1130 audit(1657542820.431:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 145.182351] audit: type=1131 audit(1657542820.451:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 145.192571] audit: type=1130 audit(1657542820.461:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 145.227198] audit: type=1334 audit(1657542820.498:41): prog-id=0 op=UNLOAD
[ 174.170985] audit: type=1100 audit(1657542849.441:42): pid=500 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="hendrik" exe="/usr/bin/slim" hostname=? addr=? terminal=:0.0 res=success'
[ 174.173902] audit: type=1101 audit(1657542849.445:43): pid=500 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="hendrik" exe="/usr/bin/slim" hostname=? addr=? terminal=:0.0 res=success'
[ 174.174388] audit: type=1103 audit(1657542849.445:44): pid=500 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="hendrik" exe="/usr/bin/slim" hostname=? addr=? terminal=:0.0 res=success'
[ 174.174498] audit: type=1006 audit(1657542849.445:45): pid=500 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 174.174508] audit: type=1300 audit(1657542849.445:45): arch=c000003e syscall=1 success=yes exit=4 a0=8 a1=7fff0ad0b500 a2=4 a3=7fff0ad0b214 items=0 ppid=1 pid=500 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="slim" exe="/usr/bin/slim" key=(null)
[ 174.174514] audit: type=1327 audit(1657542849.445:45): proctitle=2F7573722F62696E2F736C696D002D6E6F6461656D6F6E
[ 174.195999] audit: type=1130 audit(1657542849.465:46): 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'
[ 174.203223] audit: type=1101 audit(1657542849.471:47): pid=543 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="hendrik" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 174.203249] audit: type=1103 audit(1657542849.471:48): pid=543 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="hendrik" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 174.203309] audit: type=1006 audit(1657542849.471:49): pid=543 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[ 587.014125] kauditd_printk_skb: 8 callbacks suppressed
[ 587.014129] audit: type=1100 audit(1657543262.280:56): pid=1526 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 587.014190] audit: type=1101 audit(1657543262.280:57): pid=1526 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 587.014639] audit: type=1103 audit(1657543262.280:58): pid=1526 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 587.014796] audit: type=1105 audit(1657543262.284:59): pid=1526 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 901.631931] audit: type=1130 audit(1657543576.899:60): 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'
[ 901.631939] audit: type=1131 audit(1657543576.899:61): 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'
[ 3476.630597] audit: type=1334 audit(1657546151.889:62): prog-id=17 op=LOAD
[ 3476.630603] audit: type=1334 audit(1657546151.889:63): prog-id=18 op=LOAD
[ 3476.712236] audit: type=1130 audit(1657546151.969:64): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'By UEFI/firware you mean at boot, right? It could not be disabled there, since it is an additional/extra card, or am I mistaken?
Offline
Please also edit your original post and add the code tags.
There're more issues here
[ 0.498639] ata4: SATA max UDMA/133 abar m2048@0xfbd25000 port 0xfbd25280 irq 32
[ 0.813919] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 0.814034] ata4.00: failed to IDENTIFY (I/O error, err_mask=0x100)
[ 5.987300] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 5.987405] ata4.00: failed to IDENTIFY (I/O error, err_mask=0x100)
[ 11.320669] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 11.320766] ata4.00: failed to IDENTIFY (I/O error, err_mask=0x100)
[ 16.653993] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)and
[ 18.808060] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.SBRG.GPBX) (20211217/utaddress-204)
[ 18.808067] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 18.808068] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.SBRG.GPBX) (20211217/utaddress-204)
[ 18.808071] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 18.808072] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.SBRG.GPBX) (20211217/utaddress-204)
[ 18.808074] ACPI: OSL: Resource conflict; ACPI support missing from driver?but the wifi card doesn't show up and there're no bus errors.
worked without problem on Linux Mint … might have disabled wifi long time ago
So it worked on Mint "long time ago"?
Either way, you theoretically can disable PCI devices (next to "onboard") from the UEFI and if the thing isn't toast, that's probably what you did. Whether you can and you did depends on the actual board and … errr … you.
So look there.
Sanity check: is there a parallel OS installed?
Offline
Okay, added the code tags. How can these other issues be solved? Unfortunately, I don't know where to look.
But back to topic: Mint worked with this card about 6 weeks ago, so not that "long". I will look into the UEFI to see if PCI is disabled there. I will try another OS, if I find one. Thanks!
Offline
1. cable or power supply or cable or cable
2. "lpc_ich: Resource conflict(s) found affecting gpio_ich", actually common… https://bugzilla.kernel.org/show_bug.cgi?id=48811
Did you change anything about the system since using Mint? There seem quite some HDDs around?
Offline
You might also try going back to mint temporarily to ensure it is still working. If it does, check things such as the contents of /proc/cmdline. Perhaps Mint passes something you are not doing on Arch.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Okay, thanks Member, I will look at this later.
I changed the PCIE slot and can now find my card:
lspci -k gives:
04:00.0 Network controller: Intel Corporation Wireless 7265 (rev 59)
Subsystem: Intel Corporation Dual Band Wireless-AC 7265
Kernel driver in use: iwlwifi
Kernel modules: iwlwifiip link says it is down:
3: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default qlen 1000
link/ether fc:b3:bc:5b:11:9d brd ff:ff:ff:ff:ff:ffbut trying to get it up won't work.
dmesg | grep iwlwifi gives:
[ 18.653653] iwlwifi 0000:04:00.0: Found debug destination: EXTERNAL_DRAM
[ 18.653658] iwlwifi 0000:04:00.0: Found debug configuration: 0
[ 18.653863] iwlwifi 0000:04:00.0: loaded firmware version 29.4063824552.0 7265D-29.ucode op_mode iwlmvm
[ 18.944773] iwlwifi 0000:04:00.0: Detected Intel(R) Dual Band Wireless AC 7265, REV=0x210
[ 18.957318] iwlwifi 0000:04:00.0: Applying debug destination EXTERNAL_DRAM
[ 18.957740] iwlwifi 0000:04:00.0: Allocated 0x00400000 bytes for firmware monitor.
[ 18.962222] iwlwifi 0000:04:00.0: base HW address: fc:b3:bc:5b:11:9d, OTP minor version: 0x0
[ 1441.561611] iwlwifi 0000:04:00.0: Applying debug destination EXTERNAL_DRAM
[ 1441.639378] iwlwifi 0000:04:00.0: Applying debug destination EXTERNAL_DRAM
[ 1441.640793] iwlwifi 0000:04:00.0: FW already configured (0) - re-configuringDo you have any ideas on what to try next?
Offline
ip link says it is down:
No, doesn't - you're looking at the wrong value (this is also in the wiki, https://wiki.archlinux.org/title/Networ … _interface )
You don't have a carrier (wpa_supplicant/iwd), that's all.
Offline
Yes, you are totally right. I did not read correctly. No I am connected, thank you very much! I will look at the other problem another time, but this is solved. Thanks to all of you!
Offline
Pages: 1