Ubuntu 8.04 Hardy Heron can't play encrypted DVDs out of the box. In order to play DVDs you need to install a couple of codecs. This guide will show you how to install the Medibuntu repository and codecs.
This will add the Medibuntu repository to your repository lists
In a terminal type:
sudo gedit /etc/apt/sources.list
Add this to the end of your source list:
## Medibuntu - Ubuntu 8.04 "hardy"
## Please report any bug on https://bugs.launchpad.net/medibuntu/
deb http://packages.medibuntu.org/ hardy free non-free
Then you have to add the GPG Key to authenticate the packages
In a terminal type:
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update
Now update your system to load the Medibuntu repository into your apt-get sources
In a terminal type:
sudo apt-get update
Download the DVDs playback packages
In a terminal type:
sudo apt-get install libdvdcss2 libdvdread3
edited by pHreaksYcle
7 comments:
Many thanks for such a clear and concise article, on how to get the whole thing up and running on Ubuntu with the minimal amount of fuss and stress...
You save me countless hours, and a lot of frustration...
I would like to echo Art´s comment. Your guide is very helpful to me. I contains all the details without being bloated.
Thank you so much, perfect noob(me) guide!
Hi, I tried what you suggested, but I got the following:
dvdread error: DVDRead cannot open source: /dev/hda
main error: no suitable access module for `dvd:///dev/hda'
If anyone else has this problem, try /dev/scd0. Some disks use this, while others use /dev/hda.
muchas gracias.. desde chile!!!!! all perfect!!!!..thanks!!!!
muchas gracias....desde chile!!!!! all working perfect!!!!...thanks!!!!
Post a Comment