Hi!
I’m new to OpenSuse (recently switched from Kubuntu 14.04). Since my new install of Leap, I have some issues with the sound (everything was working fine on Kubuntu 14.04, so hardware is supported).
To be precise, plugging headphones works, it disable speakers OK and sound is audible through the headphones. But when the headphones are unplugged, sound through speakers is not restored. I investigated the issue with alsamixer and here’s what I found: when plugging/unplugging the headphones, the volumes for channels “Headphone” and “Speaker” are handled properly (i.e. speaker is set to 0 volume and mute when headphones are plugged in and restore to initial values when the headphones are unplugged).
The problem is that there seems to be some weird mix between the channels: the volume of the sound played by the “speaker” channel is linked to the volume of “headphone”, but when “speaker” is on MUTE, no sound is played. To sum up, my speaker volume is mixed up with headphones but the “mute” state is correctly linked to the speaker channel.
From there, I have no idea how to correct the sound management of my laptop!
Some info:
head -n 1 /proc/asound/card0/codec*
Codec: Realtek ALC269VB
more /etc/modprobe.d/50-sound.conf
options snd-hda-intel model=auto
options snd slots=snd-hda-intel
# u1Nb.OPCaYZocXF7:NM10/ICH7 Family High Definition Audio Controller
alias snd-card-0 snd-hda-intel
more /etc/modprobe.d/50-alsa.conf
install snd /sbin/install-snd-module snd $CMDLINE_OPTS
install snd-pcm /sbin/install-snd-module snd-pcm $CMDLINE_OPTS
install snd-seq /sbin/install-snd-module snd-seq $CMDLINE_OPTS
sudo zypper repos
# | Alias | Nom | Activé | Vérification GPG | Rafraichir
---+-------------------------------------+-----------------------------------------+--------+------------------+-----------
1 | KDE_Applications | KDE Applications | Oui | (r ) Oui | Oui
2 | KDE_Extra | KDE Extra | Oui | (r ) Oui | Oui
3 | KDE_Frameworks_+_Plasma_5 | KDE Frameworks + Plasma 5 | Oui | (r ) Oui | Oui
4 | Qt5_Stable | Qt5 Stable | Oui | (r ) Oui | Oui
5 | download.opensuse.org-non-oss | Dépôt principal (NON-OSS) | Oui | (r ) Oui | Oui
6 | download.opensuse.org-non-oss_1 | Dépôt de mises à jour (Non-OSS) | Oui | (r ) Oui | Oui
7 | download.opensuse.org-oss | Dépôt principal (OSS) | Oui | (r ) Oui | Oui
8 | download.opensuse.org-oss_1 | Dépôt principal de mise à jour | Oui | (r ) Oui | Oui
9 | http-download.opensuse.org-062d276e | home:ervin | Oui | (r ) Oui | Oui
10 | http-download.opensuse.org-6848f9fb | home:jaltekger | Oui | (r ) Oui | Oui
11 | http-download.opensuse.org-b75ddd51 | utilities | Oui | (r ) Oui | Oui
12 | http-download.opensuse.org-c188535f | isv:ownCloud:desktop | Oui | (r ) Oui | Oui
13 | http-download.opensuse.org-d07bba32 | devel:tools:scm | Oui | (r ) Oui | Oui
14 | openSUSE-42.1-0 | openSUSE-42.1-0 | Oui | (r ) Oui | Oui
15 | packman | packman | Oui | (r ) Oui | Oui
16 | repo-debug | openSUSE-Leap-42.1-Debug | Non | ---- | Oui
17 | repo-debug-non-oss | openSUSE-Leap-42.1-Debug-Non-Oss | Non | ---- | Oui
18 | repo-debug-update | openSUSE-Leap-42.1-Update-Debug | Non | ---- | Oui
19 | repo-debug-update-non-oss | openSUSE-Leap-42.1-Update-Debug-Non-Oss | Non | ---- | Oui
20 | repo-source | openSUSE-Leap-42.1-Source | Non | ---- | Oui
21 | repo-update | openSUSE-Leap-42.1-Update | Oui | (r ) Oui | Oui
Happy to provide more information if this is not enough.
Thanks in advance for your help!