Quote:
Yes, and you're smart to observe that. This is a common problem, it's just that no one complains 
Solution?
1. Open Mplayer
2. Right-click on it and click Preferences

3. Click OK for the warning and click on the Misc Tab above

4. Now in the Misc tab see what your DVD device and CDROM device are marked as.

The defaults /dev/dvd and /dev/cdrom simply don't work for everybody. Now to know what to fill in here you can do the following:
Method 1 - the shell way (easy)  - Insert a DVD
- Click Alt and F2, type konsole and press ENTER
- type mount and press ENTER
- You will see come output like this
- See the last line /dev/sr0 on /media/K3b data project type iso9660 (rw,nosuid,nodev,noatime,uid=1000,utf8)
- CDs and DVDs automatically come under /media
- So the dvd drive device node of my system is /dev/sr0 and not /dev/dvd
- If you now update that in the preferences of mplayer it will work fine

Method 2 - the GUI way (hard)  - Insert a DVD
- You will see this dialog, click ok open in new window

- Close this window
- Open MyComputer on your desktop
- Your DVD will be listed under disk information, right click on it and select properties

- This is what you will get. Just see the title bar, it says "sr0"


- Now to be more specific click the Meta Info tab and read what's under Device node, you will find what you are looking for :-P

- So the dvd drive device node of my system is /dev/sr0 and not /dev/dvd
- If you now update that in the preferences of mplayer it will work fine

[/b]
|
Thanks for the steer, which turned up what is really wrong -- not exactly what I expected. Here is what the mount command returned in fact:
-----
~> mount
/dev/sda6 on / type ext3 (rw,acl,user_xattr)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
debugfs on /sys/kernel/debug type debugfs (rw)
udev on /dev type tmpfs (rw)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
/dev/sda7 on /home type ext3 (rw,acl,user_xattr)
/dev/sda9 on /mnt/tempo type hpfs (rw,noexec,nosuid,nodev)
/dev/sda12 on /mnt/info type jfs (rw,noexec,nosuid,nodev)
/dev/sda13 on /mnt/datafiles type jfs (rw,noexec,nosuid,nodev)
securityfs on /sys/kernel/security type securityfs (rw)
-----
So it seems that the DVD is not mounted at all. Presumably I need only to copy the details of your last line into fstab, and fix the MPlayer preferences accordingly.
But if you have further comments about it, I'm listening.
Thanks...