Ubuntu: lire un DVD avec encryptage CSSUbuntu: read a DVD with CSS encryption
Sous une distribution Kubuntu fraîchement installée, le message d’erreur suivant apparaît au lancement d’un DVD avec vlc
libdvdread: Encrypted DVD support unavailable. ************************************************ ** ** ** No css library available. See ** ** /usr/share/doc/libdvdread4/README.css ** ** for more information. ** ** ** ************************************************ libdvdnav: DVD Title:...
On a freshly installed Kubuntu distribution, I had the following error while trying to read a dvd with vlc
libdvdread: Encrypted DVD support unavailable. ************************************************ ** ** ** No css library available. See ** ** /usr/share/doc/libdvdread4/README.css ** ** for more information. ** ** ** ************************************************ libdvdnav: DVD Title:...
This problem is solved by activating the medibuntu repository: to do so, as a super-user, edit the file /etc/apt/sources.list
and add the following lines:
deb http://packages.medibuntu.org/ precise free non-free
deb-src http://packages.medibuntu.org/ precise free non-free
(if you’re using Ubuntu 12.04 LTS (precise): these lines must be adapted to your own distribution). Then add the following gpg signatures:
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add -
and update the package list:
sudo apt-get update
Finally, install the package to read CSS encrypted DVD:
sudo apt-get install libdvdcss2
Mise à jour (août 2014)
La bibliothèque medibuntu n’existe plus. Il faut maintenant, installer le package ubuntu-restricted-extras
(ou Xubuntu-restricted-extras
où “X” dépend de votre distribution : kubuntu, xubuntu…) et lancer la ligne de commande
sudo sh /usr/share/doc/libdvdread4/install-css.sh
Avant…
Ce problème est résolu par l’installation de la bibliothèque medibuntu : pour cela, dans un terminal, éditer en super-administrateur le fichier /etc/apt/sources.list
et ajoutez-y les lignes suivantes :
deb http://packages.medibuntu.org/ precise free non-free
deb-src http://packages.medibuntu.org/ precise free non-free
(donné ici pour Ubuntu 12.04 LTS (precise) et à adapter selon votre distribution). Puis mettez à jour les clés gpg du système :
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add -
et rechargez la liste des packages
sudo apt-get update
avant d’installer les packages permettant de lire ce type de DVD :
sudo apt-get install libdvdcss2