
There is a widely known issue which is that MPD (Music player Daemon) and flash are conflicting which ends up that one of them won't have sound (the one which was started earlier). So if you want to run MPD and flash at the same time this Howto is just for you. =)








sudo touch /etc/asound.confsudo gedit /etc/asound.confpcm.pulse {
type pulse
}
ctl.pulse {
type pulse
}
pcm.!default {
type pulse
}
ctl.!default {
type pulse
}

omenest wrote:Greetings,
In order to solve problem of mutually exclusive flash player/pulse audio please try this recipe:
- Code: Select all
sudo touch /etc/asound.conf
- Code: Select all
sudo gedit /etc/asound.conf
paste the following code in the file asound.conf:
- Code: Select all
pcm.pulse {
type pulse
}
ctl.pulse {
type pulse
}
pcm.!default {
type pulse
}
ctl.!default {
type pulse
}
Save the file
Restart your PC
This procedure solves this outsanding bug report.
source:Ubuntu forums



omenest wrote:Greetings,
In order to solve problem of mutually exclusive flash player/pulse audio please try this recipe:
- Code: Select all
sudo touch /etc/asound.conf
- Code: Select all
sudo gedit /etc/asound.conf
paste the following code in the file asound.conf:
- Code: Select all
pcm.pulse {
type pulse
}
ctl.pulse {
type pulse
}
pcm.!default {
type pulse
}
ctl.!default {
type pulse
}
Save the file
Restart your PC
This procedure solves this outsanding bug report.
source:Ubuntu forums













Users browsing this forum: No registered users and 2 guests