Wolfman wrote:Due to restrictions that are beyond the control of the devs on Linux distro's, there are (in most) distro's; no codecs pre-installed (in Windoze either!!), what you need to do when making an install of any Ubuntu flavoured distro is to install the "Medibuntu repo", this then adds more repo with more codecs and non-free software etc.
https://help.ubuntu.com/community/MedibuntuOnce downloaded; you can find the "nonfree-codecs" pack, along with many other bits and pieces including CSS encryption for DVD's, "libdvdcss2".
This is sadly not well placed on the Ubuntu forum so people must search for answers as to why CD's/DVD's won't play. The same goes for DVB devices which require firmware and are only available through Medibuntu!!.
Hope this help you further!!.
Regards Wolfman
True that wolfman. Same thing goes for libdvdcss2 and it not being added by default. It's a legalities issue.
To All,
To add the Medibunti repo: wget
http://www.medibuntu.org/sources.list.d/`lsb_release -cs`.list --output-document=/etc/apt/sources.list.d/medibuntu.list && sudo apt-get --yes -q --force-yes --allow-unauthenticated install medibuntu-keyring
Whenever I've had issues installing the Medibuntu repo (after running the above commands), I run these commands below and it works great:
sudo apt-get --yes -q --force-yes --allow-unauthenticated install medibuntu-keyring && apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0624A220
You can combine them all into one if you want like this: wget
http://www.medibuntu.org/sources.list.d/`lsb_release -cs`.list --output-document=/etc/apt/sources.list.d/medibuntu.list && sudo apt-get --yes -q --force-yes --allow-unauthenticated install medibuntu-keyring && sudo apt-get --yes -q --force-yes --allow-unauthenticated install medibuntu-keyring && apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0624A220