I'm very new to Ubuntu having just replaced a faulty Windows 7 on my Sony Viao. I now find that my DVD drive will not play commercial movie DVDs. I have loaded the recommended files. I can use home-made DVD-R no problem, but with the commercial DVDs, the drive makes a loud clicking noise and eventually stops without VLC opening. On a single layer movie disc, VLC reported a blank disc. Any ideas?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
Because commercial dvd's are encrypted. To be able to read commercial dvd's you need to install some codecs. Open terminal and enter the following: sudo apt-get install libdvdread4 && sudo /usr/share/doc/libdvdread4/install-css.sh you may have to enter those commands separately, and you may have to reboot. |
|||
|
|
|
Open a terminal and add the Medibuntu Repository with one long command:
After that install the libdvdcss2 package with |
|||
|
|
