Xfce Forum

Sub domains
 

You are not logged in.

#1 2019-11-05 23:14:31

crazygamer24151
Member
Registered: 2019-11-05
Posts: 8

Volume Control and Pulse Audio

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

#2 2019-11-05 23:34:48

MrEen
Member
Registered: 2019-04-19
Posts: 295

Re: Volume Control and Pulse Audio

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! smile

Offline

#3 2019-11-05 23:49:40

crazygamer24151
Member
Registered: 2019-11-05
Posts: 8

Re: Volume Control and Pulse Audio

Thank you. After deleting the files the interface returned but it is not detecting my built-in speakers.


-
Crazy Gamer24151

Offline

#4 2019-11-05 23:55:09

MrEen
Member
Registered: 2019-04-19
Posts: 295

Re: Volume Control and Pulse Audio

Please post the output from running this command in the terminal:

pacmd list-cards

Offline

#5 2019-11-06 00:20:55

crazygamer24151
Member
Registered: 2019-11-05
Posts: 8

Re: Volume Control and Pulse Audio

No PulseAudio daemon running, or not running as session daemon.


-
Crazy Gamer24151

Offline

#6 2019-11-06 00:31:47

MrEen
Member
Registered: 2019-04-19
Posts: 295

Re: Volume Control and Pulse Audio

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

#7 2019-11-06 00:52:28

crazygamer24151
Member
Registered: 2019-11-05
Posts: 8

Re: Volume Control and Pulse Audio

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

#8 2019-11-06 00:54:57

MrEen
Member
Registered: 2019-04-19
Posts: 295

Re: Volume Control and Pulse Audio

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

#9 2019-11-06 00:56:33

MrEen
Member
Registered: 2019-04-19
Posts: 295

Re: Volume Control and Pulse Audio

In fact, if may begin the line with E:

Offline

#10 2019-11-06 12:26:48

crazygamer24151
Member
Registered: 2019-11-05
Posts: 8

Re: Volume Control and Pulse Audio

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

#11 2019-11-06 12:35:33

crazygamer24151
Member
Registered: 2019-11-05
Posts: 8

Re: Volume Control and Pulse Audio

I discovered that it was running: pulseaudio --start, that got my interface back. Not deleting the files.


-
Crazy Gamer24151

Offline

#12 2019-11-06 17:38:39

MrEen
Member
Registered: 2019-04-19
Posts: 295

Re: Volume Control and Pulse Audio

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

#13 2019-11-06 21:04:01

crazygamer24151
Member
Registered: 2019-11-05
Posts: 8

Re: Volume Control and Pulse Audio

0 card(s) available.

I did not customize anything related to the volume control.


-
Crazy Gamer24151

Offline

#14 2019-11-07 00:58:27

MrEen
Member
Registered: 2019-04-19
Posts: 295

Re: Volume Control and Pulse Audio

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

Board footer

Powered by FluxBB