Re: cannot play DVD's on Fedora 10 386

2009-08-30 Thread Kevin Kempter
On Saturday 29 August 2009 15:28:55 Patrick O'Callaghan wrote:
 On Sat, 2009-08-29 at 16:07 -0400, Ryan B. Lynch wrote:
  On 08/29/2009 04:00 PM, Patrick O'Callaghan wrote:
   On Sat, 2009-08-29 at 13:12 -0600, Kevin Kempter wrote:
   Hi all;
  
   I'm setting up Fedora 10 (i386) on a new laptop for my son.
  
   I enabled the rpmfusion repos and did a full update. Then I enabled
   the linva repo and installed libdvdcss, xine-lib-extras and
   dependancies
  
   I did a chmod 755 on /dev/dvd
   If we try and play a dvd we get this:
  
  
   The source can't be read.
  
   Maybe you don't have enough rights for this, or source doesn't
   contain data (e.g: no disc in drive). (Error reading NAV packet.)
  
   Any suggestions?
  
   Is this a commercial DVD? If so, do you have the required codecs and
   libcss? Hint: if it's a fresh install and you didn't add the rpmfusion
   repo, that would explain it).
 
  If you read the poster's email, he notes pretty clearly that he
  installed CSS via LIvna, already.  BTW, the package name is 'libdvdcss',
  not 'libcss', and it's not in RPMFusion--it's still in Livna, because of
  the legal issues.  (The poster noted both of these things.)

 I guess my brain was not fully engaged. Apologies.

 poc


I did some more digging. /dev/dvd and /dev/cdrom are both symlinks to /dev/sr0

the symlinks (/dev/dvd and /dev/cdrom) are both owned by user:group root:root 
and have 777 permissions

any other thoughts?

Thanks in advance


-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: cannot play DVD's on Fedora 10 386

2009-08-30 Thread Mikkel L. Ellertson
Kevin Kempter wrote:
 
 I did some more digging. /dev/dvd and /dev/cdrom are both symlinks to /dev/sr0
 
 the symlinks (/dev/dvd and /dev/cdrom) are both owned by user:group root:root 
 and have 777 permissions
 
 any other thoughts?
 
 Thanks in advance
 
Every symlink I have seen has 777 permissions. What counts are the
permissions of the file it links to.

[mikkel lib]$ ls -l /dev/dvd
lrwxrwxrwx 1 root root 3 2009-08-20 11:35 /dev/dvd - sr0
[mikkel lib]$ ls -l /dev/sr0
brw-rw+ 1 mikkel root 11, 0 2009-08-20 11:35 /dev/sr0

Mikkel
-- 

  Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!



signature.asc
Description: OpenPGP digital signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: cannot play DVD's on Fedora 10 386

2009-08-30 Thread Kevin Kempter
On Sunday 30 August 2009 13:41:47 Mikkel L. Ellertson wrote:
 Kevin Kempter wrote:
  I did some more digging. /dev/dvd and /dev/cdrom are both symlinks to
  /dev/sr0
 
  the symlinks (/dev/dvd and /dev/cdrom) are both owned by user:group
  root:root and have 777 permissions
 
  any other thoughts?
 
  Thanks in advance

 Every symlink I have seen has 777 permissions. What counts are the
 permissions of the file it links to.

 [mikkel lib]$ ls -l /dev/dvd
 lrwxrwxrwx 1 root root 3 2009-08-20 11:35 /dev/dvd - sr0
 [mikkel lib]$ ls -l /dev/sr0
 brw-rw+ 1 mikkel root 11, 0 2009-08-20 11:35 /dev/sr0

 Mikkel


How do I change perms on the device?

If I do a chmod a+rw /dev/sr0 it changes the perms for about 30 seconds then 
they get changed back to rw for root only.

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: cannot play DVD's on Fedora 10 386

2009-08-30 Thread Kevin Kempter
On Sunday 30 August 2009 13:58:06 Kevin Kempter wrote:
 On Sunday 30 August 2009 13:41:47 Mikkel L. Ellertson wrote:
  Kevin Kempter wrote:
   I did some more digging. /dev/dvd and /dev/cdrom are both symlinks to
   /dev/sr0
  
   the symlinks (/dev/dvd and /dev/cdrom) are both owned by user:group
   root:root and have 777 permissions
  
   any other thoughts?
  
   Thanks in advance
 
  Every symlink I have seen has 777 permissions. What counts are the
  permissions of the file it links to.
 
  [mikkel lib]$ ls -l /dev/dvd
  lrwxrwxrwx 1 root root 3 2009-08-20 11:35 /dev/dvd - sr0
  [mikkel lib]$ ls -l /dev/sr0
  brw-rw+ 1 mikkel root 11, 0 2009-08-20 11:35 /dev/sr0
 
  Mikkel

 How do I change perms on the device?

 If I do a chmod a+rw /dev/sr0 it changes the perms for about 30 seconds
 then they get changed back to rw for root only.


ok, I've done this:

1) I added a MODE=0660 to each line in  
/etc/udev/rules.d/70-persistent-cd.rules

2) rebooted, checked perms of /dev/sr0 and I now have rw for all

3) tried to play a dvd via kaffiene - same error:
The source can't be read

Maybe you don't have enought rights for this, or source doesn't 
contain data (e.g: no disc in drive). (Error reading from DVD)


4) I tried multiple DVD's - same error, also tried the same DVD's in another 
laptop running Fedora 10 x86_64 - works fine

5) checked dmesg output and I see this:
Buffer I/O error on device sr0, logical block 223  
Buffer I/O error on device sr0, logical block 224  
Buffer I/O error on device sr0, logical block 225  
Buffer I/O error on device sr0, logical block 226
Buffer I/O error on device sr0, logical block 227
Buffer I/O error on device sr0, logical block 228
Buffer I/O error on device sr0, logical block 229
Buffer I/O error on device sr0, logical block 230
Buffer I/O error on device sr0, logical block 231
Buffer I/O error on device sr0, logical block 232
end_request: I/O error, dev sr0, sector 2040
end_request: I/O error, dev sr0, sector 1824
end_request: I/O error, dev sr0, sector 1872
end_request: I/O error, dev sr0, sector 1880
end_request: I/O error, dev sr0, sector 1872
end_request: I/O error, dev sr0, sector 2400
end_request: I/O error, dev sr0, sector 2408
end_request: I/O error, dev sr0, sector 2400
end_request: I/O error, dev sr0, sector 2400
end_request: I/O error, dev sr0, sector 2400
end_request: I/O error, dev sr0, sector 2704
end_request: I/O error, dev sr0, sector 2712
end_request: I/O error, dev sr0, sector 2704
end_request: I/O error, dev sr0, sector 2704
end_request: I/O error, dev sr0, sector 2704
end_request: I/O error, dev sr0, sector 3624
end_request: I/O error, dev sr0, sector 3632
end_request: I/O error, dev sr0, sector 3624
end_request: I/O error, dev sr0, sector 3624
end_request: I/O error, dev sr0, sector 3624



Thoughts?

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


cannot play DVD's on Fedora 10 386

2009-08-29 Thread Kevin Kempter
Hi all;

I'm setting up Fedora 10 (i386) on a new laptop for my son.

I enabled the rpmfusion repos and did a full update. Then I enabled the linva 
repo and installed libdvdcss, xine-lib-extras and dependancies

I did a chmod 755 on /dev/dvd
If we try and play a dvd we get this:


The source can't be read.

Maybe you don't have enough rights for this, or source doesn't
contain data (e.g: no disc in drive). (Error reading NAV packet.)

Any suggestions?


Thanks in advance

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: cannot play DVD's on Fedora 10 386

2009-08-29 Thread Ryan B. Lynch
On 08/29/2009 03:12 PM, Kevin Kempter wrote:
 I did a chmod 755 on /dev/dvd
 If we try and play a dvd we get this:


 The source can't be read.

 Maybe you don't have enough rights for this, or source doesn't
 contain data (e.g: no disc in drive). (Error reading NAV packet.)
   

Kevin,

Can you do an 'ls -la /dev/dvd*'?  Is /dev/dvd a symlink, or is it the
actual device node?  Is there a symlink, and if so, what does it point
to?  And, most importantly, what are the permissions of all these
symlinks and real device nodes, right now?

I ran into the same error message, on my machine, because /dev/dvd was a
symlink to /dev/dvd0--so I figure maybe yours could be, too?

-Ryan

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: cannot play DVD's on Fedora 10 386

2009-08-29 Thread Patrick O'Callaghan
On Sat, 2009-08-29 at 13:12 -0600, Kevin Kempter wrote:
 Hi all;
 
 I'm setting up Fedora 10 (i386) on a new laptop for my son.
 
 I enabled the rpmfusion repos and did a full update. Then I enabled the linva 
 repo and installed libdvdcss, xine-lib-extras and dependancies
 
 I did a chmod 755 on /dev/dvd
 If we try and play a dvd we get this:
 
 
 The source can't be read.
 
 Maybe you don't have enough rights for this, or source doesn't
 contain data (e.g: no disc in drive). (Error reading NAV packet.)
 
 Any suggestions?

Is this a commercial DVD? If so, do you have the required codecs and
libcss? Hint: if it's a fresh install and you didn't add the rpmfusion
repo, that would explain it).

poc

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: cannot play DVD's on Fedora 10 386

2009-08-29 Thread Ryan B. Lynch
On 08/29/2009 04:00 PM, Patrick O'Callaghan wrote:
 On Sat, 2009-08-29 at 13:12 -0600, Kevin Kempter wrote:
   
 Hi all;

 I'm setting up Fedora 10 (i386) on a new laptop for my son.

 I enabled the rpmfusion repos and did a full update. Then I enabled the 
 linva 
 repo and installed libdvdcss, xine-lib-extras and dependancies

 I did a chmod 755 on /dev/dvd
 If we try and play a dvd we get this:


 The source can't be read.

 Maybe you don't have enough rights for this, or source doesn't
 contain data (e.g: no disc in drive). (Error reading NAV packet.)

 Any suggestions?
 
 Is this a commercial DVD? If so, do you have the required codecs and
 libcss? Hint: if it's a fresh install and you didn't add the rpmfusion
 repo, that would explain it).
   

If you read the poster's email, he notes pretty clearly that he
installed CSS via LIvna, already.  BTW, the package name is 'libdvdcss',
not 'libcss', and it's not in RPMFusion--it's still in Livna, because of
the legal issues.  (The poster noted both of these things.)

-Ryan


-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: cannot play DVD's on Fedora 10 386

2009-08-29 Thread Patrick O'Callaghan
On Sat, 2009-08-29 at 16:07 -0400, Ryan B. Lynch wrote:
 On 08/29/2009 04:00 PM, Patrick O'Callaghan wrote:
  On Sat, 2009-08-29 at 13:12 -0600, Kevin Kempter wrote:

  Hi all;
 
  I'm setting up Fedora 10 (i386) on a new laptop for my son.
 
  I enabled the rpmfusion repos and did a full update. Then I enabled the 
  linva 
  repo and installed libdvdcss, xine-lib-extras and dependancies
 
  I did a chmod 755 on /dev/dvd
  If we try and play a dvd we get this:
 
 
  The source can't be read.
 
  Maybe you don't have enough rights for this, or source doesn't
  contain data (e.g: no disc in drive). (Error reading NAV packet.)
 
  Any suggestions?
  
  Is this a commercial DVD? If so, do you have the required codecs and
  libcss? Hint: if it's a fresh install and you didn't add the rpmfusion
  repo, that would explain it).

 
 If you read the poster's email, he notes pretty clearly that he
 installed CSS via LIvna, already.  BTW, the package name is 'libdvdcss',
 not 'libcss', and it's not in RPMFusion--it's still in Livna, because of
 the legal issues.  (The poster noted both of these things.)

I guess my brain was not fully engaged. Apologies.

poc

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines