You are not logged in.
Pages: 1
Hey everyone,
This is my first time posting (although I've had an account for awhile). I've finally gotten around to installing Arch, which is working wonderfully, however I'm having difficulty configuring some of the stuff to work the way it should. The one that I'm currently having issues with is DVD playback. I've installed Kaffeine and mplayer (although I don't know that mplayer is really necessary) and libdvdcss.
So far though, I can only look at the data on DVDs, but can't actually play them (through both Kaffeine and Mplayer). I can access data alright, for example I have a bunch of AVI files on one DVD and can play them without difficulty, however when I try to play a movie DVD I get the message (from Kaffeine):
"Source cannot be read. Maybe you don't have enough rights for this, or source doesn't contain data (e.g. no disk in drive) /dev/dvd"
and
"No plugin found to handle this resource (dvd:/)"
As I mentioned above, I have no problem accessing other data, so I am sure I have enough rights, and I am in the optical group. Any ideas as to what could be causing this problem?
Thanks!
-Locri
Offline
Try VLC and see if you have the same issue.
Offline
are your symlinks ok?
Offline
Which symlinks are you refering to? I saw some references to symlinks, but I can't find anything on the wiki or on Google that helps me understand what exactly is supposed to be linked with what.
Trying vlc now, although I doubt it will make much of a difference, neither mplayer nor kaffeine (using Xine) can play a DVD.
-Locri
Offline
what does "ls -l /dev/dvd" give you?
can you try running it as root, to verify if it's a permission issue or not?
Offline
Try changing UDF to iso9660 in your fstab. I think thats what I had to do...
If you don't have udev installed, I would also recommend doing that.
http://wiki2.archlinux.org/index.php/UdevHowTo
Offline
Ok, I finally figured it out.
My /dev/dvd is set up just fine, but when I created /mnt/dvd, the permissions were wonky somehow. I chmod'd it to 777 and it works find now both inside and outside of root.
Thanks for the help.
I'm trying to do the whole uDev thing too, but I'm having trouble understanding the point of what it does and the wiki entry on uDev... but I can look for that myself.
-Locri
Offline
I'm trying to do the whole uDev thing too, but I'm having trouble understanding the point of what it does and the wiki entry on uDev... but I can look for that myself.
From a user's point of view there isn't much changed. From a technical point of view, devfs has alot of code that is just poorly done and certain thing's can't be fixed due to design. Also, managing device nodes is something that needs not be part of the kernel proper - udev does this in user-space.
In addition, udev alos supports the windows style "plug in device and go" type support, as it will automatically load modules to accomodate new devices.
Offline
...I chmod'd it to 777
You shouldn't have had to do that. Unless you want everyone to have all permissions to the folder.
I have default 755 in mine:
[root@eLINUXe ~]# ls -la /mnt/dvd
total 0
drwxr-xr-x 2 root root 48 2005-02-02 23:34 .
drwxr-xr-x 8 root root 192 2005-04-20 08:05 ..
There's a discussion about udev as we speak. Maybe that'll shed some more light on it:
http://bbs.archlinux.org/viewtopic.php?t=13156
Offline
Thanks for all the advice, this is a heck of a community!
As for the chmod, my drive is a DVD burner, so I am guessing I'll need write access to it as well. I'm still getting the hang of this I guess.
As far as the udev stuff goes, how can you tell it is running? I know I have udev installed, but I'm not sure how to check that it is doing what it is supposed to. I've followed the walkthrough from the wiki, but I haven't noticed any difference (which I guess might be a good sign).
Oh well, I'll do some searching and see if I can find anything. Thanks again for the help.
-Locri
Offline
when you reboot you should see it as the first thing to load up.
Offline
i had to chmod 0777 /mnt/dvd and /dev/dvd for my dvd playback to work :shock:
<Insert>
Offline
i had to chmod 0777 /mnt/dvd and /dev/dvd for my dvd playback to work :shock:
Are your users in the "optical" group? This hefty a chmod shouldn't be necessary for DVD playback.
Offline
Pages: 1