LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-29-2011, 09:54 PM   #1
IRIGHTI
Member
 
Registered: Oct 2003
Distribution: Slackware64 13.1 x86_64, Ubuntu 10.04 x86_64
Posts: 121

Rep: Reputation: 15
Can't play DVDs


I can read and write data dvds, but cannot play a regular dvd now. I have libdvdcss installed. I am running Slackware 64 13.37 (just installed).

Code:
MPlayer 20101218-4.5.1 (C) 2000-2010 MPlayer Team

Playing dvd://.
libdvdread: Using libdvdcss version 1.2.10 for DVD access
libdvdread: Could not open /dev/dvd with libdvdcss.
libdvdread: Can't open /dev/dvd for reading
Couldn't open DVD device: /dev/dvd (No medium found)
No stream found to handle url dvd://


Exiting... (End of file)
It can see the drive is there and /dev/sr0 is linked to /dev/dvd and I tried running as root to check if it was a permissions problem but got the same thing.

I have tried lots of different DVDs in the drive, same issue. I even switched out my DVD drive to another old DVD-ROM I had laying around, same thing.

Any ideas?
 
Old 06-29-2011, 10:34 PM   #2
Diantre
Member
 
Registered: Jun 2011
Distribution: Slackware
Posts: 515

Rep: Reputation: 234Reputation: 234Reputation: 234
Is this happening with all media players or only mplayer? Have you tried xine or dragon?
 
Old 06-29-2011, 10:52 PM   #3
IRIGHTI
Member
 
Registered: Oct 2003
Distribution: Slackware64 13.1 x86_64, Ubuntu 10.04 x86_64
Posts: 121

Original Poster
Rep: Reputation: 15
I have tried Xine too. Get "File/Stream source doesn't exist" and "Source cannot be read".

It is really weird, I can put a Slackware DVD in the drive and mount it no problem, and see everything.

I can't imagine it is the drive if I can still read data DVDs.
 
Old 06-29-2011, 10:57 PM   #4
hemp4fuel
Member
 
Registered: Jun 2003
Location: Topeka, KS
Distribution: Slackware
Posts: 193

Rep: Reputation: 45
The only time I had a problem like this was when I thought I had libdvdcss installed when I really didn't.
 
Old 06-29-2011, 11:12 PM   #5
IRIGHTI
Member
 
Registered: Oct 2003
Distribution: Slackware64 13.1 x86_64, Ubuntu 10.04 x86_64
Posts: 121

Original Poster
Rep: Reputation: 15
I built libdvdcss from the slackbuild and checked that it was installed in pkgtool.
 
Old 06-29-2011, 11:17 PM   #6
Diantre
Member
 
Registered: Jun 2011
Distribution: Slackware
Posts: 515

Rep: Reputation: 234Reputation: 234Reputation: 234
Quote:
Originally Posted by IRIGHTI View Post
I built libdvdcss from the slackbuild and checked that it was installed in pkgtool.
And how does it work without libdvdcss? Just out of curiosity, trying to eliminate possibilities, you know.
 
Old 06-29-2011, 11:19 PM   #7
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,682

Rep: Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375
have you tried Alien Bob's VLC build? I would give it a try, grab it from here http://taper.alienbase.nl/mirrors/pe...ackbuilds/vlc/.

Just make sure you grab the correct version for your system. install it with installpkg and you should be good to go. I have always had problems playing DVD's with mplayer, but VLC has always works flawlessly.
 
Old 06-30-2011, 01:42 PM   #8
Woodsman
Senior Member
 
Registered: Oct 2005
Distribution: Slackware 14.1
Posts: 3,482

Rep: Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546
Quote:
libdvdread: Can't open /dev/dvd for reading
Couldn't open DVD device: /dev/dvd (No medium found)
Does that device node /dev/dvd exist? That device node should be a sym link. For example, to /dev/sr0.

The software you use to read and write data dvds might be using the device node /dev/sr0 rather than /dev/dvd.

Possible temporary solution if /dev/dvd does not exist: As root create the sym link: (cd /dev; ln -s sr0 dvd). Then try playing a video DVD.

Possible long-term solution: delete /etc/udev/rules.d/70-persistent-cd.rules and reboot. Then verify that /dev/dvd exists.
 
1 members found this post helpful.
Old 06-30-2011, 02:16 PM   #9
Cultist
Member
 
Registered: Feb 2010
Location: Georgia
Distribution: Slackware64 14.2
Posts: 779

Rep: Reputation: 107Reputation: 107
Some DVDs have DRM schemes that go beyond CSS. DVD you're using might be one of these and thus might require something you don't have installed. Have you tried it with a dvd that you know for a fact has worked on your Linux system in the past?
 
Old 07-01-2011, 06:21 PM   #10
IRIGHTI
Member
 
Registered: Oct 2003
Distribution: Slackware64 13.1 x86_64, Ubuntu 10.04 x86_64
Posts: 121

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Diantre View Post
And how does it work without libdvdcss? Just out of curiosity, trying to eliminate possibilities, you know.

Code:
MPlayer 20101218-4.5.1 (C) 2000-2010 MPlayer Team

Playing dvd://.
libdvdread: Encrypted DVD support unavailable.
libdvdread: Could not open input: No medium found
libdvdread: Can't open /dev/dvd for reading
Couldn't open DVD device: /dev/dvd (No medium found)
No stream found to handle url dvd://


Exiting... (End of file)
Quote:
Some DVDs have DRM schemes that go beyond CSS. DVD you're using might be one of these and thus might require something you don't have installed. Have you tried it with a dvd that you know for a fact has worked on your Linux system in the past?
I have tried many different dvds and ones I know have worked before.

Quote:
Does that device node /dev/dvd exist? That device node should be a sym link. For example, to /dev/sr0.

The software you use to read and write data dvds might be using the device node /dev/sr0 rather than /dev/dvd.

Possible temporary solution if /dev/dvd does not exist: As root create the sym link: (cd /dev; ln -s sr0 dvd). Then try playing a video DVD.

Possible long-term solution: delete /etc/udev/rules.d/70-persistent-cd.rules and reboot. Then verify that /dev/dvd exists.
All of that I checked several times. I tried /dev/sr0 and /dev/dvd, /dev/dvd1, etc.

Quote:
have you tried Alien Bob's VLC build? I would give it a try, grab it from here http://taper.alienbase.nl/mirrors/pe...ackbuilds/vlc/.

Just make sure you grab the correct version for your system. install it with installpkg and you should be good to go. I have always had problems playing DVD's with mplayer, but VLC has always works flawlessly.
I will give that a go.
 
Old 07-01-2011, 06:27 PM   #11
IRIGHTI
Member
 
Registered: Oct 2003
Distribution: Slackware64 13.1 x86_64, Ubuntu 10.04 x86_64
Posts: 121

Original Poster
Rep: Reputation: 15
Code:
VLC media player 1.1.10 The Luggage (revision exported)
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
[0x6059b0] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Error: call to XSetErrorHandler((nil))
Error: call to XSetIOErrorHandler((nil))
Blocked: call to setlocale(6, "")
Error: call to XSetErrorHandler(0x7fe7de785df0)
Error: call to XSetIOErrorHandler(0x7fe7de787060)
QGtkStyle was unable to detect the current GTK+ theme.
libdvdnav: Using dvdnav version 4.1.3
libdvdread: Using libdvdcss version 1.2.10 for DVD access
libdvdread: Could not open /dev/dvd with libdvdcss.
libdvdread: Can't open /dev/dvd for reading
libdvdnav: vm: failed to open/read the DVD
libdvdread: Using libdvdcss version 1.2.10 for DVD access
libdvdread: Could not open /dev/dvd with libdvdcss.
libdvdread: Can't open /dev/dvd for reading
[0x967fc0] dvdread demux error: DVDRead cannot open source: /dev/dvd
[0x95a8e0] main input error: open of `dvd:///dev/dvd' failed: (null)
Error: call to XSetErrorHandler(0x7fe7e43cc810)
Error: call to XSetIOErrorHandler(0x7fe7e43cc750)
 
Old 07-02-2011, 06:38 AM   #12
captain_sensible
Member
 
Registered: Apr 2010
Posts: 352

Rep: Reputation: 145Reputation: 145
Daedra

i've done some simple builds before usually you have a compressed source tar.gz , a build which you unpack ,and a couple of other files like desc.

usually its just a case of unpacking bthe build file, putting the source tar.gz as it is straight into the unpacked build and doing # ./packagename.SlackBuild

Had a look at alien bobs vlc , but looking into build folder there are scores of files; so i'm completely confussed which ones i need as a minimum. I'm using slackware 13.37 32 bit.

any chance of clarifying for me what do i need as a minimum, I can see there are some patches in there, and some doc files but other thatn that it looks like a dogs breakfast to me
 
Old 07-02-2011, 07:24 AM   #13
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by captain_sensible View Post
Daedra

i've done some simple builds before usually you have a compressed source tar.gz , a build which you unpack ,and a couple of other files like desc.

usually its just a case of unpacking bthe build file, putting the source tar.gz as it is straight into the unpacked build and doing # ./packagename.SlackBuild

Had a look at alien bobs vlc , but looking into build folder there are scores of files; so i'm completely confussed which ones i need as a minimum. I'm using slackware 13.37 32 bit.

any chance of clarifying for me what do i need as a minimum, I can see there are some patches in there, and some doc files but other thatn that it looks like a dogs breakfast to me
You only need one file, the 32bit package for VLC. It's this one for instance (download from a fast mirror): http://taper.alienbase.nl/mirrors/pe...486-1alien.txz

Eric
 
Old 07-02-2011, 08:23 AM   #14
harryhaller
Member
 
Registered: Sep 2004
Distribution: Slackware-14.2
Posts: 468

Rep: Reputation: Disabled
I had a similar problem - it was caused by an option in my mplayer configuration file - I was using "-lavdopts lowres=1:fast". I removed it and the problem was solved (it was actually making mplayer crash).
 
Old 07-02-2011, 01:53 PM   #15
captain_sensible
Member
 
Registered: Apr 2010
Posts: 352

Rep: Reputation: 145Reputation: 145
much appreciated Alien Bob,

just downloaded vlc via your link and installed using
# installpkg vlc-1.1.10-i486-1alien.txz

cheers
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
audio cds won't mount/play but dvds in same drives play. Running SW12.2current. lestoil Slackware 6 05-28-2009 07:33 PM
cant play dvds right nortex Linux - Newbie 5 12-09-2008 10:43 PM
I want to a software to play Play Station 2 DVDs in my laptop amerbarood Linux - Games 1 06-27-2008 03:49 PM
cant play DVDs!!!!! debloxie Mandriva 4 12-13-2003 09:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:46 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration