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

Re: cdrecord and devfs



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: