I've had lots of trouble burning CDs properly (mostly CD-Rs using cdrecord). Is there a way to list the possible supported speeds for a particular drive ? It seems I may have been trying to burn at way over the supported speed. The CDs come out seemingly ok, but upon inspection by md5sum they are either corrupt or I get input/output error (again corrupt).
Yeah, I've used frontends for cdrecord ... like k3b and others, but how do they get the speeds ? I wanna know how to do this in command line. I think my drive supports at least 40x but it never burns that fast, fastest I can burn is 4x ... maybe I need new firmware ? I'll try ... assuming I can find a way to update the firmware.
[Drax@knoppix ~]$ cdrecord -scanbusCdrecord-Clone 2.01.01a03-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2005 J
[root@hariel mobrien]# /sbin/hdparm /dev/hdc/dev/hdc: IO_support = 0 (default 16-bit) unmaskirq = 0 (off) using_dma = 1 (on) keepsettings = 0 (off) readonly = 0 (off) readahead = 256 (on) HDIO_GETGEO failed: Inappropriate ioctl for device
[Drax@knoppix ~]$ /sbin/hdparm /dev/cdwriter/dev/cdwriter: IO_support = 0 (default 16-bit) unmaskirq = 0 (off) using_dma = 1 (on) keepsettings = 0 (off) readonly = 0 (off) readahead = 256 (on) HDIO_GETGEO failed: Inappropriate ioctl for device[Drax@knoppix ~]$
Ugh. SCSI emulation over IDE, that's just unholy. Luckily for me, I don't need any emulation.