You are not logged in.
I have created both /etc/X11/xorg.conf.d/20-nouveau.conf as
Section "Device"
Identifier "Nvidia card"
Driver "nouveau"
EndSectionand /etc/modules-load.d/nouveau.conf as
nouveauBut still I have to log in on console and modprobe nouveau. Dmesg says nothing of failure.
Last edited by JanErik (2023-11-15 07:58:19)
Offline
what is loaded if nouveau isn't? *why* do you have to modprobe it?
Offline
In /etc/modprobe.d/blacklist.conf I have blacklisted all nvidia,
install nvidia /usr/bin/true
install nvidia_modeset /usr/bin/true
install nvidia_drm /usr/bin/true
install nvidia_uvm /usr/bin/trueEntire dmesg from startup; cannot see anything that would block Nouveau.
[ 0.000000] microcode: updated early: 0xd -> 0x2f, date = 2019-02-17
[ 0.000000] Linux version 6.6.1-arch1-1 (linux@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Wed, 08 Nov 2023 16:05:38 +0000
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=e1df3984-285f-48f5-86f7-4c04bb5ddec0 rw quiet mitigations=off init_on_alloc=0 ibt=off
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cf588fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000cf589000-0x00000000cf5ddfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000cf5de000-0x00000000cf607fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000cf608000-0x00000000cf608fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000cf609000-0x00000000cf609fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000cf60a000-0x00000000cf613fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000cf614000-0x00000000cf638fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000cf639000-0x00000000cf67bfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000cf67c000-0x00000000cf7fffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed3ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000032f7fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] SMBIOS 2.6 present.
[ 0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./P67 Pro3, BIOS P2.00 06/22/2011
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 3392.434 MHz processor
[ 0.000790] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000792] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000798] last_pfn = 0x32f800 max_arch_pfn = 0x400000000
[ 0.000805] total RAM covered: 12280M
[ 0.000969] Found optimal setting for mtrr clean up
[ 0.000970] gran_size: 64K chunk_size: 16M num_reg: 8 lose cover RAM: 0G
[ 0.000974] MTRR map: 8 entries (5 fixed + 3 variable; max 25), built from 10 variable MTRRs
[ 0.000976] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001873] e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
[ 0.001881] last_pfn = 0xcf800 max_arch_pfn = 0x400000000
[ 0.009475] found SMP MP-table at [mem 0x000fcf60-0x000fcf6f]
[ 0.009490] Kernel/User page tables isolation: disabled on command line.
[ 0.009836] RAMDISK: [mem 0x35a4b000-0x36d1cfff]
[ 0.009840] ACPI: Early table checksum verification disabled
[ 0.009843] ACPI: RSDP 0x00000000000F0450 000024 (v02 ALASKA)
[ 0.009846] ACPI: XSDT 0x00000000CF5D6068 000054 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.009852] ACPI: FACP 0x00000000CF5DCFD0 0000F4 (v04 ALASKA A M I 01072009 AMI 00010013)
[ 0.009857] ACPI: DSDT 0x00000000CF5D6150 006E7A (v02 ALASKA A M I 00000000 INTL 20051117)
[ 0.009860] ACPI: FACS 0x00000000CF60BF80 000040
[ 0.009862] ACPI: APIC 0x00000000CF5DD0C8 000092 (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.009865] ACPI: SSDT 0x00000000CF5DD160 0001D6 (v01 AMICPU PROC 00000001 MSFT 03000001)
[ 0.009867] ACPI: MCFG 0x00000000CF5DD338 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
[ 0.009870] ACPI: AAFT 0x00000000CF5DD378 00006F (v01 ALASKA OEMAAFT 01072009 MSFT 00000097)
[ 0.009873] ACPI: HPET 0x00000000CF5DD3E8 000038 (v01 ALASKA A M I 01072009 AMI. 00000004)
[ 0.009875] ACPI: Reserving FACP table memory at [mem 0xcf5dcfd0-0xcf5dd0c3]
[ 0.009876] ACPI: Reserving DSDT table memory at [mem 0xcf5d6150-0xcf5dcfc9]
[ 0.009877] ACPI: Reserving FACS table memory at [mem 0xcf60bf80-0xcf60bfbf]
[ 0.009878] ACPI: Reserving APIC table memory at [mem 0xcf5dd0c8-0xcf5dd159]
[ 0.009878] ACPI: Reserving SSDT table memory at [mem 0xcf5dd160-0xcf5dd335]
[ 0.009879] ACPI: Reserving MCFG table memory at [mem 0xcf5dd338-0xcf5dd373]
[ 0.009880] ACPI: Reserving AAFT table memory at [mem 0xcf5dd378-0xcf5dd3e6]
[ 0.009880] ACPI: Reserving HPET table memory at [mem 0xcf5dd3e8-0xcf5dd41f]
[ 0.009944] No NUMA configuration found
[ 0.009944] Faking a node at [mem 0x0000000000000000-0x000000032f7fffff]
[ 0.009947] NODE_DATA(0) allocated [mem 0x32f7f3000-0x32f7f7fff]
[ 0.009970] Zone ranges:
[ 0.009971] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.009972] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.009974] Normal [mem 0x0000000100000000-0x000000032f7fffff]
[ 0.009975] Device empty
[ 0.009976] Movable zone start for each node
[ 0.009976] Early memory node ranges
[ 0.009977] node 0: [mem 0x0000000000001000-0x000000000009dfff]
[ 0.009978] node 0: [mem 0x0000000000100000-0x00000000cf588fff]
[ 0.009979] node 0: [mem 0x00000000cf608000-0x00000000cf608fff]
[ 0.009980] node 0: [mem 0x00000000cf67c000-0x00000000cf7fffff]
[ 0.009980] node 0: [mem 0x0000000100000000-0x000000032f7fffff]
[ 0.009982] Initmem setup node 0 [mem 0x0000000000001000-0x000000032f7fffff]
[ 0.009986] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.010004] On node 0, zone DMA: 98 pages in unavailable ranges
[ 0.015618] On node 0, zone DMA32: 127 pages in unavailable ranges
[ 0.015627] On node 0, zone DMA32: 115 pages in unavailable ranges
[ 0.031825] On node 0, zone Normal: 2048 pages in unavailable ranges
[ 0.031848] On node 0, zone Normal: 2048 pages in unavailable ranges
[ 0.031980] ACPI: PM-Timer IO Port: 0x408
[ 0.031987] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.031999] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[ 0.032001] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.032002] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.032006] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.032007] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.032012] TSC deadline timer available
[ 0.032013] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[ 0.032024] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.032025] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[ 0.032026] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.032026] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.032027] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.032028] PM: hibernation: Registered nosave memory: [mem 0xcf589000-0xcf5ddfff]
[ 0.032029] PM: hibernation: Registered nosave memory: [mem 0xcf5de000-0xcf607fff]
[ 0.032030] PM: hibernation: Registered nosave memory: [mem 0xcf609000-0xcf609fff]
[ 0.032031] PM: hibernation: Registered nosave memory: [mem 0xcf60a000-0xcf613fff]
[ 0.032031] PM: hibernation: Registered nosave memory: [mem 0xcf614000-0xcf638fff]
[ 0.032032] PM: hibernation: Registered nosave memory: [mem 0xcf639000-0xcf67bfff]
[ 0.032033] PM: hibernation: Registered nosave memory: [mem 0xcf800000-0xfed1bfff]
[ 0.032034] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed3ffff]
[ 0.032034] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfeffffff]
[ 0.032035] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.032036] [mem 0xcf800000-0xfed1bfff] available for PCI devices
[ 0.032037] Booting paravirtualized kernel on bare hardware
[ 0.032040] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.036865] setup_percpu: NR_CPUS:320 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[ 0.037244] percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
[ 0.037249] pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
[ 0.037251] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.037267] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=e1df3984-285f-48f5-86f7-4c04bb5ddec0 rw quiet mitigations=off init_on_alloc=0 ibt=off
[ 0.037355] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux", will be passed to user space.
[ 0.039134] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.040081] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.040192] Fallback order for Node 0: 0
[ 0.040196] Built 1 zonelists, mobility grouping on. Total pages: 3092049
[ 0.040197] Policy zone: Normal
[ 0.040475] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.040480] software IO TLB: area num 8.
[ 0.084623] Memory: 12207832K/12565164K available (16384K kernel code, 2132K rwdata, 13064K rodata, 3404K init, 3852K bss, 357072K reserved, 0K cma-reserved)
[ 0.091029] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.091156] ftrace: allocating 48783 entries in 191 pages
[ 0.097385] ftrace: allocated 191 pages with 7 groups
[ 0.097471] Dynamic Preempt: full
[ 0.097627] rcu: Preemptible hierarchical RCU implementation.
[ 0.097628] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[ 0.097629] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.097630] Trampoline variant of Tasks RCU enabled.
[ 0.097630] Rude variant of Tasks RCU enabled.
[ 0.097630] Tracing variant of Tasks RCU enabled.
[ 0.097631] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.097632] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.100104] NR_IRQS: 20736, nr_irqs: 488, preallocated irqs: 16
[ 0.100289] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.100389] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ 0.100446] Console: colour dummy device 80x25
[ 0.100449] printk: console [tty0] enabled
[ 0.100747] ACPI: Core revision 20230628
[ 0.100912] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.100927] APIC: Switch to symmetric I/O mode setup
[ 0.101307] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.117592] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x30e663d8f96, max_idle_ns: 440795346482 ns
[ 0.117595] Calibrating delay loop (skipped), value calculated using timer frequency.. 6787.57 BogoMIPS (lpj=11308113)
[ 0.117614] CPU0: Thermal monitoring enabled (TM1)
[ 0.117629] process: using mwait in idle threads
[ 0.117631] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[ 0.117632] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[ 0.117635] Spectre V2 : User space: Vulnerable
[ 0.117636] Speculative Store Bypass: Vulnerable
[ 0.117640] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.117641] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.117642] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.117643] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.117644] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.134498] Freeing SMP alternatives memory: 40K
[ 0.134503] pid_max: default: 32768 minimum: 301
[ 0.135036] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
[ 0.135657] landlock: Up and running.
[ 0.135658] Yama: becoming mindful.
[ 0.135662] LSM support for eBPF active
[ 0.135873] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.135890] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.137649] smpboot: CPU0: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz (family: 0x6, model: 0x2a, stepping: 0x7)
[ 0.137806] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 0.137831] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 0.137845] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 0.137860] Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[ 0.137873] ... version: 3
[ 0.137874] ... bit width: 48
[ 0.137874] ... generic registers: 4
[ 0.137875] ... value mask: 0000ffffffffffff
[ 0.137875] ... max period: 00007fffffffffff
[ 0.137876] ... fixed-purpose events: 3
[ 0.137877] ... event mask: 000000070000000f
[ 0.137951] signal: max sigframe size: 1776
[ 0.137962] Estimated ratio of average max frequency by base frequency (times 1024): 1355
[ 0.137983] rcu: Hierarchical SRCU implementation.
[ 0.137984] rcu: Max phase no-delay instances is 1000.
[ 0.138498] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.138585] smp: Bringing up secondary CPUs ...
[ 0.138677] smpboot: x86: Booting SMP configuration:
[ 0.138678] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
[ 0.150956] smp: Brought up 1 node, 8 CPUs
[ 0.150956] smpboot: Max logical packages: 1
[ 0.150956] smpboot: Total of 8 processors activated (54300.56 BogoMIPS)
[ 0.154673] devtmpfs: initialized
[ 0.154673] x86/mm: Memory block size: 128MB
[ 0.155050] ACPI: PM: Registering ACPI NVS region [mem 0xcf589000-0xcf5ddfff] (348160 bytes)
[ 0.155050] ACPI: PM: Registering ACPI NVS region [mem 0xcf60a000-0xcf613fff] (40960 bytes)
[ 0.155050] ACPI: PM: Registering ACPI NVS region [mem 0xcf639000-0xcf67bfff] (274432 bytes)
[ 0.155050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.155050] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.155050] pinctrl core: initialized pinctrl subsystem
[ 0.155050] PM: RTC time: 23:18:28, date: 2014-06-15
[ 0.155063] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.155150] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.155154] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.155158] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.155367] audit: initializing netlink subsys (disabled)
[ 0.155375] audit: type=2000 audit(1402874308.053:1): state=initialized audit_enabled=0 res=1
[ 0.155375] thermal_sys: Registered thermal governor 'fair_share'
[ 0.155375] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.155375] thermal_sys: Registered thermal governor 'step_wise'
[ 0.155375] thermal_sys: Registered thermal governor 'user_space'
[ 0.155375] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.155375] cpuidle: using governor ladder
[ 0.155375] cpuidle: using governor menu
[ 0.155375] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.155375] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.155375] PCI: not using MMCONFIG
[ 0.155375] PCI: Using configuration type 1 for base access
[ 0.155375] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[ 0.155375] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.155375] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.157718] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.157720] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.158415] ACPI: Added _OSI(Module Device)
[ 0.158417] ACPI: Added _OSI(Processor Device)
[ 0.158418] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.158419] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.163092] ACPI: 2 ACPI AML tables successfully acquired and loaded
[ 0.164002] ACPI: Dynamic OEM Table Load:
[ 0.164008] ACPI: SSDT 0xFFFF9068016D1800 0006F4 (v01 AMI IST 00000001 MSFT 03000001)
[ 0.164604] ACPI: Dynamic OEM Table Load:
[ 0.164607] ACPI: SSDT 0xFFFF906800C66700 0000E4 (v01 AMI CST 00000001 MSFT 03000001)
[ 0.165633] ACPI: _OSC evaluated successfully for all CPUs
[ 0.165774] ACPI: Interpreter enabled
[ 0.165789] ACPI: PM: (supports S0 S1 S3 S4 S5)
[ 0.165790] ACPI: Using IOAPIC for interrupt routing
[ 0.166124] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.166199] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved as ACPI motherboard resource
[ 0.166210] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.166211] PCI: Using E820 reservations for host bridge windows
[ 0.166405] ACPI: Enabled 8 GPEs in block 00 to 3F
[ 0.166703] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.172596] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.172602] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.172694] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug LTR DPC]
[ 0.172856] acpi PNP0A08:00: _OSC: OS now controls [PME AER PCIeCapability]
[ 0.172977] acpi PNP0A08:00: ignoring host bridge window [mem 0x000c8000-0x000dffff window] (conflicts with Video ROM [mem 0x000c0000-0x000ce7ff])
[ 0.173184] PCI host bridge to bus 0000:00
[ 0.173186] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.173188] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.173190] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.173191] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xffffffff window]
[ 0.173193] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.173206] pci 0000:00:00.0: [8086:0100] type 00 class 0x060000
[ 0.173266] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
[ 0.173293] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.173406] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[ 0.173434] pci 0000:00:16.0: reg 0x10: [mem 0xfb207000-0xfb20700f 64bit]
[ 0.173532] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.173612] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[ 0.173634] pci 0000:00:1a.0: reg 0x10: [mem 0xfb206000-0xfb2063ff]
[ 0.173749] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.173843] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[ 0.173867] pci 0000:00:1b.0: reg 0x10: [mem 0xfb200000-0xfb203fff 64bit]
[ 0.173976] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.174062] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[ 0.174190] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.174303] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
[ 0.174432] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.174545] pci 0000:00:1c.5: [8086:1c1a] type 01 class 0x060400
[ 0.174671] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.174778] pci 0000:00:1c.6: [8086:1c1c] type 01 class 0x060400
[ 0.174904] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[ 0.175010] pci 0000:00:1c.7: [8086:244e] type 01 class 0x060401
[ 0.175137] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[ 0.175246] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[ 0.175268] pci 0000:00:1d.0: reg 0x10: [mem 0xfb205000-0xfb2053ff]
[ 0.175383] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.175479] pci 0000:00:1f.0: [8086:1c46] type 00 class 0x060100
[ 0.175693] pci 0000:00:1f.2: [8086:1c00] type 00 class 0x01018a
[ 0.175711] pci 0000:00:1f.2: reg 0x10: [io 0xf0d0-0xf0d7]
[ 0.175722] pci 0000:00:1f.2: reg 0x14: [io 0xf0c0-0xf0c3]
[ 0.175733] pci 0000:00:1f.2: reg 0x18: [io 0xf0b0-0xf0b7]
[ 0.175743] pci 0000:00:1f.2: reg 0x1c: [io 0xf0a0-0xf0a3]
[ 0.175753] pci 0000:00:1f.2: reg 0x20: [io 0xf090-0xf09f]
[ 0.175763] pci 0000:00:1f.2: reg 0x24: [io 0xf080-0xf08f]
[ 0.175777] pci 0000:00:1f.2: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 0.175779] pci 0000:00:1f.2: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.175780] pci 0000:00:1f.2: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 0.175781] pci 0000:00:1f.2: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 0.175886] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[ 0.175910] pci 0000:00:1f.3: reg 0x10: [mem 0xfb204000-0xfb2040ff 64bit]
[ 0.175940] pci 0000:00:1f.3: reg 0x20: [io 0xf000-0xf01f]
[ 0.176034] pci 0000:00:1f.5: [8086:1c08] type 00 class 0x010185
[ 0.176053] pci 0000:00:1f.5: reg 0x10: [io 0xf070-0xf077]
[ 0.176064] pci 0000:00:1f.5: reg 0x14: [io 0xf060-0xf063]
[ 0.176074] pci 0000:00:1f.5: reg 0x18: [io 0xf050-0xf057]
[ 0.176085] pci 0000:00:1f.5: reg 0x1c: [io 0xf040-0xf043]
[ 0.176095] pci 0000:00:1f.5: reg 0x20: [io 0xf030-0xf03f]
[ 0.176105] pci 0000:00:1f.5: reg 0x24: [io 0xf020-0xf02f]
[ 0.176247] pci 0000:01:00.0: [10de:11c0] type 00 class 0x030000
[ 0.176257] pci 0000:01:00.0: reg 0x10: [mem 0xfa000000-0xfaffffff]
[ 0.176266] pci 0000:01:00.0: reg 0x14: [mem 0xd0000000-0xd7ffffff 64bit pref]
[ 0.176275] pci 0000:01:00.0: reg 0x1c: [mem 0xd8000000-0xd9ffffff 64bit pref]
[ 0.176282] pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
[ 0.176288] pci 0000:01:00.0: reg 0x30: [mem 0xfb000000-0xfb07ffff pref]
[ 0.176293] pci 0000:01:00.0: enabling Extended Tags
[ 0.176307] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.176367] pci 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x16 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[ 0.176421] pci 0000:01:00.1: [10de:0e0b] type 00 class 0x040300
[ 0.176431] pci 0000:01:00.1: reg 0x10: [mem 0xfb080000-0xfb083fff]
[ 0.176465] pci 0000:01:00.1: enabling Extended Tags
[ 0.176542] pci 0000:00:01.0: ASPM: current common clock configuration is inconsistent, reconfiguring
[ 0.187624] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.187630] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 0.187634] pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfb0fffff]
[ 0.187638] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xd9ffffff 64bit pref]
[ 0.187703] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.187789] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[ 0.187819] pci 0000:03:00.0: reg 0x10: [io 0xd000-0xd0ff]
[ 0.187860] pci 0000:03:00.0: reg 0x18: [mem 0xda104000-0xda104fff 64bit pref]
[ 0.187884] pci 0000:03:00.0: reg 0x20: [mem 0xda100000-0xda103fff 64bit pref]
[ 0.188025] pci 0000:03:00.0: supports D1 D2
[ 0.188026] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.188209] pci 0000:00:1c.4: PCI bridge to [bus 03]
[ 0.188213] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
[ 0.188222] pci 0000:00:1c.4: bridge window [mem 0xda100000-0xda1fffff 64bit pref]
[ 0.188300] pci 0000:04:00.0: [1b6f:7023] type 00 class 0x0c0330
[ 0.188337] pci 0000:04:00.0: reg 0x10: [mem 0xfb100000-0xfb107fff 64bit]
[ 0.188425] pci 0000:04:00.0: enabling Extended Tags
[ 0.188516] pci 0000:04:00.0: supports D1 D2
[ 0.188516] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.188661] pci 0000:00:1c.5: PCI bridge to [bus 04]
[ 0.188668] pci 0000:00:1c.5: bridge window [mem 0xfb100000-0xfb1fffff]
[ 0.188719] pci 0000:00:1c.6: PCI bridge to [bus 05]
[ 0.188803] pci 0000:06:00.0: [1b21:1080] type 01 class 0x060401
[ 0.188997] pci 0000:00:1c.7: PCI bridge to [bus 06-07] (subtractive decode)
[ 0.189010] pci 0000:00:1c.7: bridge window [io 0x0000-0x0cf7 window] (subtractive decode)
[ 0.189011] pci 0000:00:1c.7: bridge window [io 0x0d00-0xffff window] (subtractive decode)
[ 0.189012] pci 0000:00:1c.7: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[ 0.189013] pci 0000:00:1c.7: bridge window [mem 0xd0000000-0xffffffff window] (subtractive decode)
[ 0.189051] pci_bus 0000:07: extended config space not accessible
[ 0.189144] pci 0000:06:00.0: PCI bridge to [bus 07] (subtractive decode)
[ 0.189169] pci 0000:06:00.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode)
[ 0.189170] pci 0000:06:00.0: bridge window [io 0x0d00-0xffff window] (subtractive decode)
[ 0.189171] pci 0000:06:00.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[ 0.189171] pci 0000:06:00.0: bridge window [mem 0xd0000000-0xffffffff window] (subtractive decode)
[ 0.189686] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[ 0.189723] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[ 0.189759] ACPI: PCI: Interrupt link LNKC configured for IRQ 5
[ 0.189797] ACPI: PCI: Interrupt link LNKD configured for IRQ 5
[ 0.189833] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 0.189869] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 0.189905] ACPI: PCI: Interrupt link LNKG configured for IRQ 5
[ 0.189940] ACPI: PCI: Interrupt link LNKH configured for IRQ 3
[ 0.190029] iommu: Default domain type: Translated
[ 0.190029] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.190029] SCSI subsystem initialized
[ 0.190029] libata version 3.00 loaded.
[ 0.190029] ACPI: bus type USB registered
[ 0.190029] usbcore: registered new interface driver usbfs
[ 0.190029] usbcore: registered new interface driver hub
[ 0.190029] usbcore: registered new device driver usb
[ 0.190029] pps_core: LinuxPPS API ver. 1 registered
[ 0.190029] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.190029] PTP clock support registered
[ 0.190029] EDAC MC: Ver: 3.0.0
[ 0.190029] NetLabel: Initializing
[ 0.190029] NetLabel: domain hash size = 128
[ 0.190029] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.190029] NetLabel: unlabeled traffic allowed by default
[ 0.190029] mctp: management component transport protocol core
[ 0.190029] NET: Registered PF_MCTP protocol family
[ 0.190029] PCI: Using ACPI for IRQ routing
[ 0.200389] PCI: pci_cache_line_size set to 64 bytes
[ 0.200448] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
[ 0.200450] e820: reserve RAM buffer [mem 0xcf589000-0xcfffffff]
[ 0.200451] e820: reserve RAM buffer [mem 0xcf609000-0xcfffffff]
[ 0.200452] e820: reserve RAM buffer [mem 0xcf800000-0xcfffffff]
[ 0.200453] e820: reserve RAM buffer [mem 0x32f800000-0x32fffffff]
[ 0.200467] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[ 0.200467] pci 0000:01:00.0: vgaarb: bridge control possible
[ 0.200467] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.200467] vgaarb: loaded
[ 0.201571] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.201579] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.204327] clocksource: Switched to clocksource tsc-early
[ 0.207136] VFS: Disk quotas dquot_6.6.0
[ 0.207170] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.207233] pnp: PnP ACPI init
[ 0.207351] system 00:00: [mem 0xfed10000-0xfed19fff] has been reserved
[ 0.207354] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.207355] system 00:00: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.207357] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.207358] system 00:00: [mem 0xfee00000-0xfee0ffff] has been reserved
[ 0.207422] system 00:01: [io 0x0290-0x029f] has been reserved
[ 0.207594] pnp 00:02: [dma 2]
[ 0.207699] system 00:04: [io 0x04d0-0x04d1] has been reserved
[ 0.207869] pnp 00:05: [dma 0 disabled]
[ 0.208035] system 00:06: [io 0x0400-0x0453] has been reserved
[ 0.208036] system 00:06: [io 0x0458-0x047f] has been reserved
[ 0.208038] system 00:06: [io 0x1180-0x119f] has been reserved
[ 0.208039] system 00:06: [io 0x0500-0x057f] has been reserved
[ 0.208040] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.208041] system 00:06: [mem 0xfec00000-0xfecfffff] could not be reserved
[ 0.208042] system 00:06: [mem 0xfed08000-0xfed08fff] has been reserved
[ 0.208044] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[ 0.208085] system 00:07: [io 0x0454-0x0457] has been reserved
[ 0.208225] pnp: PnP ACPI: found 8 devices
[ 0.213661] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.213810] NET: Registered PF_INET protocol family
[ 0.213938] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.216499] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.216512] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.216516] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.216609] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.216820] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.216918] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[ 0.216952] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.216979] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.217068] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.217075] NET: Registered PF_XDP protocol family
[ 0.217086] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.217089] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 0.217091] pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfb0fffff]
[ 0.217093] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xd9ffffff 64bit pref]
[ 0.217095] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.217109] pci 0000:00:1c.4: PCI bridge to [bus 03]
[ 0.217111] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
[ 0.217119] pci 0000:00:1c.4: bridge window [mem 0xda100000-0xda1fffff 64bit pref]
[ 0.217126] pci 0000:00:1c.5: PCI bridge to [bus 04]
[ 0.217131] pci 0000:00:1c.5: bridge window [mem 0xfb100000-0xfb1fffff]
[ 0.217140] pci 0000:00:1c.6: PCI bridge to [bus 05]
[ 0.217154] pci 0000:06:00.0: PCI bridge to [bus 07]
[ 0.217177] pci 0000:00:1c.7: PCI bridge to [bus 06-07]
[ 0.217191] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.217192] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.217193] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.217194] pci_bus 0000:00: resource 7 [mem 0xd0000000-0xffffffff window]
[ 0.217195] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 0.217196] pci_bus 0000:01: resource 1 [mem 0xfa000000-0xfb0fffff]
[ 0.217197] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xd9ffffff 64bit pref]
[ 0.217198] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
[ 0.217199] pci_bus 0000:03: resource 2 [mem 0xda100000-0xda1fffff 64bit pref]
[ 0.217200] pci_bus 0000:04: resource 1 [mem 0xfb100000-0xfb1fffff]
[ 0.217201] pci_bus 0000:06: resource 4 [io 0x0000-0x0cf7 window]
[ 0.217202] pci_bus 0000:06: resource 5 [io 0x0d00-0xffff window]
[ 0.217203] pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.217204] pci_bus 0000:06: resource 7 [mem 0xd0000000-0xffffffff window]
[ 0.217205] pci_bus 0000:07: resource 4 [io 0x0000-0x0cf7 window]
[ 0.217205] pci_bus 0000:07: resource 5 [io 0x0d00-0xffff window]
[ 0.217206] pci_bus 0000:07: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.217207] pci_bus 0000:07: resource 7 [mem 0xd0000000-0xffffffff window]
[ 0.344371] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x7d0 took 124134 usecs
[ 0.474370] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x7d0 took 126931 usecs
[ 0.474390] pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
[ 0.474412] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[ 0.474518] pci 0000:06:00.0: Disabling ASPM L0s/L1
[ 0.474522] PCI: CLS 64 bytes, default 64
[ 0.474527] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.474527] software IO TLB: mapped [mem 0x00000000cb589000-0x00000000cf589000] (64MB)
[ 0.474561] Trying to unpack rootfs image as initramfs...
[ 0.478230] Initialise system trusted keyrings
[ 0.478240] Key type blacklist registered
[ 0.478280] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[ 0.478287] zbud: loaded
[ 0.478554] integrity: Platform Keyring initialized
[ 0.478559] integrity: Machine keyring initialized
[ 0.484333] Key type asymmetric registered
[ 0.484336] Asymmetric key parser 'x509' registered
[ 0.484363] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[ 0.484413] io scheduler mq-deadline registered
[ 0.484414] io scheduler kyber registered
[ 0.484445] io scheduler bfq registered
[ 0.484729] pcieport 0000:00:01.0: PME: Signaling with IRQ 24
[ 0.484866] pcieport 0000:00:1c.0: PME: Signaling with IRQ 25
[ 0.485011] pcieport 0000:00:1c.4: PME: Signaling with IRQ 26
[ 0.485125] pcieport 0000:00:1c.5: PME: Signaling with IRQ 27
[ 0.485272] pcieport 0000:00:1c.6: PME: Signaling with IRQ 28
[ 0.485420] pcieport 0000:00:1c.7: PME: Signaling with IRQ 29
[ 0.485500] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.485850] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.485876] ACPI: button: Power Button [PWRB]
[ 0.485906] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.490965] ACPI: button: Power Button [PWRF]
[ 0.495006] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.495181] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.496815] Non-volatile memory driver v1.3
[ 0.496817] Linux agpgart interface v0.103
[ 0.496830] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[ 0.496879] ACPI: bus type drm_connector registered
[ 0.497076] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
[ 0.497908] fbcon: Deferring console take-over
[ 0.497912] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[ 0.501285] usbcore: registered new interface driver usbserial_generic
[ 0.501290] usbserial: USB Serial support registered for generic
[ 0.501360] rtc_cmos 00:03: RTC can wake from S4
[ 0.501405] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 0.501411] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 0.501427] ehci-pci 0000:00:1a.0: debug port 2
[ 0.501645] rtc_cmos 00:03: registered as rtc0
[ 0.501693] rtc_cmos 00:03: setting system clock to 2014-06-15T23:18:29 UTC (1402874309)
[ 0.501720] rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 0.505359] ehci-pci 0000:00:1a.0: irq 16, io mem 0xfb206000
[ 0.507727] intel_pstate: Intel P-state driver initializing
[ 0.508330] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.508422] hid: raw HID events driver (C) Jiri Kosina
[ 0.508508] drop_monitor: Initializing network drop monitor service
[ 0.516331] Initializing XFRM netlink socket
[ 0.516480] NET: Registered PF_INET6 protocol family
[ 0.517622] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 0.517866] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[ 0.517869] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.517871] usb usb1: Product: EHCI Host Controller
[ 0.517871] usb usb1: Manufacturer: Linux 6.6.1-arch1-1 ehci_hcd
[ 0.517872] usb usb1: SerialNumber: 0000:00:1a.0
[ 0.518034] hub 1-0:1.0: USB hub found
[ 0.518045] hub 1-0:1.0: 2 ports detected
[ 0.518185] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 0.518192] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 0.518207] ehci-pci 0000:00:1d.0: debug port 2
[ 0.522147] ehci-pci 0000:00:1d.0: irq 23, io mem 0xfb205000
[ 0.534275] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 0.534420] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[ 0.534423] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.534424] usb usb2: Product: EHCI Host Controller
[ 0.534425] usb usb2: Manufacturer: Linux 6.6.1-arch1-1 ehci_hcd
[ 0.534426] usb usb2: SerialNumber: 0000:00:1d.0
[ 0.534597] hub 2-0:1.0: USB hub found
[ 0.534633] hub 2-0:1.0: 2 ports detected
[ 0.540974] Freeing initrd memory: 19272K
[ 0.544969] Segment Routing with IPv6
[ 0.544972] RPL Segment Routing with IPv6
[ 0.544994] In-situ OAM (IOAM) with IPv6
[ 0.545021] NET: Registered PF_PACKET protocol family
[ 0.545827] microcode: Microcode Update Driver: v2.2.
[ 0.545831] IPI shorthand broadcast: enabled
[ 0.546996] sched_clock: Marking stable (545219911, 605734)->(555085027, -9259382)
[ 0.547190] registered taskstats version 1
[ 0.547402] Loading compiled-in X.509 certificates
[ 0.549630] Loaded X.509 cert 'Build time autogenerated kernel key: 75867b0fcb3a137e7101a6391d3e0cb71bd19afd'
[ 0.551342] zswap: loaded using pool zstd/zsmalloc
[ 0.552817] Key type .fscrypt registered
[ 0.552818] Key type fscrypt-provisioning registered
[ 0.553120] PM: Magic number: 2:838:352
[ 0.557646] RAS: Correctable Errors collector initialized.
[ 0.557691] clk: Disabling unused clocks
[ 0.558417] Freeing unused decrypted memory: 2028K
[ 0.558737] Freeing unused kernel image (initmem) memory: 3404K
[ 0.584390] Write protecting the kernel read-only data: 30720k
[ 0.584809] Freeing unused kernel image (rodata/data gap) memory: 1272K
[ 0.593582] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.593586] rodata_test: all tests were successful
[ 0.593600] Run /init as init process
[ 0.593601] with arguments:
[ 0.593601] /init
[ 0.593602] with environment:
[ 0.593603] HOME=/
[ 0.593603] TERM=linux
[ 0.593604] BOOT_IMAGE=/boot/vmlinuz-linux
[ 0.663248] ata_piix 0000:00:1f.2: version 2.13
[ 0.663347] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[ 0.664513] scsi host0: ata_piix
[ 0.664736] scsi host1: ata_piix
[ 0.664778] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf090 irq 14
[ 0.664783] ata2: SATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf098 irq 15
[ 0.664856] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[ 0.664878] ata_piix 0000:00:1f.5: SCR access via SIDPR is available but doesn't work
[ 0.665268] xhci_hcd 0000:04:00.0: xHCI Host Controller
[ 0.665274] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
[ 0.665363] xhci_hcd 0000:04:00.0: hcc params 0x040050af hci version 0x100 quirks 0x0000000000080490
[ 0.665577] xhci_hcd 0000:04:00.0: xHCI Host Controller
[ 0.665581] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 4
[ 0.665584] xhci_hcd 0000:04:00.0: Host supports USB 3.0 SuperSpeed
[ 0.665628] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[ 0.665631] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.665633] usb usb3: Product: xHCI Host Controller
[ 0.665634] usb usb3: Manufacturer: Linux 6.6.1-arch1-1 xhci-hcd
[ 0.665635] usb usb3: SerialNumber: 0000:04:00.0
[ 0.665670] scsi host2: ata_piix
[ 0.665724] hub 3-0:1.0: USB hub found
[ 0.665736] hub 3-0:1.0: 2 ports detected
[ 0.665775] scsi host3: ata_piix
[ 0.665815] ata3: SATA max UDMA/133 cmd 0xf070 ctl 0xf060 bmdma 0xf030 irq 19
[ 0.665817] ata4: SATA max UDMA/133 cmd 0xf050 ctl 0xf040 bmdma 0xf038 irq 19
[ 0.665836] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.665860] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[ 0.665862] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.665864] usb usb4: Product: xHCI Host Controller
[ 0.665865] usb usb4: Manufacturer: Linux 6.6.1-arch1-1 xhci-hcd
[ 0.665867] usb usb4: SerialNumber: 0000:04:00.0
[ 0.665958] hub 4-0:1.0: USB hub found
[ 0.665970] hub 4-0:1.0: 2 ports detected
[ 0.676585] FDC 0 is a post-1991 82077
[ 0.767669] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 0.784288] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 0.918363] usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[ 0.918366] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 0.918802] hub 1-1:1.0: USB hub found
[ 0.918913] hub 1-1:1.0: 6 ports detected
[ 0.931429] usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[ 0.931437] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 0.931691] hub 2-1:1.0: USB hub found
[ 0.931779] hub 2-1:1.0: 8 ports detected
[ 1.197624] usb 1-1.5: new high-speed USB device number 3 using ehci-pci
[ 1.210957] usb 2-1.7: new low-speed USB device number 3 using ehci-pci
[ 1.317243] usb 2-1.7: New USB device found, idVendor=046d, idProduct=c062, bcdDevice=31.00
[ 1.317251] usb 2-1.7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.317255] usb 2-1.7: Product: USB Laser Mouse
[ 1.317257] usb 2-1.7: Manufacturer: Logitech
[ 1.326257] input: Logitech USB Laser Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7:1.0/0003:046D:C062.0001/input/input2
[ 1.326319] hid-generic 0003:046D:C062.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB Laser Mouse] on usb-0000:00:1d.0-1.7/input0
[ 1.326345] usbcore: registered new interface driver usbhid
[ 1.326346] usbhid: USB HID core driver
[ 1.363955] usb 2-1.8: new low-speed USB device number 4 using ehci-pci
[ 1.364008] ata1.00: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.364022] ata1.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.364093] tsc: Refined TSC clocksource calibration: 3392.296 MHz
[ 1.364096] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x30e5e08003f, max_idle_ns: 440795205735 ns
[ 1.364126] clocksource: Switched to clocksource tsc
[ 1.404630] ata1.00: ATA-8: OCZ-AGILITY3, 2.25, max UDMA/133
[ 1.404637] ata1.00: 117231408 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 1.404647] ata1.01: ATAPI: HL-DT-ST DVDRAM GH22NS50, TN03, max UDMA/100
[ 1.428000] ata1.00: configured for UDMA/133
[ 1.450876] ata1.01: configured for UDMA/100
[ 1.456780] scsi 0:0:0:0: Direct-Access ATA OCZ-AGILITY3 2.25 PQ: 0 ANSI: 5
[ 1.461215] scsi 0:0:1:0: CD-ROM HL-DT-ST DVDRAM GH22NS50 TN03 PQ: 0 ANSI: 5
[ 1.468684] usb 2-1.8: New USB device found, idVendor=04d9, idProduct=1400, bcdDevice= 1.43
[ 1.468693] usb 2-1.8: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.476310] input: HID 04d9:1400 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8:1.0/0003:04D9:1400.0002/input/input3
[ 1.479020] usb 1-1.5: New USB device found, idVendor=048d, idProduct=1336, bcdDevice= 1.00
[ 1.479028] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.479031] usb 1-1.5: Product: Mass Storage Device
[ 1.479034] usb 1-1.5: Manufacturer: Generic
[ 1.479036] usb 1-1.5: SerialNumber: 00000000000006
[ 1.491085] usb-storage 1-1.5:1.0: USB Mass Storage device detected
[ 1.491514] scsi host4: usb-storage 1-1.5:1.0
[ 1.491621] usbcore: registered new interface driver usb-storage
[ 1.505904] sd 0:0:0:0: [sda] 117231408 512-byte logical blocks: (60.0 GB/55.9 GiB)
[ 1.505929] sd 0:0:0:0: [sda] Write Protect is off
[ 1.505933] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.506006] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.506082] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 1.508291] sda: sda1 sda2
[ 1.508656] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.530935] hid-generic 0003:04D9:1400.0002: input,hidraw1: USB HID v1.10 Keyboard [HID 04d9:1400] on usb-0000:00:1d.0-1.8/input0
[ 1.543186] input: HID 04d9:1400 Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8:1.1/0003:04D9:1400.0003/input/input4
[ 1.543308] input: HID 04d9:1400 Consumer Control as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8:1.1/0003:04D9:1400.0003/input/input5
[ 1.597509] input: HID 04d9:1400 System Control as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8:1.1/0003:04D9:1400.0003/input/input6
[ 1.597717] hid-generic 0003:04D9:1400.0003: input,hidraw2: USB HID v1.10 Mouse [HID 04d9:1400] on usb-0000:00:1d.0-1.8/input1
[ 1.983973] ata2.01: failed to resume link (SControl 0)
[ 2.140726] ata2.00: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 2.140751] ata2.01: SATA link down (SStatus 0 SControl 0)
[ 2.143416] ata2.00: ATA-9: WDC WD30EZRZ-00Z5HB0, 80.00A80, max UDMA/133
[ 2.143423] ata2.00: 5860533168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 2.146217] ata2.00: configured for UDMA/133
[ 2.146527] scsi 1:0:0:0: Direct-Access ATA WDC WD30EZRZ-00Z 0A80 PQ: 0 ANSI: 5
[ 2.147381] sd 1:0:0:0: [sdb] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[ 2.147389] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[ 2.147430] sd 1:0:0:0: [sdb] Write Protect is off
[ 2.147434] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 2.147507] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.147571] sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[ 2.232187] sdb: sdb1 sdb2 sdb3
[ 2.232527] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 2.245032] usbcore: registered new interface driver uas
[ 2.352093] sr 0:0:1:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[ 2.352101] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 2.396206] sr 0:0:1:0: Attached scsi CD-ROM sr0
[ 2.504638] scsi 4:0:0:0: Direct-Access Generic Storage Device 0.00 PQ: 0 ANSI: 2
[ 2.505489] sd 4:0:0:0: [sdc] Media removed, stopped polling
[ 2.505856] sd 4:0:0:0: [sdc] Attached SCSI removable disk
[ 2.829353] fbcon: Taking over console
[ 2.834671] Console: switching to colour frame buffer device 240x75
[ 2.898249] EXT4-fs (sda1): mounted filesystem e1df3984-285f-48f5-86f7-4c04bb5ddec0 r/w with ordered data mode. Quota mode: none.
[ 3.019639] systemd[1]: System time before build time, advancing clock.
[ 3.063730] systemd[1]: systemd 254.6-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)
[ 3.063740] systemd[1]: Detected architecture x86-64.
[ 3.067003] systemd[1]: Hostname set to <sandybridge>.
[ 3.192715] systemd[1]: bpf-lsm: LSM BPF program attached
[ 3.366808] systemd[1]: Queued start job for default target Graphical Interface.
[ 3.394810] systemd[1]: Created slice Slice /system/getty.
[ 3.395025] systemd[1]: Created slice Slice /system/modprobe.
[ 3.395200] systemd[1]: Created slice Encrypted Volume Units Service Slice.
[ 3.395381] systemd[1]: Created slice Slice /system/systemd-fsck.
[ 3.395523] systemd[1]: Created slice User and Session Slice.
[ 3.395564] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 3.395591] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 3.395695] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 3.395724] systemd[1]: Reached target Login Prompts.
[ 3.395736] systemd[1]: Reached target Local Integrity Protected Volumes.
[ 3.395754] systemd[1]: Reached target Path Units.
[ 3.395768] systemd[1]: Reached target Remote File Systems.
[ 3.395776] systemd[1]: Reached target Slice Units.
[ 3.395794] systemd[1]: Reached target Local Verity Protected Volumes.
[ 3.395838] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 3.396189] systemd[1]: Listening on LVM2 poll daemon socket.
[ 3.397164] systemd[1]: Listening on Process Core Dump Socket.
[ 3.397237] systemd[1]: Listening on Journal Socket (/dev/log).
[ 3.397331] systemd[1]: Listening on Journal Socket.
[ 3.399060] systemd[1]: Listening on Network Service Netlink Socket.
[ 3.399169] systemd[1]: Listening on udev Control Socket.
[ 3.399223] systemd[1]: Listening on udev Kernel Socket.
[ 3.399788] systemd[1]: Mounting Huge Pages File System...
[ 3.400285] systemd[1]: Mounting POSIX Message Queue File System...
[ 3.400801] systemd[1]: Mounting Kernel Debug File System...
[ 3.401316] systemd[1]: Mounting Kernel Trace File System...
[ 3.401993] systemd[1]: Starting Create List of Static Device Nodes...
[ 3.402520] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 3.403086] systemd[1]: Starting Load Kernel Module configfs...
[ 3.403657] systemd[1]: Starting Load Kernel Module dm_mod...
[ 3.404326] systemd[1]: Starting Load Kernel Module drm...
[ 3.404882] systemd[1]: Starting Load Kernel Module fuse...
[ 3.405451] systemd[1]: Starting Load Kernel Module loop...
[ 3.405528] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[ 3.406472] systemd[1]: Starting Journal Service...
[ 3.408875] systemd[1]: Starting Load Kernel Modules...
[ 3.408904] systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
[ 3.409411] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 3.409959] systemd[1]: Starting Coldplug All udev Devices...
[ 3.410866] systemd[1]: Mounted Huge Pages File System.
[ 3.412836] systemd[1]: Mounted POSIX Message Queue File System.
[ 3.412892] systemd[1]: Mounted Kernel Debug File System.
[ 3.412941] systemd[1]: Mounted Kernel Trace File System.
[ 3.418982] loop: module loaded
[ 3.420019] EXT4-fs (sda1): re-mounted e1df3984-285f-48f5-86f7-4c04bb5ddec0 r/w. Quota mode: none.
[ 3.426543] fuse: init (API version 7.39)
[ 3.429149] systemd-journald[231]: Collecting audit messages is disabled.
[ 3.430091] device-mapper: uevent: version 1.0.3
[ 3.430158] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[ 3.437509] systemd[1]: Finished Create List of Static Device Nodes.
[ 3.438209] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 3.439403] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 3.439426] sr 0:0:1:0: Attached scsi generic sg1 type 5
[ 3.439450] sd 1:0:0:0: Attached scsi generic sg2 type 0
[ 3.439470] sd 4:0:0:0: Attached scsi generic sg3 type 0
[ 3.447517] i2c_dev: i2c /dev entries driver
[ 3.479771] vboxdrv: loading out-of-tree module taints kernel.
[ 3.479777] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
[ 3.480799] systemd[1]: Finished Load Kernel Module configfs.
[ 3.480975] systemd[1]: Started Journal Service.
[ 3.489544] vboxdrv: Found 8 processor cores/threads
[ 3.510845] vboxdrv: TSC mode is Invariant, tentative frequency 3392294541 Hz
[ 3.510848] vboxdrv: Successfully loaded version 7.0.12 r159484 (interface 0x00330004)
[ 3.513293] VBoxNetAdp: Successfully started.
[ 3.516771] VBoxNetFlt: Successfully started.
[ 3.753067] systemd-journald[231]: Received client request to flush runtime journal.
[ 3.767536] systemd-journald[231]: /var/log/journal/d6a63c71a86c408dbde5e95bb5e6d479/system.journal: Realtime clock jumped backwards relative to last journal entry, rotating.
[ 3.767541] systemd-journald[231]: Rotating system journal.
[ 3.983947] random: crng init done
[ 4.344184] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 4.344565] i2c i2c-0: 4/4 memory slots populated (from DMI)
[ 4.344875] i2c i2c-0: Successfully instantiated SPD at 0x50
[ 4.345192] i2c i2c-0: Successfully instantiated SPD at 0x51
[ 4.345496] i2c i2c-0: Successfully instantiated SPD at 0x52
[ 4.345811] i2c i2c-0: Successfully instantiated SPD at 0x53
[ 4.350388] input: PC Speaker as /devices/platform/pcspkr/input/input7
[ 4.659723] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\GPR2) (20230628/utaddress-204)
[ 4.659732] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 4.659733] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\GPR2) (20230628/utaddress-204)
[ 4.659737] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 4.659738] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\GPR2) (20230628/utaddress-204)
[ 4.659741] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 4.659742] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 4.679062] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms ovfl timer
[ 4.679066] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[ 4.679067] RAPL PMU: hw unit of domain package 2^-16 Joules
[ 4.686659] at24 0-0050: supply vcc not found, using dummy regulator
[ 4.687093] iTCO_vendor_support: vendor-support=0
[ 4.687199] at24 0-0050: 256 byte spd EEPROM, read-only
[ 4.687217] at24 0-0051: supply vcc not found, using dummy regulator
[ 4.687733] at24 0-0051: 256 byte spd EEPROM, read-only
[ 4.687744] at24 0-0052: supply vcc not found, using dummy regulator
[ 4.688256] at24 0-0052: 256 byte spd EEPROM, read-only
[ 4.688265] at24 0-0053: supply vcc not found, using dummy regulator
[ 4.688777] at24 0-0053: 256 byte spd EEPROM, read-only
[ 4.734378] iTCO_wdt iTCO_wdt.1.auto: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
[ 4.734510] iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0)
[ 4.734583] cryptd: max_cpu_qlen set to 1000
[ 4.739619] r8169 0000:03:00.0 eth0: RTL8168e/8111e, 00:25:22:9f:44:24, XID 2c2, IRQ 32
[ 4.739624] r8169 0000:03:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[ 4.769821] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 4.770118] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 4.788351] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 4.788358] cfg80211: failed to load regulatory.db
[ 4.790409] AVX version of gcm_enc/dec engaged.
[ 4.790495] AES CTR mode by8 optimization enabled
[ 4.797038] Key type encrypted registered
[ 4.808923] RTL8211DN Gigabit Ethernet r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
[ 4.825221] snd_hda_intel 0000:01:00.1: Disabling MSI
[ 4.825228] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[ 4.856807] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input8
[ 4.856846] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input9
[ 4.856871] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10
[ 4.856898] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11
[ 4.859349] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC892: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[ 4.859353] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 4.859356] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 4.859358] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 4.859359] snd_hda_codec_realtek hdaudioC0D0: dig-out=0x1e/0x0
[ 4.859361] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 4.859362] snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19
[ 4.859364] snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x18
[ 4.859366] snd_hda_codec_realtek hdaudioC0D0: Line=0x1a
[ 4.872345] EXT4-fs (sda2): mounted filesystem 7070f2ba-a000-4fd4-ab14-d2f6f0a7c263 r/w without journal. Quota mode: none.
[ 4.912781] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[ 4.912842] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[ 4.912893] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[ 4.912947] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[ 4.912998] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[ 4.913044] input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
[ 4.916772] mousedev: PS/2 mouse device common for all mice
[ 4.950386] intel_rapl_common: Found RAPL domain package
[ 4.950390] intel_rapl_common: Found RAPL domain core
[ 4.950394] intel_rapl_common: package-0:package:long_term locked by BIOS
[ 4.950395] intel_rapl_common: package-0:package:short_term locked by BIOS
[ 5.082775] Adding 16777212k swap on /dev/mapper/swap. Priority:1 extents:1 across:16777212k
[ 5.099594] r8169 0000:03:00.0 eth0: Link is Down
[ 5.487890] nct6775: Found NCT6776D/F or compatible chip at 0x2e:0x290
[ 7.518262] r8169 0000:03:00.0 eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 30.930942] Console: switching to colour dummy device 80x25
[ 30.957575] nouveau 0000:01:00.0: vgaarb: deactivate vga console
[ 30.957653] nouveau 0000:01:00.0: NVIDIA GK106 (0e6000a1)
[ 31.067998] nouveau 0000:01:00.0: bios: version 80.06.10.00.0e
[ 31.069041] nouveau 0000:01:00.0: fb: 2048 MiB GDDR5
[ 31.134041] nouveau 0000:01:00.0: DRM: VRAM: 2048 MiB
[ 31.134045] nouveau 0000:01:00.0: DRM: GART: 1048576 MiB
[ 31.134047] nouveau 0000:01:00.0: DRM: TMDS table version 2.0
[ 31.134048] nouveau 0000:01:00.0: DRM: DCB version 4.0
[ 31.134050] nouveau 0000:01:00.0: DRM: DCB outp 00: 02000f00 00000000
[ 31.134051] nouveau 0000:01:00.0: DRM: DCB outp 01: 01000f02 00020030
[ 31.134052] nouveau 0000:01:00.0: DRM: DCB outp 03: 02011f62 00020010
[ 31.134053] nouveau 0000:01:00.0: DRM: DCB outp 04: 04822fb6 0f420010
[ 31.134054] nouveau 0000:01:00.0: DRM: DCB outp 05: 04022f72 00020010
[ 31.134055] nouveau 0000:01:00.0: DRM: DCB outp 06: 08033f82 00020030
[ 31.134056] nouveau 0000:01:00.0: DRM: DCB conn 00: 00001030
[ 31.134057] nouveau 0000:01:00.0: DRM: DCB conn 01: 00010161
[ 31.134058] nouveau 0000:01:00.0: DRM: DCB conn 02: 00020246
[ 31.134058] nouveau 0000:01:00.0: DRM: DCB conn 03: 01000331
[ 31.135248] nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
[ 31.136226] snd_hda_intel 0000:01:00.1: bound 0000:01:00.0 (ops nv50_audio_component_bind_ops [nouveau])
[ 31.137184] [drm] Initialized nouveau 1.4.0 20120801 for 0000:01:00.0 on minor 0
[ 31.226015] fbcon: nouveaudrmfb (fb0) is primary device
[ 31.361665] Console: switching to colour frame buffer device 240x75
[ 31.362899] nouveau 0000:01:00.0: [drm] fb0: nouveaudrmfb frame buffer device
[ 124.142493] sddm-greeter[752]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[ 128.342214] ------------[ cut here ]------------
[ 128.342216] irq 34 handler nvkm_intr+0x0/0x240 [nouveau] enabled interrupts
[ 128.342357] WARNING: CPU: 5 PID: 0 at kernel/irq/handle.c:161 __handle_irq_event_percpu+0x19a/0x1a0
[ 128.342363] Modules linked in: nouveau mxm_wmi drm_exec gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_display_helper cec nct6775 nct6775_core hwmon_vid lm92 intel_rapl_msr intel_rapl_common x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel mousedev kvm snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio snd_hda_codec_hdmi irqbypass crct10dif_pclmul crc32_pclmul polyval_clmulni snd_hda_intel polyval_generic gf128mul snd_intel_dspcfg ghash_clmulni_intel dm_crypt snd_intel_sdw_acpi snd_hda_codec sha512_ssse3 cbc aesni_intel encrypted_keys snd_hda_core trusted asn1_encoder crypto_simd snd_hwdep tee cfg80211 r8169 mei_me iTCO_wdt cryptd snd_pcm intel_pmc_bxt realtek rfkill iTCO_vendor_support at24 snd_timer mdio_devres rapl mei video snd libphy intel_cstate lpc_ich soundcore intel_uncore wmi pcspkr i2c_i801 i2c_smbus mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) i2c_dev sg dm_mod fuse loop ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 sr_mod cdrom ata_generic uas pata_acpi usb_storage usbhid
[ 128.342420] crc32c_intel xhci_pci ata_piix xhci_pci_renesas floppy
[ 128.342424] CPU: 5 PID: 0 Comm: swapper/5 Tainted: G OE 6.6.1-arch1-1 #1 be166a630cd909acf8820643140e9106c6ea80e6
[ 128.342427] Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./P67 Pro3, BIOS P2.00 06/22/2011
[ 128.342428] RIP: 0010:__handle_irq_event_percpu+0x19a/0x1a0
[ 128.342432] Code: e4 5b 5d 44 89 e0 41 5c 41 5d 41 5e c3 cc cc cc cc 48 8b 13 44 89 ee 48 c7 c7 50 4d 66 8d c6 05 b0 53 e7 01 01 e8 36 18 f6 ff <0f> 0b eb a0 66 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90
[ 128.342433] RSP: 0018:ffffb180c0200f68 EFLAGS: 00010282
[ 128.342435] RAX: 0000000000000000 RBX: ffff90680219a380 RCX: 0000000000000027
[ 128.342437] RDX: ffff906a23561708 RSI: 0000000000000001 RDI: ffff906a23561700
[ 128.342438] RBP: 0000000000000001 R08: 0000000000000000 R09: ffffb180c0200df0
[ 128.342439] R10: 0000000000000003 R11: ffffffff8deca3c8 R12: 0000000000000000
[ 128.342440] R13: 0000000000000022 R14: ffff9068015dc800 R15: 0000000000000000
[ 128.342441] FS: 0000000000000000(0000) GS:ffff906a23540000(0000) knlGS:0000000000000000
[ 128.342443] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 128.342444] CR2: 00007fab654a4800 CR3: 000000012dc20005 CR4: 00000000000606e0
[ 128.342446] Call Trace:
[ 128.342448] <IRQ>
[ 128.342449] ? __handle_irq_event_percpu+0x19a/0x1a0
[ 128.342452] ? __warn+0x81/0x130
[ 128.342464] ? __handle_irq_event_percpu+0x19a/0x1a0
[ 128.342466] ? report_bug+0x171/0x1a0
[ 128.342468] ? prb_read_valid+0x1b/0x30
[ 128.342470] ? handle_bug+0x3c/0x80
[ 128.342471] ? exc_invalid_op+0x17/0x70
[ 128.342480] ? asm_exc_invalid_op+0x1a/0x20
[ 128.342485] ? __handle_irq_event_percpu+0x19a/0x1a0
[ 128.342487] ? __handle_irq_event_percpu+0x19a/0x1a0
[ 128.342490] handle_irq_event+0x3b/0x80
[ 128.342493] handle_edge_irq+0x9a/0x260
[ 128.342496] __common_interrupt+0x3f/0xb0
[ 128.342498] common_interrupt+0x81/0xa0
[ 128.342501] </IRQ>
[ 128.342502] <TASK>
[ 128.342503] asm_common_interrupt+0x26/0x40
[ 128.342505] RIP: 0010:cpuidle_enter_state+0xcc/0x440
[ 128.342508] Code: 9a 81 39 ff e8 d5 f3 ff ff 8b 53 04 49 89 c5 0f 1f 44 00 00 31 ff e8 63 83 38 ff 45 84 ff 0f 85 56 02 00 00 fb 0f 1f 44 00 00 <45> 85 f6 0f 88 85 01 00 00 49 63 d6 48 8d 04 52 48 8d 04 82 49 8d
[ 128.342509] RSP: 0018:ffffb180c00e3e90 EFLAGS: 00000246
[ 128.342511] RAX: ffff906a235741c0 RBX: ffff906a2357ddf8 RCX: 000000000000001f
[ 128.342512] RDX: 0000000000000005 RSI: 0000000025bb88d0 RDI: 0000000000000000
[ 128.342513] RBP: 0000000000000002 R08: 0000000000000002 R09: 0000000000000568
[ 128.342514] R10: 0000000000000018 R11: ffff906a23572be4 R12: ffffffff8df46ee0
[ 128.342515] R13: 0000001de1ca96c1 R14: 0000000000000002 R15: 0000000000000000
[ 128.342518] cpuidle_enter+0x2d/0x40
[ 128.342521] do_idle+0x1d8/0x230
[ 128.342525] cpu_startup_entry+0x2a/0x30
[ 128.342527] start_secondary+0x11e/0x140
[ 128.342531] secondary_startup_64_no_verify+0x17d/0x18b
[ 128.342536] </TASK>
[ 128.342537] ---[ end trace 0000000000000000 ]---Last edited by JanErik (2023-11-14 17:18:54)
Offline
Why are you doing that? The nvidia module contains a blacklist conf for nouveau. If you're not going to use the nvidia driver, why is it installed? You can remove/NoExtract /usr/lib/modprobe.d/nvidia-utils.conf but I don't see many usecases for wanting nouveau while nvidia is installed.
FWIW seeing the now added dmesg output, you have a kepler card, if you want to make use of this "properly" opt for https://aur.archlinux.org/packages/nvidia-470xx-dkms
Last edited by V1del (2023-11-14 17:24:38)
Offline
It is still installed as I am testing out Nouveau. 470 driver is not supported by Wayland and that is why I needed Nouveau.
Last edited by JanErik (2023-11-14 17:54:03)
Offline
How does this relate to https://bbs.archlinux.org/viewtopic.php?id=290304 ?
Is this one solved?
470 driver is not supported by Wayland
To be more precise, <495xx doesn't support GBM
Offline
Yes, it worked after I removed the blacklist by Nvidia.
Offline
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.
Offline