Click to See Complete Forum and Search --> : Turtle Beach Santa Cruz Fedora


coolego1
03-31-2004, 07:03 PM
Hi,
I am running Fedora Core 1 and I have a TB Santa Cruz soundcard. I am having trouble getting alsa to use it. I use tvtime and xawtv and their sound works fine, as well as just about every other media player. I just put some software for midi sequencing on (using the AGNULA package, specifically MuSE) which does not recognize my soundcard. It claims that I do not have a soundcard. I have no idea as to how to install the drivers or what driver to get.

hard candy
03-31-2004, 07:18 PM
The module is "cs46xx", try "insmod cs46xx" to load the module.

coolego1
03-31-2004, 07:51 PM
where would insmod go?

EnigmaOne
03-31-2004, 08:20 PM
insmod should already be living in your filesystem as: /sbin/insmod

coolego1
03-31-2004, 09:16 PM
I got the output:

Using /lib/modules/2.4.22-1.2115.nptl/kernel/drivers/sound/cs46xx.o
/lib/modules/2.4.22-1.2115.nptl/kernel/drivers/sound/cs46xx.o: unresolved symbol ac97_probe_codec_Redf32a8e
/lib/modules/2.4.22-1.2115.nptl/kernel/drivers/sound/cs46xx.o: unresolved symbol ac97_release_codec_R0a40cae1
/lib/modules/2.4.22-1.2115.nptl/kernel/drivers/sound/cs46xx.o: unresolved symbol ac97_alloc_codec_Ra481435a

that doesn't look good... by the way, I managed to break what sound I had by trying to run the friendly red hat sound card detector. Now I get absolutely no sound.:confused:

Alex Cavnar, aka alc6379
03-31-2004, 10:27 PM
try running modprobe instead of insmod. IIRC, modprobe was supposed to load the card's dependant modules.