i've already lurked a while searching for the answer for this, but i really don't know if i got the right explanation: aparently i have to add a "model=xxx" to the end of a line of /etc/modprobe.d/alsa-base.conf but it is a workaround for DEBIAN users only.
i wanted to know how to deal with it on TC.
alsaconf scripts make /etc/modprobe be like this:
# /etc/modprobe.conf: Modprobe config file.
#
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF version 1.0.23 ---
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
# --- END: Generated by ALSACONF, do not edit. ---
does it work if i do this?
# /etc/modprobe.conf: Modprobe config file.
#
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF version 1.0.23 ---
alias snd-card-0 snd-hda-intel model=acer
alias sound-slot-0 snd-hda-intel model=acer
# --- END: Generated by ALSACONF, do not edit. ---
help me once again, true warriors of linux!