
sudo apt-get install libdvdread4
sudo /usr/share/doc/libdvdread4/install-css.sh

dim459 έγραψε:Αν είναι πρωτότυπο δεν θα έπρεπε να εγκαταστήσει και την libdvdcss2 ;
cat /usr/share/doc/libdvdread4/install-css.sh#!/bin/sh
# Shell script to install libdvdcss under Debian GNU Linux
# Many DVDs use css for encryption. To play these discs, a special library
# is needed to decode them, libdvdcss. Due to legal problems, Debian and most
# Linux distibutions cannot distribute libdvdcss
# Use this shell script to install the libdvdcss under DEBIAN GNU/Linux
# --------------------------------------------------------------------------
# Refer url for more info:
# Copyright info - http://www.dtek.chalmers.se/~dvd/
# -------------------------------------------------------------------------
# This script is part of nixCraft shell script collection (NSSC)
# Visit http://bash.cyberciti.biz/ for more information.
# -------------------------------------------------------------------------
# Addition of checking for current version. Gene Cumm <gene.cumm@gmail.com>
# -------------------------------------------------------------------------
set -e
if [ ! -w /etc/passwd ]; then
echo "Super-user privileges are required. Please run this with 'sudo'." >&2
exit 1
fi
sitert=http://download.videolan.org/
site=${sitert}pub/debian/stable/
arch=$(dpkg --print-architecture)
soname=2
uversion=1.2.13
available="i386 amd64"
version=${uversion}-0
do_dyn=T
dist=$(lsb_release -cs)
if ! type wget > /dev/null ; then
echo "Install wget and run this script again" >&2
exit 1
fi
CSSTMP=$(mktemp -t -d dvdcss-XXXXXX)
# Attempt to dymanically fetch the current version
# dep: grep sed
if [ "$do_dyn" = "T" ];then
for a in grep sed head; do
if ! type "$a" > /dev/null ; then
echo "Can not find ${a}; Needed for dymanic fetch"
do_dyn=F
fi
done
fi
if [ "$do_dyn" = "T" ];then
set +e # prevent this from stopping everything
wget "${site}/Packages" -O "$CSSTMP"/Packages && \
url=${site}$(grep "Filename: .*libdvdcss${soname}.*${arch}.*\.deb" "$CSSTMP"/Packages|sed 's/Filename: //'|head -n 1) && \
wget "${url}" -O "$CSSTMP"/libdvdcss.deb && \
dpkg -i "$CSSTMP"/libdvdcss.deb && \
exit 0
echo "Dynamic fetch failed; Falling back to static fetch"
set -e # undo
else
echo "Skipping dynamic fetch"
fi
for a in $available; do
if [ "$a" = "$arch" ]; then
wget ${site}libdvdcss${soname}_${version}_${arch}.deb -O "$CSSTMP"/libdvdcss.deb
dpkg -i "$CSSTMP"/libdvdcss.deb
exit $?
fi
done
echo "No prebuilt binary available. Will try to build and install it."
echo "You need to have build-essential, debhelper and fakeroot installed."
echo "If not, interrupt now, install them and rerun this script."
echo ""
echo "This is higly experimental, look out for what happens below."
echo "If you want to stop, interrupt now (control-c), else press"
echo "return to proceed"
read dum
if ! type dh_testdir > /dev/null || ! type fakeroot > /dev/null; then
echo "Attempting to install build-essential, debhelper and fakeroot..." >&2
apt-get update && apt-get install build-essential debhelper fakeroot
fi
if ! type dh_testdir > /dev/null || ! type fakeroot > /dev/null ||
! type make > /dev/null ; then
echo "Failed to install build-essential, debhelper and fakeroot, exiting now." >&2
exit 1
fi
cd "$CSSTMP"
wget ${site}libdvdcss_${uversion}.orig.tar.gz
wget ${site}libdvdcss_${version}.debian.tar.gz
wget ${site}libdvdcss_${version}.dsc
dpkg-source -x libdvdcss_${version}.dsc
cd libdvdcss-${uversion}
fakeroot ./debian/rules binary
dpkg -i ../libdvdcss${soname}_${version}_${arch}.deb
έγραψε:# Shell script to install libdvdcss under Debian GNU Linux


speleoste έγραψε:Έτρεξα και την 1η και την 2η εντολή έκανα επανεκκίνηση αλλά τίποτα...έβαλα dvd πήγα να το ανοίξω με GNOME M PLAYER και μου έβγαζε : Couldn't open DVD device: /dev/dvd (No such file or directory)
sudo apt-get install libdvdnav4sudo lshw -c disk

description: DVD-RAM writer
product: DVD RW AD-7530B
vendor: Optiarc
physical id: 0.0.0
πληροφορίες διαύλου: scsi@0:0.0.0
logical name: /dev/cdrom
logical name: /dev/sr0
version: NX06
capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
configuration: ansiversion=5 status=nodisc
*-disk
description: ATA Disk
product: WDC WD3200BPVT-0
vendor: Western Digital
physical id: 0.0.0
πληροφορίες διαύλου: scsi@2:0.0.0
logical name: /dev/sda
version: 01.0
serial: WD-WXG1E82DJK77
μέγεθος: 298GiB (320GB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 sectorsize=4096 signature=000b113Ανάγνωση Λιστών Πακέτων... Ολοκληρώθηκε
Κατασκευή Δένδρου Εξαρτήσεων
Ανάγνωση περιγραφής της τρέχουσας κατάσταση... Ολοκληρώθηκε
το libdvdnav4 είναι ήδη η τελευταία έκδοση.
το libdvdnav4 έχει εγκατασταθεί με το χέρι
Τα ακόλουθα πακέτα εγκαταστάθηκαν αυτόματα και δεν χρειάζονται πλέον:
bamfdaemon g++-4.7 gcc-4.7-base:i386 geoclue-ubuntu-geoip html2text
kde-l10n-el kde-l10n-engb libbamf3-2 libdns95 libgnome-desktop-3-4
libgnome-keyring0:i386 libibus-1.0-0:i386 libisc92 libllvm3.2
libllvm3.2:i386 libstdc++6-4.7-dev libunity-webapps0 libzeitgeist-1.0-1
linux-headers-3.8.0-19 linux-headers-3.8.0-19-generic
linux-image-3.8.0-19-generic linux-image-extra-3.8.0-19-generic nepomuk-core
rtmpdump unity-webapps-service youtube-dl
Χρησιμοποιήστε 'apt-get autoremove' για να τα διαγράψετε.
0 αναβαθμίστηκαν, 0 νέο εγκατεστημένα, 0 θα αφαιρεθούν και 0 δεν αναβαθμίζονται.Τα αποτελέσματα από εντολές τερματικού τα βάζουμε μέσα σε [cοde]αποτελέσματα[/cοde]. Επιλέγουμε το κείμενο και πατάμε το κουμπάκι
. Δες εδώ πως.

vforvendetta85 έγραψε:Από την υπογραφή μου θα καταλάβετε πως είμαι αρχάριος.Αλλά σκέφτομαι....όταν βάζεις ένα dvd και το διαβάζει, στην μπάρα εργασιών θα προστεθεί το DVD.Επίσης στα 'αρχεία' δεν βγάζει τίποτα στο udf volume;Αυτά εμφανίζονται ή όχι;

