Quote:
|
i have not installed alsa-firmware. it is my understanding that this is not required for hda compliant sound systems.[/b]
|
who knows? I don't for sure. I don't think so, but I don't know for certain. Do you? I won't bet money on it (I hate betting). It probably is not needed, but installing it probably does not hurt. I'm not a believer in wasting dozens of hours trying to find the optimal solution. Instead, if I think it might be useful, I simply install the application (making note of what I installed). We are not talking GBytes of wasted space here.
I hate being in the position of not installing an application, banging my head for dozens of hours 'cause the app that I thought was not needed, was indeed needed. But thats just me. I probably learn less as a result, but I also save time.
Hey its your call. Its your time that gets spent. Like you note, alsa-firmware "probably" is not needed.
Quote:
|
i have not tried any additional options than the one mentioned earlier. there seem to be several and i can't determine which one is correct.[/b]
|
well, some are more obvious than most. Some common sense needs to be applied. I'll try to give you some hints, but ULTIMATELY you have to try some. I definitely would NOT blindly apply some solution, ... not at least checking with the ALSA-Configuration.txt file (that IS on your computer) to see if it even makes sense.
Quote:
options snd-hda-intel enable=1 index=0
# u1Nb.xvbr5hti0dD:82801H (ICH8 Family) HD Audio Controller
alias snd-card-0 snd-hda-intel[/b]
|
Many thanks. That is helpful.
Thanks! Posting that script saves dozens of questions.
I see from the script you have a 32-bit openSUSE-10.3, and you have never applied any of the recommended security fixes to your SUSE kernel. I see your laptop has an ALC883 codec.
I note you have alsa-1.0.14. For alsa-1.0.14, the following options are possible in your /etc/modprobe.d/sound file as a "model" option:
Code:
****ALC883/888
******3stack-dig****3-jack with SPDIF I/O
******6stack-dig****6-jack digital with SPDIF I/O
******3stack-6ch****3-jack 6-channel
******3stack-6ch-dig 3-jack 6-channel with SPDIF I/O
******6stack-dig-demo**6-jack digital for Intel demo board
******acer********Acer laptops (Travelmate 3012WTMi, Aspire 5600, etc)
******medion****Medion Laptops
******medion-md2****Medion MD2
******targa-dig****Targa/MSI
******targa-2ch-dig****Targs/MSI with 2-channel
******laptop-eapd** 3-jack with SPDIF I/O and EAPD (Clevo M540JE, M550JE)
******lenovo-101e****Lenovo 101E
******lenovo-nb0763****Lenovo NB0763
******lenovo-ms7195-dig Lenovo MS7195
******6stack-hp****HP machines with 6stack (Nettle boards)
******3stack-hp****HP machines with 3stack (Lucknow, Samba boards)
******auto********auto-config reading BIOS (default)
You could try in your /etc/modprobe.d/sound file:
Code:
options snd-hda-intel enable=1 index=0 model=lenovo-ms7195-dig
# u1Nb.xvbr5hti0dD:82801H (ICH8 Family) HD Audio Controller
alias snd-card-0 snd-hda-intel
Which was the Ubuntu recommendation. Then restart your alsa in an xterm/konsole with:
<span style="font-family:Courier New">rcalsasound restart</span>
... and then test your sound (don't forget to check your mixer).
If that doesn't work, instead of "lenovo-ms7195-dig" try "lenovo-101e". Restart your alsa, test your sound. If that doesn't work, then try (one at at time, restarting alsa between each attempt, and testing sound between each attempt) "lenovo-nb0763", "laptop-eapd", ... etc ....
Now I also did a search on your ALC883 (per the audio troubleshooting guide) to see if there were any updates to the ALC883 between alsa 1.0.14 and alsa 1.0.16, and there were:
http://www.alsa-project.org/main/index.php...LC883&go=Go
... with the following options being added to the ALSA-Configuration.txt file.
Code:
acer-aspire****Acer Aspire 9810
haier-w66****Haier W66
6stack-dell****Dell machines with 6stack (Inspiron 530)
mitac**********Mitac 8252D
None of them appear applicable to your lenovo, but its possible the underlying alsa code has been improved for your Lenovo. If it were me, and the model=something entry in the /etc/modprobe.d/sound file did not work, I would update alsa, and after updating try the various lenovo options again in the /etc/modprobe.d/sound file. But thats just me.
In case you do decide to update alsa, since you have the un-updated kernel (with out the security fixes) you will need to use a different zypper command than is in the audio troubleshooting guide. In your case with the less secure kernel you will need to run (in an xterm/konsole with root permissions):
You can skip the alsa-firmware update, if you are happy its not needed. I suspect you don't want to lose that 3.0 MBytes of space.
Note if you update alsa, get your sound working, and then update your kernel, you could find your sound functioning strange again (or even broken). The alsa versions on that site are specific to certain kernel versions.
Also note if you do a hand edit to the /etc/modprobe.d/sound file (like I am recommending) then do NOT run alsaconf nor yast>hardware>sound as that WILL wipe out your custom /etc/modprobe.d/sound file settings.
Good luck.