You are not logged in.

#1 2004-12-17 19:33:38

ylikone
Member
From: Southern Ontario
Registered: 2004-12-17
Posts: 45
Website

Playing encrypted DVDs and permissions

I recently was baffled by why I couldn't play DVDs with xine or mplayer.  Then I realized that I had to get an extra component for dvd encryption. (as a former mandrake user, i'm too used to having everything done for me)  Anyway, a quick "pacman -S libdvdcss" did the trick.

Now, I have a concern... as a regular user (non-root) I couldn't play dvd's unless I did "chmod o+rw /dev/hdd".  I also had to do "chmod o+rw /dev/snd" and "chmod o+rw /dev/sound" (and run alsamixer to unmute my master volume).  It works but is it the proper way to do it?

Offline

#2 2004-12-17 19:36:31

xerxes2
Member
From: Malmoe, Sweden
Registered: 2004-04-23
Posts: 1,249
Website

Re: Playing encrypted DVDs and permissions

no
arch default udev setup uses the groups audio and optical,
add your user to the groups

gpasswd -a ylikone audio
gpasswd -a ylikone optical

good luck


arch + gentoo + initng + python = enlisy

Offline

#3 2004-12-18 11:22:44

ylikone
Member
From: Southern Ontario
Registered: 2004-12-17
Posts: 45
Website

Re: Playing encrypted DVDs and permissions

Thanks!

Offline

Board footer

Powered by FluxBB