Originally posted by Swazi
Common problems with CD-Writing software in Linux:
1) Symlink for /dev/cdrom does not point to your actual CD-ROM drive
2) Permissions for the CD-ROM device in /dev allow for read access, but not read/write for the user trying to read/write the CD. (What does /dev/cdrom point to?)
3) An older issue for CD writing software was a need to have your system treat an IDE style drive as a SCSI drive and enable CONFIG_BLK_DEV_IDESCSI support in a kernel (aka "SCSI emulation support") and then passing a kernel option at boot (via lilo.conf with an append="" or from lilo at boot, or maybe with grub) like this: "hdb=scsi" for your ide device. This may no longer be necessary with newer kernels and newer burning software, but is worth checking out.
I would suggest this:
First, locate a simple data CD.
# cat /dev/cdrom >> /tmp/test.iso
then tell cdrecord to burn that iso image to a new cd.
If that works, then the problem you face is one of configuration of your GUI software.
With the above list of suggestions for things to check you have a long list of search terms to apply to google searches.
HTH and good luck.
Leave a comment: