On 5/31/07, Mark W. Zeininger <[EMAIL PROTECTED]> wrote: > > Here is my debug file from Totem: > > libdvdread: Using libdvdcss version 1.2.9 for DVD access > > libdvdread: Attempting to use device /dev/hdc mounted on /media/cd for CSS > authentication > > libdvdcss debug: opening target `/dev/hdc' > > libdvdcss debug: using libc for access > > libdvdcss error: css error: ioctl_ReadCopyright failed, make sure there is a > DVD in the drive, and that you have used the correct device node.
Taking a stab here, but I think you need raw write device to pull this off. So, /dev/hdc should have 660 permissions with root:cdrom ownership. And they user you want to do this with should be part of the cdrom group. Here's an example on my system. $ ls -l /dev/sr0 brw-rw---- 1 root cdrom 11, 0 2007-05-22 06:54 /dev/sr0 $ groups users audio video usb cdrom Is that what you get? Have you tried this as root? -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
