>From: "Ivan Stegic" <[EMAIL PROTECTED]>

>hi there... i hope someone can help me with an idea?

>i am running RedHat 6.2 with kernel 2.2.14-5.0 on an AMD duron 600mhz, 128Mb of
>ram. i have installed my cd-rewriter according to the prescription that is
>available out there. with a cdrecord -scanbus, i get the following result:

>------------------------------------------
>[root@morpheus /root]# cdrecord -scanbus
>Cdrecord 1.8 (i686-pc-linux-gnu) Copyright (C) 1995-2000 J�rg Schilling
>Using libscg version 'schily-0.1'
>scsibus0:
> 0,0,0   0) 'ATAPI   ' 'CD-R/RW 8X4X32  ' '5.DW' 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) *
>-----------------------------------------

This is a known firmware bug.

A workaround is this change to cdrecord.c:

         * We set TAO unconditionally to make checkdsize() work 
         * currectly in DAO mode too. 
         * 
         * XXX The ACER drive: 
         * XXX Vendor_info    : 'ATAPI   ' 
         * XXX Identifikation : 'CD-R/RW 8X4X32  ' 
         * XXX Revision       : '5.EW' 
         * XXX Will not return from -dummy to non-dummy without 
         * XXX opening the tray. 
         */ 
        scgp->silent++; 
/*      (*dp->cdr_set_speed_dummy)(scgp, 0, TRUE);*/ 
        (*dp->cdr_set_speed_dummy)(scgp, 0, flags & F_DUMMY); 
        scgp->silent--; 

J�rg

 EMail:[EMAIL PROTECTED] (home) J�rg Schilling D-13353 Berlin
       [EMAIL PROTECTED]               (uni)  If you don't have iso-8859-1
       [EMAIL PROTECTED]           (work) chars I am J"org Schilling
 URL:  http://www.fokus.gmd.de/usr/schilling   ftp://ftp.fokus.gmd.de/pub/unix


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to