I note you have an ALC883 from the script.
I also note from the script:
snd_hda_intel/parameters/model:mitac,<NULL>,<NULL>,
but your /etc/modprobe.d/sound file has:
options snd slots=snd-hda-intel
# u1Nb.WwbOITG9v9B:82801H (ICH8 Family) HD Audio Controller
alias snd-card-0 snd-hda-intel
… so I am wondering, … did you insert an option that states “model=mitac” somewhere, or did alsa do that automatically?
The ALSA-Configuration.txt options for ALC883 are:
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)
acer-aspire Acer Aspire 9810
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
haier-w66 Haier W66
3stack-hp HP machines with 3stack (Lucknow, Samba boards)
6stack-dell Dell machines with 6stack (Inspiron 530)
mitac Mitac 8252D
clevo-m720 Clevo M720 laptop series
fujitsu-pi2515 Fujitsu AMILO Pi2515
auto auto-config reading BIOS (default)
of which one option is “mitac”. But it seems to me it would be more appropriate to try “medion” or “medion-md2”, or one of the many other options.
Also, the dmesg has some strange errors. It notes the application of model mitac, but then it identifies an ALC268 (as opposed to your ALC883).
# ALSA /usr/src/packages/BUILD/alsa-driver/pci/hda/hda_codec.c:2334: hda_codec: model 'mitac' is selected
# hda_codec: Unknown model for ALC268, trying auto-probe from BIOS...
# ALSA /usr/src/packages/BUILD/alsa-driver/pci/hda/hda_codec.c:3030: autoconfig: line_outs=0 (0x0/0x0/0x0/0x0/0x0)
# ALSA /usr/src/packages/BUILD/alsa-driver/pci/hda/hda_codec.c:3034: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
# ALSA /usr/src/packages/BUILD/alsa-driver/pci/hda/hda_codec.c:3038: hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
# ALSA /usr/src/packages/BUILD/alsa-driver/pci/hda/hda_codec.c:3039: mono: mono_out=0x0
# ALSA /usr/src/packages/BUILD/alsa-driver/pci/hda/hda_codec.c:3047: inputs: mic=0x0, fmic=0x0, line=0x0, fline=0x0, cd=0x0, aux=0x0
# hda_codec: Cannot set up configuration from BIOS. Using base mode...
# ALSA /usr/src/packages/BUILD/alsa-driver/acore/control.c:332: control 2:0:0:Front Playback Volume:0 is already present
# ALSA /usr/src/packages/BUILD/alsa-driver/acore/control.c:332: control 2:0:0:Front Playback Switch:0 is already present
# ALSA /usr/src/packages/BUILD/alsa-driver/acore/control.c:332: control 2:0:0:Headphone Playback Switch:0 is already present
# ALSA /usr/src/packages/BUILD/alsa-driver/acore/control.c:332: control 2:0:0:Mic Boost:0 is already present
# ALSA /usr/src/packages/BUILD/alsa-driver/acore/control.c:332: control 2:0:0:Front Mic Boost:0 is already present
# ALSA /usr/src/packages/BUILD/alsa-driver/acore/control.c:332: control 2:0:0:Capture Volume:0 is already present
# ALSA /usr/src/packages/BUILD/alsa-driver/acore/control.c:332: control 2:0:0:Capture Switch:0 is already present
# ALSA /usr/src/packages/BUILD/alsa-driver/acore/control.c:332: control 2:0:0:Input Source:0 is already present
I can’t help but think you have made other audio/attempted changes, that you have not told me about?
The dmesg also makes reference to some boot codes you could try.
I assume you tried booting with fail safe settings, and get no sound from that also?