This works half the time, if that...
into /etc/modules to use setup 0x01 (16 bit)
snd_usb_audio device_setup=0x01
Into the /etc/modprobe/conf to get the cards in the right order most of the time
alias snd-card-0 snd-hda-intel
options snd-card-0 index=0
options snd-hda-intel index=0
remove snd-hda-intel { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-hda-intel
alias snd-card-1 snd-usb-audio
options snd-usb-audio index=1
options stv680 tobgr=1
No comments:
Post a Comment