Santa Cruz sound card distortion

Santa Cruz sound card distortion

Post by brenda » Wed, 25 Dec 2002 20:57:22



Hey,

I just configured my sound card (i think) with kernel 2.4.18 on Debian, and there is
sound, except it's very crackly. Could anyone suggest what the problem
could be? It works well on Windows, and has worked on Linux, but that was
with SuSE's YaST, so i definetely know it's not the sound card. The card
is PCI and i ran the following without any trouble..

insmod soundcore
insmod ac97_codec
insmod cs46xx

I then try cat <sound file> > /dev/audio and there is sound, but you
can't make anyhing out of it it's that bad.

Even if someone has a suggestion of what else to try, please let me know.
I just need to be set on the right track, as this is the first time i've
ever configured a device manually.

Cheers.

 
 
 

Santa Cruz sound card distortion

Post by lobotom » Thu, 26 Dec 2002 07:40:40



> Hey,

> I just configured my sound card (i think) with kernel 2.4.18 on Debian,
> and there is sound, except it's very crackly. Could anyone suggest what
> the problem could be? It works well on Windows, and has worked on Linux,
> but that was with SuSE's YaST, so i definetely know it's not the sound
> card. The card is PCI and i ran the following without any trouble..

> insmod soundcore
> insmod ac97_codec
> insmod cs46xx

> I then try cat <sound file> > /dev/audio and there is sound, but you
> can't make anyhing out of it it's that bad.

First of all, you might try using another program to play back audio
rather than /dev/audio, just to see if the problem is with that
particular interface.

Assuming that you get the same results, you might try the ALSA
(http://www.alsa-project.org) drivers.  These were probably used by SuSE.
Even with ALSA, support for these cards is incomplete since Crystal has
not released full specifications for the CS4630, but the ALSA cs46xx
driver has had some improvements recently and may work better for you.

 
 
 

Santa Cruz sound card distortion

Post by brenda » Thu, 26 Dec 2002 14:39:03




>> Hey,

>> I just configured my sound card (i think) with kernel 2.4.18 on Debian,
>> and there is sound, except it's very crackly. Could anyone suggest what
>> the problem could be? It works well on Windows, and has worked on
>> Linux, but that was with SuSE's YaST, so i definetely know it's not the
>> sound card. The card is PCI and i ran the following without any
>> trouble..

>> insmod soundcore
>> insmod ac97_codec
>> insmod cs46xx

>> I then try cat <sound file> > /dev/audio and there is sound, but you
>> can't make anyhing out of it it's that bad.

> First of all, you might try using another program to play back audio
> rather than /dev/audio, just to see if the problem is with that
> particular interface.

> Assuming that you get the same results, you might try the ALSA
> (http://www.alsa-project.org) drivers.  These were probably used by
> SuSE. Even with ALSA, support for these cards is incomplete since
> Crystal has not released full specifications for the CS4630, but the
> ALSA cs46xx driver has had some improvements recently and may work
> better for you.

Ta. I tried using the ALSA drivers, but i'm still having a problem. So
far everything was working fine (ie. no errors compiling etc) until i
had to run amixer as described here..

http://www.alsa-project.org/~valentyn/Alsa-sound-mini-HOWTO-6.html

When i run amixer, i get the following..

amixer: Mixer 0/0 open error: Invalid argument

And here is some more info i'll give you anyway just incase you need it..

$ cat /proc/modules
snd-card-cs461x         1792   0
snd-cs461x             65792   0 [snd-card-cs461x]
snd-pcm                31104   0 [snd-cs461x]
snd-timer               9088   0 [snd-pcm]
snd-rawmidi            10304   0 [snd-cs461x]
snd-seq-device          3608   0 [snd-rawmidi]
snd-ac97-codec         23552   0 [snd-cs461x]
snd-mixer              27688   0 [snd-ac97-codec]
snd                    34752   1 (autoclean) [snd-card-cs461x snd-cs461x snd-pcm snd-timer snd-rawmidi snd-seq-device snd-ac97-codec snd-mixer]
cs46xx                 54440   0
ac97_codec              9568   0 [cs46xx]
soundcore               3492   3 [snd cs46xx]
ppp_deflate            39040   0 (autoclean)
bsd_comp                3968   0 (autoclean)
ppp_async               6176   1 (autoclean)

Hope you can help. Cheers.

 
 
 

Santa Cruz sound card distortion

Post by lobotom » Sat, 28 Dec 2002 08:33:00



> Ta. I tried using the ALSA drivers, but i'm still having a problem. So
> far everything was working fine (ie. no errors compiling etc) until i
> had to run amixer as described here..

> http://www.alsa-project.org/~valentyn/Alsa-sound-mini-HOWTO-6.html

> When i run amixer, i get the following..

> amixer: Mixer 0/0 open error: Invalid argument

> And here is some more info i'll give you anyway just incase you need
> it..

Did you run the script to create the alsa device nodes?  If so, you
should also make sure the user you are running as has permissions on the
alsa native devices.  If not you should run the snddevices script in the
alsa driver package to create the native device nodes.

Quote:> $ cat /proc/modules
> snd-card-cs461x         1792   0
> snd-cs461x             65792   0 [snd-card-cs461x] snd-pcm
>  31104   0 [snd-cs461x] snd-timer               9088   0 [snd-pcm]
> snd-rawmidi            10304   0 [snd-cs461x] snd-seq-device 3608   0
> [snd-rawmidi] snd-ac97-codec         23552   0 [snd-cs461x] snd-mixer  
>           27688   0 [snd-ac97-codec] snd 34752   1 (autoclean)
> [snd-card-cs461x snd-cs461x snd-pcm snd-timer snd-rawmidi snd-seq-device
> snd-ac97-codec snd-mixer] cs46xx
>    54440   0
> ac97_codec              9568   0 [cs46xx] soundcore               3492 3
> [snd cs46xx] ppp_deflate            39040   0 (autoclean) bsd_comp
>            3968   0 (autoclean) ppp_async               6176   1
> (autoclean)

It looks like you have the ALSA (snd-cs461x) and OSS (cs46xx) drivers
loaded at the same time.  I'm surprised it allowed you to do that, and
having both loaded could cause some problems.  Unload the OSS module with
rmmod and see if the problem persists.
 
 
 

Santa Cruz sound card distortion

Post by Jc » Wed, 15 Jan 2003 12:24:29


I have a Santa Cruz on my Mandrake box. The only trouble I have is when the
wave vol is all the way up but my main vol isn't. This might be your
problem. Keep it about 65% and it should do good.



> > Ta. I tried using the ALSA drivers, but i'm still having a problem. So
> > far everything was working fine (ie. no errors compiling etc) until i
> > had to run amixer as described here..

> > http://www.alsa-project.org/~valentyn/Alsa-sound-mini-HOWTO-6.html

> > When i run amixer, i get the following..

> > amixer: Mixer 0/0 open error: Invalid argument

> > And here is some more info i'll give you anyway just incase you need
> > it..

> Did you run the script to create the alsa device nodes?  If so, you
> should also make sure the user you are running as has permissions on the
> alsa native devices.  If not you should run the snddevices script in the
> alsa driver package to create the native device nodes.

> > $ cat /proc/modules
> > snd-card-cs461x         1792   0
> > snd-cs461x             65792   0 [snd-card-cs461x] snd-pcm
> >  31104   0 [snd-cs461x] snd-timer               9088   0 [snd-pcm]
> > snd-rawmidi            10304   0 [snd-cs461x] snd-seq-device 3608   0
> > [snd-rawmidi] snd-ac97-codec         23552   0 [snd-cs461x] snd-mixer
> >           27688   0 [snd-ac97-codec] snd 34752   1 (autoclean)
> > [snd-card-cs461x snd-cs461x snd-pcm snd-timer snd-rawmidi snd-seq-device
> > snd-ac97-codec snd-mixer] cs46xx
> >    54440   0
> > ac97_codec              9568   0 [cs46xx] soundcore               3492 3
> > [snd cs46xx] ppp_deflate            39040   0 (autoclean) bsd_comp
> >            3968   0 (autoclean) ppp_async               6176   1
> > (autoclean)

> It looks like you have the ALSA (snd-cs461x) and OSS (cs46xx) drivers
> loaded at the same time.  I'm surprised it allowed you to do that, and
> having both loaded could cause some problems.  Unload the OSS module with
> rmmod and see if the problem persists.

-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----==  Over 80,000 Newsgroups - 16 Different Servers! =-----
 
 
 

1. alsa, modprobe, lib/modules, and a turtle beach santa cruz sound card equals one confusing problem.

- I installed red hat 7.3 with kernel version 2.4.18.  
- I have a turtle beach santa cruz sound card.  
- I could get sound out of the analog/headphone jack by running
sndconfig, the  problem is, I need digital output to use my speakers.
- I ran ./configure, make, make install, snddevices with the alsa
driver 0.9 rc3.
- All of my existing modules were in /lib/modules/2.4.18-3.  More
specifically, the defalt sound modules are in
/lib/modules/2.4.18-3/kernel/drivers/sound.  However, alsa created the
directory /lib/modules/2.4.18 and put its modules in
/lib/modules/2.4.18/misc
- When I do a modprobe or modinfo, it doesn't seem to find any modules
located in the /lib/modules/2.4.18.  I tried copying all of the alsa
modules from their new directory into the default directory, and when
I run a modprobe I get a lot of unresolved symbol errors, probably 30
or so.
- Also, I ran alsaconf and it created a new modules.conf for me, but
in the line "alias snd-card-0 snd-card-cs461x" it refers to a module
snd-card-cs461x which does not exist.  The closest thing to it is
snd-cx46xx.  I tried renaming it but I get the same unresolved symbol
errors.

so:
1) Why does alsa create its modules in /lib/modules/2.4.18 instead of
/lib/modules/2.4.18-3?  Did I do the right thing in copying them to
the default location?
2) What's the deal with snd-card-461x vs. snd-46xx
3) What is the cause of the "unresolved symbol" errors?
4) Is there anything else that I am missing?

I would really appreciate any help anyone can give me.

2. Underclocking CPU

3. Driver for Santa Cruz sound card???

4. Redirecting Console output to Xterm??

5. sound cards: audigy or santa cruz

6. How to upgrade Xfree3.2??

7. Turtle Beach Santa Cruz sound card problem

8. Samba cannot provide the file sharing as NT does?

9. bad sound with Turtle Beach Santa Cruz (cs46xx)

10. Low sound output levels with TB Santa Cruz and ALSA...

11. Rear Speakers on Turtle Beach Santa Cruz card

12. Fedora Core 4 & Santa Cruz audio card

13. Voyetra Turtle Beach Santa Cruz driver