Re: Dolphin: No Access to DVD_VIDEO_RECORDER
Vladimir Botka <[email protected]>
| Newsgroups | gmane.linux.suse.multimedia,gmane.linux.suse.opensuse.user |
|---|---|
| Organization | SUSE Linux |
| Message-ID | <[email protected]> |
On Fri, 10 Apr 2009 15:33:58 +0200 "Sascha 'saigkill' Manns" <[email protected]> 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