Hi,
My desktop computer is installed OPENSUSE 11.3. It can play audio CD, but no headphone and front mic, which are necessary for Skype. I have tried alsamixer, which cannot make front mic and headphone work. I find the following link:
SDB:Intel-HDA sound problems - openSUSE
But, I cannot follow it at all.
- At Yast/sound, there is no advanced configuration option.
- It means the following is the results of Yast/sound/Advance Configuration?
options snd-hda-intel model=z71v position_fix=1
u1Nb.Iok8MET6hsF:82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller
alias snd-card-0 snd-hda-intel
I have checked alsamixer. There is no mic and headphone.
At the restarting sound server section, it says to save “/etc/modprobe.d/50-sound.conf” (openSUSE >= 11.2). I do not understand who changes the file’s content?
Could you explain it to me?
Thanks a lot.
…
No sound from Headphones
If you have an Intel sound card which requires snd-hda-intel driver but do not have any sound when plugging in headphones, you are in the correct section. YaST2 should have created the /etc/modprobe.d/sound (openSUSE <= 11.1) or /etc/modprobe.d/50-sound.conf (openSUSE >= 11.2) file and it should contain the following (or something very similar):
options snd slots=snd-hda-intel
u1Nb.Iok8MET6hsF:82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller
alias snd-card-0 snd-hda-intel
The driver problem occurs with every distribution so it is normal. Anyways, you are going to have to modify the options line either by directly editing the file, or using Yast’s Sound Module - Advanced Configuration. The new file should look like the following (lines staring with a pound sign # are comments):
options snd-hda-intel model=z71v position_fix=1
u1Nb.Iok8MET6hsF:82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller
alias snd-card-0 snd-hda-intel
That should do the trick. Now go to the “Restarting the sound server” section below.
If after restarting the sound you still don’t have any output from your headphones, make sure you un-muted the headphones using alsamixer (in command line) or your favorite graphical mixer (such as KMix).
Note! On Sony Vaio FZ21M, you have to insert the following options:
options snd-hda-intel model=vaio enable=1 index=0 position_fix=1
[edit] Restarting the sound server
Before restarting make sure to change ALSA settings such that Microphone channels are muted to prevent sound loopback and squealing sound. Not doing this might cause high and continuous beep sounds. One can do this using alsamixer.
alsamixer
Save the file /etc/modprobe.d/sound (openSUSE <= 11.1) or /etc/modprobe.d/50-sound.conf (openSUSE >= 11.2) after the changes and restart the soundsystem as root.
rcalsasound restart
You have to restart the mixer you use, so start as user kmix or gmix, depending on what windowmanager you use. Open the mixer and set all channels to medium and check if you can hear sound now.