1

So I asked a friend to dual-boost ubuntu 14.04 with Windows 8.1. But the USB stick he used to install ubuntu came out. He re-did the install but ubuntu didn't recognise windows and took over the entire laptop. Anyway, about the DVDs. I tried to play a DVD on totem. It didn't work. My brother installed VLC but when I tried to play a DVD on that it said it had to be Eclipse because of a playlist I had accidentally created. With the playlist now gone and a different DVD in the laptop I tried again, to little success. I have done several things in the terminal including libdvdread4 and some other stuff. I removed and installed VLC again to little success. At first it tried to play Sims3 as a DVD so I compressed the file and moved it. This enabled Angel to be read but not play. It has the cone stay on the screen and angel appears on the bar instead of VLC but then VLC comes back.

Pro Backup
  • 3,210
  • 3
  • 25
  • 33
Scarlet
  • 19

1 Answers1

0

You have to install libdvdcss2 from the VideoLAN repository:

Add the VideoLAN repository

  1. Open Ubuntu Software-Center
  2. In the menu select Edit -> Software Sources...
  3. Add the VideoLAN repository to your package sources:
    1. Select the tab Other Software
    2. Click Add...
    3. Paste the following line into the text field:
      deb http://download.videolan.org/pub/debian/stable/ /
      Dialog for adding a package source
    4. Confirm by entering your password
  4. Add the VideoLAN repository signing key:
    1. Switch to the Authentication tab
    2. Download this file to some location that you can remember
      (like your Downloads directory):
      http://download.videolan.org/pub/debian/videolan-apt.asc
    3. Back in the Software & Properties window click Import Key File...
    4. Select the file you have just downloaded and click OK
    5. How the Software & Updates window should look like:
      Software & Updates window after key import
  5. Close the Software & Updates window by clicking Close
  6. Wait for the Updating cache process in the main Ubuntu Software-Center window to finish

Install the libdvdcss2 package

  1. In the Ubuntu Software-Center window search for libdvdcss2
  2. Select the Library designed for accessing DVDs
  3. Click Install
    Installing the package in the Software Center
  4. Confirm by entering your password again
  5. Enjoy!
ntninja
  • 726