> 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.
>From my original email I did try raw write device, but not sure I have it setup correctly: Noticing the "libdvdcss debug: cannot open /dev/rdvd (No such file or directory)" line, I recompiled the kernel with the RAW driver (/dev/raw/rawN) (OBSOLETE) and did the following to get raw files: [EMAIL PROTECTED]:~# mknod /dev/raw/raw1 c 162 1 [EMAIL PROTECTED]:~# raw /dev/raw/raw1 /dev/hdc /dev/raw/raw1: bound to major 22, minor 0 [EMAIL PROTECTED]:~# ln -s /dev/raw/raw1 /dev/rdvd I basically get the same thing but now for the /dev/rdvd I get: libdvdcss debug: cannot open /dev/rdvd (Device or resource busy) libdvdcss error: failed to open raw device, but continuing > $ 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? I am running as root to make sure I don't have a permission problem. My DVD drive is: brw-rw---- 1 root cdrom 22, 0 2007-06-012 07:15 /dev/hdc with links to it as /dev/cdrom and /dev/dvd Mark -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
