Dolphin: No Access to DVD_VIDEO_RECORDER
Hello Friends, i've an Error. If i start an selfmade DVD with 3 Videos, the Applet knows th Media. The Applet gives me 2 alternatives. I klicked on "load with Dolphin". And the Dolphin starts, and gives me an red line on the bottom. He says: "No Access to DVD_VIDEO_RECORDER". Then i goes to konsole /media. The konsole says: "No autorization." -- Sincereley yours Sascha Manns openSUSE Marketing Team openSUSE Build Service openSUSE Features Screening Team Web: http://saschamanns.gulli.to Project-Blog: http://lizards.opensuse.org/author/saigkill Private-Blog: http://saschasbacktrace.blogspot.com -- To unsubscribe, e-mail: opensuse-multimedia+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-multimedia+help@opensuse.org
On Fri, 10 Apr 2009 15:33:58 +0200 "Sascha 'saigkill' Manns" <samannsml@directbox.com> wrote:
Hello Friends,
i've an Error. If i start an selfmade DVD with 3 Videos, the Applet knows th Media. The Applet gives me 2 alternatives. I klicked on "load with Dolphin". And the Dolphin starts, and gives me an red line on the bottom. He says: "No Access to DVD_VIDEO_RECORDER". Then i goes to konsole /media. The konsole says: "No autorization."
Hello Sascha, as of the "No Access to DVD_VIDEO_RECORDER" check if the user who is running the player got access to the dvd device. # ll /dev/dvd lrwxrwxrwx 1 root root 3 2009-04-03 03:26 /dev/dvd -> sr0 # ll /dev/sr0 brw-rw----+ 1 root disk 11, 0 2009-04-03 03:26 /dev/sr0 # grep disk /etc/group disk:x:6:linux,admin In this example you see that the dvd device is linked to the /dev/sr0 which belongs to the group "disk". The group "disk" got 2 members linux and admin, who got access to the dvd device. To solve your problem add your user to the group which owns the dvd device. Cheers, -- -vlado Vladimir Botka -- To unsubscribe, e-mail: opensuse-multimedia+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-multimedia+help@opensuse.org
Vladimir Botka wrote:
On Fri, 10 Apr 2009 15:33:58 +0200 # ll /dev/dvd lrwxrwxrwx 1 root root 3 2009-04-03 03:26 /dev/dvd -> sr0 # ll /dev/sr0 brw-rw----+ 1 root disk 11, 0 2009-04-03 03:26 /dev/sr0
Note the plus sign at the end of the access flags. It indicates that there are additional rights set via ACL. Use 'getfacl' to list the ACLs. In my case I can access the device although I am not in disk group because I have rw ACL right : # ll /dev/sr0 brw-rw----+ 1 root disk 11, 0 31. bře 20.54 /dev/sr0 # getfacl /dev/sr0 getfacl: Removing leading '/' from absolute path names # file: dev/sr0 # owner: root # group: disk user::rw- user:lslezak:rw- group::rw- mask::rw- other::--- -- To unsubscribe, e-mail: opensuse-multimedia+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-multimedia+help@opensuse.org
The Problem is solved. Short instructions can be visited under: http://lizards.opensuse.org/2009/04/12/problem-with-an-selfmade-dvd-dvd- recorder/ -- Sincereley yours Sascha Manns openSUSE Marketing Team openSUSE Build Service openSUSE Features Screening Team Web: http://saschamanns.gulli.to Project-Blog: http://lizards.opensuse.org/author/saigkill Private-Blog: http://saschasbacktrace.blogspot.com -- To unsubscribe, e-mail: opensuse-multimedia+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-multimedia+help@opensuse.org
participants (3)
-
Ladislav Slezak
-
Sascha 'saigkill' Manns
-
Vladimir Botka