Results 1 to 8 of 8
I have a DVD-ROM drive. However, I cannot enjoy my DVD movies since there are no players in my newly-installed Debian 3.1 that can support the DVD format...
Anybody here ...
- 08-02-2005 #1Just Joined!
- Join Date
- Aug 2005
- Location
- Malaysia
- Posts
- 13
How to read a DVD??
I have a DVD-ROM drive. However, I cannot enjoy my DVD movies since there are no players in my newly-installed Debian 3.1 that can support the DVD format...
Anybody here can give me a hint???
- 08-02-2005 #2Linux User
- Join Date
- Mar 2005
- Location
- CA
- Posts
- 352
To watch DVDs, you'll need libdvdcss installed. A good DVD player is ogle and there's also xine and mplayer, if you want to look into other video players.
Hope this helps.
- 08-02-2005 #3Just Joined!
- Join Date
- Aug 2005
- Location
- Malaysia
- Posts
- 13
Still cannot..
I have installed ogle as u told me...however, i cannot use it...To watch DVDs, you'll need libdvdcss installed. A good DVD player is ogle and there's also xine and mplayer, if you want to look into other video players.
Hope this helps.
here are the error msg..
libdvdread: Can't stat /dev/dvd
No such file or directory
ERROR[ogle_nav]: faild to open/read the DVD
DVDSetDVDRoot:: Root not set
- 08-02-2005 #4
you may have to change where it is trying to play...... it could be
Code:/mnt/dvd /mnt/cdrom /dev/hdc /dev/hdd
Brilliant Mediocrity - Making Failure Look Good
- 08-02-2005 #5Just Joined!
- Join Date
- Aug 2005
- Location
- Malaysia
- Posts
- 13
Thanx vergi
Can u be more specific...
- 08-02-2005 #6
Re: Thanx vergi
in ogle there *should* be an option to use a different location to play your dvd from (I don't know where the dvd is at on your system and I don't know where the option is on ogle, because I don't use it). But under some menu in ogle you should be able to set the location. Try the places I said.
Originally Posted by orga408 Brilliant Mediocrity - Making Failure Look Good
- 08-03-2005 #7Just Joined!
- Join Date
- Aug 2005
- Location
- Malaysia
- Posts
- 13
Thx Vergi
Thx for ur advice. Now I can enjoy my DVDs...
Thx a lot
- 08-03-2005 #8Linux User
- Join Date
- Sep 2003
- Posts
- 254
Lo
First u must install a player:
Then u must make a symlink between /dev/dvd and ur dvd reader to find ti type sth like:Code:apt-get install mplayer # or totem vlc xine whatever player u want
So:Code:dmesg | grep /dev/hd*
Finally get a tryCode:ln -sf /dev/dvd /dev/hd(the letter of ur reader here)

PS: dont forget to install libdvdcss
PPS:look here http://debian.video.free.fr/


Reply With Quote
