Fedora Linux Support Community & Resources Center
  #1  
Old 23rd March 2012, 10:03 PM
jakebpg Offline
Registered User
 
Join Date: Feb 2009
Location: Northeast
Posts: 292
linuxfirefox
DVD movies

Has anyone gotten dvd movies to play on the alpha yet?

Mine still doesn't work and yes I have all the drivers loaded and that includes libdvdccs

And yes the dvd drive works as I can play dvd movies in win 7

Found it.

Was missing xine-lib-extras-nonfree

Installed that and works like a charm now.
Thanks for the responses.

Last edited by jakebpg; 27th March 2012 at 06:34 PM.
Reply With Quote
  #2  
Old 23rd March 2012, 10:17 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: DVD movies

DVD movies play fine here, but they don't automatically start, or pop up a box asking what to open it with.

I do get this when I put the DVD in the drive, but I can then open it with vlc or any other movie player and it will play it.

Code:
[22827.198585] sr 3:0:0:0: [sr0]  Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[22827.198591] sr 3:0:0:0: [sr0]  Sense Key : Illegal Request [current] 
[22827.198595] Info fld=0x0
[22827.198597] sr 3:0:0:0: [sr0]  Add. Sense: Read of scrambled sector without authentication
[22827.198604] sr 3:0:0:0: [sr0] CDB: Read(10): 28 00 00 00 04 00 00 00 02 00
[22827.198612] end_request: I/O error, dev sr0, sector 4096
[22827.198616] Buffer I/O error on device sr0, logical block 512
[22827.213295] sr 3:0:0:0: [sr0]  Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[22827.213302] sr 3:0:0:0: [sr0]  Sense Key : Illegal Request [current] 
[22827.213308] Info fld=0x0
[22827.213310] sr 3:0:0:0: [sr0]  Add. Sense: Read of scrambled sector without authentication
[22827.213318] sr 3:0:0:0: [sr0] CDB: Read(10): 28 00 00 00 04 00 00 00 02 00
[22827.213330] end_request: I/O error, dev sr0, sector 4096
[22827.213334] Buffer I/O error on device sr0, logical block 512
[22828.880963] UDF-fs: Partition marked readonly; forcing readonly mount
[22828.904510] UDF-fs: INFO Mounting volume 'DVD_VIDEO', timestamp 1998/09/04 00:03 (1000)
[22828.905206] SELinux: initialized (dev sr0, type udf), uses genfs_contexts
Edit:
Looking closer, it appears that the /dev/dvd devices didn't get created when I put the disk in. That could possibly be your issue. What messages do you get when you put the dvd in the drive?

I have the /dev/cdrom symlinked back to /dev/sr0, but I do not have the /dev/dvd symlinked back to /dev/sr0. That appears to be a bug in the udev rules someplace.

Last edited by DBelton; 23rd March 2012 at 10:26 PM.
Reply With Quote
  #3  
Old 24th March 2012, 10:50 AM
jakebpg Offline
Registered User
 
Join Date: Feb 2009
Location: Northeast
Posts: 292
linuxfirefox
Re: DVD movies

I don't know, what command do I need to run to see this info? When I put a dvd in kde does pop-up a dialog asking what to do with the device and I choose open with kaffeine, then kaffeine opens and complains that it Cannot find input plugin for MRL "dvd:///dev/sr0".

And if I try to use dragon player it doesn't give any messages at all.
Reply With Quote
  #4  
Old 24th March 2012, 03:08 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: DVD movies

I got the messages above by running dmesg after I put the DVD in the drive.


Kaffeine used to have an issue where it would not play a DVD from any device other that /dev/dvd, but I don't know if that was fixed or not.

That device used to be created with udev in the 70-persistent-cd.rules, but that udev rules file doesn't seem to exist on F17.

Last edited by DBelton; 24th March 2012 at 03:40 PM.
Reply With Quote
  #5  
Old 24th March 2012, 03:20 PM
jakebpg Offline
Registered User
 
Join Date: Feb 2009
Location: Northeast
Posts: 292
linuxfirefox
Re: DVD movies

DB, I've been using Kaffeine for some time now without error except for in this alpha version. in the past all it took was to install libdvdccs and it worked but not this.
Reply With Quote
  #6  
Old 24th March 2012, 03:44 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: DVD movies

well, in F16 the 70-persistent-cd.rules file created the /dev/dvd symlink. I can't find it being created in F17 anyplace. I find where the /dev/cdrom symlink is created (whch according to what I see ONLY /dev/sr0 will even have a /dev/cdrom symlink created. if you have a /dev/sr1, no symlink will be created)

I will have to investigate this one farther. It appears there may be a bug in how cdrom/dvd devices are set up.
Reply With Quote
  #7  
Old 24th March 2012, 04:00 PM
jakebpg Offline
Registered User
 
Join Date: Feb 2009
Location: Northeast
Posts: 292
linuxfirefox
Re: DVD movies

DB

This what is at the end of my dmesg:

[ 2621.937387] UDF-fs: Partition marked readonly; forcing readonly mount
[ 2621.972720] UDF-fs: INFO Mounting volume 'DVD Video Recording', timestamp 2010/10/05 02:35 (1f10)[ 2621.937387] UDF-fs: Partition marked readonly; forcing readonly mount
[ 2621.972720] UDF-fs: INFO Mounting volume 'DVD Video Recording', timestamp 2010/10/05 02:35 (1f10)

---------- Post added at 11:00 AM ---------- Previous post was at 10:58 AM ----------

DB

And this is what I get when trying to run a dvd in kaffeine:

[ 2621.937387] UDF-fs: Partition marked readonly; forcing readonly mount
[ 2621.972720] UDF-fs: INFO Mounting volume 'DVD Video Recording', timestamp 2010/10/05 02:35 (1f10)
[14427.567516] UDF-fs: Partition marked readonly; forcing readonly mount
[14427.602503] UDF-fs: INFO Mounting volume 'DVD Video Recording', timestamp 2010/10/05 02:35 (1f10)
Reply With Quote
  #8  
Old 27th March 2012, 12:32 PM
Wollastonite Offline
Registered User
 
Join Date: Mar 2012
Location: Loures
Posts: 1
linuxfedorafirefox
Re: DVD movies

Hi, to read DVD movies in Fedora 15 I did:

su:

rpm -Uvh http://rpm.livna.org/livna-release.rpm

yum install libdvdcss

or, yum update libdvdcss.
Reply With Quote
Reply

Tags
dvd, movies

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't play movies nissan.bakish Using Fedora 8 18th August 2008 07:37 AM
Movies on F8 nkaem_ael Using Fedora 9 28th April 2008 02:52 PM
dvd movies night-owl Using Fedora 1 23rd November 2007 08:51 PM
need help fc5 and playing movies panamaszr12 Hardware & Laptops 2 1st April 2006 04:32 PM


Current GMT-time: 13:22 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat