Ok, I am experiencing the same problem you are and have solved it by what I found here:
http://lists.freshrpms.net/pipermail/fr ... 12708.html
It appears a recent upgrade of libdvdread has broken it. If you install lxdvdrip from Dag's repo:
# apt-get install lxdvdrip
Then you'll need to downgrade libdvdread:
# rpm -Uvh --oldpackage
http://dag.wieers.com/packages/libdvdre ... f.i386.rpm
This should fix the problem. Of course now you will have another issue to deal with. If you try and do an "apt-get dist-upgrade" it will repace this old package with the new one so you'll have to add it to your apt.conf so it doesn't get upgraded until the current one is fixed. Add it to your "Hold" tag of your RPM section in your /etc/apt/apt.conf:
- Code: Select all
Hold { "libdvdread" };
P.S. I am now using the stock /etc/lxdvdrip.conf that came with the Dag version. The only change I made to it was changed /dev/scd0 to /dev/dvd. I did a DVD9-DVD5 by just typing "lxdvdrip" with no problems.
P.S.S. I need to break down and write a good GUI for this app. It seems nobody else is stepping up to the plate.