This is a static archive of the old Zorin Forum.
The information below may be outdated. Visit the new Zorin Forum
here ›If you have registered on the old forum, you will need to create an account on the new forum.
rmcellig
Sat Aug 25, 2012 6:10:28 pm
My computer dual boots with Puppy Linux 5.2.8.
In Puppy Linux,this is the code I use to record my radio show every Sunday:
arecord -t wav -f cd -d 8700 /mnt/sdc1/radioshows/ITAUG2612.wav
It works fine.
when I use the same code in Zorin 6 core, nothing happens. Do I have to reset the path to something else? What info do you need to help me?
Wolfman
Sat Aug 25, 2012 6:31:45 pm
Hi,
have you entered the correct path like in this pic??. What is the address of the target folder??.
- linux-audio-ubuntu,I-M-279310-13.png (22.85 KiB)
Regards Wolfman
rmcellig
Sat Aug 25, 2012 6:59:54 pm
When I record my shows, I save the recording to two different areas. The other code I use is this:
arecord -t wav -f cd -d 120 /home/home/Desktop/intransition.wav
This works fine. It's only when I want to save the recording to my external USB drive (arecord -t wav -f cd -d 8700 /mnt/sdc1/radioshows/ITAUG2612.wav) that I run into problems. I am pretty sure that the path is wrong.
When I am in Zorin, the path of the folder looks like this. See attached.
As a test, I set the code to record every minute. Once I know it works, I reset the time to the actual hour of my radio show.
Wolfman
Sat Aug 25, 2012 8:42:08 pm
Hi,
is your external drive auto-mounted?? and have you double checked the path name??.
An example of a file that I have on an external drive path name:
/media/My Passport/gparted guide/gparted how to.odtRegards Wolfman
rmcellig
Sat Aug 25, 2012 9:05:23 pm
I double checked the path name.
This worked. Thanks for your help anyway Wolfman!
arecord -t wav -f cd -d 2700 /media/6419E04D42F9047A/radioshows/ITAUG2612.wav
Wolfman
Sun Aug 26, 2012 7:38:21 am
Cool
I did notice in the 2nd pic that
/home appears twice in the path!!??.
Regards Wolfman
rmcellig
Sun Aug 26, 2012 9:46:26 am
Yes. That is the path I saw when I followed it back to root /.