Dan Garton wrote:
> --- Clemens Ladisch <[EMAIL PROTECTED]> wrote:
> > Dan Garton wrote:
> > > # modprobe snd-usb-audio
> > >  ALSA ../alsa-kernel/usb/usbaudio.c:1980: 2:2:0 :
> > > AS_GENERAL descriptor not found
> >
> > It seems your device isn't 100% compatible with the
> > USB audio
> > specification. Please post the output of "lsusb -v".
>
> Thanks for the response. I had thought that the device
> was fully recognised, from the contents of the files
> generated in
> /proc/asound/card1/.
>
> Anyway here is the (complete) verbose lsusb output:
> ...

Well, your device actually is compatible. The warning message above is
caused by a bug in the driver, but shouldn't affect recording.

> When I try to record from the device, I get an empty
> file:
>
> # arecord -D plughw -t wav -d 5 test.wav
>
> test.wav then contains no data.

"plughw" defaults to the first sound card. Please try:

    arecord -D plughw:1 -r 44100 -c 1 -f S16_LE -v -t wav -d 5 test.wav


HTH
Clemens




-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to