Thanks … I took a look at the mixer settings and I did not pickup anything really obvious.
Ok, so your sound is sharing IRQ-21 with usb2. I wonder, … could this be a USB mouse? What happens if you put your USB mouse in a different USB port?
There are a lot of ACPI messages for IRQ21 (used by your audio) in your dmesg that i don’t begin to understand. For example:
# ACPI: PCI Interrupt Link [AU1B] enabled at IRQ 21
# ACPI: PCI Interrupt 0000:00:04.0[A] -> Link [AU1B] -> GSI 21 (level, low) -> IRQ 21
# PCI: Setting latency timer of device 0000:00:04.0 to 64
and
# ohci_hcd 0000:00:04.0: OHCI Host Controller
# ohci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 2
# ohci_hcd 0000:00:04.0: irq 21, io mem 0xfe02d000
and there are many others. But most important I note this:
hda_codec: Unknown model for ALC883, trying auto-probe from BIOS...
Strange it would say ALC883 and not ALC888. Lets see what happens if we assign a model in your /etc/modprobe.d/sound file.
You provided this:
Lets try some different settings here. In your /etc/modprobe.d/sound file, change the file (from above) to:
alias snd-card-0 snd-hda-intel
options snd-hda-intel model=auto
alias sound-slot-0 snd-hda-intel
and restart alsa with rcalsasound restart and test your sound. Any difference?
If “auto” does not work, try instead “6stack-dig”, save, and restart alsa with rcalsasound restart and test your sound. Any difference? Because this hiccup was noted in the dmesg during a boot, you may need to try a reboot.
Try also 6stack-dig-demo, 6stack-hp, 6-stack-dell (restarting alsa and testing your sound in each case), and if none of those work, try some of the other settings from the ALSA-Configuration.txt file that I suggested above.