Author |
Message |
roofchop
|
Posted: Tue Jun 10, 2008 12:06 pm |
|
Joined: Sat Jan 26, 2008 10:28 pm
Posts: 53
Location:
Montreal, Canada
|
I would really like to be able to burn audio CDs from my myth box. I followed the wiki page:
http://www.knoppmythwiki.org/index.php?page=BurnAudioCD
when I try the last step from the command line
Quote: 5. Exit MythMusic and execute the burnaudio.pl command (either from the command line or from the new menu item)
It returns that the file isn't executable.
I did the step
Code: chmod +x burnaudio.pl
in the same folder and tried with the complete filename, but still can't execute burnaudio.pl.
Any suggestions, I don't know where to go from here....
Thanks,
JJ
_________________ roofchop
KnoppMyth R6, Antec Fusion, Asus P4P800-VM, Pentium 2.8Ghz, OCZ 2x1Gb RAM, 500Gb SATA, Hauppauge 2 PVR-150MCE, Nvidia GeForce 5600, Samsung SyncMaster 225BW (VGA), Optoma HD65 Projector (DVI)....
|
|
Top |
|
 |
slowtolearn
|
Posted: Tue Jun 10, 2008 12:31 pm |
|
Joined: Wed Nov 16, 2005 8:55 pm
Posts: 1381
Location:
Farmington, MI USA
|
Try Code: ./burnaudio.pl if you are in the directory where burnaudio.pl resides, or Code: /full/path/to/burnaudio.pl If those don't work please post the exact error message.
Also, make sure the very first line in the file is #!/usr/bin/perl
|
|
Top |
|
 |
roofchop
|
Posted: Tue Jun 10, 2008 11:22 pm |
|
Joined: Sat Jan 26, 2008 10:28 pm
Posts: 53
Location:
Montreal, Canada
|
Thanks for the help slowtolearn, your first suggestioned worked. What is the difference to add the ./ in front?
However, this didn't successfully burn my audio CD, instead I got the following errors. Any ideas?
Thanks
Code: sh-3.1$ ./burnaudio.pl Retrieving playlist: 1... Writing playlist () to m3u file... wodim: No write mode specified. wodim: Asuming -tao mode. wodim: Future versions of wodim may have different drive dependent defaults. Quickly guessing the name of a drive capable to write CD-R, please wait... Found /dev/cdrw, assuming dev=/dev/cdrw Device type : Removable CD-ROM Version : 0 Response Format: 2 Capabilities : Vendor_info : 'LITE-ON ' Identification : 'DVDRW SHM-165H6S' Revision : 'HS06' Device seems to be: Generic mmc2 DVD-R/DVD-RW. Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr). Driver flags : MMC-3 SWABAUDIO BURNFREE FORCESPEED Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R Speed set to 8467 KB/s Starting to write CD/DVD at speed 48.0 in real TAO mode for single session. Last chance to quit, starting real write 0 seconds. Operation starts.
WARNING: padding up to secsize. Track 01: Total bytes read/written: 34725888/34727280 (14765 sectors).
WARNING: padding up to secsize. Track 02: Total bytes read/written: 28758528/28760256 (12228 sectors).
WARNING: padding up to secsize. Track 03: Total bytes read/written: 43296768/43297968 (18409 sectors).
WARNING: padding up to secsize. Track 04: Total bytes read/written: 17690112/17691744 (7522 sectors).
WARNING: padding up to secsize. Track 05: Total bytes read/written: 36758016/36759408 (15629 sectors).
WARNING: padding up to secsize. Track 06: Total bytes read/written: 30477312/30479568 (12959 sectors).
WARNING: padding up to secsize. Track 07: Total bytes read/written: 21095424/21097440 (8970 sectors).
WARNING: padding up to secsize. Track 08: Total bytes read/written: 29071872/29073072 (12361 sectors).
WARNING: padding up to secsize. Track 09: Total bytes read/written: 46024704/46026288 (19569 sectors).
WARNING: padding up to secsize. Track 10: Total bytes read/written: 31624704/31624992 (13446 sectors).
WARNING: padding up to secsize. Track 11: Total bytes read/written: 26777088/26777520 (11385 sectors).
WARNING: padding up to secsize. Track 12: Total bytes read/written: 39831552/39833472 (16936 sectors). Track 13: Total bytes read/written: 18740736/18740736 (7968 sectors). Errno: 0 (Success), write_g1 scsi sendcmd: no error CDB: 2A 00 00 02 D2 E2 00 00 1B 00 status: 0x4 (CONDITION MET/GOOD) resid: 63504 cmd finished after 46.420s timeout 40s write track data: error after 25719120 bytes wodim: A write error occured. wodim: Please properly read the error message above. Errno: 0 (Success), test unit ready scsi sendcmd: no error CDB: 00 00 00 00 00 00 status: 0x2 (CHECK CONDITION) Sense Bytes: 70 00 02 00 00 00 00 0A 00 00 00 00 04 01 00 00 Sense Key: 0x2 Not Ready, Segment 0 Sense Code: 0x04 Qual 0x01 (logical unit is in process of becoming ready) Fru 0x0 Sense flags: Blk 0 (not valid) cmd finished after 0.363s timeout 40s Errno: 0 (Success), flush cache scsi sendcmd: no error CDB: 35 00 00 00 00 00 00 00 00 00 status: 0x2 (CHECK CONDITION) Sense Bytes: 70 00 02 00 00 00 00 0A 00 00 00 00 04 01 00 00 Sense Key: 0x2 Not Ready, Segment 0 Sense Code: 0x04 Qual 0x01 (logical unit is in process of becoming ready) Fru 0x 0 Sense flags: Blk 0 (not valid) cmd finished after 0.319s timeout 120s Trouble flushing the cache wodim: Cannot fixate disk. warning: cdrecord exited non-zero! cleaning up children: 5210 5213 5216 5219 5222 5225 5228 5231 5234 5237 5240 5243 5246 5249 5252 5255 5258 5261 5264 5267 5270 5273 5276 5279 5282 5285 5288 5291 5294 5297 5300 5303 5306 5309 5312 5315 5318 5321 sh-3.1$
_________________ roofchop
KnoppMyth R6, Antec Fusion, Asus P4P800-VM, Pentium 2.8Ghz, OCZ 2x1Gb RAM, 500Gb SATA, Hauppauge 2 PVR-150MCE, Nvidia GeForce 5600, Samsung SyncMaster 225BW (VGA), Optoma HD65 Projector (DVI)....
|
|
Top |
|
 |
slowtolearn
|
Posted: Wed Jun 11, 2008 5:40 am |
|
Joined: Wed Nov 16, 2005 8:55 pm
Posts: 1381
Location:
Farmington, MI USA
|
roofchop wrote: Thanks for the help slowtolearn, your first suggestioned worked. What is the difference to add the ./ in front? You are telling the shell to look in the current directory (which is not in your PATH). The second option will work as well, or you could place the burnaudio.pl script into a directory already in your PATH (/usr/bin, /usr/local/bin, etc.) roofchop wrote: However, this didn't successfully burn my audio CD, instead I got the following errors. Any ideas? Not really, but this Code: write track data: error after 25719120 bytes wodim: A write error occured. sounds to me like you have a bad piece of media. Is the error repeatable?
|
|
Top |
|
 |
roofchop
|
Posted: Wed Jun 11, 2008 10:42 pm |
|
Joined: Sat Jan 26, 2008 10:28 pm
Posts: 53
Location:
Montreal, Canada
|
I tried it again, and it WORKED. I was worried about making more coasters, but I guess it was just bad luck with the CD I tried. Thanks for the help and the linux lessons. Now to add the menu botton.
Peace,
JJ
_________________ roofchop
KnoppMyth R6, Antec Fusion, Asus P4P800-VM, Pentium 2.8Ghz, OCZ 2x1Gb RAM, 500Gb SATA, Hauppauge 2 PVR-150MCE, Nvidia GeForce 5600, Samsung SyncMaster 225BW (VGA), Optoma HD65 Projector (DVI)....
|
|
Top |
|
 |