View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 12 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: R5E50 DVD xine Problem
PostPosted: Thu Jan 18, 2007 4:56 pm 
Offline
Joined: Wed May 12, 2004 1:13 am
Posts: 82
Location: Germany
Hey Guys, R5E50 was really easy to install, the first time I had only to change 3 files or so toe get pal working properly.

but today I wanted to watch a DVD there popped up a very short error Message, he says he can`t access the dvd, but he can! the rights are ok!

he doesn`t play with

Code:
--auto-scan dvd


and not with

Code:
dvd://


Where is the problem?

I can access the files on a dvd by using the /media/cdrom button

but xine don`t want to do anything :(


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 18, 2007 7:20 pm 
Offline
Joined: Tue Aug 08, 2006 7:08 pm
Posts: 561
Location: UK
If the DVD is a commercial one, it is probably protected by CSS and region coding. Unfortunately due to Patent and other legislation, cecil cannot supply DeCSS that would allow the playback of CSS protected disks.
There used to be a way of installing DeCSS from the VLC site.

Bruce S.

_________________
Updated 2019/10/26: AthlonII X2 265 Gigabyte GA-970A-DS3P
16Gb PC 1866 DDR3, 500GB+2TB+4TB SATA HDD,
SATA DVD-RW Asus DRW-24D5MT , NVIDIA GeForce GT1080
Hauppauage Nova-T 500, Nova-T LinHes R8.6.1


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jan 19, 2007 10:46 am 
Offline
Joined: Wed May 12, 2004 1:13 am
Posts: 82
Location: Germany
Thanks, but thats not the problem, first the libdvdcss2 is installed and the dvd is not protected ;)

Other Ideas?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jan 19, 2007 11:53 am 
Offline
Joined: Wed Feb 08, 2006 6:13 pm
Posts: 480
Location: IN
I'm guessing the problem is that /dev/dvd is not mapped to the correct physical device. I use an external USB DVD-RW drive for my myth system so I can kept the PC behind my entertainment center (quieter and more aesthetically pleasing to the wife) and ran into this issue.

Since R5E50 now uses udev you can no longer just create a symlink from dev/dvd to the proper physical device as you could in previous versions of Knoppmyth as the symlink won't be kept after a reboot.

I was able to solve my problem by editing the udev rules to map the proper symlinks to my external USB drive.

First I highly recommend reading up on udev. A little knowledge can go a long way.

Then have a look at your /etc/udev/rules.d/z25_persistent-cd.rules file (I highly recommend creating a backup in you home directory in case you screw up!). You should see several rules for your dvd drive(s).
Look for where it says SYMLINK+= in each of the lines and see what is listed. If one of them does not say SYMLINK+="dvd" then your command to play dvds won't work.
In my case I had to change the entries from "cdrom1" to "cdrom", "cdrw1" to "cdrw", "dvd1" to "dvd", and "dvdrw1" to "dvdrw".
Make sure that you don't already have another drive mapped to those links. If you do you will have to change the links for the other drive or remove those entries if you no longer use that drive.

Alternatively you might be able to change your command to play dvds to whatever the device is being mapped to by udev. For example: dvd1:// or --auto-scan dvd1 but I have not tested this so I don't know if it works.

Hope this helps,

Martian

_________________
ABIT NF-M2 nView | Athlon 64 X2 3800+ | 2GB DDR2 800 | HDHomerun | GeForce 6150 (onboard) | WD 640 GB SATA HD | DVD-RW (sata) | StreamZap IR receiver with Logitech Harmony remote

Vizio 37" LCD HDTV (1080p)


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jan 21, 2007 7:24 am 
Offline
Joined: Wed May 12, 2004 1:13 am
Posts: 82
Location: Germany
OK Thanks a lot for this.. I will try later.

But this is a fresh knoppmyth Install, am I the only one with this Problem, and when yes, Why?

This an ordinary Internal IDE DVD ROM which works for knoppmyth for years now... ?!? :?:

Well we`ll see...

Bye...

_________________
LinHES R6 on:
MSI K8T Neo2-F & Athlon-64 3200 - 4096 MB RAM
GeForce 8600GT
Mystique CaBiX-C2, PVR-350, PVR-250, Terratec CinergyT² & DBOX2


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jan 23, 2007 9:04 pm 
Offline
Joined: Thu Jan 18, 2007 10:05 pm
Posts: 8
Same issue here now. What is " The Pineapple?"


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 24, 2007 4:01 am 
Offline
Joined: Wed May 12, 2004 1:13 am
Posts: 82
Location: Germany
it is a Piece of Software that is in a binary form illegal in some parts of the world. it descrambless css encoded dvds to make it possible to watch them in linux!

go to videolan.org...

_________________
LinHES R6 on:
MSI K8T Neo2-F & Athlon-64 3200 - 4096 MB RAM
GeForce 8600GT
Mystique CaBiX-C2, PVR-350, PVR-250, Terratec CinergyT² & DBOX2


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jan 27, 2007 10:33 pm 
Offline
Joined: Wed Mar 22, 2006 12:03 pm
Posts: 5
When I installed pineapple from source, the install script placed it in a location that doesn't appear in /etc/ld.so.conf

Adding that location to /etc/ld.so.conf and running ldconfig got my dvds playing.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jan 28, 2007 4:56 am 
Offline
Joined: Wed May 12, 2004 1:13 am
Posts: 82
Location: Germany
Hey this is not your thread!
Maake your own,...

you can apt-get isntall the libdvd css2

_________________
LinHES R6 on:
MSI K8T Neo2-F & Athlon-64 3200 - 4096 MB RAM
GeForce 8600GT
Mystique CaBiX-C2, PVR-350, PVR-250, Terratec CinergyT² & DBOX2


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jan 28, 2007 9:11 pm 
Offline
Joined: Tue Aug 08, 2006 7:08 pm
Posts: 561
Location: UK
Somebody posted this elsewhere.

Bruce S.

_________________
Updated 2019/10/26: AthlonII X2 265 Gigabyte GA-970A-DS3P
16Gb PC 1866 DDR3, 500GB+2TB+4TB SATA HDD,
SATA DVD-RW Asus DRW-24D5MT , NVIDIA GeForce GT1080
Hauppauage Nova-T 500, Nova-T LinHes R8.6.1


Top
 Profile  
 
 Post subject:
PostPosted: Mon Feb 19, 2007 5:51 pm 
Offline
Joined: Tue Oct 04, 2005 3:14 pm
Posts: 21
I had the same issue as the first poster. If i went into /dev there was no dvd device. There is a /dev/dvd1 that is linked to the dvd drive. I just did
Code:
ln -s /dev/dvd1 /dev/dvd

and that fixed it. Martian poster mentioned that this will not be persistent after a reboot so Im going to do some reading about udev. I did try using dvd1:// and that did not work. I tried auto-scan but that did not work also


Top
 Profile  
 
 Post subject:
PostPosted: Thu Aug 09, 2007 2:52 pm 
Offline
Joined: Sat Feb 11, 2006 10:27 pm
Posts: 44
Sorry to resurrect an old thread but I just solved a similar problem. I changed DVD drives and they wouldn't play. I found that /dev/dvd1 was being created instead of /dev/dvd. I found you need to edit /etc/udev/rules.d/z25_persistent-cd.rules to make udev assign it to /dev/dvd again.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu