[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: cdrecord and devfs



Yes, I'm using ide-scsi for my CDRW drive. The necessary code is compiled 
into the kernel and I have the right boot parameter. And the drive shows up 
under /dev/scsi/... and not under /dev/discs/...

And to cite the cdrecord output again:
   scsidev: '/dev/scsi/host0/bus0/target0/lun0/cd:@'
   devname: '/dev/scsi/host0/bus0/target0/lun0/cd'
   scsibus: -2 target: -2 lun: -2
   cdrecord: Read-only file system. Cannot open 
   '/dev/scsi/host0/bus0/target0/lun0/cd' Cannot open SCSI driver.
   cdrecord: For possible targets try 'cdrecord -scanbus'. 

what file system it refering to? The devfs?

Martin

Am Dienstag, 20. Mai 2003 01:23 schrieb Gary Sandine:
> On Mon, 2003-05-19 at 14:07, Martin Kuball wrote:
> > calling cdrecord -scanbus gives:
> >
> > # cdrecord -scanbus
> > Cdrecord 1.10 (powerpc-unknown-linux-gnu) Copyright (C) 1995-2001 Jörg
> > Schilling
> > cdrecord: No such file or directory. Cannot open SCSI driver.
> > cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are
> > root.
>
> Are you using ide-scsi for the CDRW device?  By the -scanbus output, it
> does not look like it.  If not, use ide-scsi for the CDRW device
> (/dev/hdb in an iBook), and -scanbus will output something like
>
> $ sudo cdrecord -scanbus
> Cdrecord 2.01a10 (powerpc-unknown-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) 'TOSHIBA ' 'DVD-ROM SD-R2102' '1K27' 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) *
>
> In this example, I'd use dev=0,0,0.
>
> My append line in /etc/yaboot.conf looks like
>
> append="video=radeonfb hdb=ide-scsi keyboard_sends_linux_keycodes=1"
>
> You might need a line
>
> ide-scsi
>
> in /etc/modules.  If you already use hdb=ide-scsi and -scanbus gave what
> it did for you, do "/sbin/modprobe ide-scsi" and try -scanbus again.
>
> If you use cdrecord 2.x, you can try using ide-cd (eliminate the
> ide-scsi argument) and then try dev=ATAPI:0,0,0.



Reply to: