LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   CDrw, some help? (https://www.linuxquestions.org/questions/linux-hardware-18/cdrw-some-help-56063/)

Elijah 04-21-2003 04:54 AM

CDrw, some help?
 
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). ???? :scratch:

acid_kewpie 04-21-2003 07:51 AM

have you tried just running it through cdrecord directly?

Elijah 04-21-2003 08:40 AM

Oops, looks like the culprit is lilo.conf ... I got the append" " on the wrong kernel version which is the LinuxOLD *doh*

Thanks for the reply though :) It's working now


All times are GMT -5. The time now is 09:30 AM.