The sage continues - with OGMRip not seeing the DVD drive I though I would give dvd::rip a try - well it does see the drive as does k3b. So was checking the online documentation for ogmrip and noticed that it indicated I could reference the device from the command line "Source Selection
To select the source, click on the "Load" button to show the DVD Selection dialog. Then, either select a DVD-Video from the list or browse for a DVD structure or an ISO image. If you want to encode a disc that is not yet in the drive, you can click on the "Eject" button. Once you've made your choice, click on the "Load" button and the DVD will be loaded.
It is also possible to specify a device, a directory or an ISO image directely on the command line:
$ ogmrip image.iso " so gave it a try and this is the output I received:
[lp@localhost ~]$ ogmrip /dev/sr0
Plugin libogmrip-x264.so disabled: MEncoder is build without X264 support
Plugin libogmrip-aac.so disabled: FAAC is missing
Plugin libogmrip-srt.so disabled: GOCR, Ocrad and Tesseract are missing
Plugin libogmrip-mp4.so disabled: MP4Box is missing
** (ogmrip:11665): WARNING **: Failed to initialize module libogmrip-x264-options.so
libdvdread: Using libdvdcss version 1.2.9 for DVD access
libdvdread: Can't seek to block 256
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdread: Can't seek to block 256
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VTS_01_0.IFO failed
libdvdread: Can't seek to block 256
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VTS_02_0.IFO failed
libdvdread: Can't seek to block 256
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VTS_03_0.IFO failed
libdvdread: Can't seek to block 256
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VTS_04_0.IFO failed
libdvdread: Can't seek to block 256
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VTS_05_0.IFO failed
libdvdread: Can't seek to block 256
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VTS_06_0.IFO failed
libdvdread: Can't seek to block 256
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VTS_07_0.IFO failed
libdvdread: Can't seek to block 256
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VTS_08_0.IFO failed
libdvdread: Can't seek to block 256
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VTS_09_0.IFO failed
libdvdread: Can't seek to block 256
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdread: Can't seek to block 256
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
The "missing" I assume are just warnings and should not affect the program but the "warning" is the one that I am wondering if it might be affecting the recognition of the drive. Don't know if I shooting in the dark or not!!