The two devices returned by ossinfo are:
Code: Select all
USB sound device play /dev/oss/usb0d8c000e-1/pcm0 (device index 0)
USB sound device rec /dev/oss/usb0d8c000e-2/pcmin0 (device index 1)
When I do:
Code: Select all
ossrecord -d /dev/oss/usb0d8c000e-2/pcmin0 -t 5 k.wav
This appears:
Code: Select all
/dev/oss/usb0d8c000e-2/pcmin0: Input/output error
What's the issue here? Thanks in advance.