SUOrangeman
Diamond Member
Shamelessly ripped from alt.os.linux.mandrake
Krishna Donepudi posted:
Hello everyone,
For the longest time, I thought linux does not support my Turtle Beach Santa
Cruz sound card. On the contrary, it has supported it all along. All that
it requires is tampering with some modules.
All you need to do is the following:
insmod soundcore
insmod ac97_codec
insmod cs46xx
Everything should work.
In your /etc/modules.conf, put the following to do this automatically on
boot:
alias sound-slot-0 cs46xx
pre-install cs46xx modprobe -k ac97_codec
Ahhh... Finally got this information out. It's nice to know that I didn't
buy a $99 sound card that only works in Winblows.
Krishna