Ok, I've read the tldp quick install and the README.ATAPI of cdrecord, yeah my cdr is detected now ... but xcdroast hangs when I pressed the 'create cd' ....
here's what I've done so far:
code:setup devices:
Code:
cd /dev
MAKEDEV sg scd
ln -s scd0 cdrom
ln -s scd1 cdrw
This is part of my modules.conf
Code:
code:options ide-cd ignore-hdd #tell the ide-cd to ignore hdd
alias scd1 sr_mod #load sr_mod upon access to scd1
pre-install sg modprobe ide-scsi #load ide-scsi before sg
pre-install sr_mod modprobe ide-scsi
pre-install ide-scsi modprobe ide-cd
This is my fstab:
Code:
code:/dev/hdc /cdrom iso9660 ro,user,noauto 0 0
/dev/hdd /cdrw iso9660 ro,user,noauto 0 0
hdc = cdrom
hdd = my cdwriter
Code:
code:valhalla:/home/elijah# cdrecord -scanbus
Cdrecord 2.01a07 (i686-pc-linux-gnu) Copyright (C) 1995-2003 Jörg Schilling
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.7'
scsibus0:
0,0,0 0) 'LITE-ON ' 'LTR-16102B ' 'OS0E' 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) *
lsmod:
Code:
code:sg 26012 0
ide-scsi 7664 0
ide-cd 26884 0
cdrom 29376 0 [sr_mod ide-cd]
scsi_mod 84584 3 [sr_mod sg ide-scsi]
sr_mod 13520 0 (autoclean)
Whew, I've read a lot of posts and howto's and came this far ... still somethings wrong .. I messed things up. I think.
My cdrom's supposed to be hdc .. but now when I do 'eject' the cdrw comes out, not the cdrom(hdc). ????
