From: Chris D. <Chr...@cl...> - 2005-02-09 06:30:24
|
Hi there, Firstly, thanks to the team of developers who produced cdrdao. I run Sun JDS Linux. Wishing to burn CD-Audio in DAO mode (I had been using cdrecord to burn CD-Audio in TAO mode) I downloaded the cdrdao source. Configuration, compilation, and installation went smoothly - great start! Unfortunately, the first burning didn't. I've pasted the output below. My CD writer is a HP CD-Writer+ 8100, in case that matters. Thanks & regards, Chris. saxon:/mnt/ultra3/Music/wav # cdrdao write --device ATAPI:0,0,0 --speed 2 --eject cd.toc Cdrdao version 1.1.9 - (C) Andreas Mueller <an...@da...> SCSI interface library - (C) Joerg Schilling Paranoia DAE library - (C) Monty Check http://cdrdao.sourceforge.net/drives.html#dt for current driver tables. Using libscg version 'schily-0.8' ATAPI:0,0,0: HP CD-Writer+ 8100 Rev: 1.0g Using driver: Generic SCSI-3/MMC - Version 2.0 (options 0x0010) Burning entire 79 mins disc. Starting write at speed 2... Pausing 10 seconds - hit CTRL-C to abort. Process can be aborted with QUIT signal (usually CTRL-\). Executing power calibration... Power calibration successful. Writing track 01 (mode AUDIO/AUDIO )... /usr/local/bin/cdrdao: Input/output error. : scsi sendcmd: no error CDB: 2A 00 00 00 01 15 00 00 17 00 status: 0x2 (CHECK CONDITION) Sense Bytes: 70 00 05 00 00 00 00 12 00 00 00 00 24 00 00 00 00 00 00 00 00 00 00 00 00 00 Sense Key: 0x5 Illegal Request, Segment 0 Sense Code: 0x24 Qual 0x00 (invalid field in cdb) Fru 0x0 Sense flags: Blk 0 (not valid) cmd finished after 30.484s timeout 180s ERROR: Write data failed. ERROR: Writing failed - buffer under run? ERROR: Writing failed. |
From: Giuseppe C. <co...@lu...> - 2005-02-11 07:32:08
|
On Wed, Feb 09, 2005 at 08:00:40PM +1300, Chris Dodunski wrote: > I run Sun JDS Linux. Wishing to burn CD-Audio in DAO mode (I had been > using cdrecord to burn CD-Audio in TAO mode) I downloaded the cdrdao > source. Configuration, compilation, and installation went smoothly - > great start! Unfortunately, the first burning didn't. I've pasted the > output below. ... Pleas read the README file and see if the notes regarding the 8100 are meaningful to your case. -- Giuseppe "Cowo" Corbelli ~\/~ My software: http://cowo.yoda2000.net -<! Any sufficiently advanced bug is indistinguishable from a feature. !>- Rich Kulawiec |
From: Chris D. <Chr...@cl...> - 2005-02-11 10:34:03
|
Relevant section of README: HP CD-Writer+ 75XX, HP CD-Writer+ 8100, SONY CRX100, HP CD-Writer+ 8200 The firmware restricts the possible disk types in multi session mode (DAO only) to one of the following: o Pure audio CD. o CD-EXTRA where the 1st session contains only audio tracks and the 2nd session contains 1 data track. Further restrictions: o The length of the 1st track's pre-gap is restricted to a certain amount. o Cue sheets with ISRC codes are rejected of the COPY flag is set. This might be fixed in future versions. I think the error message output by cdrdao wasn't intended for the layman (repeated below). What I can say, is that I was not recording multi session, so my interpretation of the above is that those constraints should have had no bearing. May be a red herring, but when performing a 'cdrdao --scanbus', cdrdao reported back that my CD recorder is addressed "ATAPI:0,0,0", whereas I've always used SCSI 2,0,0 with cdrecord. Seems that cdrdao identified the correct drive though, as I ruined two blank disks in attempted writes. I've also pasted below a copy of the cd.toc file I manually created, in case there is a problem with it. Seems fine when compared against the example toc-files. **cd.toc file** TRACK AUDIO FILE "Peter_Gabriel_-_Big_Time.wav" 0 TRACK AUDIO FILE "Peter_Gabriel_-_Digging_In_The_Dirt.wav" 0 TRACK AUDIO FILE "Peter_Gabriel_-_Games_Without_Frontiers.wav" 0 TRACK AUDIO FILE "Peter_Gabriel_-_In_Your_Eyes.wav" 0 TRACK AUDIO FILE "Peter_Gabriel_&_Kate_Bush_-_Don't_Give_Up.wav" 0 TRACK AUDIO FILE "Peter_Gabriel_-_Red_Rain.wav" 0 TRACK AUDIO FILE "Peter_Gabriel_-_Salsbury_Hill.wav" 0 TRACK AUDIO FILE "Peter_Gabriel_-_Shock_The_Monkey.wav" 0 TRACK AUDIO FILE "Peter_Gabriel_-_Sledgehammer.wav" 0 TRACK AUDIO FILE "Peter_Gabriel_-_Steam.wav" 0 **Error output by cdrdao** saxon:/mnt/ultra3/Music/wav # cdrdao write --device ATAPI:0,0,0 --speed 2 --eject cd.toc Cdrdao version 1.1.9 - (C) Andreas Mueller <an...@da...> SCSI interface library - (C) Joerg Schilling Paranoia DAE library - (C) Monty Check http://cdrdao.sourceforge.net/drives.html#dt for current driver tables. Using libscg version 'schily-0.8' ATAPI:0,0,0: HP CD-Writer+ 8100 Rev: 1.0g Using driver: Generic SCSI-3/MMC - Version 2.0 (options 0x0010) Burning entire 79 mins disc. Starting write at speed 2... Pausing 10 seconds - hit CTRL-C to abort. Process can be aborted with QUIT signal (usually CTRL-\). Executing power calibration... Power calibration successful. Writing track 01 (mode AUDIO/AUDIO )... /usr/local/bin/cdrdao: Input/output error. : scsi sendcmd: no error CDB: 2A 00 00 00 01 15 00 00 17 00 status: 0x2 (CHECK CONDITION) Sense Bytes: 70 00 05 00 00 00 00 12 00 00 00 00 24 00 00 00 00 00 00 00 00 00 00 00 00 00 Sense Key: 0x5 Illegal Request, Segment 0 Sense Code: 0x24 Qual 0x00 (invalid field in cdb) Fru 0x0 Sense flags: Blk 0 (not valid) cmd finished after 30.484s timeout 180s ERROR: Write data failed. ERROR: Writing failed - buffer under run? ERROR: Writing failed. On Thu, 2005-02-10 at 10:21, Giuseppe Corbelli wrote: > On Wed, Feb 09, 2005 at 08:00:40PM +1300, Chris Dodunski wrote: > > I run Sun JDS Linux. Wishing to burn CD-Audio in DAO mode (I had been > > using cdrecord to burn CD-Audio in TAO mode) I downloaded the cdrdao > > source. Configuration, compilation, and installation went smoothly - > > great start! Unfortunately, the first burning didn't. I've pasted the > > output below. > ... > Pleas read the README file and see if the notes regarding the 8100 are > meaningful to your case. |
From: Giuseppe C. <co...@lu...> - 2005-02-14 13:48:29
|
On Fri, Feb 11, 2005 at 11:34:13PM +1300, Chris Dodunski wrote: > Relevant section of README: > > HP CD-Writer+ 75XX, HP CD-Writer+ 8100, SONY CRX100, HP CD-Writer+ 8200 > The firmware restricts the possible disk types in multi session > mode (DAO only) to one of the following: > > o Pure audio CD. > o CD-EXTRA where the 1st session contains only audio tracks and the > 2nd session contains 1 data track. > > Further restrictions: > > o The length of the 1st track's pre-gap is restricted to a certain > amount. > o Cue sheets with ISRC codes are rejected of the COPY flag is set. > This might be fixed in future versions. > > I think the error message output by cdrdao wasn't intended for the > layman (repeated below). What I can say, is that I was not recording > multi session, so my interpretation of the above is that those > constraints should have had no bearing. You can try a multisession with --force. > May be a red herring, but when performing a 'cdrdao --scanbus', cdrdao > reported back that my CD recorder is addressed "ATAPI:0,0,0", whereas > I've always used SCSI 2,0,0 with cdrecord. Seems that cdrdao identified > the correct drive though, as I ruined two blank disks in attempted > writes. ... This may be the problem. The 2,0,0 hints an ide-scsi device, while ATAPI: is alternate transport for 2.4 kernels. If cdrecord works with ide-scsi you should also try ide-scsi for cdrdao. If you have a 2.6 kernel you should get better luck with the ATA: transport. -- Giuseppe "Cowo" Corbelli ~\/~ My software: http://cowo.yoda2000.net DOS - Defective Operating System IBM - I Blame Microsoft BASIC - Bill's Attempt to Seize Industry Control WINDOWS - Will Install Needless Data On Whole System MICROSOFT - Most Intelligent Customers Realize Our Software Only Fools Teenagers |