Search found 4 matches

by 2lssfz
Wed Mar 17, 2010 7:48 pm
Forum: General MakeMKV discussion
Topic: List of DVD/BluRay that haven't worked
Replies: 204
Views: 396333

Re: List of DVD/BluRay that haven't worked

I upgraded to make mkv version 1.5.1 and tried ripping my Strange Wilderness dvd again, but make mkv still failed to rip it. Looking through the log file I found a couple lines of interest. 003031:0000 Drive DVD+R-DL SONY DVD RW AW-G540A 1.74 has RPC protection that can not be bypassed. Change drive...
by 2lssfz
Mon Mar 01, 2010 8:38 pm
Forum: General MakeMKV discussion
Topic: List of DVD/BluRay that haven't worked
Replies: 204
Views: 396333

Re: List of DVD/BluRay that haven't worked

Strange Wilderness, DVD, NTSC Failed to open disk. My .log is attached. v 1.4.11 beta for linux
by 2lssfz
Wed Jan 20, 2010 4:16 pm
Forum: MakeMKV for Linux
Topic: Using checkinstall instead of make install
Replies: 1
Views: 7743

Re: Using checkinstall instead of make install

Never mind, I figured out how to do it. :D

Code: Select all

sudo checkinstall make -f makefile.linux install
Makes a deb package on Ubuntu 8.04
by 2lssfz
Wed Jan 20, 2010 5:13 am
Forum: MakeMKV for Linux
Topic: Using checkinstall instead of make install
Replies: 1
Views: 7743

Using checkinstall instead of make install

Hi, sorry if this seems dumb but I don't know much about compiling from source. Is there a way to use checkinstall instead of make install when compiling? Normally I use checkinstall because it makes adding and removing the program a lot easier. I tried substituting checkinstall in place of make ins...