Acces to /dev/dvd
Fabien Wahl <[email protected]>
| Newsgroups | gmane.comp.video.ogle.user |
|---|---|
| Message-ID | <[email protected]> |
Already thanks for taking care of my first mail. Following your latest remark, i checked the permission on my dvd. /dev/dvd is lr-xr-xr-x, and i cannot change the permission on the symbolic link (why isn't it lwrxwrxwrx?) So i checked directly the device /dev/ide/host0/bus1/target1/lun0/cd it is brwxrwxrwx , which should be fine. ##### [fabien@localhost fabien]$ ll /dev/ide/host0/bus1/target1/lun0/cd brwxrwxrwx 1 fabien cdrom 22, 64 Jan 1 1970 /dev/ide/host0/bus1/target1/lun0/cd [fabien@localhost fabien]$ ll /dev/dvd lr-xr-xr-x 1 root root 13 Mar 8 20:49 /dev/dvd -> cdroms/cdrom0 ##### Then I run ogle with the actual device as target, but without success... ##### [fabien@localhost fabien]$ ogle -u cli /dev/ide/host0/bus1/target1/lun0/cd libdvdread: Using libdvdcss version 1.2.8 for DVD access libdvdread: Could not open /dev/ide/host0/bus1/target1/lun0/cd with libdvdcss. libdvdread: Can't open /dev/ide/host0/bus1/target1/lun0/cd for reading ERROR[ogle_nav]: faild to open/read the DVD DVDSetDVDRoot:: Root not set ##### Any other idea? Thanks, Fabien.