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

Re: Sarge and Burning with TEAC DW-552G



I've now followed the instructions at
file:///usr/share/doc/cdrecord/README.ATAPI.setup and done these things
to try to get my cd burner to actually burn:

1. As root ran ran cdrecord dev=ATA: -scanbus and got the following
output (some of the unrelated output has been edited out for brevity):

# cdrecord dev=ATA: -scanbus
[...]
cdrecord: Warning: Running on Linux-2.6.8-2-386
[...]
scsidev: 'ATA:'
devname: 'ATA'
scsibus: -1 target: -1 lun: -1
Warning: Using badly designed ATAPI via /dev/hd* interface.
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
scsibus1:
cdrecord: Warning: controller returns wrong size for CD capabilities page.
        1,0,0   100) 'TEAC    ' 'DW-552G         ' 'N4K1' Removable CD-ROM
        1,1,0   101) *
        1,2,0   102) *
        1,3,0   103) *
        1,4,0   104) *
        1,5,0   105) *
        1,6,0   106) *
        1,7,0   107) *

2. As root, I edited /etc/default/cdrecord and made the following changes:

CDR_DEVICE=cdrw
cdrw=           1,0,0   -1      -1      ""

3. I then ran cdrecord -prcap and got the following output:

scsidev: 'cdrw'
devname: 'cdrw'
scsibus: -2 target: -2 lun: -2
Warning: Open by 'devname' is unintentional and not supported.
cdrecord: No such file or directory. Cannot open 'cdrw'. Cannot open
SCSI driver.

4. running k3b as root produces this debugging information:

Devices
-----------------------
TEAC DW-552G N4K1 (/dev/hdc, ) at /media/cdrom0 [CD-R; CD-RW; CD-ROM;
DVD-ROM] [DVD-ROM; CD-ROM; CD-R; CD-RW] [SAO; TAO; RAW; SAO/R16;
RAW/R96P; RAW/R96R]

System
-----------------------
K3b Version: 0.11.20
KDE Version: 3.3.2
QT Version:  3.3.4
Kernel:      2.6.8-2-386

cdrecord
-----------------------
/usr/bin/cdrecord: Warning: Running on Linux-2.6.8-2-386
/usr/bin/cdrecord: There are unsettled issues with Linux-2.5 and newer.
/usr/bin/cdrecord: If you have unexpected problems, please try Linux-2.4
or Solaris.
/usr/bin/cdrecord: Warning: Linux-2.6.8 introduced incompatible
interface changes.
/usr/bin/cdrecord: Warning: SCSI transport does no longer work for suid
root programs.
/usr/bin/cdrecord: Warning: if cdrecord fails, try to run it from a root
account.
scsidev: '/dev/hdc'
devname: '/dev/hdc'
scsibus: -2 target: -2 lun: -2
Warning: Open by 'devname' is unintentional and not supported.
Linux sg driver version: 3.5.27
SCSI buffer size: 64512
/usr/bin/cdrecord: Warning: controller returns wrong size for CD
capabilities page.
/usr/bin/cdrecord: Warning: controller returns wrong size for CD
capabilities page.
/usr/bin/cdrecord: Sorry, no CD/DVD-Recorder or unsupported
CD/DVD-Recorder found on this target.
/usr/bin/cdrecord: Warning: controller returns wrong size for CD
capabilities page.
Cdrecord-Clone 2.01.01a01 (i686-pc-linux-gnu) Copyright (C) 1995-2004
Jörg Schilling
NOTE: this version of cdrecord is an inofficial (modified) release of
cdrecord
      and thus may have bugs that are not present in the original version.
      Please send bug reports and support requests to
<cdrtools@packages.debian.org>.
      The original author should not be bothered with problems of this
version.
TOC Type: 1 = CD-ROM
Using libscg version 'schily-0.8'.
Driveropts: 'burnfree'
atapi: 1
Device type    : Removable CD-ROM
Version        : 0
Response Format: 2
Capabilities   :
Vendor_info    : 'TEAC    '
Identifikation : 'DW-552G         '
Revision       : 'N4K1'
Device seems to be: Generic CD-ROM.
Using generic SCSI-2       CD-ROM driver (scsi2_cd).
Driver flags   :
Supported modes:
FIFO size      : 4194304 = 4096 KB
/usr/bin/cdrecord: Drive does not support TAO recording.
/usr/bin/cdrecord: Illegal write mode for this drive.

cdrecord comand:
-----------------------
/usr/bin/cdrecord.mmap -v gracetime=2 dev=/dev/hdc speed=48 -tao
driveropts=burnfree -eject -data -tsize=39915s -

mkisofs
-----------------------
39915
INFO: ISO-8859-1 character encoding detected by locale settings.
 Assuming ISO-8859-1 encoded filenames on source filesystem,
 use -input-charset to override.

mkisofs comand:
-----------------------
/usr/bin/mkisofs -gui -graft-points -volid K3b data project -volset
-appid K3B THE CD KREATOR VERSION 0.11.20 (C) 2003 SEBASTIAN TRUEG AND
THE K3B TEAM -publisher  -preparer K3b - Version 0.11.20 -sysid LINUX
-volset-size 1 -volset-seqno 1 -sort /tmp/kde-root/k3b2o0Oda.tmp
-rational-rock -hide-list /tmp/kde-root/k3bRGAIXb.tmp
-full-iso9660-filenames -iso-level 2 -path-list
/tmp/kde-root/k3brC128a.tmp /root/.kde/share/apps/k3b/temp/dummydir0/


I found another post that suggested checking /etc/fstab to see if the cdrom was listed as either ro (read-only) or rw (read-write). It was "ro" so I edited that file as root to be:

/dev/hdc        /media/cdrom0   iso9660 rw,user,noauto  0       0

After rebooting, I tried k3b and burning still failed with the same output as posted above.

Clint







Reply to: