From: C. on
Hi All,

Just got a shiny new PC which came with 2 DVD drives - a DVD +/-
writer (hda) and a DVD-ROM (hdb). I've installed openSuse and added
all the codecs. The writer plays all DVDs without any problems using
Xine, but they won't play in the second drive (even after updating my /
dev/dvd and /dev/cdrom links) but I can mount DVDs and browse them,
copy files out without error.

e.g.
kernit:~ # ls -l /dev/dvd
lrwxrwxrwx 1 root root 3 Sep 22 23:26 /dev/dvd -> hdb
kernit:~ # ls -l /dev/hdb
brw-rw-rw-+ 1 root disk 3, 64 Sep 22 21:13 /dev/hdb
kernit:/dev # xine
This is xine (X11 gui) - a free video player v0.99.4.
(c) 2000-2004 The xine Team.
libdvdread: Using libdvdcss version 1.2.9 for DVD access
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
libdvdread: Using libdvdcss version 1.2.9 for DVD access
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
kernit:/dev # mount /dev/dvd /media/dvdrom/
mount: block device /dev/dvd is write-protected, mounting read-only
kernit:/dev # ls /media/dvdrom
audio_ts video_ts
kernit:/dev # ls /media/dvdrom/video_ts
video_ts.bup video_ts.vob vts_01_0.ifo vts_01_1.vob vts_01_3.vob
video_ts.ifo vts_01_0.bup vts_01_0.vob vts_01_2.vob vts_01_4.vob
kernit:/dev #

Followed instructions in http://ubuntuforums.org/archive/index.php/t-35406.html
....in Xine setp/Media, changed CD audio device from /dev/cdrom to /dev/
hdb
and device for dvd playback from /dev/dvd to /dev/hdb
.....still get same error.

Anybody got any ideas what I'm doing wrong?

TIA

C.

From: Ian Rawlings on
On 2007-09-22, C. <colin.mckinnon(a)gmail.com> wrote:

> Anybody got any ideas what I'm doing wrong?

Check /var/log/messages or equivalent on your distro to see if there's
anything else in there, also dmesg output. One possibility is that
one drive is set to a different region to the other, with some drives
libdvd can ignore it but other drives have firmware that enforces it.
Can you copy the video files off and play them from there, and have
you tried mplayer too? Possibly try a different region DVD,
e.g. region 1, which is most likely to be the default for a
non-localised DVD drive.

--
Blast off and strike the evil Bydo empire!
From: C. on
On 22 Sep, 23:34, Ian Rawlings <new...(a)tarcus.org.uk> wrote:
> On 2007-09-22, C. <colin.mckin...(a)gmail.com> wrote:
>
> > Anybody got any ideas what I'm doing wrong?
>
> Check /var/log/messages or equivalent on your distro to see if there's
> anything else in there, also dmesg output.

Yup - lots of I/O errors, and copying the files failed (didn't see any
errors first time around! must have been something stupid).

Thanks Ian.

C.