View previous topic :: View next topic |
Author |
Message |
stdnt n00b
Joined: 25 Apr 2024 Posts: 1
|
Posted: Fri Apr 26, 2024 12:10 am Post subject: Pipewire only shows "Dummy Output". No sound |
|
|
Device: Thinkpad T430
Profile: Musl-Hardened
Init: OpenRC
Kernel: gentoo-kernel-bin
WM: sway
I have dbus and seatd installed but no elogind
I'm launching sway with `dbus-run-session sway`
In my swag .config I have `exec /usr/bin/gentoo-pipewire-launcher &`
and when I open a terminal in sway `pactl info` shows my server name as PulseAudio (on Pipewire)
echo $XDG_RUNTIME_DIR
/tmp/1000-runtime-dir
echo $DBUS_SESSION_BUS_ADDRESS
unix:path=/tmp/dbus-Ihh2h3jav5,guid=7fb71d3ed2fab4303ae7bc80662ae383
lspci -P | grep "Audio"
00:1b.0 Audio device: Intel Corporation 7 Series/C216 Chipset Family High Definition Audio Controller (rev 04)
lspci -k | grep "Audio"
00:1b.0 Audio device: Intel Corporation 7 Series/C216 Chipset Family High Definition Audio Controller (rev 04)
Subsystem: Lenovo 7 Series/C216 Chipset Family High Definition Audio Controlle
lspci -ks 00:1b.0
00:1b.0 Audio device: Intel Corporation 7 Series/C216 Chipset Family High Definition Audio Controller (rev 04)
Subsystem: Lenovo 7 Series/C216 Chipset Family High Definition Audio Controller
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
And my user is apart of the pipewire group
Im really at my wits end, ive spent hours trying to fix this and I cant even seem to find people with the same issue I have. Please help!
Let me know of any other information I can provide that would be helpful and I will link to pastebin
Edit1:
Heres an image of my TTY after I quit sway: https://i.ibb.co/xJ3H0JR/IMG-8734.jpg
Of note is "Pipewire couldnt connect to context" and "impl->enter_count > 0' failed at ../pipewire-1.0.3/spa/plugins/support/loop.c:362 loop_leave() |
|
Back to top |
|
|
xgivolari Tux's lil' helper
Joined: 26 Jul 2021 Posts: 102
|
Posted: Fri Apr 26, 2024 7:39 am Post subject: |
|
|
Hello stdnt,
Welcome to the forums.
Did you enable USE="sound-server pipewire-alsa" for media-video/pipewire? These two USE-flags are disabled by default, but necessary if pipewire is supposed to handle audio. |
|
Back to top |
|
|
|