Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Unable to play DVD

  1. #1
    Join Date
    Feb 2007
    Location
    Queensland, AU
    Beans
    22
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Unable to play DVD

    I have just installed utopic into a new partition (keeping my old trusty /home directory). Just about everything is working beautifully, but I cannot mount or play DVDs.
    Unencrypted DVDs are reading OK
    I have done libdvdread4 and install-css.sh but I am still getting "Add. Sense: Read of scrambled sector without authentication" in syslog.
    I have the same problem for both my built-in DVD and an external USB DVD drive, and different DVDs
    Code:
    3.16.0-20-generic #27-Ubuntu SMP Wed Oct 1 17:35:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
    
    dpkg -l libdvdread4 libdvdnav4 libdvdcss2
    ii  libdvdcss2                         1.2.13-0               amd64                  library designed for accessing DVDs
    ii  libdvdnav4:amd64                   5.0.1-1                amd64                  DVD navigation library
    ii  libdvdread4:amd64                  5.0.0-1ubuntu1         amd64                  library for reading DVDs
    Any suggestions?

  2. #2
    Join Date
    Aug 2007
    Location
    Hartsville, SC
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Unable to play DVD

    Have you installed Ubuntu restricted extras from the repositories?
    David D.
    Ubuntu 20.04 on HP Envy 17 with SSD

  3. #3
    Join Date
    Feb 2007
    Location
    Queensland, AU
    Beans
    22
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Unable to play DVD

    Yep, forgot to mention that one. I've also rebooted.
    Code:
    ii  ubuntu-restricted-extras    61                 amd64              Commonly used media codecs and fonts for Ubuntu

  4. #4
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Unable to play DVD

    Try this:

    Code:
    sudo /usr/share/doc/libdvdread4/install-css.sh
    I know you already have libdvdread4 installed and so did I but I couldn't play a DVD until I entered that command in terminal.
    That should be all you need to do.

    http://ubuntuhandbook.org/index.php/...-ubuntu-14-04/

  5. #5
    Join Date
    Jan 2007
    Location
    Connecticut
    Beans
    1,650
    Distro
    Ubuntu Development Release

    Re: Unable to play DVD

    Quote Originally Posted by Cavsfan View Post
    Try this:

    Code:
    sudo /usr/share/doc/libdvdread4/install-css.sh
    I know you already have libdvdread4 installed and so did I but I couldn't play a DVD until I entered that command in terminal.
    That should be all you need to do.

    http://ubuntuhandbook.org/index.php/...-ubuntu-14-04/
    lol, ya know my dvd player hasn't played cds or dvds for ages now...can't remember when exactly it started, but i never really use it so never thought about it much. i thought it was possibly hardware related, until i started the machine in windows one day and discovered that the drive itself was in fact working.

    anyways saw this thread today and read Cavsfan's suggested command, ran it and to my amazement...i once again have a functioning optical drive!!

    thank you brother!




  6. #6
    Join Date
    Feb 2007
    Location
    Queensland, AU
    Beans
    22
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Unable to play DVD

    Sadly, still no joy
    Code:
    sudo /usr/share/doc/libdvdread4/install-css.sh
    --2014-10-08 18:34:37--  http://download.videolan.org/pub/debian/stable//Packages
    Resolving download.videolan.org (download.videolan.org)... 88.191.250.9, 2a01:e0d:1:3:58bf:fa02:0:2
    Connecting to download.videolan.org (download.videolan.org)|88.191.250.9|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 3520 (3.4K) [text/plain]
    Saving to: '/tmp/dvdcss-S5MJeW/Packages’
    
    100%[======================================>] 3,520       10.1KB/s   in 0.3s   
    
    2014-10-08 18:34:39 (10.1 KB/s) - '/tmp/dvdcss-S5MJeW/Packages’ saved [3520/3520]
    
    --2014-10-08 18:34:39--  http://download.videolan.org/pub/debian/stable/stable/libdvdcss2_1.2.13-0_amd64.deb
    Resolving download.videolan.org (download.videolan.org)... 88.191.250.9, 2a01:e0d:1:3:58bf:fa02:0:2
    Connecting to download.videolan.org (download.videolan.org)|88.191.250.9|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 44462 (43K) [application/octet-stream]
    Saving to: '/tmp/dvdcss-S5MJeW/libdvdcss.deb’
    
    100%[======================================>] 44,462      31.5KB/s   in 1.4s   
    
    2014-10-08 18:34:41 (31.5 KB/s) - '/tmp/dvdcss-S5MJeW/libdvdcss.deb’ saved [44462/44462]
    
    (Reading database ... 177655 files and directories currently installed.)
    Preparing to unpack .../dvdcss-S5MJeW/libdvdcss.deb ...
    Unpacking libdvdcss2 (1.2.13-0) over (1.2.13-0) ...
    Setting up libdvdcss2 (1.2.13-0) ...
    Processing triggers for libc-bin (2.19-10ubuntu2) ...
    Is there any way to race what's being called when a DVD is inserted?

  7. #7
    Join Date
    Oct 2008
    Location
    ExodusHair<Čubura
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Unable to play DVD

    Did You install libdvdcss2 manually as suggested?

  8. #8
    Join Date
    Feb 2007
    Location
    Queensland, AU
    Beans
    22
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Unable to play DVD

    Yep.
    Code:
    sudo dpkg -l libdvdcss2
    ii  libdvdcss2                         1.2.13-0               amd64                  library designed for accessing DVDs
    Tried that. I used to have udev persistence rules. I can't see that that would make any difference.

  9. #9
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Unable to play DVD

    Quote Originally Posted by fooman View Post
    thank you brother!
    Just glad to help out! I was in Trusty and tried to play Fast and Furious (1st one) and it would not play then I found the above link and while I did have that file installed.
    It did not work until I entered that command. Then it worked just like my DVD player by my TV.

  10. #10
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Unable to play DVD

    Quote Originally Posted by Cavsfan View Post
    Just glad to help out! I was in Trusty and tried to play Fast and Furious (1st one) and it would not play then I found the above link and while I did have that file installed.
    It did not work until I entered that command. Then it worked just like my DVD player by my TV.
    Now if there was only a way to play Blu-ray DVDs, I'd be happy. I've tried several different methods, and all I get is:

    Key is disabled

Page 1 of 2 12 LastLast

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
  •