Group: comp.os.linux.hardware


Subject: Trouble writing CD-R from DVD recorder
From: Dances With Crows
Date: 10/23/2007 11:25:05 PM
Mark Bratcher staggered into the Black Sun and said: > I have an LG DVD recorder that supports a whole pile of formats, > [but] every time I try to record to CD-R I get this: > # cdrecord -v dev=ATAPI:1,1,0 speed=16 image.iso It's usually better to use the raw device, often /dev/hdc or /dev/hdd for IDE DVD+-RWs, despite Joerg's complaining about it. Works great; I've been doing that with all my CD/DVD+-RWs ever since the 2.6 kernel came out. > Use of ATA is preferred over ATAPI. > Warning: Using ATA Packet interface. > The related Linux kernel interface code seems to be unmaintained. > There is absolutely NO DMA, operations thus are slow. ...like the warning messages say, this is not recommended. > Vendor_info : 'HL-DT-ST' Identifikation : 'DVD+-RW GWA4164B' > Revision : 'D108' Mine: Vendor_info : 'HL-DT-ST' Identifikation : 'DVD-RAM GSA-H22L' Revision : '1.00' ...so relatively different. > cdrecord: Input/output error. test unit ready: scsi sendcmd: no error > status: 0x2 (CHECK CONDITION) > Sense Bytes: 70 00 02 00 00 00 00 0E 00 00 00 00 3A > Sense Key: 0x2 Not Ready, Segment 0 Yep, this or similar errors are what I remember from trying to use ATA: and ATAPI: . > I can write to DVD-Rs no problem, etc. Using the exact same command? Odd. I haven't had any problems writing CD-R, CD-RW, DVD+R, or DVD-R with this drive (problems were mostly with the @#$%^ing cheap-arse motherboard I had for 6 months, argh.) So something's off somewhere. -- So, what do *you* do for a living? I sit in a chair, pressing small plastic rectangles with my fingers while peering at many tiny, colored dots. --Peter Manders Matt G|There is no Darkness in Eternity/But only Light too dim for us to see

Subject: Trouble writing CD-R from DVD recorder
From: markhobley@hotpop.deletethisbit.com (Mark Hobley)
Date: 10/25/2007 9:08:07 PM
Mark Bratcher <mbratch.UN@spam.rochester.rr.com> wrote: > # cdrecord -v dev=ATAPI:1,1,0 speed=16 image.iso Try this one: cdrecord dev=/dev/hdd speed=1 padsize=63s -pad -dao -v -eject image.iso Where /dev/hdd is your dvd writer drive. Regards, Mark. -- Mark Hobley 393 Quinton Road West QUINTON Birmingham B32 1QE Email: markhobley at hotpop dot donottypethisbit com http://markhobley.yi.org/

Subject: Trouble writing CD-R from DVD recorder
From: js@cs.tu-berlin.de (Joerg Schilling)
Date: 10/26/2007 12:29:48 PM
In article <471e756d$0$25689$4c368faf@roadrunner.com>, Mark Bratcher <mbratch.UN@SPAM.rochester.rr.com> wrote: >I have an LG DVD recorder that supports a whole pile of formats, including CD-R and CD-RW. >The drive can read/write anything except the CD-R and CD-RW. Every time I try to record >to CD-R I get this: >---------- ># cdrecord -v dev=ATAPI:1,1,0 speed=16 image.iso >cdrecord: No write mode specified. >cdrecord: Asuming -tao mode. >cdrecord: Future versions of cdrecord may have different drive dependent defaults. >cdrecord: Continuing in 5 seconds... >Cdrecord-Clone 2.01.01a03-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2005 Jörg Schilling >NOTE: This version contains the OSS DVD extensions for cdrtools and thus may > have bugs related to DVD issues that are not present in the original > cdrtools. Please send bug reports or support requests to > http://bugzilla.redhat.com/bugzilla The original cdrtools author should > not be bothered with problems in this version. >TOC Type: 1 = CD-ROM >scsidev: 'ATAPI:1,1,0' >devname: 'ATAPI' >scsibus: 1 target: 1 lun: 0 >Use of ATA is preferred over ATAPI. >Warning: Using ATA Packet interface. You made some mistakes.... 1) This is not cdrecord but a bastardized variant that is known to have massive problems. Use the latest official cdrtools instead: ftp://ftp.berlios.de/pub/cdrecord/alpha/ Make sure to install cdrecord suid root. 2) You used dev=ATAPI:1,1,0 which is just an interface to allow CD/DVD writing with PCMCIA connected drives without causing a Linux kernel panic. If you have exactly one drive in your system, you may omit dev= completely. If you have more drives, run cdrecord -scanbus and select the right drive. -- EMail:joerg@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin js@cs.tu-berlin.de (uni) schilling@fokus.fraunhofer.de (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily

Subject: Trouble writing CD-R from DVD recorder
From: js@cs.tu-berlin.de (Joerg Schilling)
Date: 10/26/2007 12:33:11 PM
In article <slrnfht0mg.rr8.danSPANceswithTRAPcrows@crow202.dyndns.org>, Dances With Crows <danSPANceswithTRAPcrows@gmail.com> wrote: >Mark Bratcher staggered into the Black Sun and said: >> I have an LG DVD recorder that supports a whole pile of formats, >> [but] every time I try to record to CD-R I get this: > >> # cdrecord -v dev=ATAPI:1,1,0 speed=16 image.iso > >It's usually better to use the raw device, often /dev/hdc or /dev/hdd No, it is definitely worse to use a parameter that if flagged "unsupported" and deprecated. Why do you like to use dev= at all? Cdrecord does not need it in case you only have one drive. -- EMail:joerg@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin js@cs.tu-berlin.de (uni) schilling@fokus.fraunhofer.de (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily