You are not logged in.
Pages: 1
I'm noticing a strange issue where when I reboot my machine, I can't play any audio until I start mpd. I'm using pulseaudio. I also have pulseaudio-alsa installed. Like I said, once I start mpd as my user, audio works fine.
Contents of /etc/asound.conf:
# defaults.ctl.card 1;
# defaults.pcm.card 1;
# Use PulseAudio by default
pcm.!default {
type pulse
fallback "sysdefault"
hint {
show on
description "Default ALSA Output (currently PulseAudio Sound Server)"
}
}
ctl.!default {
type pulse
fallback "sysdefault"
}
# vim:set ft=alsaconf:Last edited by mdi (2015-09-12 23:17:06)
Offline
output of
fuser -v /dev/snd/*while it isn't working should shed some light. My guess is you have some instance of mpd that starts not as your user and hogs the sound card and as soon as you start mpd as your user it kills/overrides that and starts to use pulse.
Last edited by V1del (2015-01-26 16:21:37)
Offline
The fix turned out to be adding
start-pulseaudio-x11to my
~/.xinitrcOffline
Pages: 1