I have Linuxlite 2.2 installed on a Dell 3000 desktop with 2GB of RAM. When I went to the terminal and typed crontab -e, I used nano to setup my cronjob:
This works fine except that there is no audio. When I runĀ this from the terminal, everything works fine.
Any ideas why it is not working from Cron? What can I try out and post back?
Thanks!!!
Code:
*/10 * * * * /usr/bin/arecord -t wav -f cd -d 44 /home/randy/Music/test.wav
This works fine except that there is no audio. When I runĀ this from the terminal, everything works fine.
Code:
/usr/bin/arecord -t wav -f cd -d 44 /home/randy/Music/test.wav
Any ideas why it is not working from Cron? What can I try out and post back?
Thanks!!!