dvdrtools-users
[Top][All Lists]
Advanced

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

[Dvdrtools-users] Floundering with a Pioneer DVR-105


From: Bill Suit
Subject: [Dvdrtools-users] Floundering with a Pioneer DVR-105
Date: 14 Mar 2003 09:57:24 -0500

This is my first attempt to tackle recording of any format with linux.
I've been reading numerous sites over the past two weeks, but can't seem
to find one that will tell me how to set up the configuration for this
device.For example, what do I need to put in /etc/fstab or, say,
/etc/modules.conf? And any other necessary config locations.I don't have
any other removeable media devices, except floppy, of course.At this
time I can play a music cd through a gnome cdplayer app. I can play a
music dvd and a movie dvd through mplayer.Though I can't tell you why
they work!

I'm using a gentoo distro, linux-2.4.19-10(gentoo sources), AthlonXP
1.8, and 528 megs of ram. I have installed the dvrtools package and also
recently added cdrecord patched by Mandrake, which I think added dvd
support. I have not yet tried to record a dv-r. I have tried to receord
a cd-r and have had no success. It seems to be either media not
recognised (Ritek and Taiyo Yuden) and/or can't get the first track to
record. I used the commands from 'man cdrecord' to copy a music cd:

To copy an audio CD in the most accurate way, first run

cdda2wav -vall cddb=0 -D2,0 -B -Owav

and then run

cdrecord -v dev=2,0 -dao -useinfo -text  *.wav

I substituted 'dev=ATAPI:0,0,0 in both commands. Also used -dummy a
couple of times.

Rather than rambling on and on, here is the output of a the most recent
attempt to record a cd-r:

hb3 root # cdrecord -v dev=ATAPI:0,0,0 -dummy -dao -useinfo -text *.wav
Track1 Start: '32' (32)
pregap1: 182
Cdrecord 2.01a04 (i686-pc-linux-gnu) Copyright (C) 1995-2002 J?rg
Schilling
Note: this version is an inofficial (modified) version and thus may have
bugs that are not present in the original. Please send any bug report or
supportrequest to <address@hidden>. The original cdrecord author
has not to
be bothered with problem in this version
TOC Type: 0 = CD-DA
scsidev: 'ATAPI:0,0,0'
devname: 'ATAPI'
scsibus: 0 target: 0 lun: 0
Warning: Using ATA Packet interface.
Warning: The related libscg interface code is in pre alpha.
Warning: There may be fatal problems.
Using libscg version 'schily-0.7'
atapi: 1
Device type    : Removable CD-ROM
Version        : 0
Response Format: 2
Capabilities   :
Vendor_info    : 'PIONEER '
Identifikation : 'DVD-RW  DVR-105 '
Revision       : '1.00'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
cdrecord: Input/output error. get configuration: scsi sendcmd: no error
CDB:  46 00 00 21 00 00 00 01 00 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 05 00 00 00 00 0E 00 00 00 00 30 02 00 00 00 00 36 C0
1D A0
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x30 Qual 0x02 (cannot read medium - incompatible format)
Fru 0x0
Sense flags: Blk 0 (not valid)
cmd finished after 0.006s timeout 200s
Using generic SCSI-3/mmc CD-R driver (mmc_cdr).
Driver flags   : MMC-3 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P
RAW/R96R
Drive buf size : 1267712 = 1238 KB
FIFO size      : 4194304 = 4096 KB
Track 01: audio   41 MB (04:09.30) no preemp      pregapsize: 182
Track 02: audio   69 MB (06:52.29) no preemp      pregapsize:   0
Track 03: audio   65 MB (06:29.33) no preemp      pregapsize:   5
Track 04: audio   41 MB (04:04.00) no preemp      pregapsize: 140
Track 05: audio   49 MB (04:51.93) no preemp      pregapsize: 170
Track 06: audio   64 MB (06:21.84) no preemp      pregapsize:   0
Track 07: audio  109 MB (10:51.56) no preemp      pregapsize: 228
Total size:      440 MB (43:40.69) = 196552 sectors
Lout start:      441 MB (43:42/52) = 196552 sectors
Current Secsize: 2048
ATIP info from disk:
  Indicated writing power: 4
  Is not unrestricted
  Is not erasable
  Disk sub type: Medium Type A, low Beta category (A-) (2)
  ATIP start of lead in:  -12508 (97:15/17)
  ATIP start of lead out: 359848 (79:59/73)
Disk type:    Short strategy type (Phthalocyanine or similar)
Manuf. index: 22
Manufacturer: Ritek Co.
Blocks total: 359848 Blocks current: 359848 Blocks remaining: 163296
Starting to write CD/DVD at speed 16 in dummy SAO mode for single
session.
Last chance to quit, starting dummy write    0 seconds. Operation
starts.
Waiting for reader process to fill input buffer ... input buffer ready.
trackno=0
BURN-Free is ON.
Turning BURN-Free off
Sending CUE sheet...
SAO startsec: -12508
Writing lead-in...
cdrecord: Input/output error. write_g1: scsi sendcmd: no error
CDB:  2A 00 FF FF D1 C3 00 02 9F 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: F1 00 05 00 97 24 11 0E 00 00 00 00 21 02 00 00 00 00 36 C0
1D A0
Sense Key: 0x5 Illegal Request, deferred error, Segment 0
Sense Code: 0x21 Qual 0x02 (invalid address for write) Fru 0x0
Sense flags: Blk 9905169 (valid)
cmd finished after 2.003s timeout 200s
write CD-Text data: error after 64416 bytes
cdrecord: Could not write Lead-in.
Writing  time:    2.173s
cdrecord: fifo had 64 puts and 0 gets.
cdrecord: fifo was 0 times empty and 0 times full, min fill was 100%.

'cdrecord -scanbus' returns "cdrecord: No such file or directory. Cannot
open '/dev/pg*'. Cannot open SCSI driver.

hb3 root # lsmod
Module                  Size  Used by    Not tainted
sg                     25356   0  (autoclean) (unused)
sr_mod                 13528   0  (autoclean) (unused)
sd_mod                 10252   0  (autoclean) (unused)
ide-scsi                7504   0  (autoclean)
scsi_mod               79940   4  (autoclean) [sg sr_mod sd_mod
ide-scsi]

I have 'ide-scsi' appended to /dev/hdc on booting.

Thanks for any help you can throw my way. Bill










reply via email to

[Prev in Thread] Current Thread [Next in Thread]