LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 11-24-2007, 06:27 AM   #1
vdemuth
Member
 
Registered: Oct 2003
Location: West Midlands, UK
Distribution: Slackware 14 (Server),OpenSuse 13.2 (Laptop & Desktop),, OpenSuse 13.2 on the wifes lappy
Posts: 781

Rep: Reputation: 98
DVD region setting


Hi all,

Just bought a new usb dvd rewriter. Plugged it in and although dmesg shows it being detected, udev did not assign it any dev entry. A quick google suggested that in order to use a new dvd, either internal or external, it first needs to be region set. This is easily achieved in window$, by just inserting a dvd film.
My question is then, how to achieve the same thing under linux, as inserting a dvd film does nothing.
FWIW, once the region has been set via window$, pluggung into my linux box immediately gets udev assigning it as you would expect.
Any one guide me in the right direction.

TIA
 
Old 11-24-2007, 03:39 PM   #2
kilgoretrout
Senior Member
 
Registered: Oct 2003
Posts: 2,987

Rep: Reputation: 388Reputation: 388Reputation: 388Reputation: 388
Quote:
A quick google suggested that in order to use a new dvd, either internal or external, it first needs to be region set.
I am fairly certain this is not true. I have a new sata dvd drive that I recently installed in a linux box that has never seen windows and has never been region encoded and it was detected and works fine in linux. Your problem probably has more to do with the fact that this is a usb dvd drive. I suspect that the necessary driver modules are not loading for this device.
 
Old 11-25-2007, 02:10 AM   #3
vdemuth
Member
 
Registered: Oct 2003
Location: West Midlands, UK
Distribution: Slackware 14 (Server),OpenSuse 13.2 (Laptop & Desktop),, OpenSuse 13.2 on the wifes lappy
Posts: 781

Original Poster
Rep: Reputation: 98
Thanks for the reply, but as I said, once the drive had been region encoded via window$, it then worked correctly under linux without any extra intervention. Any more ideas. It is purely to satisfy my curiosity, as I would like to think that what can be achieved so easily under window$ should be just as easy to do under my favourite OS.
 
Old 11-25-2007, 03:48 AM   #4
samael26
Member
 
Registered: Oct 2004
Location: France, Provence
Distribution: Debian
Posts: 848

Rep: Reputation: 30
Quote:
Originally Posted by vdemuth View Post
Thanks for the reply, but as I said, once the drive had been region encoded via window$, it then worked correctly under linux without any extra intervention.
This is just your assumption. And it is not correct. Windows has nothing to do whatsoever with giving permissions to watch encrypted dvds or set the region. I have dvds I bought on amazon which are not for my region (2 : Europe). They can be watched with no hassle. Apple does the same : you are enabled to watch the dvds that work for your region only. In that regard, it sucks as much as Windows. Linux has nothing to do with regions or permissions either. This is a free OS, man.
 
Old 11-25-2007, 06:23 AM   #5
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Quote:
Originally Posted by vdemuth View Post
Thanks for the reply, but as I said, once the drive had been region encoded via window$, it then worked correctly under linux without any extra intervention.
I regularly build Linux systems and have never had such issues. DVD discs just play without the need to mess about with the region settings.
 
Old 11-25-2007, 07:05 AM   #6
vdemuth
Member
 
Registered: Oct 2003
Location: West Midlands, UK
Distribution: Slackware 14 (Server),OpenSuse 13.2 (Laptop & Desktop),, OpenSuse 13.2 on the wifes lappy
Posts: 781

Original Poster
Rep: Reputation: 98
Sameal 26,

This was NOT just my assumption, so please don't presume to tell me that it is. The evidence was before my very eyes. When first plugged into my linux box, the new drive would neither register correctly with udev, or play ANY dvds. I then tried it on Window$, where it worked first time, and has subsequently been working under Linux as any other dvd device does. So unless you wish to continue to call me a liar, I suggest you read and try to understand the entire post in future. Perhaps I have just been unlucky, who knows, but either way, I can only report what worked for me, and am just trying to get to the bottom as to why, and glib comments do not lead to a successfull understanding of what is going on.
 
Old 11-25-2007, 11:04 AM   #7
kilgoretrout
Senior Member
 
Registered: Oct 2003
Posts: 2,987

Rep: Reputation: 388Reputation: 388Reputation: 388Reputation: 388
No one's calling you a liar and no one here has been insulting or glib. Please be civil if you expect others to help.

I am simply unaware of any technical reason why region encoding in windows should have any impact whatsoever on the device's recognition in linux and the contention that it does is contradicted by my personal experience and that of the others that have posted here. If you could elaborate on the technical basis for your belief, I'm more than willing to listen. But it appears that your belief is only based on your experience with one other device on another system and your unwilling to look at any alternative explanations for what happened.
 
Old 06-21-2008, 10:29 PM   #8
sqrammi
LQ Newbie
 
Registered: Jun 2008
Posts: 1

Rep: Reputation: 0
I believe you

vdemuth, I believe you are correct. I just bought a Samsung DVD Burner and it would *not* play back some DVDs correctly. I would get "Error cracking CSS key for /VIDEO_TS/VTS_..... in xine, mplayer, and vlc.

After booting into Windows, setting the Region in the DVD-ROM device properties, and booting back in to Linux, everything works great.

There must be a firmware issue where the DVD drive refuses to return data from certain sections of the DVD if the region has not been set yet.

On the other hand, an LG DVD drive that I bought 6 months ago has never had a problem playing any DVD. LG must program the Region code in manufacturing (or at least before they shipped it), whereas Samsung does not.

Last edited by sqrammi; 06-21-2008 at 10:31 PM. Reason: Added a little more of my opinion
 
Old 07-15-2008, 12:43 PM   #9
gregw040
LQ Newbie
 
Registered: Jul 2006
Location: Whittier, CA USA
Distribution: Ubuntu
Posts: 19

Rep: Reputation: 1
Try
Code:
apt-get install regionset
Then run
Code:
regionset
You'll want to set region code 1 if you're in the USA.

Last edited by gregw040; 07-15-2008 at 12:45 PM. Reason: clarification
 
1 members found this post helpful.
Old 01-05-2009, 04:41 AM   #10
saburns
LQ Newbie
 
Registered: Jan 2009
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by gregw040 View Post
Try
Code:
apt-get install regionset
Then run
Code:
regionset
You'll want to set region code 1 if you're in the USA.

Registered to say this got me going, and to give a nice big hint to anyone else who buys what I did.

I bought an LG GE20NU10 on faith in Linux "just working". I bought a nice big hard drive too and I've been copying all of my DVDs to hard drive to stop my kids scratching the disks.

Out of the box it mostly worked but refused to copy DVDs on my Mythbuntu 7.10 box which worked fine with an internal drive. I tried it plugged in to my laptop running Etch which copied fine through the internal DVD drive with no luck.

I ran regionset, set it to region 4 (I'm in Australia) and it's now copying just fine.

Thanks.
 
Old 01-18-2010, 05:41 AM   #11
arivanov
LQ Newbie
 
Registered: Jan 2010
Posts: 1

Rep: Reputation: 0
Cool Region encoding does matter sometimes

Quote:
Originally Posted by kilgoretrout View Post
No one's calling you a liar and no one here has been insulting or glib. Please be civil if you expect others to help.

I am simply unaware of any technical reason why region encoding [snip]
I would not have expected it to be the case with a user encoded DVD, but region encoding does matter for some DVDs. DVDs protected via specific Macrovision settings are readable on most DVD readers only if the region is set correctly. Examples are "Ruling Class", "The Green Wing Season1", etc. On most DVD readers these will fail to read if the DVD reader is set to the default "no region" setting.
 
Old 04-25-2015, 03:20 AM   #12
[candid]
LQ Newbie
 
Registered: Apr 2015
Posts: 1

Rep: Reputation: Disabled
Follow up - same issue on new computer

I thought I'd post a follow up to say that I obtained a "new" computer with a DVD drive that had not been regionally set, and it had no problems playing any of my DVD's until I got to the 3rd disk in a series. The first 2 played fine, but the last wouldn't work. I double checked everything, and was about to conclude that the disk was bad until I tried the regionset program suggested by saburns. I set to my region and the DVD plays like a champ. So, for those that continue to have this issue, the region settings are still relevant. Thank you!

* Slackware 14.1
* Kernel 3.14.33-smp
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
DVD region changing cursed Linux - Software 6 09-03-2009 11:41 AM
"Cheating" Linux - Enabling region free DVD without flashing DVD drive. StevenO Linux - General 4 05-07-2006 02:41 PM
DVD Region woes killerbob Linux - Software 1 05-10-2005 06:15 PM
DVD (region 2) on Mandrake 9.1 Mr. D. Linux - Hardware 3 09-14-2003 12:09 PM
DVD Region problem HELP!!!!! skip1 Linux - Software 23 08-15-2003 04:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 08:57 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration