You are not logged in.
Pages: 1
I am trying to play a DVD with Crunchbang Waldorf. What is needed to enable this?
I tried with VLC and couldn't get it to work. I tried to install gxine and mplayer which wouldn't install, so don't know what else to use.
Thanks
Offline
I tried with /dev/sr0; didn't make a differece. /dev/dvd is a link to /dev/sr0
Offline
I think you need a more recent version of libdvdcss but I'm not sure how you would get it outside of deb-multimedia, which I don't recommend (because it implies adding an additional third party that you need to trust and then there's the issue of dependencies etc.).
Offline
I tried with /dev/sr0; didn't make a differece. /dev/dvd is a link to /dev/sr0
You're right it is a symbolic link to /dev/sr0 but it can be tricky depending on the app you're using 
EDIT: Can you show me the output of
$ ls -l /dev/sr0to confirm that in belongs to the group cdrom with the following permissions: 660 rw-rw----
if not do
sudo chmod 660 /dev/sr0 && sudo chgrp cdrom /dev/sr0Last edited by tamikan (2013-12-16 19:39:32)
Offline
I already have deb-multimedia in sources.list.
libdvdcss2 is Version: 1.2.12-0.1
EDIT: Can you show me the output of
$ ls -l /dev/sr0to confirm that in belongs to the group cdrom with the following permissions: 660 rw-rw----
if not dosudo chmod 660 /dev/sr0 && sudo chgrp cdrom /dev/sr0
root@crunchbang:~# ls -l /dev/sr0
brw-rw---T+ 1 root cdrom 11, 0 Dec 17 18:42 /dev/sr0I changed the permissions to 660 and that fixed it; DVD now plays. What is the T+ in the permission mean; why did it stop the DVD from playing?
Thanks for help.
Offline
I changed the permissions to 660 and that fixed it; DVD now plays. What is the T+ in the permission mean; why did it stop the DVD from playing?
Thanks for help.
Sticky bit? Although I thought that was a lowercase "t"
Artwork at deviantArt; Iceweasel Personas; SLiM #! Themes; Openbox themes
Online
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.