Setting Region of DVD Drive

From LinuxMCE
Revision as of 14:14, 30 January 2008 by Kir (Talk | contribs)

(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

Introduction

In some situations, the DVD drive may refuse to play DVDs because of the region ID not set in drive. This also can affect the ripping of DVD disks on this drive.

Verification of currently set DVD region

To verify the settings of your DVD drive, you should use the dvd_region tool: by default it tries to open the drive /dev/dvd but in recent LinuxMCE installations, the different numbering schema is used, e.g. /dev/dvd1 , /dev/dvd2 , etc. Use the "-d" option to change the drive to query:

root@dcerouter:~# /usr/pluto/bin/dvd_region -d /dev/dvd1


If the region ID is set, you should see the similar output:

Drive region info:
Type: Drive region is set
4 vendor resets available
4 user controlled changes available
Region: 1 playable
RPC Scheme: The Logical Unit _shall_ adhere to the specification and all requirements of the CSS license agreement concerning RPC

Setting DVD region

If you see the message about not set region ID, you can set it using combination of options "-s" and "-r", for example, to set region to 1 (which corresponds to the US and Canada), you should run:

root@dcerouter:~# /usr/pluto/bin/dvd_region -s -r 1 -d /dev/dvd1

And press enter when you will be asked if you really want to set DVD region.

Extra information

1. There is an article in Wikipedia on DVD region code: http://en.wikipedia.org/wiki/DVD_region_code