Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-02-2004, 02:12 AM
|
#1
|
Senior Member
Registered: Aug 2003
Location: Austin, TX
Distribution: Mac OS 10.7 / CentOS 6(servers) / xubuntu 13.04
Posts: 1,186
Rep:
|
DVD Player Problem in fedora /dev/dvd not found
I have a Toshiba DVD/CDRW combo drive installed on my computer, now I know Fedora sees the drive because it shows the drive when booting into linux. Also it shows there is a DVD in the drive. Here is the problem..
I go into mplayer and type 'mplayer dvd://48' to try to play the DVD, and I get
Quote:
Playing dvd://49
libdvdread: Using libdvdcss version 1.2.8 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
|
I was told in the software forum that is not a software issue that is a hardware issue.. so I come here ot all you hardware guys and gals to see if any of you could please give me a hand, and maybe we can get this working...
Thanks in advance..
|
|
|
01-02-2004, 04:47 AM
|
#2
|
Member
Registered: Jul 2003
Location: Bedford, UK
Distribution: Slackware 11.0, LFS 6.1
Posts: 519
Rep:
|
Try setting up a symbolic link; as root, type:
ln -s /dev/cdrom /dev/dvd
|
|
|
01-02-2004, 05:39 PM
|
#3
|
Senior Member
Registered: Aug 2003
Location: Austin, TX
Distribution: Mac OS 10.7 / CentOS 6(servers) / xubuntu 13.04
Posts: 1,186
Original Poster
Rep:
|
Here is what I get
Quote:
[root@localhost sanness]# ln -s /dev/cdrom /dev/dvd
ln: `/dev/dvd': File exists
|
I guess thats a good sign..
|
|
|
01-02-2004, 06:11 PM
|
#4
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
it's not a "sign" either way.....
it's probably set up to point to a non-existant device.... do -sf rather than jsut -s to force the overwriting of the link. before you do so though, mke sure that /dev/cdrom does work:
mplayer dvd://49 -dvd-device /dev/cdrom
if that works then go nuts and create that link.
|
|
|
01-02-2004, 09:44 PM
|
#5
|
Senior Member
Registered: Aug 2003
Location: Austin, TX
Distribution: Mac OS 10.7 / CentOS 6(servers) / xubuntu 13.04
Posts: 1,186
Original Poster
Rep:
|
That command worked the mplayer dvd://1 -dvd-device /cdrom1
I found out several things, fist off someone toldme you had to enter the number of chapters to play on the DVD, I soon found out that what ever chapter number you put in is where it starts playing from.
I came to one problem, I need help now changing lanuagues, for some reason some of my DVDs won't play in english, I know its not the DVD, so I need to change the languages in mplayer..
I also really do wish you could see the DVD Main Menu.. that would really be nice.. like on DVD's where you can choose Widescreen or Regular.. how do you choose that in Mplayer?
|
|
|
01-03-2004, 04:22 AM
|
#6
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
just use "-alang en" to set the language.
no really.. you so don't want dvd menus... what a nasty waste of my life it is every time i play a real dvd on my tv...
BUT yes, it can be a little awkward, but generally the mplayer delvelopers do not want to support menus, which i do find slightly odd. You might like my application, http://acidrip.thirtythreeandathird.net/lsdvd.html which will print out the contents of a dvd so you know which tracks are worth playing etc...
|
|
|
01-03-2004, 07:07 AM
|
#7
|
Member
Registered: Jul 2003
Location: Bedford, UK
Distribution: Slackware 11.0, LFS 6.1
Posts: 519
Rep:
|
If dvd menus really is important to you, perhaps you should try out Xine too.
|
|
|
01-04-2004, 01:39 AM
|
#8
|
Senior Member
Registered: Aug 2003
Location: Austin, TX
Distribution: Mac OS 10.7 / CentOS 6(servers) / xubuntu 13.04
Posts: 1,186
Original Poster
Rep:
|
Right now I already have two DVD player Apps in linux Ogle, and Mplayer, both of them play DVDs, so I am all set.. Ogle comes us with the DVD menu.. which I can use when I want to use the special features on the DVD, and then I have Mplayer for VCDs, MPEGs, Divix.. and so on..
I do have another issue in Mplayer to resolve, I moved a file from my home directory to My Documents folder, a folder that I created myself, I tried to play the file after I moved it.. the same way I played it before 'mplayer YellowSub.mpg' and it can't find it.. unless it is in my home directory.. is that strange or what?
|
|
|
06-21-2006, 07:06 PM
|
#9
|
LQ Newbie
Registered: Jan 2006
Posts: 3
Rep:
|
mplayer
I've installed mplayer on Fedora 5. Everything works fine - as root. However, it will not play dvd's as a regular user. It exit out with the libdvdread error of Can't open /dev/dvd for reading. All of the symbolic links are in place. The following commands all play the dvd as root:
mplayer dvd://1 -dvd-device /dev/dvd
mplayer dvd://1 -dvd-device /dev/cdrom
mplayer dvd://1 -dvd-device /dev/hdc
All of these commands exit with the libdvdread error when run as a user.
My user accounts are mounted on an NFS share on "fileserver". Can mplayer be looking to run from the fileserver's dvd device rather than the local machine?
cheers
Lawrence
|
|
|
08-23-2006, 09:17 PM
|
#10
|
Member
Registered: May 2005
Location: Essex and Norfolk
Distribution: Debian, Fedora 8 and 9, Mandriva 2009, Mepis, Kubuntu, SuSe 10.1, Slackware 12.1 - and Knoppix.
Posts: 155
Rep:
|
Thanks for that, folks! It proved to me that Fedora Core 5 on this machine *can* play DVDs.
mplayer dvd://1 -dvd-device /dev/hdd worked just fine from a terminal window. I had no control over it - there was a window with my DVD and that was it, but it played. Is there a GUI interface for it?
I have Totem installed, but that complains that it doesn't have the plugins to play DVDs. I've not yet found what the plugins are that it wants.
Ogle does nothing - it just sits there and looks at me.
Xine installed the basics, but tells me it's missing MUX stuff. I tried Yumex and Yum to reinstall it, with xine-ui or gxine. Both failed with a message about a "Missing dependency" - something needs libxine>=1. That seems to be an insurmountable hurdle - yum and yumex can't find libxine in any form. I have the livna and freshrpms repos in the list, but they seem not to deliver.
Any thoughts on what I can try next?
|
|
|
All times are GMT -5. The time now is 10:05 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|