Package: wodim
Version: 5:1.0~pre5-1
Severity: normal
1) I tried to write a CD in raw mode:
home:/mnt/vm/lfs/lfs-livecd# cdrecord -v dev=/dev/hdd -raw
lfslivecd-x86-6.2-4.iso
This is wodim, not cdrecord. Don't expect it to behave like cdrecord in any
way, don't refer to it as "cdrecord". Send problem reports to
[EMAIL PROTECTED], don't bother Joerg Schilling with any
problems caused by this application.
Copyright (C) 2006 cdrkit maintainers, (C) 1994-2006 Joerg Schilling
WARNING WARNING WARNING:
If you are annoyed by the messages below about unofficial status or about
non-Schily-Makefilesystem or if your GUI/script breaks because of them,
please don't send your complaints to cdrkit maintainers; they already know.
They are not allowed to remove them by Joerg Schilling's license
modifications (restrictions), hidden in the source. Correcting the contents
of the messages is forbidden as well, so don't believe everything said
there.
See
http://svn.debian.org/wsvn/debburn/nonameyet/trunk/FAQ?op=file&rev=0&sc=0
for details.
Cdrecord-Clone 1.0pre1
(HOST_CPU-just-a-fake-string-to-make-Schilling's-invariant-section-compile-because-cdrkit-does-not-need-it-anymore-HOST_VENDOR-just-a-fake-string-to-make-Schilling's-invariant-section-compile-because-cdrkit-does-not-need-it-anymore-Linux)
Copyright (C) 1995-2006 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
<[EMAIL PROTECTED]>.
The original author should not be bothered with problems of this
version.
Warning: This version of cdrecord has not been configured via the standard
autoconfiguration method of the Schily makefile system. There is a high risk
that the code is not configured correctly and for this reason will not
behave
as expected.
TOC Type: 1 = CD-ROM
scsidev: '/dev/hdd'
devname: '/dev/hdd'
scsibus: -2 target: -2 lun: -2
Warning: This version of libscg has not been configured via the standard
autoconfiguration method of the Schily makefile system. There is a high risk
that the code is not configured correctly and for this reason will not
behave
as expected.
Linux sg driver version: 3.5.27
Using libscg version 'debburn project-0.8ubuntu1+debburn1'.
wodim: Warning: using inofficial version of libscg (debburn
project-0.8ubuntu1+debburn1 '@(#)scsitransp.c 1.91 04/06/17
Copyright 1988,1995,2000-2004 J. Schilling').
wodim: Warning: using inofficial libscg transport code version
(cdrkit-team-scsi-linux-sg.c-1.86 '@(#)scsi-linux-sg.c 1.86 05/11/22
Copyright 1997 J. Schilling').
SCSI buffer size: 64512
atapi: 1
Device type : Removable CD-ROM
Version : 0
Response Format: 2
Capabilities :
Vendor_info : '_NEC '
Identifikation : 'DVD_RW ND-4571A '
Revision : '1-01'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Current: 0x000A
Profile: 0x002B
Profile: 0x001B
Profile: 0x001A
Profile: 0x0015
Profile: 0x0014
Profile: 0x0013
Profile: 0x0012
Profile: 0x0011
Profile: 0x0010
Profile: 0x000A (current)
Profile: 0x0009
Profile: 0x0008 (current)
Profile: 0x0002
Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr).
Driver flags : MMC-3 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO SAO/R96R RAW/R96R
Drive buf size : 1343488 = 1312 KB
Beginning DMA speed test. Set CDR_NODMATEST environment variable if device
communication breaks or freezes immediately after that.
FIFO size : 4194304 = 4096 KB
Encoding speed : 196x (14653 sectors/s) for libedc from Heiko Ei?feldt
Track 01: data 492 MB
Total size: 565 MB (55:59.73) = 251980 sectors
Lout start: 565 MB (56:01/55) = 251980 sectors
Current Secsize: 2048
ATIP info from disk:
Indicated writing power: 1
Reference speed: 0
Is not unrestricted
Is erasable
Disk sub type: Ultra High speed Rewritable media (2)
ATIP start of lead in: -11076 (97:34/24)
ATIP start of lead out: 359849 (79:59/74)
1T speed low: 16 1T speed high: 16
2T speed low: 8 2T speed high: 24
power mult factor: 4 5
recommended erase/write power: 1
A1 values: 66 4A 99
A2 values: 38 80 00
A3 values: 04 C4 A0
Disk type: Phase change
Manuf. index: 11
Manufacturer: Mitsubishi Chemical Corporation
Blocks total: 359849 Blocks current: 359849 Blocks remaining: 107869
Speed set to 4234 KB/s
Starting to write CD/DVD at speed 24.0 in real RAW/RAW96R mode for
single session.
Last chance to quit, starting real write 0 seconds. Operation starts.
Waiting for reader process to fill input buffer ... input buffer ready.
BURN-Free is OFF.
Performing OPC...
wodim: WARNING: Drive returns wrong startsec (0) using -11076 from ATIP
Writing lead-in at sector -11076
wodim: Success. write_g1: scsi sendcmd: no error
CDB: 2A 00 FF FF DF 80 00 00 1A 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 03 FF FF DF 60 0A 00 00 00 00 0C 00 00 00
Sense Key: 0x3 Medium Error, Segment 0
Sense Code: 0x0C Qual 0x00 (write error) Fru 0x0
Sense flags: Blk -8352 (not valid)
resid: 63648
cmd finished after 0.001s timeout 40s
write leadin data: error after 6746688 bytes
wodim: Could not write Lead-in.
Writing time: 20.003s
2) The following attempts to reburn the CD fail because wodim cannot open
the device in exclusive mode. That's because the old copy of wodim is still
alive:
home:/mnt/vm/lfs/lfs-livecd# fuser /dev/hdd
/dev/hdd: 10050
home:/mnt/vm/lfs/lfs-livecd# ls -l /proc/10050/exe
lrwxrwxrwx 1 root root 0 2006-11-11 18:29 /proc/10050/exe -> /usr/bin/wodim
3) While I was typing this report, wodim finally died and printed this:
home:/mnt/vm/lfs/lfs-livecd# wodim: faio_wait_on_buffer for writer timed
out.
-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Versions of packages wodim depends on:
ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries
ii libcap1 1:1.10-14 support for getting/setting
POSIX.
Versions of packages wodim recommends:
ii mkisofs 5:1.0~pre4-1.1 Creates ISO-9660 CD-ROM
filesystem
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]