[PLUG] cdrecord problem

Derek Loree drl at drloree.com
Wed Jun 2 23:49:02 UTC 2004


On Wed, 2004-06-02 at 09:49, Vincent Yau wrote:
> Dear All:
> 
> I just upgraded to 2.6.6 kernel after upgraded to Fedora RC2.
> I just tried to burn a CD.  It was working fine before and I did not remove 
> or add
> any hardware.
> Not only does cdrecord -scanbus looks different (the scsi/tar/lun ID is 
> different),
> but cdrecord spits out an error message.
> 
> Anyone has any clue why I am getting an error?  -scanbus as well as
> actual cd burning output is below.  Thanks for any tip.
> 
The 2.6.* kernel doesn't need SCSI emulation to burn CD's using ATAPI
devices.  All you need to do is specify the device by name, instead of
by SCSI numbers.

[snip]

> scsibus: -2 target: -2 lun: -2
> Warning: Using badly designed ATAPI via /dev/hd* interface.
> Linux sg driver version: 3.5.27
> Using libscg version 'schily-0.8'.
> cdrecord: Warning: using inofficial libscg transport code version (schily - 
> Red Hat-scsi-linux-sg.c-1.80-RH '@(#)scsi-linux-sg.c 1.80 04/03/08 Copyright 
> 1997 J. Schilling').
> scsibus1:
>         1,0,0   100) 'SAMSUNG ' 'CD-ROM SC-148C  ' 'B105' Removable CD-ROM
>         1,1,0   101) 'SAMSUNG ' 'CDRW/DVD SM-348B' 'T503' Removable CD-ROM
>         1,2,0   102) *
>         1,3,0   103) *
>         1,4,0   104) *
>         1,5,0   105) *
>         1,6,0   106) *
>         1,7,0   107) *
> [root at var0289 image]#
> [root at var0289 image]#
> [root at var0289 image]# cdrecord -v -eject speed=32 dev=1,1,0 
> LiveCD-9.1-01.iso

It looks like you have your burner as slave on the secondary IDE bus, so
try:

cdrecord -scanbus -dev=/dev/hdd

and:

cdrecord -v -eject speed=32 dev=/dev/hdd LiveCD-9.1-01.iso

Good Luck,

Derek Loree






More information about the PLUG mailing list