Brasero "Copy to ISO" doesn't work for some DVDs and CDs

Bug #483792 reported by Michael Rumpf
52
This bug affects 8 people
Affects Status Importance Assigned to Milestone
brasero (Ubuntu)
Confirmed
Low
Unassigned

Bug Description

Binary package hint: brasero

I try to convert my DVDs into ISO images for streaming them via my PS3.

I use the Brasero "Copy Disc..." functionality and until now it failed on the following discs with "Error reading video DVD (fatal error in vts css key)":

- ANTZ, Region Code 2+4, Disc 1 - Movie
- Toy Story - The Ultimate Toy Box, Region Code 2, Disc 3 - Bonus Footage

The Brasero log for the ANTZ DVD is attached. The other log was similar, if needed I can regenerate it again.

ProblemType: Bug
Architecture: i386
Date: Mon Nov 16 20:50:40 2009
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
Package: brasero 2.28.2-0ubuntu1
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: brasero
Uname: Linux 2.6.31-14-generic i686

Revision history for this message
Michael Rumpf (miru) wrote :
Revision history for this message
Michael Rumpf (miru) wrote :

BTW, the Totem video player can play the Antz DVD without a problem.

Revision history for this message
Michael Rumpf (miru) wrote :

I was able to convert the Antz DVD into a ISO image using the following script:

#!/bin/bash

DEV=$1
ISO=$2

if [ -z "$DEV" ]
then
  echo "Usage: $0 <DEVICE> <IMAGENAME>"
  exit 1
fi
if [ -z "$ISO" ]
then
  echo "Usage: $0 <DEVICE> <IMAGENAME>"
  exit 1
fi

BS=$(isoinfo -d -i $DEV | grep "block size" | awk '{print $5}')
VS=$(isoinfo -d -i $DEV | grep "Volume size" | awk '{print $4}')

dd if=$DEV of="$ISO" bs=$BS count=$VS

Revision history for this message
cyber_rigger (cyber-rigger) wrote :

64 bit Jaunty on AMD64

Brasero 2.26.1 ALSO seems broken for copying some CD iso images. I had to use nautilus-cd-burner.

I made iso image copies of a cd using brasero (forcing .iso, brasero wanted .toc) and nautilus-cd-burner.

The 2 resulting iso images DIFFERED.

Brasero kept giving me error messages when I would try to write its iso to a cd disc, making coasters and locking the whole machine.

Nautilus-cd-burner worked fine (same machine) for copying CD --> .iso ---> CD.

The iso images copied by brasero from a CD disc did seem to work as a virtual CD but I couldn't write them back to a CD-R using brasero.

The difference seems to be that when brasero copys a CD it pads the iso file at the end with null zeros. This somehow causes an error when attempting to burn a disc.

Changed in brasero (Ubuntu):
importance: Undecided → Low
Revision history for this message
Jon "The Nice Guy" Spriggs (jontheniceguy) wrote :

I've enhanced the script at Comment #3 Please note the new version required dcfldd which is an enhanced version of DD which will provide status messages including timings.

#!/bin/bash

DEV=/dev/cdrom
ISO=$1
if [ ! -z "$2" ]
then
  DEV=$2
fi

if [ -z "$ISO" ]
then
  echo "Usage: $0 <IMAGENAME> [DEVICE]"
  exit 1
fi

BS=$(isoinfo -d -i $DEV | grep "block size" | awk '{print $5}')
VS=$(isoinfo -d -i $DEV | grep "Volume size" | awk '{print $4}')

dcfldd if=$DEV of="$ISO" bs=$BS count=$VS sizeprobe=if

Revision history for this message
LCID Fire (lcid-fire) wrote :

Same here with am64 architecture. Since it works fine in totem the bug is probably somewhere in brasero.

Revision history for this message
Pedro Villavicencio (pedro) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. A new version of brasero is available in both Lucid and Maverick and we are wondering if this is still reproducible in any of those versions, May you please test and give us of feedback about it? Thanks in advance.

Changed in brasero (Ubuntu):
status: New → Incomplete
Revision history for this message
OS/2-User (fzf7a2c02) wrote :

> A new version of brasero is available in both Lucid and Maverick ...

Pedro, where exactly can I find those new Brasero packages for download?

http://packages.ubuntu.com/maverick/, as well as /lucid-updates and /lucid-backports, all fail with:

"Error
mehr als eine Suite für show_static angegeben (dapper dapper-updates dapper-backports hardy hardy-updates hardy-backports intrepid intrepid-updates intrepid-backports jaunty jaunty-updates jaunty-backports karmic karmic-updates karmic-backports lucid)"

Apparently those directories don't even exist yet.

Since ISOs burned to CD with Brasero Version: 2.28.2-0ubuntu1 on Gnome Karmic, for me always fail the md5chksum, while Nerolinux Version: 4.0.0.0-1 works just fine, I really would like to give that July version a try as well.

I really want to be able to burn CDs again on my laptop as I could before with Jaunty.

And upgrading to Lucid is pointless as well, as long as the crucial WPA2 log-in problem for Ralink RT2870sta based WiFi adapters is still not being fixed.

Or are those problems coming from bugs in cdrkit instead of providing cdrtools?

Revision history for this message
Joshua Fallaw (jfallaw) wrote : RE: [Bug 483792] Brasero Copy to ISO image does not work for some DVDs

I will dl it and check it out as soon as I get a chance. Thanks!

-----Original Message-----
From: <email address hidden> [mailto:<email address hidden>] On Behalf Of Pedro Villavicencio
Sent: Friday, July 02, 2010 7:32 AM
To: <email address hidden>
Subject: [Bug 483792] Brasero Copy to ISO image does not work for some DVDs

Thank you for taking the time to report this bug and helping to make Ubuntu better. A new version of brasero is available in both Lucid and Maverick and we are wondering if this is still reproducible in any of those versions, May you please test and give us of feedback about it?
Thanks in advance.

** Changed in: brasero (Ubuntu)
       Status: New => Incomplete

--
Brasero Copy to ISO image does not work for some DVDs
https://bugs.launchpad.net/bugs/483792
You received this bug notification because you are a direct subscriber of the bug.

Status in “brasero” package in Ubuntu: Incomplete

Bug description:
Binary package hint: brasero

I try to convert my DVDs into ISO images for streaming them via my PS3.

I use the Brasero "Copy Disc..." functionality and until now it failed on the following discs with "Error reading video DVD (fatal error in vts css key)":

- ANTZ, Region Code 2+4, Disc 1 - Movie
- Toy Story - The Ultimate Toy Box, Region Code 2, Disc 3 - Bonus Footage

The Brasero log for the ANTZ DVD is attached. The other log was similar, if needed I can regenerate it again.

ProblemType: Bug
Architecture: i386
Date: Mon Nov 16 20:50:40 2009
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
Package: brasero 2.28.2-0ubuntu1
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: brasero
Uname: Linux 2.6.31-14-generic i686

To unsubscribe from this bug, go to:
https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/483792/+subscribe

Revision history for this message
Vish (vish) wrote : Re: Brasero Copy to ISO image does not work for some DVDs

Thank you for taking the time to report this bug and helping to make Ubuntu better. We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future.
To reopen the bug report you can click on the current status, under the Status column, and change the Status back to "New".

Changed in brasero (Ubuntu):
status: Incomplete → Invalid
Revision history for this message
Sébastien Bertrand (damocles) wrote :

This bug happened to me with Brasero on Maverick Meerkat. It seems there is a problem between libdvdcss and Brasero, but I can read the DVD so I assume my libdvdcss is working.

I cannot find an upstream bug.

Changed in brasero (Ubuntu):
status: Invalid → New
Revision history for this message
Sébastien Bertrand (damocles) wrote :
Revision history for this message
Sébastien Bertrand (damocles) wrote :

From this site http://rant.gulbrandsen.priv.no/libdvdcss-new-css-attack, it seems it's a problem with libdvdcss.

Revision history for this message
Pedro Villavicencio (pedro) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. The issue that you reported is one that should be reproducible with the live environment of the Desktop CD of the development release - Oneiric Ocelot. It would help us greatly if you could test with it so we can work on getting it fixed in the next release of Ubuntu. You can find out more about the development release at http://www.ubuntu.com/testing/ . Thanks again and we appreciate your help.

Changed in brasero (Ubuntu):
status: New → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for brasero (Ubuntu) because there has been no activity for 60 days.]

Changed in brasero (Ubuntu):
status: Incomplete → Expired
Diogo Gomes (diogogomes)
summary: - Brasero Copy to ISO image does not work for some DVDs
+ Brasero "Copy to ISO" doesn't work for some DVDs and CDs
Changed in brasero (Ubuntu):
status: Expired → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.