On Fri, Dec 13, 2019 at 1:02 AM Clemens Ladisch <cladi...@googlemail.com> wrote:
>
> Jesse Hathaway wrote:
> > On Thu, Dec 12, 2019 at 8:01 AM Clemens Ladisch <cladi...@googlemail.com> 
> > wrote:
> >> Then I cannot explain the "No such file or directory" message.
> >> What is the output of "strace -e open arecord -D plughw:1 test.wav"?
> >
> > openat(AT_FDCWD, "/dev/snd/pcmC0D0c", O_RDWR|O_NONBLOCK|O_CLOEXEC) = -1 
> > ENOENT (No such file or directory)
>
> pcmC0* is card 0, a different device.
>
> Did you really use "plughw:1"?  Did you make any modifications to the "hw"
> or "plughw" definitions in one of the ALSA configuration files?

sorry for the confusion, after a reboot the usb devices were numbered
in a different order, with the
HyperX as 0, so I had to run `strace -e open arecord -D plughw:0
test.wav` to target the same device.


_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to