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

推荐订阅源

GbyAI
GbyAI
Microsoft Azure Blog
Microsoft Azure Blog
Jina AI
Jina AI
Hugging Face - Blog
Hugging Face - Blog
A
About on SuperTechFans
Y
Y Combinator Blog
D
DataBreaches.Net
I
InfoQ
Recent Announcements
Recent Announcements
Last Week in AI
Last Week in AI
G
Google Developers Blog
博客园_首页
博客园 - 司徒正美
V
V2EX
Stack Overflow Blog
Stack Overflow Blog
博客园 - 叶小钗
Engineering at Meta
Engineering at Meta
Apple Machine Learning Research
Apple Machine Learning Research
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
B
Blog
MongoDB | Blog
MongoDB | Blog
博客园 - 【当耐特】
D
Docker
量子位

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
Audio device constantly 'stuck' when trying to play a med...
redshoe · 2026-06-27 · via Arch Linux Forums

#1 Today 16:08:41

redshoe
Member
Registered: 2015-12-16
Posts: 251

Audio device constantly 'stuck' when trying to play a media after boot

Once my computer is boot and when I try to play youtube video or play sound files such as mp3, I can click on the play button but the media would not play. This gets resolve only after when I select different audio profile in Pulseaudio controller. This problem is on going for me for months and I would finally like to solve it somehow. It happened on my system that has USB sound card (audio interface), and I recently noticed that the same thing is happening for my laptop as well (just built-in internal sound card). So, I am suspecting that this problem is related to Pulseaudio updates at some point in time because I did not have this issue couple months back.

Where should I look first to solve this issue?

Thanks.

#2 Today 16:26:30

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,255

Re: Audio device constantly 'stuck' when trying to play a media after boot

Make sure you don't have conflicting sound servers running first and foremost

systemctl --user status pipewire{,-pulse} wireplumber pulseaudio

needs to either show wireplumber or pulseaudio existing, if they are both running then you'll have a logical conflict between which service tries to handle the incoming request, in which case you should lean towards preferring pipewire-pulse instead of pulseaudio, because the former is much more actively maintained.

If that isn't it, what output do you get from

sudo fuser -v /dev/snd/*
pactl list cards
pactl list sinks
pactl list sink-inputs

before and after the fix

Last edited by V1del (Today 16:27:12)