LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   mplayer problems (https://www.linuxquestions.org/questions/mandriva-30/mplayer-problems-218667/)

gazza 08-17-2004 05:12 AM

mplayer problems
 
I get this error when trying to play a dvd :

Playing dvd://.
Reading disc structure, please wait...
libdvdread: Can't open file VIDEO_TS.IFO.
Can't open VMG info!

I have been searching and there seems to be *a lot* of errors like this, way to many to narrow down but I did read one that makes sense.

Try creating a symbolic link from /dev/cdrom to /dev/dvd.

This *seems* like a good idea because my /etc/fstab reads as follows :

/dev/hda1 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hda6 /home ext3 defaults 1 2
/dev/hdc /mnt/cdrom auto umask=0,user,iocharset=iso8859-15,codepage=850,noauto,ro,exec 0 0
/dev/hdd /mnt/cdrom2 auto umask=0,user,iocharset=iso8859-15,codepage=850,noauto,ro,exec 0 0
none /mnt/floppy supermount dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=iso8859-15,sync,codepage=850 0 0
none /proc proc defaults 0 0
/dev/hda5 swap swap defaults 0 0

Nothing a about a dvd device or any symbolic links to one.

Maybe this is why mplayer is complaining ?

Maybe I'm barking up the wrong tree ?

Any suggestion or help please.

tia

otish1000c 08-17-2004 06:04 AM

in terminal as root type the following...........

Code:

ln -s /dev/cdromX /dev/dvd
(enter)

where X would be the number (if there is one) for that drive. IE: X could equal cdrom0, cdrom1, etc.

otis

acid_kewpie 08-17-2004 07:19 AM

please include the command you are running.

PDR60 08-17-2004 09:19 AM

There is an easier solution. Just open MPlayer and go to preferences change the device to read hdc and that should point you to the dvd without the need to create the sm link.


All times are GMT -5. The time now is 03:18 AM.