I thought I would have a go at trying to get my PC to play DVDs this weekend so I done an apt-get install ogle-mmx ogle-gui then ran install-css.sh and linked /dev/dvd to /dev/hdc.
Why not just link to someting more obvious?
# ln -s /dev/cdrom /dev/dvd
If I type "ogle" I get the ogle gui appear
When I first started using Ogle I used to use it on the cmd line: $ ogle -u cli
I remeber I often had to issue this command about 3 or 4 times and eventually it just worked.
However if I then click on FILE and OPEN DSC the following appears:
libdvdcss error: failed opening device libdvdread: Can't open /dev/dvd for reading.
Do you know what version of libdvdcss, libdvdread and libdvdplay you have installed?
Get the latest versions and make sure they're installed properly and with --prefix=/usr. They has quite a few dependencies so make sure they're all installed as well.
http://developers.videolan.org/
(You may have to compile you're own versions of these; I don't know whether they're [libdvdcss] in Debian or not and I can't check because packages.debian.org is still down!)
Cheers, Richard
On Tue, 2003-12-02 at 08:05, Richard Lewis wrote:
(You may have to compile you're own versions of these; I don't know whether they're [libdvdcss] in Debian or not and I can't check because packages.debian.org is still down!)
Cheers, Richard
No libdvdcss is not quite up to the debian free software standards. I have this in my "/etc/apt/sources/list" and i think it will provide what you need:
#[MPlayer] it also has all the win32 video codec's(DivX) deb http://marillat.free.fr/ unstable main
I don't know if they do stable or testing packages but use http://www.apt-get.org/ to find any unofficial Debian packages(if you don't already).
Hope that helps, - Dennis