Find the answer to your Linux question:
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 ...
  1. #1
    Just 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???

  2. #2
    Linux 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.

  3. #3
    Just Joined!
    Join Date
    Aug 2005
    Location
    Malaysia
    Posts
    13

    Still cannot..

    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.
    I have installed ogle as u told me...however, i cannot use it...

    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

  4. #4
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    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

  5. #5
    Just Joined!
    Join Date
    Aug 2005
    Location
    Malaysia
    Posts
    13

    Thanx vergi

    Can u be more specific...

  6. #6
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408

    Re: Thanx vergi

    Quote Originally Posted by orga408
    Can u be more specific...
    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.
    Brilliant Mediocrity - Making Failure Look Good

  7. #7
    Just Joined!
    Join Date
    Aug 2005
    Location
    Malaysia
    Posts
    13

    Thx Vergi

    Thx for ur advice. Now I can enjoy my DVDs...

    Thx a lot

  8. #8
    Linux User
    Join Date
    Sep 2003
    Posts
    254
    Lo
    First u must install a player:
    Code:
    apt-get install mplayer # or totem vlc xine whatever player u want
    Then u must make a symlink between /dev/dvd and ur dvd reader to find ti type sth like:
    Code:
    dmesg | grep /dev/hd*
    So:
    Code:
    ln -sf /dev/dvd /dev/hd(the letter of ur reader here)
    Finally get a try
    PS: dont forget to install libdvdcss
    PPS:look here http://debian.video.free.fr/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •