[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: DVD playback problems



On Thu, 09 Nov 2006 13:33:22 +0000
Piers Kittel <debian@biased.org> wrote:

> Seeker,
> 
> Thank you very much for your reply.
> 
> > From: Seeker5528 <seeker5528@comcast.net>
> > 
> > Piers Kittel <debian@biased.org> wrote:
> > 
> >> piers@hinata:/dev$ ls -l hdb
> >> brw-rw----  1 root disk 3, 64 2005-02-26 06:38 hdb
> >> piers@hinata:/dev$
> >>
> >> I assume this should be cdrom not disk correct?
> > 
> > That is what the Audio CD, DVD, VCD players want, the location of the
> > drive, not the location where the disk gets mounted.
> 
> If I try this, this is what I get:
> 
> ----------------------------------------------
> piers@hinata:~$ mplayer dvd:// -dvd-device /dev/hdb

<snip>

> libdvdread: Could not open device with libdvdcss.
> libdvdread: Can't open /dev/hdb for reading
> Couldn't open DVD device: /dev/hdb

If /dev/hdb is your DVD drive then it should get the ownership of
root:cdrom, not root:disk. This an identification/enumeration problem
and the proper fix would be to figure out a udev rule or whatever that
would identify it and give it the correct ownership. 

Failing that the next best thing would be to create a script that runs
at boot the change the ownership.

I'm not that familiar with either of these things, but just to test the
theory try chowning the device ('chown :cdrom /dev/hdb' or 'chown
root:cdrom /dev/hdb') then playing a DVD.

Later, Seeker



Reply to: