Results 1 to 7 of 7

Thread: Can't playback Movie-DVDs

  1. #1
    Join Date
    Jul 2007
    Beans
    26

    Question Can't playback Movie-DVDs

    Hi!

    I have the problem that I can't playback DVDs on my system. When I try to do that, I get

    Code:
    Aug  1 19:44:26 AQUARIUS kernel: [ 3578.566964] end_request: I/O error, dev sr1, sector 607584
    Aug  1 19:44:26 AQUARIUS kernel: [ 3578.709728] end_request: I/O error, dev sr1, sector 607584
    Aug  1 19:44:26 AQUARIUS kernel: [ 3578.852539] end_request: I/O error, dev sr1, sector 607584
    Aug  1 19:44:26 AQUARIUS kernel: [ 3578.995212] end_request: I/O error, dev sr1, sector 607584
    Aug  1 19:44:26 AQUARIUS kernel: [ 3579.138003] end_request: I/O error, dev sr1, sector 607584
    Aug  1 19:44:27 AQUARIUS kernel: [ 3579.280728] end_request: I/O error, dev sr1, sector 607584
    Looks like faulty hardware, but the DVD is in perfect condition and can be normally played with other hardware. And the drive in my PC can also normally read DATA-DVDs. DATA-DVDs are no problem, but with Movie-DVDs I have always this problem - with every Movie-DVD I have tried so far!?

    Anybody can give a hint what the problem could be?

    Thanks,
    airflow

  2. #2
    Join Date
    Jul 2007
    Beans
    26

    Re: Can't playback Movie-DVDs

    I'd like to add that I just tried to playback the same DVD on the same computer with Windows XP (dual boot)! There must be something wrong with my ubuntu-configuration...

    greez,
    airflow

  3. #3
    Join Date
    Feb 2006
    Location
    Ann Arbor, MI
    Beans
    41
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Can't playback Movie-DVDs

    Have you already installed the extra gstreamer packages? Applications -> Add/Remove, search all apps for gstreamer. Install "gstreamer ffmpeg..." and "gstreamer extra plugins".

  4. #4
    Join Date
    Feb 2006
    Location
    Ann Arbor, MI
    Beans
    41
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Can't playback Movie-DVDs

    Or actually install the restricted formats stuff: https://help.ubuntu.com/community/RestrictedFormats. My bad.

  5. #5
    Join Date
    Nov 2007
    Beans
    219
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Can't playback Movie-DVDs

    Code:
     sudo apt-get install libdvdcss2

    If its not there may I introduce you to medibuntu and the world of restricted packages.

    http://www.medibuntu.org/
    Wait, yes I am but my point remains valid!

  6. #6
    Join Date
    Feb 2007
    Location
    Yorkshire, UK
    Beans
    658
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Can't playback Movie-DVDs

    First you must enable the Medibuntu repository...

    Code:
    sudo wget http://www.medibuntu.org/sources.list.d/hardy.list -O /etc/apt/sources.list.d/medibuntu.list
    
    wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update
    Then install the following in order to play DVDs...

    Code:
    sudo apt-get install libdvdcss2
    There are many other codecs you can also install, but perhaps you already have. Ask if you need some help!
    Before you criticise someone, walk a mile in their shoes. Then, when you do criticise them, you're a mile away and have their shoes.

  7. #7
    Join Date
    Jul 2007
    Beans
    26

    Re: Can't playback Movie-DVDs

    Quote Originally Posted by silkstone View Post
    First you must enable the Medibuntu repository...

    Code:
    sudo wget http://www.medibuntu.org/sources.list.d/hardy.list -O /etc/apt/sources.list.d/medibuntu.list
    
    wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update
    Then install the following in order to play DVDs...

    Code:
    sudo apt-get install libdvdcss2
    There are many other codecs you can also install, but perhaps you already have. Ask if you need some help!
    Thanks for your input, this helped.

    regards,
    airflow

Bookmarks

Posting Permissions

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