Problem
When my headphones are plugged in, the speakers do not mute.
This occurs when they are plugged in from power up, and when the are plugged in after power up.
This used to work fine with opensuse 11.4 (64 bit).
System details
opensuse 12.2 (64bit) with the following modifications:
- add packman repo and upgrade all system packages to this repo
- add kde 4.9 repo, and upgrade all system packagesto this repo
> /sbin/lspci | grep -iP ‘(sound|audio)’
00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC’97 Audio Controller (rev 02)
> rpm -qa | grep -iP ‘(phonon|alsa|pulse)’
libpulse0-1.1-6.4.1.x86_64
pulseaudio-module-jack-1.1-6.4.1.x86_64
pulseaudio-utils-1.1-6.4.1.x86_64
libpulse-mainloop-glib0-1.1-6.4.1.x86_64
libxine2-pulse-1.2.2-78.2.x86_64
libphonon4-4.6.0-90.1.x86_64
pulseaudio-1.1-6.4.1.x86_64
pulseaudio-module-lirc-1.1-6.4.1.x86_64
alsa-utils-1.0.25-3.2.2.x86_64
pulseaudio-module-zeroconf-1.1-6.4.1.x86_64
alsa-oss-1.0.25-3.1.2.x86_64
phonon-backend-gstreamer-0_10-4.6.2-30.1.x86_64
pulseaudio-module-bluetooth-1.1-6.4.1.x86_64
pulseaudio-module-x11-1.1-6.4.1.x86_64
alsa-1.0.25-3.5.1.x86_64
alsa-plugins-pulse-1.0.25-3.4.1.x86_64
alsa-plugins-1.0.25-3.4.1.x86_64
Differences with opensuse 11.4
- xine backend
I note that on 11.4 I had a xine backend shown in the phonon config gui.
I also note that with 11.4 there was a phonon-backend-xine package installed. No such package exists in 12.2.
I do not know if this is relevant - There are differences in asound-pulse.conf, but it is not obvious to me that they are relevant…
/etc> cat asound-pulse.conf
PulseAudio plugin configuration
pcm.!default {
type pulse
hint {
show on
description “Default ALSA Output (currently PulseAudio Sound Server)”
}
fallback “sysdefault”
}
ctl.!default {
type pulse
fallback “sysdefault”
}
and for opensuse 11.4…
/opensuse_11_4/etc> cat asound-pulse.conf
PulseAudio plugin configuration
Let’s create a virtual device “pulse” for mixer and PCM
pcm.pulse {
type pulse
}
ctl.pulse {
type pulse
}
Let’s make it the default!
pcm.!default {
type plug
slave.pcm {
type pulse
}
}
ctl.!default {
type pulse
}
I can reboot into 11.4 to compare things.
So, can anyone explain how to configure the sound system to work aswell for me as it did in 11.4?
(Apart from this, 12.2 is great!).
Thanks in advance…
Jon B