Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Pipewire / pulseaudio not working
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Mh7tiger
n00b
n00b


Joined: 29 Apr 2024
Posts: 11

PostPosted: Wed May 15, 2024 6:13 pm    Post subject: Pipewire / pulseaudio not working Reply with quote

Greetings, while trying out pipewire and pulseaudio on my new gentoo install, I have found that neither of them work, and I am unsure how to solve the issues. I do not know all information I need to post, but here is some:

output of 'lspci':

00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers (rev 07)
00:01.0 PCI bridge: Intel Corporation 6th-10th Gen Core Processor PCIe Controller (x16) (rev 07)
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06)
00:14.0 USB controller: Intel Corporation 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller (rev 31)
00:14.2 Signal processing controller: Intel Corporation 100 Series/C230 Series Chipset Family Thermal Subsystem (rev 31)
00:15.0 Signal processing controller: Intel Corporation 100 Series/C230 Series Chipset Family Serial IO I2C Controller #0 (rev 31)
00:16.0 Communication controller: Intel Corporation 100 Series/C230 Series Chipset Family MEI Controller #1 (rev 31)
00:17.0 SATA controller: Intel Corporation HM170/QM170 Chipset SATA Controller [AHCI Mode] (rev 31)
00:1c.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #3 (rev f1)
00:1c.3 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #4 (rev f1)
00:1f.0 ISA bridge: Intel Corporation HM170 Chipset LPC/eSPI Controller (rev 31)
00:1f.2 Memory controller: Intel Corporation 100 Series/C230 Series Chipset Family Power Management Controller (rev 31)
00:1f.3 Audio device: Intel Corporation 100 Series/C230 Series Chipset Family HD Audio Controller (rev 31)
00:1f.4 SMBus: Intel Corporation 100 Series/C230 Series Chipset Family SMBus (rev 31)
01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 950M] (rev a2)
07:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32)
08:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet Controller (rev 15)

output of 'pipewire':

[E][01214.930730] mod.protocol-native | [module-protocol-: 760 lock_socket()] server 0x5621d8029530: unable to lock lockfile '/run/user/1000/pipewire-0.lock': Resource temporarily unavailable (maybe another daemon is running)
[E][01214.931021] pw.conf | [ conf.c: 584 load_module()] 0x5621d800f440: could not load mandatory module "libpipewire-module-protocol-native": Resource temporarily unavailable
[E][01214.931311] default | [ pipewire.c: 105 main()] failed to create context: Resource temporarily unavailable

output of 'pulseaudio':

W: [pulseaudio] pid.c: Stale PID file, overwriting.
E: [pulseaudio] socket-server.c: bind(): Address already in use
E: [pulseaudio] module.c: Failed to load module "module-native-protocol-unix" (argument: ""): initialization failed.
E: [pulseaudio] main.c: D-Bus name org.pulseaudio.Server already taken.
E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.systemd1.NoSuchUnit: Unit dbus-org.bluez.service not found.


Thank you for your help.
Back to top
View user's profile Send private message
wanne32
n00b
n00b


Joined: 11 Nov 2023
Posts: 55

PostPosted: Wed May 15, 2024 10:52 pm    Post subject: Reply with quote

I Think you are trying to start multible pulseaudio/pipewire-instances at the same time
What DM/DE/compositor are you using?
If you are using a stupid compositor/WM
Code:
killall -u $(whoami) # kills all your applications be aware of that!
export $(dbus-launch)
gentoo-pipewire-launcher &
start$compositor


Otherwise:
Could you post:
Code:
reboot
ps -ef | grep pipewire
ps -ef | grep pulseaudio
/usr/bin/pavucontrol*
Back to top
View user's profile Send private message
Mh7tiger
n00b
n00b


Joined: 29 Apr 2024
Posts: 11

PostPosted: Fri May 17, 2024 1:34 pm    Post subject: Reply with quote

wanne32 wrote:
I Think you are trying to start multible pulseaudio/pipewire-instances at the same time
What DM/DE/compositor are you using?
If you are using a stupid compositor/WM
Code:
killall -u $(whoami) # kills all your applications be aware of that!
export $(dbus-launch)
gentoo-pipewire-launcher &
start$compositor


Otherwise:
Could you post:
Code:
reboot
ps -ef | grep pipewire
ps -ef | grep pulseaudio
/usr/bin/pavucontrol*



Thank you, my problem has been solved by following the pipewire entry on the Gentoo wiki more closely and adding the pulseaudio use flag in make.conf and reemerging @world.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum