The user should be presented a GUI to set the region code of his brand new DVD drive when trying to read a CSS crippled DVD (when needed)

Bug #16722 reported by Vincent Untz
54
This bug affects 7 people
Affects Status Importance Assigned to Milestone
GNOME MPlayer
New
Undecided
Unassigned
Totem
New
Undecided
Unassigned
VLC media player
Won't Fix
Undecided
Unassigned
libdvdread (Ubuntu)
Triaged
Wishlist
Unassigned

Bug Description

Since I bought my laptop, I couldn't read dvd. I never searched for a solution -
until today.

This was a brand new laptop and it never booted anything else than ubuntu. The
region code for the DVD drive was not set and it seems the drive refused to read
DVD for this reason.

After installing and using regionset (in universe, I think), it now works. There
was no user friendly error but just this in the syslog:

Buffer I/O error on device hdc, logical block 1877480
hdc: command error: status=0x51 { DriveReady SeekComplete Error }
hdc: command error: error=0x50
ide: failed opcode was 100
end_request: I/O error, dev hdc, sector 15019848

FWIW, I'm using xine to read dvd, but I suspect it's libdvdread that should
handle this.

Addtional suggestion for a solution (from the commenters) :

- When the player (totem, vlc etc..) see that even if libdvdcss is present the decss fails:

-- Regionset should be installed and the region/set times last retrieved.
-- A nice Gui is presented with the worldmap of regions ( see http://en.wikipedia.org/wiki/DVD_region_code#Region_codes_and_countries) and the user select his region.

-- A Big warning should be displayed saying that this can be done only a limited number of times.

-- Then regionset is called.

-- Then the playback can be restarted only if the region of the DVD and the drive match.

Revision history for this message
Thomas Hood (jdthood) wrote :

*** Bug 16351 has been marked as a duplicate of this bug. ***

Revision history for this message
terminatux (plandres) wrote :

ihave exactly the same problème with whether kaffeine-xine or totem-xine or VLC.

Revision history for this message
Ben Collins (ben-collins) wrote :

This bug has been flagged because it is old and possibly inactive. It may or may
not be fixed in the latest release (Breezy Badger 5.10). It is being marked as
"NEEDSINFO". In two weeks time, if the bug is not updated back to "NEW" and
validated against Breezy, it will be closed.

This is needed in order to help manage the current bug list for the kernel. We
would like to fix all bugs, but need users to test and help with debugging.

If this change was in error for this bug, please respond and make the
appropriate change (or email <email address hidden> if you cannot make the
change).

Thanks for your help.

Revision history for this message
Vincent Untz (vuntz) wrote :

Err... I believe the bug is still valid and I don't think it's a kernel bug: if
there's no region set for the dvd player, then the installer should set it.

Revision history for this message
Ben Collins (ben-collins) wrote :

Yeah, the kernel doesn't handle this. Not sure who or what should (somewhere in
userspace).

Matt Zimmerman (mdz)
Changed in libdvdread:
status: Unconfirmed → Confirmed
Revision history for this message
Shaya Potter (spotter) wrote : Re: Something needs to set the region code on new DVD drives

there's a program "regionset" that is used to set it and it's in universe

Revision history for this message
minty (murray-minty) wrote :

I encountered this problem with a Apple Mac Mini running 7.04 Feisty.

I had never inserted a DVD under OSX, then wiped the entire disk and installed Ubuntu. The region code was never set on the drive, and any attempt to play a dvd caused the application to silently bail out with no errors.

I believe the relevant error from VLC is:

Error cracking CSS key for .....

If you try mounting the disk and issuing "cp -ra" you get errors like:

  cp: reading `/media/cdrom0/video_ts/video_ts.vob': Input/output error

regionset is able to tell that there is no region set, thus I conclude there ought to be a hook that spots this and asks you to set it.

Revision history for this message
minty (murray-minty) wrote :

ahem ... any gnome media player would bail out with no errors

running vlc from the command line showed the "Error cracking CSS key ..." error I mention above.

Revision history for this message
Bungeman (bungeman) wrote :

While there should be a better error message from libdvdread and the players should be able to give intelligent error messages, the installer should include 'regionset', check to see if there is a region set on any DVD hardware on install and offer to set the region if it has not been set. I ran into this issue while helping my friend putting Ubuntu 8.04 on his laptop (which originally came with an old SuSE Enterprise). Since he isn't all that technical, he never would have figured this out on his own, and it wasn't very obvious to me either.

Revision history for this message
Ethan Bissett (draimus-deactivatedaccount) wrote :

Ran into this last night. Both Totem and mplayer gave totally meaningless errors. regionset fixed the problem but it took my friend a while to figure out the problem (after I spent much time failing to determine cause) since the errors reported by totem, mplayer, and those logged to syslog were not very helpful.

Revision history for this message
Mark (mark-wege) wrote :

The bug exists in intrepid too. I use Kubuntu. A few weeks ago I had to replace the existing DVD drive. I hadn't played a DVD yet, but everything else worked. So I thought the drive was broken again, when it failed to play several DVDs and I did not get any error message. Only when I fired up Windows I learned what the problem was. I was immediately asked to set the region code, when starting to play the DVD. After doing this, it worked with Kubuntu too. So it would be really great, if one would receive an error message or even better, if Kubuntu gave the possibility to set the region code.

Revision history for this message
sam tygier (samtygier) wrote :

this should not happen automatically as most dvd drives have a very limited number of changes. also it is not necessarily that you can guess based on the location information from the user (user might live in one country but have a collection of foreign disks, or may have 2 dvd drives and want them set to different regions).
that means you need to ask the user if they want to set the region.
more questions in the installer is generally a bad thing, especially as some users never will watch DVD films.
so, surely this is a job for the media players to do rather than the installer.

Revision history for this message
Mark (mark-wege) wrote :

Could you please assign this also KDE-media-players (Kaffeine, Dragon Player) and VLC? I do not know how to do this.

affects: totem (Ubuntu) → libdvdread (Ubuntu)
Revision history for this message
ceg (ceg) wrote :

Can't the post-install script of libdvdread check if the dvd readers present have a region set, if that is required for libdvdread to work?

Revision history for this message
Bryce Harrington (bryce) wrote : Re: post-inst for libdvdread needs to set the region code on new DVD drives

I'm not entirely certain that libdvdread's post-inst is the right place to do this. (What if a dvd player is added to the desktop after installing ubuntu? What if you use a USB dvd player?) But have updated the title so the discussion on this bug can focus on consideration of that specific solution.

summary: - Something needs to set the region code on new DVD drives
+ post-inst for libdvdread needs to set the region code on new DVD drives
Changed in libdvdread (Ubuntu):
status: New → Triaged
importance: Undecided → Wishlist
Revision history for this message
rusivi2 (rusivi2-deactivatedaccount) wrote :

Thank you for posting this bug.

Does this occur in Lucid?

Changed in ubiquity (Ubuntu):
status: Confirmed → Incomplete
Revision history for this message
Mark (mark-wege) wrote :

I can not test, since the requirement is to have a drive without the region code set which is a rather rare case. I assume that the coders should know if this was implemented in the meantime.

Revision history for this message
ceg (ceg) wrote :

Maybe libdvdread could ship an udev rule that checks if a region is set?

ceg (ceg)
summary: - post-inst for libdvdread needs to set the region code on new DVD drives
+ udev rule needed for libdvdread triggers check/set of a region code
+ (init brand new DVD drives)
summary: - udev rule needed for libdvdread triggers check/set of a region code
+ udev rule needed for libdvdread to trigger check/set of a region code
(init brand new DVD drives)
Revision history for this message
Michel-Ekimia (michel.ekimia) wrote : Re: udev rule needed for libdvdread to trigger check/set of a region code (init brand new DVD drives)

Just encountered this probleme on 12.04 with a clean DVD drive ( direct from the factory ) that has never been region-set.

Since this regionthing is directly linked to commercial crippled DVDs and drives region cannot be set more than 5 times. I guess this should be handled by the DVD player software only when the CSS key cracking fails.
So as already said, this should be handled by the DVD player with a nice GUI where the user can select the zone after have understood that this could be done only X times

I'm then adding Totem as a project affectd by this bug

summary: - udev rule needed for libdvdread to trigger check/set of a region code
- (init brand new DVD drives)
+ The user should be presented a GUI to set the region code of his brand
+ new DVD drive when trying to read a CSS crippled DVD (When needed)
description: updated
Revision history for this message
Rémi Denis-Courmont (rdenis) wrote :

That is a super bad idea. Read errors can happen for various reasons, including obviously defective disks, purposefully standard-violating disks (unfortunately a lame but common practice to attempt to contain DVD piracy). Advising the user to set region upon read error would a time bomb. It will cause many many users to destroy their drives accidentally.

Besides, your drive is supposed to be zoned when you buy it. I fail to see how the media player is to be blamed.

Changed in vlc:
status: New → Won't Fix
Revision history for this message
Michel-Ekimia (michel.ekimia) wrote :

@rémi : this Gui should not be displayed if the dvd match the region of the drive

A lot of drives don't have a region set, just because they are not manufactured for a specific region (Barebones with keyboard added at the last time like Clevo)

I sell a lot of Clevo that have this problem.

We need to give the user a chance to fix this, maybe this can be triggered by libdvdnav but IMO it's the player GUI that could handle this cleanly.

Changed in ubiquity (Ubuntu):
status: Incomplete → Confirmed
summary: The user should be presented a GUI to set the region code of his brand
- new DVD drive when trying to read a CSS crippled DVD (When needed)
+ new DVD drive when trying to read a CSS crippled DVD (when needed)
Phillip Susi (psusi)
no longer affects: ubiquity (Ubuntu)
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.