Jacques Beigbeder wrote:
Contents of /etc/modprobe.conf:
install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 &&
{ /usr/sbin/alsactl restore >/dev/null 2>&1 || :; }
remove snd-hda-intel { /usr/sbin/alsactl store 0 >/dev/null 2>&1 ||
: ; }; /sbin/modprobe -r --ignore-remove snd-hda-intel
alias snd-card-0 snd-hda-intel model=3stack
options snd-card-0 index=0
But /proc/asound/cards is empty...
What can I do?
Check this out
https://www.redhat.com/archives/fedora-test-list/2007-June/msg00074.html
I already tried, with and without 'model=3stack'...
Make sure that have the latest kernel updates and file a bug report
against the kernel in http://bugzilla.redhat.com if it still does not work.
Rahul