Just got Debian box burning today. I saw numerous articles over the net on how to burn. Most looks really complicated like you have to make some devices and stuff. Recently when I did a search again I came across an article on
First what you need to do is edit your modules aliases files by typing
nano /etc/modutils/aliases
alias scsi_hostadapter ide-scsi
append="hdc=ide-scsi"
dmesg | grep ATAPI. Once you've modified the lilo.conf, type lilo. This should churn out a bunch of added this and added that. If there is any error messages, you would have to figure out where it went wrong. Do not reboot until you've done so. If all else is ok, reboot. Next is to run the command
cdrecord -scanbusThis should display your cd/rw on one of the lines. If you have any problems, just go back to link above.
Thank you for this simple install of a cdrw
about the only thing I reccomend before this is to install the ide-sci module using the modconf utility
you can tell if you have this module by using the lsmod command...
the ide-scsi module allows an ide drive to be seen as a scsi drive...
otherwise this setup as described here worked very well...