Posts: 187
Threads: 4
Joined: Mar 2004
Reputation:
0
I moved your initial question from the other thread to this one. Please do not crosspost. o_O
Do you pass "hd?=ide-scsi" (e.g. hdc=ide-scsi) to your bootloader? Please paste the results of 'dmesg|grep -i scsi', 'lsmod|grep ide' and 'lsmod|grep sg'. If the last two commands don't give any result try to 'modprobe ide-scsi' and 'modprobe sg'. Now try 'cdrecord -scanbus' again. Do you have SCSI support enabled in your kernel (IDE burners are emulated through SCSI)? /dev/pg is a parallel port device if I recall correctly.
z0ny
Posts: 7
Threads: 1
Joined: Jun 2004
Reputation:
0
Is it possible that /dev/scd0 is mounted? If something has /dev/scd0 locked, the command 'lsof /dev/scd0' should show what's holding it up. If lsof isn't installed, Freshmeat or Google should help you find it. Also, what was the output from 'cdrecord --scanbus'?