DVD playback is not a feature that is installed by default due to license restrictions. This will show you how to install DVD playback capability on your Ubuntu linux machine.
Note: In some parts of the world using DVD playback is not legal.
Installing DVD playback is Very Easy. You’ll need to install the Seveas Repository before you’ll have access to it
First you need to edit your /etc/apt/sources.list using the following command
sudo vi /etc/apt/sources.list
and enter the following sourcelist save the file and exit
deb http://mirror.ubuntulinux.nl edgy-seveas all
deb-src http://mirror.ubuntulinux.nl edgy-seveas all
Now you need to copy the key using the following command
wget http://mirror.ubuntulinux.nl/1135D466.gpg -O- | sudo apt-key add -
Update your source list using the following command
sudo apt-get update
Install libdvdcss2 using the following command
sudo aptitude install libdvdcss2
or, if you prefer not to install Seveas repository you can run the following command to automatically download and install the appropriate files
sudo /usr/share/doc/libdvdread3/./install-css.sh
How to enable DVD Playback in your ubuntu System
Related Posts:
Ubuntu Networking Configuration Using Graphical ToolThe basics for any network based on *nix hosts is the Transport Control Protocol/ Internet Protocol (TCP/IP) combination of three protocols. This comb… Read More
Crack your Wi-Fi WEP and WPA-PSK keys with Aircrack in Ubuntu Aircrack-ng is an 802.11a/b/g WEP/WPA cracking program that can recover a 40-bit, 104-bit, 256-bit or 512-bit WEP key once enough encrypted packets … Read More
How to Play DVD in Ubuntu 9.10 Karmic Koala There is no default support od DVD in Ubuntu 9.10. You have to install the following for getting the DVD Support. First You Have to add the medibun… Read More
Howto Restore Ubuntu After Windows Installation Using LiveCDWindows will overwrite the grub boot loader , So You cannot access Linux partition after Windows Installation. Tools Required : Ubuntu LiveCD First… Read More
How to fix USB stops working problem in UbuntuThis tutorial will explain how to fix USB stops working problem in Ubuntu Note: The success (or otherwise) of the following solution will depend on … Read More
0 comments:
Post a Comment