Thank you for your help Alexander, that did it! I did notice something strange in my cdrecord.conf file. This is what I had: CDR_DEVICE=cdrom cdrom= /dev/cdrom -1 -1 burnfree It seemed strange to me because you mentioned /dev/hdX, where in k3b, the device is listed as /dev/hdc. What I typed in that made it work was cdrecord dev=cdrom, as in my cdrecord.conf file. Now my question, is my conf file wrong, or do I need to reconfigure that cd burning apps with the correct device name? Does /etc/fstab have anything with the device name of the cdrom also? Thanks! Chris On Sat, 2004-12-04 at 13:25, Alexander Dalloz wrote: > Am Sa, den 04.12.2004 schrieb Christian Del Pino um 19:06: > > > I recently purchased an LG CD/DVD writer, model GSA-4160B. I have been > > having an issue trying to write CDs on this device using fc2. > > > > When I pop in a blank CDR, the nautilus CD creator comes up, and I am > > able to drag files onto the window and write to the CDR successfully. > > > This is what I get when I use cdrecord: > > > > cdrecord -v -eject speed=4 dev=ATA FC3-i386-disc1.iso > > > cdrecord: Cannot do inquiry for CD/DVD-Recorder. > > cdrecord: Input/output error. test unit ready: scsi sendcmd: fatal error > > CDB: 00 C0 00 00 00 00 > > cmd finished after 0.000s timeout 40s > > > Chris > > When I test with "cdrecord dev=ATA" I get such an error message too. If > I do it proper with "cdrecord dev=/dev/hdc" then all is well. So I > suggest you put a valid entry in your /etc/cdrecord.conf file, like > > CDR_DEVICE=LG > LG= /dev/hdX -1 -1 burnfree > > where hdX fits your drive letter. You will only need to call cdrecord > with parameters if you want to override settings set by the > cdrecord.conf. > > Alexander >