Thanks for that, … it is a bit puzzling … it looks like you did an update between the two.
The first script you ran “talsa” @ 15:31:50 ETD did not detect your driver/card, and your PC appeared to be missing the alsa driver. The second script you ran “alsa-info.sh” @ 16:46:16 ETD detected your card/driver (1.0.16RC2) and your utilities (1.0.17RC2). It also detected your hardware codec as an ALC883.
Also, 1.0.17RC2 of your utilities is inconsistent with:
alsa-utils-1.0.16.92.git20080617-1.1
that you posted above. So clearly I have a moving target here.
Also, the tsala script asks how many plugs/jacks on the back of your PC. You filled in 0. I don’t believe that. It asks how many speakers, you filled in 0. I don’t believe that. It asks if you have model options (which you don’t according to the /etc/modprobe.d/sound file you posted) yet you filled in YES. Is there any chance of getting accurate information there? That information is needed to try select a model option for your /etc/modprobe.d/sound file.
I lost my crystal ball in the last stock market crash (it wasn’t a very good crystal ball
) so I am not able to provide/fill in the correct information on your PC.
Please, if you change the alsa rpms you have installed, you need to rerun “rpm -qa | grep alsa” and tell me what that gives. Else any recommendation I give could be off the mark, and not help.
Anyway, when I do a search on the alsa web site for the ALC883, I note item-19 reflects an update to the ALC883 in v. 1.0.17RC1 of alsa.
Search results - AlsaProject
So its possible an update to the alsa-driver may be needed. If you tried to do that, the alsa-info.sh script clearly indicates you did not succeed.
Given you have been changing your configuration in the middle of my trying to help, and given I no longer know your configuration as it is a moving target, I am reluctant to spend much time on this, until your configuration settles down. The problem is any recommendation I give could be configuration specific, and hence out of date before you get it. So there is not much point for me in this … 
Anyway, you should look at your mixer IEC958 setting. You have that ON. Should it be ON? For some users who do not have digital audio setup, switching it ON will mute their sound. Try switching it OFF.
You could try editing your /etc/modprobe.d/sound file, with options from the ALSA-Configuration.txt file, of which I have posted the salient information here: general pastebin - Anonymous - post number 1053088
for example, if you have 3-jacks on the back of your PC sound device, you could try:
options snd slots=snd-hda-intel model=3stack-dig
# FVI2.l+m4jtQBEVE:VIA High Definition Audio Controller
alias snd-card-0 snd-hda-intel
and then restart alsa from a konsole with root permissions with: rcalsasound restart and then check your mixers and your sound.
If that doesn’t work, try that again and again with each of the model options in the pastebin URL I posted general pastebin - Anonymous - post number 1053088
, 'til you find one that works. But be certain to check your mixer each time.