View previous topic :: View next topic |
Author |
Message |
Relativity n00b

Joined: 18 Jun 2003 Posts: 5
|
Posted: Tue May 23, 2006 6:16 am Post subject: Yet another DVD Burning Issue.... |
|
|
I've been having some peculiar issues with attempting to burn DVD's.
I'm using ide-scsi with dvdrecord, and find that dvdrecord displays everything fine, (including the write output) but the DVD burner doesn't actually burn anything. I also noticed that the progress counter counts very quickly, and that the light on the DVD writer turns off when this starts (when it should be on even with -dummy). I'm of course, doing this all as root, and the image is valid. EDIT: Also, at the end of this, the blank DVD isn't written to at all, so I'm not ending up with coasters. The burner is also not broken, I've had it work fine with nero under Windows just now. I had this working before the recent kernel update (over to udev I think).
I've pasted the output below:
Code: | dvdrtools v0.2.1
-- snip ---
Based on:
Cdrecord 1.11a15 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling
TOC Type: 1 = CD-ROM
scsidev: '0,0,0'
scsibus: 0 target: 0 lun: 0
Linux sg driver version: 3.5.33
Using libscg version 'bero-0.5a'
dvdrecord: Warning: using inofficial version of libscg (bero-0.5a '@(#)scsitransp.c 1.81 01/04/20 Copyright 1988,1995,2000 J. Schilling').
Driveropts: 'burnfree'
atapi: 1
Device type : Removable CD-ROM
Version : 2
Response Format: 2
Capabilities :
Vendor_info : 'PIONEER '
Identifikation : 'DVD-RW DVR-105 '
Revision : '1.00'
Device seems to be: Generic mmc2 DVD.
Using generic SCSI-3/mmc DVD-R(W) driver (mmc_mdvd).
Driver flags : SWABAUDIO BURNFREE
Supported modes: PACKET SAO
Drive buf size : 1605632 = 1568 KB
FIFO size : 4194304 = 4096 KB
Track 01: data 164 MB
Total size: 189 MB (18:44.26) = 84320 sectors
Lout start: 189 MB (18:46/20) = 84320 sectors
Current Secsize: 2048
ATIP start of lead in: -150 (00:00/00)
Disk type: unknown dye (reserved id code)
Manuf. index: -1
Manufacturer: unknown (not in table)
Blocks total: 280928 Blocks current: 280928 Blocks remaining: 196608
Starting to write CD/DVD at speed 4 in write mode for single session.
Last chance to quit, starting real write in 0 seconds. Operation starts.
Waiting for reader process to fill input buffer ... input buffer ready.
trackno=0
BURN-Free is ON.
dvdrecord: Turning BURN-Free on
Performing OPC...
Sending CUE sheet...
dvdrecord: WARNING: Drive returns wrong startsec (0) using -150
Starting new track at sector: 0
Track 01: 164 of 164 MB written (fifo 100%).
Track 01: Total bytes read/written: 172687360/172687360 (84320 sectors).
Writing time: 12.704s
Fixating...
Fixating time: 0.006s
dvdrecord: fifo had 2720 puts and 2720 gets.
dvdrecord: fifo was 1 times empty and 48 times full, min fill was 0%.
|
I'm doing a burn with these options:
Code: | dvdrecord -speed=4 -driver=mmc_mdvd -dao -driveropts=burnfree -v dev=0,0,0 $1 |
(Where $1 is the image filename).
messages and dmesg doesn't show anything new.
Here's some additional info if it helps:
dvd-record scanbus listing:
Code: |
scsibus0:
0,0,0 0) 'PIONEER ' 'DVD-RW DVR-105 ' '1.00' 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) *
|
Modules listing:
Code: | Module Size Used by
nvidia 3922972 12
snd_seq_midi 10144 0
snd_emu10k1_synth 8960 0
snd_emux_synth 39936 1 snd_emu10k1_synth
snd_seq_virmidi 9088 1 snd_emux_synth
snd_seq_midi_emul 8576 1 snd_emux_synth
snd_emu10k1 125220 3 snd_emu10k1_synth
snd_rawmidi 27296 3 snd_seq_midi,snd_seq_virmidi,snd_emu10k1
snd_util_mem 5632 2 snd_emux_synth,snd_emu10k1
snd_hwdep 10656 2 snd_emux_synth,snd_emu10k1
usbhid 36960 0
usb_storage 60608 0
via_rhine 25348 0
snd_ca0106 33572 0
snd_ac97_codec 87804 2 snd_emu10k1,snd_ca0106
ehci_hcd 34440 0
ohci_hcd 23172 0
uhci_hcd 36368 0
ide_scsi 19332 0
sg 36256 0
sd_mod 18304 0
sr_mod 19748 0
scsi_mod 140008 5 usb_storage,ide_scsi,sg,sd_mod,sr_mod
cdrom 42400 0
rtc 14648 0
sundance 24512 0
mii 6656 2 via_rhine,sundance
bttv 168208 0
video_buf 23300 1 bttv
firmware_class 11520 1 bttv
v4l2_common 6912 1 bttv
btcx_risc 6024 1 bttv
tveeprom 13072 1 bttv
videodev 10752 1 bttv
i2c_algo_bit 11016 1 bttv
i2c_core 23040 3 bttv,tveeprom,i2c_algo_bit
ndiswrapper 175508 0
usbcore 126460 7 usbhid,usb_storage,ehci_hcd,ohci_hcd,uhci_hcd,ndiswrapper |
Thanks in advance, _________________ -- Rel. |
|
Back to top |
|
 |
Jake Veteran

Joined: 31 Jul 2003 Posts: 1132
|
Posted: Tue May 23, 2006 6:55 am Post subject: |
|
|
Why are you using ide-scsi? From the kernel config option:
Quote: | WARNING: ide-scsi is no longer needed for cd writing applications! The 2.6 kernel supports direct writing to ide-cd, which eliminates the need for ide-scsi + the entire scsi stack just for writing a cd. The new method is more efficient in every way. |
Also, in terms of support, I always thought cdrecord-ProDVD and growisofs from dvd+rw-tools were the best. Or you could unmask >=app-cdr/cdrtools-2.01.01_alpha09 which contains the DVD support from -ProDVD for free under Sun's CDDL. |
|
Back to top |
|
 |
Relativity n00b

Joined: 18 Jun 2003 Posts: 5
|
Posted: Sat May 27, 2006 4:49 am Post subject: |
|
|
Hey,
I've had it working with scsi emulation before, and I figured it still works with that. Switching over to proDVD yielded the same problems for me. I'm thinking that this might be a scsi driver issue with the newer kernel because I was looking at the debug output at the highest verbosity level, and everything seems fine in terms of the dvdrecord side. _________________ -- Rel. |
|
Back to top |
|
 |
bollucks l33t

Joined: 27 Oct 2004 Posts: 606
|
Posted: Sat May 27, 2006 5:11 am Post subject: |
|
|
The ide-scsi driver and dvd communication gets cruftier every kernel releaase since it is no longer a supported interface. Either move on to the 2.6 way (which is now >3 years old) or stick to an old kernel if you want it to work. |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|