On Thu, 09 Nov 2006 13:33:22 +0000 Piers Kittel <[EMAIL PROTECTED]> wrote:
> Seeker, > > Thank you very much for your reply. > > > From: Seeker5528 <[EMAIL PROTECTED]> > > > > Piers Kittel <[EMAIL PROTECTED]> wrote: > > > >> [EMAIL PROTECTED]:/dev$ ls -l hdb > >> brw-rw---- 1 root disk 3, 64 2005-02-26 06:38 hdb > >> [EMAIL PROTECTED]:/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: > > ---------------------------------------------- > [EMAIL PROTECTED]:~$ 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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]