On Tue, 28 Sep 2004 09:26:19 -0500, Randy Kelsoe <randykel@xxxxxxxxxx> wrote: > > First, look at your /etc/grub.conf entry for your present kernel, and > make sure you don't have have an 'ide-scsi' entry for your burner. > > What I did to get my burner working (it's also /dev/hdd), was to edit my > /etc/cdrecord.conf file. Here are the uncommented lines from my > cdrecord.conf: > > CDR_DEVICE=PLEXTOR > CDR_FIFOSIZE=4m > PLEXTOR= ATA:1,1,0 -1 -1 burnfree > > You can call your burner anything you want, just substitute PLEXTOR > above for whatever you want to call your drive. Once you get your > cdrecord.conf file edited: > > cdrecord -v yourfilename.iso > > will burn an iso image. > This still results in the same hang. Thanks Pybe