Now that Cooker is not using devfs, I think we need a new alsa-utils
package. I currently have alsa-utils-0.5.10-2mdk installed and I get
the following:
$ arecord -t 18000 -m -r -d 2
Arecord: version 0.5.10 by Jaroslav Kysela <[EMAIL PROTECTED]>
Error: unable to obtain longname: No such file or directory
When I try to use arecord. strace reveals arecord as still trying to
use the devfs filenames:
write(2, "Arecord: version 0.5.10 by Jaros"..., 59Arecord: version 0.5.10 by Jaroslav
Kysela <[EMAIL PROTECTED]>) = 59
open("/dev/snd/controlC0", O_RDWR) = -1 ENOENT (No such file or directory)
open("/dev/snd/controlC0", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/dev/aloadC0", O_RDONLY) = -1 ENOENT (No such file or directory)
close(-1) = -1 EBADF (Bad file descriptor)
open("/dev/snd/controlC0", O_RDWR) = -1 ENOENT (No such file or directory)
write(2, "Error: unable to obtain longname"..., 60Error: unable to obtain longname: No
such file or directory) = 60
_exit(1) = ?
Thanx,
b.
--
Brian J. Murrell