I assume it's a IDE burner? try running
- Code: Select all
cdrecord -dev=ATAPI -scanbus
hopefully it will output something like
- Code: Select all
scsibus0:
0,0,0 0) 'CyberDrv' 'CW038D CD-R/RW ' '120C' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
so i would then manually add a device to gtoaster (my app of choice, couldn't tell you exactly how to do it in any other) with device file: /dev/hdc (or whatever your burner is) and Scsi ID: ATAPI:0,0,0 (remember to change those numbers to correspont with your output for cdrecord -dev=ATAPI -scanbus), check "this drive is a cd writer", enter it's mount point, and fill in manufacturer and model details, and you're set (hopefully)