[ale] new burner problem

Bjorn Dittmer-Roche bjorn at sccs.swarthmore.edu
Tue May 11 08:53:58 EDT 2004


On Tue, 11 May 2004, ChangingLINKS.com wrote:

> I just added a new burner to my computer.
> It has DVD, CDRW, CDR, and 4 memory card readers.
> Unfortunately, I cannot get it to burn. Here's what goes down:
>
> # cdrecord -scanbus
> Linux sg driver version: 3.1.25
> Using libscg version 'schily-0.7'
> cdrecord: Warning: using inofficial libscg transport code version
> (okir at suse.de-scsi-linux-sg.c-1.75-resmgr-patch '@(#)scsi-linux-sg.c
> 1.75 02/10/21 Copyright 1997 J. Schilling').
> scsibus0:
>         0,0,0     0) 'IOI     ' 'MediaBay 7 in 4 ' '1.00' Removable Disk
>         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) *
>
> computer:~ # cdrecord -v speed=24 dev=0,0,0 -data /images/cdimage.iso
> TOC Type: 1 = CD-ROM
> scsidev: '0,0,0'
> scsibus: 0 target: 0 lun: 0
> Linux sg driver version: 3.1.25
> Using libscg version 'schily-0.7'
> cdrecord: Warning: using inofficial libscg transport code version
> (okir at suse.de-scsi-linux-sg.c-1.75-resmgr-patch '@(#)scsi-linux-sg.c
> 1.75 02/10/21 Copyright 1997 J. Schilling').
> SCSI buffer size: 64512
> atapi: 1
> Device type    : Removable Disk
> Version        : 2
> Response Format: 0
> Vendor_info    : 'IOI     '
> Identifikation : 'MediaBay 7 in 4 '
> Revision       : '1.00'
> Device seems to be: Generic CCS Disk.
> cdrecord: Sorry, no CD/DVD-Drive found on this target.
>
> Any tips?

I would guess that with 4 memory card readers it might use seperate luns
for each reader. I would try:

cdrecord -v speed=24 dev=0,0,L -data /images/cdimage.iso

where is L is probably between 0 and 5.

You could also try:

cdrecord -v speed=24 dev=/dev/cdrom:0,0,L -data /images/cdimage.iso

finally,

cdrecord dev=help

might give you some more clues.

	bjorn



More information about the Ale mailing list