|
Bugzilla – Full Text Bug Listing |
| Summary: | alsa-plugins-pulse - no sound if another app already use pulseaudio | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.3 | Reporter: | Alex Savin <alexo.veto> |
| Component: | Sound | Assignee: | Takashi Iwai <tiwai> |
| Status: | RESOLVED FEATURE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | openSUSE 11.3 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Alex Savin
2010-11-11 23:12:09 UTC
PA blocks the sound device exclusively, so this is the expected result. If you are using another apps without PA, use pasuspender. Or, set up the system to use always PA. setup-pulse should turn it on. If this still doesn't work, reopen, and let's fix for 11.4. >>set up the system to use always PA. setup-pulse should turn it on.
PA is already on:
setup-pulseaudio --status
enabled
cat /etc/asound.conf
pcm.pulse {
type pulse
}
ctl.pulse {
type pulse
}
I tried to run setup-pulseaudio --enable again,
but /etc/asound.conf - not changed
I manually add:
pcm.!default {
type plug
slave.pcm {
type pulse
}
}
ctl.!default {
type pulse
}
to /etc/asound.conf - and now my problem fixed!!!
Why setup-pulseaudio don't do it automatic? Is it's bug?
(In reply to comment #2) > Why setup-pulseaudio don't do it automatic? Is it's bug? ouh sorry, now I see /etc/asound.conf not exist by default... (and in this case used /etc/asound-pulse.conf) (but, as i remember i don't create it(/etc/asound.conf) manually - probably it become from previous opensuse versions ) Right, setup-pulse script sets up $ALSA_CONFIG_PATH environment variable to use /etc/asound-pulse.conf instead of changing /etc/asound.conf. This makes the trick. But, you can change /etc/asound.conf or ~/.asoundrc manually to achieve the same thing, too. |