Gentoo Archives: gentoo-user

From: PaulNM <gentoo@×××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ogle fails to read dvd
Date: Sun, 22 Jan 2006 16:32:08
Message-Id: 43D3B25B.8060501@paulscrap.com
In Reply to: [gentoo-user] ogle fails to read dvd by maxim wexler
1 maxim wexler wrote:
2 > Hello everyone,
3 >
4 > Here's the error(same as from root prompt):
5 >
6 > heathen@sarawak ~ $ ogle
7 > WARNING[dvd_gui]: add_keybinding(): No such action:
8 > 'SaveScreenshot'
9 > WARNING[dvd_gui]: add_keybinding(): No such action:
10 > 'SaveScreenshotWithSPU'
11 > libdvdread: Using libdvdcss version 1.2.9 for DVD
12 > access
13 > libdvdread: Could not open /dev/dvd with libdvdcss.
14 > libdvdread: Can't open /dev/dvd for reading
15 > ERROR[ogle_nav]: faild to open/read the DVD
16 > callbacks.on_opendvd_activate(): DVDSetDVDRoot: Root
17 > not set
18 >
19 > Yes, there is a proper symlink:
20 >
21 > heathen@sarawak ~ $ ls -l /dev/dvd
22 > lrwxrwxrwx 1 root root 3 Jan 17 02:17 /dev/dvd -> hdd
23 >
24 > Have tried chmod# 666 and 755 /dev/hdd.
25 >
26 > User's groups:
27 >
28 > heathen@sarawak ~ $ groups
29 > wheel audio cdrw usb users portage
30 >
31 > but,
32 >
33 > sarawak heathen # usermod -G dvd heathen
34 > usermod: unknown group dvd
35 >
36 > Is it an ownership issue?
37 >
38 > heathen@sarawak ~ $ ls -l /dev/hdd
39 > brwxr-xr-x 1 root cdrom 22, 64 Jan 17 02:17 /dev/hdd
40 >
41 > but #chown root:dvd /dev/hdd doesn't work.
42 >
43 > -mw
44 >
45
46 You might want to try "ogle /dev/hdd" to see if directly accessing the
47 drive works. Another thing to try is "ogle --check" which "Runs a few
48 checks on the dvd setup and exits" to see if any problems are reported
49 there. Another option is "ogle --debug /dev/hdd" which puts out more info.
50
51 No offense, but are you sure a readable video dvd is in the drive,
52 because I get the same output when I run ogle without a dvd. Can you
53 mount the dvd normally and see the AUDIO_TS and VIDEO_TS directories?
54 Also make sure the dvd isn't mounted already when running ogle because
55 that won't work.
56
57 Hope this helps,
58 PaulNM
59
60 --
61 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] ogle fails to read dvd[SOLVED] maxim wexler <blissfix@×××××.com>