Could not read DVD

Asked by Robert Lucas

I get the message ..... Could not read DVD. This may be because the DVD is encrypted and a DVD decryption library is not installed .Where can I get the Decryption library??

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-media Edit question
Assignee:
No assignee Edit question
Solved by:
Robert Lucas
Solved:
Last query:
Last reply:
Revision history for this message
Paul Stewart (paulbrianstewart) said :
#1

Step 1. Open a Terminal Window
Step 2. Type sudo apt-get install ubuntu-restricted-extras
Step 3. Type sudo /usr/share/doc/libdvdread4/install-css.sh
Step 4. Insert DVD and enjoy.

Revision history for this message
Robert Lucas (blucas12) said :
#2

Problem solved........... thank you
Bob

Revision history for this message
Steven Pemberton (steven-pemberton) said :
#3

If you install css and still get the message, the DVD drive may not have a region set.

To fix this you need to use regionset:

    sudo apt-get install regionset

Then run it:

  sudo regionset

and answer the questions appropriately.

Revision history for this message
Onhate (onhate-marcelo) said :
#4

Thank you!!!