Use code tags to post computer output. Advanced editor, #.
> ,
> :/usr/bin> arecord -vv -f cd test.wav
…
> test.wav: Permission denied
You have no permissions to write file test.wav into directory /usr/bin,
which is as it should be. Run “cd” to change to your user home directory
and try again.
–
Cheers / Saludos,
Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)
In addition to your not having permissions to write a file ‘test.wav’, … note also YOU need to provide the file ‘test.wav’. It does NOT come with your system by default. So grab a .wav file of your choice, and rename it to test.wav, and put it in /home/yourusername, and test from the directory /home/yourusername
On 2011-11-06 09:26, oldcpu wrote:
>
> In addition to your not having permissions to write a file ‘test.wav’,
> … note also YOU need to provide the file ‘test.wav’.
Nononono.
arecord creates the file, recording sound.
–
Cheers / Saludos,
Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)