惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
G
Google Developers Blog
小众软件
小众软件
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园 - 【当耐特】
爱范儿
爱范儿
博客园 - 聂微东
美团技术团队
大猫的无限游戏
大猫的无限游戏
The Cloudflare Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
有赞技术团队
有赞技术团队
云风的 BLOG
云风的 BLOG
罗磊的独立博客
V
Visual Studio Blog
WordPress大学
WordPress大学
Stack Overflow Blog
Stack Overflow Blog
雷峰网
雷峰网
人人都是产品经理
人人都是产品经理
Blog — PlanetScale
Blog — PlanetScale
V
V2EX
The GitHub Blog
The GitHub Blog
Apple Machine Learning Research
Apple Machine Learning Research
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

Arch Linux Forums

Avidemux crashes without strace / Applications & Desktop Environments how to apply patches with non-linux linends / Newbie Corner Replicating CachyOS on vanilla Arch (or at least getting close) / Arch Discussion What's arch linux GUI package manager ? / Newbie Corner Hibernation failing due to insufficient memory / System Administration profiledef.sh editting question / Installation trying to script kde plasma wallpaper settings / Programming & Scripting Looking for new Audacious package maintainer / Creating & Modifying Packages issues installing arch with LUKS2 encryption / Newbie Corner QEMU PXE booting does not work with OVMF.4m.fd / Applications & Desktop Environments Wired lan regular disconnect / Newbie Corner Need Help setting up ARCH in my G16 G634JZR iwlwifi started failing consistently, trying to determine root cause Windows randomly jumping between monitors after GNOME 50 update No display via DP or HDMI after boot. / Kernel & Hardware how to change acpi platform_profile? / Newbie Corner Linux denied all kernel modules which not loaded right now Use iPhone as Webcam for Arch Linux Video Output Failure on nvidia-580xx-dkms on TTY --> Desktop switch (Page 2) / Kernel & Hardware I was going to rant ..WINE32 Sabotage compliments of Arvind Krishna / Arch Discussion [SOLVED] LUKS drive auto unlocked by TPM when expected not to / Networking, Server, and Protection Hibernate/suspend from X = dark panel; from TTY = works (ASUS G14, hyb (Page 2) / Laptop Issues Headphone jack noise/buzz / Newbie Corner segmentation fault in cc1plus when building CLK / AUR Issues, Discussion & PKGBUILD Requests Console alternative to meld / GNU/Linux Discussion Problem with paru git clone / Newbie Corner XKB questions / Applications & Desktop Environments gnome-keyring-daemon is not working correctly / Applications & Desktop Environments [SOLVED] Steam opens and immediately closes constantly / Newbie Corner Firefox rounded edges on Sway / Applications & Desktop Environments
WirePlumber/PipeWire reaches 100% CPU usage after adjusti...
il2dottore · 2026-06-21 · via Arch Linux Forums

Hi everyone,

I am facing a frustrating issue where WirePlumber/PipeWire suddenly spikes to 100% CPU usage after adjusting the audio volume. It remains stuck at that level unless I restart the service manually. After a few minutes, it happens again, causing Firefox to freeze, the system to stop responding, and audio to cut out completely.

Here are my system specifications:

Laptop: Acer Nitro 5 AN515-57
BIOS: V1.20
Kernel: Linux 7.0.12
CPU: Intel Core i5-11400H
GPU: Intel UHD Graphics / NVIDIA RTX 3050 Mobile
Desktop: KDE Plasma 6.7.0 (Wayland)

Audio Server & Hardware Info:

Server Name: PulseAudio (on PipeWire 1.6.6)
Default Sink/Source: alsa_output.pci-0000_00_1f.3.analog-stereo

card 0: PCH [HDA Intel PCH], device 0: ALC295 Analog
card 1: NVidia [HDA NVidia], device 3/7/8/9: HDMI

This is the only suspicious log I could gather right before the crash:

Jun 08 09:59:21 il2dottore wireplumber[1318]: wp-device: SPA handle 'api.libcamera.enum.manager' could not be loaded; is it installed?
Jun 08 09:59:21 il2dottore wireplumber[1318]: s-monitors-libcamera: PipeWire's libcamera SPA plugin is missing or broken. Some camera types may not be supported.

During the spike, top shows:

PID 1318 wireplumber 99.7% CPU

What I have tried so far (with no success):
1. Removed all state and configuration files:

rm -rf ~/.local/state/wireplumber
rm -rf ~/.local/state/pipewire
rm -rf ~/.config/pulse

2. Reinstalled all related packages:

sudo pacman -S pipewire pipewire-pulse pipewire-alsa wireplumber alsa-utils alsa-card-profiles plasma-pa pavucontrol

The issue persists.

Has anyone encountered this or could guide me on how to properly debug/fix this?

Thanks in advance!