AMD rocr-libhsakmt分析系列1: HSA libhsakmt的设备管理

1. 引言

整体libhsakmt的功能概述请参见AMD KFD驱动分析系列0:HSA(异构系统架构)驱动概览,本文讲述KFD驱动的设备管理---Topology。KFD驱动的设备管理机制是其高效、可靠运行的基础。本文将结合libhsakmt源码,深入剖析KFD驱动在设备管理方面的设计与实现,包括open/close流程、设备节点拓扑结构、属性获取、资源管理、线程安全等关键技术点。

2. 设备管理的核心机制

KFD驱动管理系统中的CPU/GPU,核心是多设备的拓扑构建和管理,每个设备称为Node。理解HSA topology结构是理解设备管理的第一步。

2.1 open/close流程

2.1.1 open流程

设备的open流程是libhsakmt与KFD驱动交互的起点。其核心函数为hsaKmtOpenKFD,主要完成以下步骤:

  • 互斥保护:通过pthread_mutex_lock保护全局状态,确保线程安全。

  • fork检测与处理:检测当前进程是否为fork子进程,若是则清理父进程遗留的无效状态,避免资源冲突。

  • 动态符号解析:尝试通

级别 时间 进程 信息 错误 2025-11-07 21:54:34 Xorg Failed to load module "loongson" (module does not exist, 0) 错误 2025-11-07 21:54:34 Xorg Failed to load module "loongson" (module does not exist, 0) 错误 2025-11-07 21:35:01 Xorg Failed to load module "loongson" (module does not exist, 0) 错误 2025-11-07 21:35:01 Xorg Failed to load module "loongson" (module does not exist, 0) 错误 2025-11-07 20:27:05 kernel sd 0:0:0:0: [sda] Asking for cache data failed 错误 2025-11-07 20:27:05 kernel sd 0:0:0:0: [sda] Assuming drive cache: write through 错误 2025-11-07 20:27:05 kernel sd 1:0:0:0: [sdb] Asking for cache data failed 错误 2025-11-07 20:27:05 kernel sd 1:0:0:0: [sdb] Assuming drive cache: write through 错误 2025-11-07 20:27:05 kernel sd 2:0:0:0: [sdc] Asking for cache data failed 错误 2025-11-07 20:27:05 kernel sd 2:0:0:0: [sdc] Assuming drive cache: write through 错误 2025-11-07 20:27:05 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 20:27:05 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 20:27:05 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 20:27:05 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 20:27:05 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 20:27:05 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 20:27:05 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 20:27:05 kernel parport_pc parport_pc.956: Unable to set coherent dma mask: disabling DMA 错误 2025-11-07 20:27:05 kernel parport_pc parport_pc.888: Unable to set coherent dma mask: disabling DMA 错误 2025-11-07 20:27:05 kernel parport_pc parport_pc.632: Unable to set coherent dma mask: disabling DMA 错误 2025-11-07 20:27:05 kernel ipmi_si IPI0001:00: IRQ index 0 not found 错误 2025-11-07 20:27:05 kernel ipmi_si IPI0001:00: Interface detection failed 错误 2025-11-07 20:27:09 dbus-daemon[1781] [system] [limitCtl]:limit config org.ukui.GreeterDaemon.limit is corrupted, whitelist invalid. Update or reinstall corresponding software package! 错误 2025-11-07 20:27:15 systemd[1] /lib/systemd/system/bluetooth.service:5: Failed to add dependency on lightdm.sevice, ignoring: Invalid argument 错误 2025-11-07 20:27:15 pulseaudio[3985] Sink output does not exist. 错误 2025-11-07 20:27:15 pulseaudio[3985] Source input does not exist. 错误 2025-11-07 20:27:17 kernel EXT4-fs (sda16): couldn't mount RDWR because of unsupported optional features (10000) 错误 2025-11-07 20:27:17 kernel XFS (sda17): Superblock has unknown read-only compatible features (0x8) enabled. 错误 2025-11-07 20:27:17 kernel XFS (sda4): Superblock has unknown read-only compatible features (0x8) enabled. 错误 2025-11-07 20:27:17 kernel EXT4-fs (sdc2): couldn't mount RDWR because of unsupported optional features (10000) 错误 2025-11-07 20:27:18 secRiskBox[4722] connect(signal_create):state:1 错误 2025-11-07 20:27:18 secRiskBox[4722] connect(signal_show):state:1 错误 2025-11-07 20:27:20 pulseaudio[3985] stereo-fallback priority += 9 错误 2025-11-07 20:27:20 pulseaudio[3985] Init PulseAudio pow exponent 1.800000 of sink alsa_output.pci-0000_00_07.0.stereo-fallback 错误 2025-11-07 20:27:24 pulseaudio[3985] Can't cancel echo between a sink and its monitor 错误 2025-11-07 20:27:24 pulseaudio[3985] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 20:27:25 pulseaudio[3985] Can't cancel echo between a sink and its monitor 错误 2025-11-07 20:27:25 pulseaudio[3985] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 20:27:37 NetworkManager[1782] file src/nm-auth-utils.c: line 253 (<dropped>): should not be reached 错误 2025-11-07 20:27:37 NetworkManager[1782] file src/nm-auth-utils.c: line 253 (<dropped>): should not be reached 错误 2025-11-07 20:27:37 NetworkManager[1782] file src/nm-auth-utils.c: line 253 (<dropped>): should not be reached 错误 2025-11-07 20:27:40 pulseaudio[3985] GetManagedObjects() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. 错误 2025-11-07 20:30:08 kernel usb-storage 4-4:1.0: Interface 0 is not authorized for usage 错误 2025-11-07 20:30:08 kernel uas 4-4:1.0: Interface 0 is not authorized for usage 错误 2025-11-07 20:31:37 kernel usb-storage 4-4:1.0: Interface 0 is not authorized for usage 错误 2025-11-07 20:31:37 kernel uas 4-4:1.0: Interface 0 is not authorized for usage 错误 2025-11-07 20:35:57 systemd[1] /lib/systemd/system/bluetooth.service:5: Failed to add dependency on lightdm.sevice, ignoring: Invalid argument 错误 2025-11-07 20:38:27 kernel rndis_host 4-3:1.0: Interface 0 is not authorized for usage 错误 2025-11-07 20:38:33 kernel usb 4-3: can't set config #1, error -71 错误 2025-11-07 20:38:37 NetworkManager[1782] file src/nm-auth-utils.c: line 253 (<dropped>): should not be reached 错误 2025-11-07 21:28:06 kernel [drm:dce110_vblank_set [amdgpu]] *ERROR* Failed to get VBLANK! 错误 2025-11-07 21:28:06 kernel [drm:dce110_vblank_set [amdgpu]] *ERROR* Failed to get VBLANK! 错误 2025-11-07 21:28:06 kernel [drm:dce110_vblank_set [amdgpu]] *ERROR* Failed to get VBLANK! 错误 2025-11-07 21:28:06 kernel [drm:dce110_vblank_set [amdgpu]] *ERROR* Failed to get VBLANK! 错误 2025-11-07 21:28:16 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring sdma0 timeout, signaled seq=15134, emitted seq=15136 错误 2025-11-07 21:28:37 kernel rcu: INFO: rcu_sched self-detected stall on CPU 错误 2025-11-07 21:28:37 kernel rcu: 3-....: (5250 ticks this GP) idle=902/1/0x4000000000000002 softirq=236862/236862 fqs=2397 错误 2025-11-07 21:29:04 kernel watchdog: BUG: soft lockup - CPU#3 stuck for 23s! [kworker/3:1:282] 错误 2025-11-07 21:29:31 kernel [drm:hwss_wait_for_blank_complete [amdgpu]] *ERROR* DC: failed to blank crtc! 错误 2025-11-07 21:29:31 kernel [drm:dce110_reset_hw_ctx_wrap [amdgpu]] *ERROR* DC: failed to blank crtc! 错误 2025-11-07 21:29:36 kernel [drm:atom_op_jump [amdgpu]] *ERROR* atombios stuck in loop for more than 5secs aborting 错误 2025-11-07 21:29:36 kernel [drm:amdgpu_atom_execute_table_locked [amdgpu]] *ERROR* atombios stuck executing E7BE (len 761, WS 0, PS 0) @ 0xE7EE 错误 2025-11-07 21:29:41 kernel [drm:atom_op_jump [amdgpu]] *ERROR* atombios stuck in loop for more than 5secs aborting 错误 2025-11-07 21:29:41 kernel [drm:amdgpu_atom_execute_table_locked [amdgpu]] *ERROR* atombios stuck executing E7BE (len 761, WS 0, PS 0) @ 0xE856 错误 2025-11-07 21:30:06 kernel rcu: INFO: rcu_sched self-detected stall on CPU 错误 2025-11-07 21:30:06 kernel rcu: 3-....: (5247 ticks this GP) idle=e62/1/0x4000000000000002 softirq=236973/236973 fqs=2341 错误 2025-11-07 21:30:19 kernel [drm:amdgpu_device_ip_suspend_phase2 [amdgpu]] *ERROR* suspend of IP block <powerplay> failed -22 错误 2025-11-07 21:30:19 kernel amdgpu 0000:0b:00.0: [drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110) 错误 2025-11-07 21:30:19 kernel [drm:gfx_v8_0_hw_fini [amdgpu]] *ERROR* KCQ disable failed 错误 2025-11-07 21:30:19 kernel cp is busy, skip halt cp 错误 2025-11-07 21:30:19 kernel rlc is busy, skip halt rlc 错误 2025-11-07 21:30:24 kernel [drm:atom_op_jump [amdgpu]] *ERROR* atombios stuck in loop for more than 5secs aborting 错误 2025-11-07 21:30:24 kernel [drm:amdgpu_atom_execute_table_locked [amdgpu]] *ERROR* atombios stuck executing B170 (len 428, WS 20, PS 0) @ 0xB2A2 错误 2025-11-07 21:30:24 kernel [drm:amdgpu_atom_execute_table_locked [amdgpu]] *ERROR* atombios stuck executing ADB8 (len 149, WS 0, PS 8) @ 0xAE19 错误 2025-11-07 21:30:45 kernel amdgpu: [powerplay] SMU load firmware failed 错误 2025-11-07 21:30:45 kernel amdgpu: [powerplay] fw load failed 错误 2025-11-07 21:30:45 kernel smu firmware loading failed 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:45 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 21:30:45 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 21:30:55 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, signaled seq=131321, emitted seq=131325 错误 2025-11-07 21:30:55 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process lbrowser pid 18514 thread lbrowser:cs0 pid 18526 错误 2025-11-07 21:31:05 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, signaled seq=131321, emitted seq=131325 错误 2025-11-07 21:31:05 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process lbrowser pid 18514 thread lbrowser:cs0 pid 18526 错误 2025-11-07 21:31:15 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, signaled seq=131321, emitted seq=131325 错误 2025-11-07 21:31:15 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process lbrowser pid 18514 thread lbrowser:cs0 pid 18526 错误 2025-11-07 21:31:26 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, signaled seq=131321, emitted seq=131325 错误 2025-11-07 21:31:26 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process lbrowser pid 18514 thread lbrowser:cs0 pid 18526 错误 2025-11-07 21:31:36 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, signaled seq=131321, emitted seq=131325 错误 2025-11-07 21:31:36 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process lbrowser pid 18514 thread lbrowser:cs0 pid 18526 错误 2025-11-07 21:31:46 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, signaled seq=131321, emitted seq=131325 错误 2025-11-07 21:31:46 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process lbrowser pid 18514 thread lbrowser:cs0 pid 18526 错误 2025-11-07 21:31:56 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, signaled seq=131321, emitted seq=131325 错误 2025-11-07 21:31:56 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process lbrowser pid 18514 thread lbrowser:cs0 pid 18526 错误 2025-11-07 21:32:07 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, signaled seq=131321, emitted seq=131325 错误 2025-11-07 21:32:07 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process lbrowser pid 18514 thread lbrowser:cs0 pid 18526 错误 2025-11-07 21:32:17 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, signaled seq=131321, emitted seq=131325 错误 2025-11-07 21:32:17 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process lbrowser pid 18514 thread lbrowser:cs0 pid 18526 错误 2025-11-07 21:32:27 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, signaled seq=131321, emitted seq=131325 错误 2025-11-07 21:32:27 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process lbrowser pid 18514 thread lbrowser:cs0 pid 18526 错误 2025-11-07 21:32:37 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, signaled seq=131321, emitted seq=131325 错误 2025-11-07 21:32:37 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process lbrowser pid 18514 thread lbrowser:cs0 pid 18526 错误 2025-11-07 21:32:48 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, signaled seq=131321, emitted seq=131325 错误 2025-11-07 21:32:48 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process lbrowser pid 18514 thread lbrowser:cs0 pid 18526 错误 2025-11-07 21:32:58 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, signaled seq=131321, emitted seq=131325 错误 2025-11-07 21:32:58 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process lbrowser pid 18514 thread lbrowser:cs0 pid 18526 错误 2025-11-07 21:33:08 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, signaled seq=131321, emitted seq=131325 错误 2025-11-07 21:33:08 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process lbrowser pid 18514 thread lbrowser:cs0 pid 18526 错误 2025-11-07 21:33:18 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, signaled seq=131321, emitted seq=131325 错误 2025-11-07 21:33:18 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process lbrowser pid 18514 thread lbrowser:cs0 pid 18526 错误 2025-11-07 21:33:29 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, signaled seq=131321, emitted seq=131325 错误 2025-11-07 21:33:29 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process lbrowser pid 18514 thread lbrowser:cs0 pid 18526 错误 2025-11-07 21:33:39 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, signaled seq=131321, emitted seq=131325 错误 2025-11-07 21:33:39 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process lbrowser pid 18514 thread lbrowser:cs0 pid 18526 错误 2025-11-07 21:33:49 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, signaled seq=131321, emitted seq=131325 错误 2025-11-07 21:33:49 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process lbrowser pid 18514 thread lbrowser:cs0 pid 18526-- Reboot -- 错误 2025-11-07 21:34:55 kernel sd 0:0:0:0: [sda] Asking for cache data failed 错误 2025-11-07 21:34:55 kernel sd 0:0:0:0: [sda] Assuming drive cache: write through 错误 2025-11-07 21:34:55 kernel sd 1:0:0:0: [sdb] Asking for cache data failed 错误 2025-11-07 21:34:55 kernel sd 1:0:0:0: [sdb] Assuming drive cache: write through 错误 2025-11-07 21:34:55 kernel sd 2:0:0:0: [sdc] Asking for cache data failed 错误 2025-11-07 21:34:55 kernel sd 2:0:0:0: [sdc] Assuming drive cache: write through 错误 2025-11-07 21:34:55 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 21:34:55 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 21:34:55 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 21:34:55 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 21:34:55 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 21:34:55 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 21:34:55 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 21:34:55 kernel parport_pc parport_pc.956: Unable to set coherent dma mask: disabling DMA 错误 2025-11-07 21:34:55 kernel parport_pc parport_pc.888: Unable to set coherent dma mask: disabling DMA 错误 2025-11-07 21:34:55 kernel parport_pc parport_pc.632: Unable to set coherent dma mask: disabling DMA 错误 2025-11-07 21:34:55 kernel ipmi_si IPI0001:00: IRQ index 0 not found 错误 2025-11-07 21:34:55 kernel ipmi_si IPI0001:00: Interface detection failed 错误 2025-11-07 21:34:58 dbus-daemon[1893] [system] [limitCtl]:limit config org.ukui.GreeterDaemon.limit is corrupted, whitelist invalid. Update or reinstall corresponding software package! 错误 2025-11-07 21:35:06 kernel snd_hda_intel 0000:0b:00.1: spurious response 0x400381:0x0, last cmd=0x377a00 错误 2025-11-07 21:35:06 kernel snd_hda_intel 0000:0b:00.1: spurious response 0xe:0x0, last cmd=0x377a00 错误 2025-11-07 21:35:06 kernel snd_hda_intel 0000:0b:00.1: spurious response 0xe:0x0, last cmd=0x377a00 错误 2025-11-07 21:35:06 kernel snd_hda_intel 0000:0b:00.1: spurious response 0x94:0x0, last cmd=0x377a00 错误 2025-11-07 21:35:06 kernel snd_hda_intel 0000:0b:00.1: spurious response 0x585600f0:0x0, last cmd=0x377a00 错误 2025-11-07 21:35:06 kernel snd_hda_intel 0000:0b:00.1: spurious response 0x40:0x0, last cmd=0x377a00 错误 2025-11-07 21:35:06 kernel snd_hda_intel 0000:0b:00.1: spurious response 0x0:0x0, last cmd=0x377a00 错误 2025-11-07 21:35:06 kernel snd_hda_intel 0000:0b:00.1: spurious response 0x20070:0x0, last cmd=0x377a00 错误 2025-11-07 21:35:06 kernel snd_hda_intel 0000:0b:00.1: spurious response 0x1:0x0, last cmd=0x377a00 错误 2025-11-07 21:35:06 kernel snd_hda_intel 0000:0b:00.1: spurious response 0x0:0x0, last cmd=0x377a00 错误 2025-11-07 21:35:07 kernel EXT4-fs (sda16): couldn't mount RDWR because of unsupported optional features (10000) 错误 2025-11-07 21:35:07 kernel XFS (sda17): Superblock has unknown read-only compatible features (0x8) enabled. 错误 2025-11-07 21:35:07 kernel XFS (sda4): Superblock has unknown read-only compatible features (0x8) enabled. 错误 2025-11-07 21:35:07 kernel EXT4-fs (sdc2): couldn't mount RDWR because of unsupported optional features (10000) 错误 2025-11-07 21:35:07 systemd[1] /lib/systemd/system/bluetooth.service:5: Failed to add dependency on lightdm.sevice, ignoring: Invalid argument 错误 2025-11-07 21:35:08 pulseaudio[4158] Sink output does not exist. 错误 2025-11-07 21:35:08 pulseaudio[4158] Source input does not exist. 错误 2025-11-07 21:35:08 secRiskBox[5230] connect(signal_create):state:1 错误 2025-11-07 21:35:08 secRiskBox[5230] connect(signal_show):state:1 错误 2025-11-07 21:35:15 pulseaudio[4158] stereo-fallback priority += 9 错误 2025-11-07 21:35:15 pulseaudio[4158] Init PulseAudio pow exponent 1.800000 of sink alsa_output.pci-0000_00_07.0.stereo-fallback 错误 2025-11-07 21:35:15 pulseaudio[4158] Can't cancel echo between a sink and its monitor 错误 2025-11-07 21:35:15 pulseaudio[4158] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 21:35:15 pulseaudio[4158] Can't cancel echo between a sink and its monitor 错误 2025-11-07 21:35:15 pulseaudio[4158] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 21:35:23 NetworkManager[1894] file src/nm-auth-utils.c: line 253 (<dropped>): should not be reached 错误 2025-11-07 21:35:29 NetworkManager[1894] file src/nm-auth-utils.c: line 253 (<dropped>): should not be reached 错误 2025-11-07 21:35:29 NetworkManager[1894] file src/nm-auth-utils.c: line 253 (<dropped>): should not be reached 错误 2025-11-07 21:35:29 NetworkManager[1894] file src/nm-auth-utils.c: line 253 (<dropped>): should not be reached 错误 2025-11-07 21:35:29 NetworkManager[1894] file src/nm-auth-utils.c: line 253 (<dropped>): should not be reached 错误 2025-11-07 21:35:32 pulseaudio[4158] GetManagedObjects() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. 错误 2025-11-07 21:37:02 systemd[1] /lib/systemd/system/bluetooth.service:5: Failed to add dependency on lightdm.sevice, ignoring: Invalid argument 错误 2025-11-07 21:40:33 pulseaudio[4158] Can't cancel echo between a sink and its monitor 错误 2025-11-07 21:40:33 pulseaudio[4158] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 21:40:34 pulseaudio[4158] stereo-fallback priority += 9 错误 2025-11-07 21:40:34 pulseaudio[4158] Can't cancel echo between a sink and its monitor 错误 2025-11-07 21:40:34 pulseaudio[4158] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 21:41:13 pulseaudio[4158] Can't cancel echo between a sink and its monitor 错误 2025-11-07 21:41:13 pulseaudio[4158] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 21:41:14 pulseaudio[4158] stereo-fallback priority += 9 错误 2025-11-07 21:41:14 pulseaudio[4158] Can't cancel echo between a sink and its monitor 错误 2025-11-07 21:41:14 pulseaudio[4158] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 21:42:09 pulseaudio[4158] Can't cancel echo between a sink and its monitor 错误 2025-11-07 21:42:09 pulseaudio[4158] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 21:42:10 pulseaudio[4158] stereo-fallback priority += 9 错误 2025-11-07 21:42:10 pulseaudio[4158] Can't cancel echo between a sink and its monitor 错误 2025-11-07 21:42:10 pulseaudio[4158] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 21:42:11 pulseaudio[4158] Can't cancel echo between a sink and its monitor 错误 2025-11-07 21:42:11 pulseaudio[4158] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 21:42:13 pulseaudio[4158] stereo-fallback priority += 9 错误 2025-11-07 21:42:14 pulseaudio[4158] Can't cancel echo between a sink and its monitor 错误 2025-11-07 21:42:14 pulseaudio[4158] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 21:42:21 pulseaudio[4158] Can't cancel echo between a sink and its monitor 错误 2025-11-07 21:42:21 pulseaudio[4158] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 21:42:22 pulseaudio[4158] stereo-fallback priority += 9 错误 2025-11-07 21:42:22 pulseaudio[4158] Can't cancel echo between a sink and its monitor 错误 2025-11-07 21:42:22 pulseaudio[4158] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 21:42:27 pulseaudio[4158] Can't cancel echo between a sink and its monitor 错误 2025-11-07 21:42:27 pulseaudio[4158] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 21:42:28 pulseaudio[4158] stereo-fallback priority += 9 错误 2025-11-07 21:42:28 pulseaudio[4158] Can't cancel echo between a sink and its monitor 错误 2025-11-07 21:42:28 pulseaudio[4158] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 21:42:34 pulseaudio[4158] Can't cancel echo between a sink and its monitor 错误 2025-11-07 21:42:34 pulseaudio[4158] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 21:42:36 pulseaudio[4158] stereo-fallback priority += 9 错误 2025-11-07 21:42:37 pulseaudio[4158] Can't cancel echo between a sink and its monitor 错误 2025-11-07 21:42:37 pulseaudio[4158] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 21:42:51 pulseaudio[4158] stereo-fallback priority += 9 错误 2025-11-07 21:42:52 pulseaudio[4158] Doing resync 错误 2025-11-07 21:42:52 pulseaudio[4158] Playback too far ahead (21832), drop source 5584 错误 2025-11-07 21:42:54 pulseaudio[4158] Can't cancel echo between a sink and its monitor 错误 2025-11-07 21:42:54 pulseaudio[4158] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 21:42:56 pulseaudio[4158] stereo-fallback priority += 9 错误 2025-11-07 21:42:56 pulseaudio[4158] Can't cancel echo between a sink and its monitor 错误 2025-11-07 21:42:56 pulseaudio[4158] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 21:43:15 pulseaudio[4158] Can't cancel echo between a sink and its monitor 错误 2025-11-07 21:43:15 pulseaudio[4158] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 21:52:54 kernel [drm:drm_atomic_helper_wait_for_flip_done] *ERROR* [CRTC:47:crtc-0] flip_done timed out 错误 2025-11-07 21:52:54 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, signaled seq=89423, emitted seq=89425 错误 2025-11-07 21:52:54 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process Xorg pid 2453 thread Xorg:cs0 pid 3207 错误 2025-11-07 21:53:15 kernel rcu: INFO: rcu_sched self-detected stall on CPU 错误 2025-11-07 21:53:15 kernel rcu: 4-....: (5248 ticks this GP) idle=dda/1/0x4000000000000002 softirq=91130/91130 fqs=2252-- Reboot -- 错误 2025-11-07 21:54:29 kernel sd 0:0:0:0: [sda] Asking for cache data failed 错误 2025-11-07 21:54:29 kernel sd 0:0:0:0: [sda] Assuming drive cache: write through 错误 2025-11-07 21:54:29 kernel sd 1:0:0:0: [sdb] Asking for cache data failed 错误 2025-11-07 21:54:29 kernel sd 1:0:0:0: [sdb] Assuming drive cache: write through 错误 2025-11-07 21:54:29 kernel sd 2:0:0:0: [sdc] Asking for cache data failed 错误 2025-11-07 21:54:29 kernel sd 2:0:0:0: [sdc] Assuming drive cache: write through 错误 2025-11-07 21:54:29 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 21:54:29 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 21:54:29 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 21:54:29 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 21:54:29 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 21:54:29 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 21:54:29 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 21:54:29 kernel parport_pc parport_pc.956: Unable to set coherent dma mask: disabling DMA 错误 2025-11-07 21:54:29 kernel parport_pc parport_pc.888: Unable to set coherent dma mask: disabling DMA 错误 2025-11-07 21:54:29 kernel parport_pc parport_pc.632: Unable to set coherent dma mask: disabling DMA 错误 2025-11-07 21:54:29 kernel ipmi_si IPI0001:00: IRQ index 0 not found 错误 2025-11-07 21:54:29 kernel ipmi_si IPI0001:00: Interface detection failed 错误 2025-11-07 21:54:33 dbus-daemon[1878] [system] [limitCtl]:limit config org.ukui.GreeterDaemon.limit is corrupted, whitelist invalid. Update or reinstall corresponding software package! 错误 2025-11-07 21:54:40 systemd[1] /lib/systemd/system/bluetooth.service:5: Failed to add dependency on lightdm.sevice, ignoring: Invalid argument 错误 2025-11-07 21:54:40 kernel EXT4-fs (sda16): couldn't mount RDWR because of unsupported optional features (10000) 错误 2025-11-07 21:54:40 pulseaudio[4178] Sink output does not exist. 错误 2025-11-07 21:54:40 pulseaudio[4178] Source input does not exist. 错误 2025-11-07 21:54:41 kernel EXT4-fs (sdc2): couldn't mount RDWR because of unsupported optional features (10000) 错误 2025-11-07 21:54:41 secRiskBox[5200] connect(signal_create):state:1 错误 2025-11-07 21:54:41 secRiskBox[5200] connect(signal_show):state:1 错误 2025-11-07 21:54:41 kernel XFS (sda17): Superblock has unknown read-only compatible features (0x8) enabled. 错误 2025-11-07 21:54:41 kernel XFS (sda4): Superblock has unknown read-only compatible features (0x8) enabled. 错误 2025-11-07 21:54:43 pulseaudio[4178] stereo-fallback priority += 9 错误 2025-11-07 21:54:43 pulseaudio[4178] Init PulseAudio pow exponent 1.800000 of sink alsa_output.pci-0000_00_07.0.stereo-fallback 错误 2025-11-07 21:54:49 pulseaudio[4178] Can't cancel echo between a sink and its monitor 错误 2025-11-07 21:54:49 pulseaudio[4178] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 21:54:49 pulseaudio[4178] Can't cancel echo between a sink and its monitor 错误 2025-11-07 21:54:49 pulseaudio[4178] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 21:54:56 NetworkManager[1879] file src/nm-auth-utils.c: line 253 (<dropped>): should not be reached 错误 2025-11-07 21:55:05 pulseaudio[4178] GetManagedObjects() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. 错误 2025-11-07 21:55:05 NetworkManager[1879] file src/nm-auth-utils.c: line 253 (<dropped>): should not be reached 错误 2025-11-07 21:55:05 NetworkManager[1879] file src/nm-auth-utils.c: line 253 (<dropped>): should not be reached 错误 2025-11-07 21:55:05 NetworkManager[1879] file src/nm-auth-utils.c: line 253 (<dropped>): should not be reached 错误 2025-11-07 21:55:05 NetworkManager[1879] file src/nm-auth-utils.c: line 253 (<dropped>): should not be reached 错误 2025-11-07 21:55:11 systemd[1] /lib/systemd/system/bluetooth.service:5: Failed to add dependency on lightdm.sevice, ignoring: Invalid argument 错误 2025-11-07 21:56:36 pulseaudio[4178] Can't cancel echo between a sink and its monitor 错误 2025-11-07 21:56:36 pulseaudio[4178] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed.
11-08
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

DeeplyMind

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值