On Wed, 2005-01-12 at 10:02 +0100, Clemens Ladisch wrote: > Rusty Phillips wrote: > > I recently purchased one, and have been trying to find out > > anything I can about getting it to work. So far all I've gotten > > is playback on two channels at 48Khz with alsa (from the 2.6.10 > > kernel as well as from alsa CVS). > > What are the contents of /proc/asound/cardX/stream0? > Is there a second output device in the output of "aplay -l"? > > > Clemens > Oh...sorry to mislead you there. All four channels "work." The problem is that recording doesn't at all, and neither do higher bitrates. First, aplay -l: **** List of PLAYBACK Hardware Devices **** card 0: USB [OmniStudio USB], device 0: USB Audio [USB Audio] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: USB [OmniStudio USB], device 1: USB Audio [USB Audio #1] Subdevices: 1/1 Subdevice #0: subdevice #0 >From my asoundrc: pcm.omni1 { type hw card 0 device 0 } ctl.omni1 { type hw card 0 } pcm.omni2 { type hw card 0 device 1 } ctl.omni2 { type hw card 0 } So I tested this with this: arecord -D omni1 -r 48000 -t wav -v out.wav -f S24_3LE -c2 With a microphone plugged into channel 1. The omnistudio shows signal level varying via the LED, so I know I'm getting a signal into the device. However, the result I'm hearing is silence. Higher recording rates are even worse - I get a strange "beep" followed by static. Attached is /proc/asound/card0/stream0. I've found this, which may also refer to the problem in my card (it's about the USB Quattro)...unsure. http://www.music.columbia.edu/pipermail/linux-audio-user/2004-June/012737.html Still...I should be getting some kind of signal, shouldn't I? Thoughts?