You are not logged in.
Pages: 1
I can't get the volume control to connect to Pulse Audio. When I have the Volume control open on 2 windows the Pulse Audio interface flickers on the windows and then tells me it is connecting. It used to work but now it is not working.
Last edited by crazygamer24151 (2019-11-05 23:16:32)
-
Crazy Gamer24151
Offline
Try deleting the files (not folders if there are any) in /home/YourUserName/.config/pulse, then in the terminal run this:
pulseaudio -k
You'll probably have to restart your sound playing apps after that. If the sound daemon doesn't automatically restart (with default settings it should) run this to restart it:
pulseaudio --start
Does that fix the issue?
Oh, and welcome!
Offline
Thank you. After deleting the files the interface returned but it is not detecting my built-in speakers.
-
Crazy Gamer24151
Offline
Please post the output from running this command in the terminal:
pacmd list-cards
Offline
No PulseAudio daemon running, or not running as session daemon.
-
Crazy Gamer24151
Offline
Okay, looks like PA is dying on us. Try running this, let it go for a minute, then if it ends, paste back the last 10 lines:
pulseaudio -vvv
Offline
I: [pulseaudio] module.c: Unloaded "module-augment-properties" (index: #3).
I: [pulseaudio] module.c: Unloading "module-card-restore" (index: #2).
I: [pulseaudio] module.c: Unloaded "module-card-restore" (index: #2).
I: [pulseaudio] module.c: Unloading "module-stream-restore" (index: #1).
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1 removed from object /org/pulseaudio/stream_restore1
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry removed from object /org/pulseaudio/stream_restore1/entry0
I: [pulseaudio] module.c: Unloaded "module-stream-restore" (index: #1).
I: [pulseaudio] module.c: Unloading "module-device-restore" (index: #0).
I: [pulseaudio] module.c: Unloaded "module-device-restore" (index: #0).
I: [pulseaudio] main.c: Daemon terminated.
-
Crazy Gamer24151
Offline
I'm sorry, somewhere very shortly before the Unloading stuff, there should be something that tells us why it's shutting down. Try about 10 more lines above what you pasted.
Offline
In fact, if may begin the line with E:
Offline
This is the 10 lines before the Unloadig:
D: [pulseaudio] module-suspend-on-idle.c: Sink auto_null becomes idle, timeout in 5 seconds.
D: [pulseaudio] core.c: Hmm, no streams around, trying to vacuum.
I: [pulseaudio] source-output.c: Freeing output 0 "Peak detect"
I: [pulseaudio] client.c: Freed 0 "PulseAudio Volume Control"
I: [pulseaudio] protocol-native.c: Connection died.
I: [pulseaudio] module-suspend-on-idle.c: Sink auto_null idle for too long, suspending ...
D: [pulseaudio] sink.c: Suspend cause of sink auto_null is 0x0004, suspending
D: [pulseaudio] core.c: Hmm, no streams around, trying to vacuum.
I: [pulseaudio] core.c: We are idle, quitting...
I: [pulseaudio] main.c: Daemon shutdown initiated.
-
Crazy Gamer24151
Offline
I discovered that it was running: pulseaudio --start, that got my interface back. Not deleting the files.
-
Crazy Gamer24151
Offline
I don't think I've seen this before.
Did you customize /etc/pulse/default.pa at all? (Not sure if the location will be the same on whatever distro you're using, but it's probable.)
See if this works to keep PA alive. After pulseaudio --start, run this:
pactl load-module module-always-sink
Then try to get the output of pacmd list-cards
Offline
0 card(s) available.
I did not customize anything related to the volume control.
-
Crazy Gamer24151
Offline
What distro and version are you running?
If inxi is installed can I see the output of inxi -Fxz and aplay -l please. Add dmesg | grep snd as well
Offline
Pages: 1
[ Generated in 0.015 seconds, 7 queries executed - Memory usage: 559.01 KiB (Peak: 575.48 KiB) ]