Search found 7 matches

by nevergonnahappen4me
Tue Dec 31, 2013 5:32 am
Forum: MakeMKV for Linux
Topic: AACS errors on Fedora FC 19 X64
Replies: 51
Views: 112247

Re: AACS errors on Fedora FC 19 X64

I upgraded to F20 just to test this, and can confirm, my earlier suggestion does result in a segmentation fault in F20 (it worked just fine in F19, I promise). In F20, you can run './configure' as usual, then edit the Makefile, adding ' -DOPENSSL_NO_EC' to the line that starts with 'CFLAGS='. Build ...
by nevergonnahappen4me
Sun Dec 29, 2013 5:27 pm
Forum: MakeMKV for Linux
Topic: AACS errors on Fedora FC 19 X64
Replies: 51
Views: 112247

Re: AACS errors on Fedora FC 19 X64

I posted more info about this yesterday, but that post hasn't been approved by an admin yet (I think it needs to be approved because it had URLs, so I'm making this post very short and simple). An easy workaround is to use the command 'CFLAGS=-DOPENSSL_NO_EC ./configure' when building the makemkv-os...
by nevergonnahappen4me
Sat Dec 28, 2013 10:47 pm
Forum: MakeMKV for Linux
Topic: AACS errors on Fedora FC 19 X64
Replies: 51
Views: 112247

Re: AACS errors on Fedora FC 19 X64

I spent a little time with 'git bisect' today and found that commit b3551463cafee86a63c60e294f754a8c5cddc37a (aka openssl-1.0.1e-28) is where Fedora 19 became unable to build a functional makemkv-oss. (Though makemkv would continue to function if you had built the package with an earlier version of ...
by nevergonnahappen4me
Fri Dec 27, 2013 6:05 am
Forum: MakeMKV for Linux
Topic: AACS errors on Fedora FC 19 X64
Replies: 51
Views: 112247

Re: AACS errors on Fedora FC 19 X64

I was able to reproduce cyborg_chippy's experience: I downgraded openssl to 1:1.0.1e-4.fc19, rebuilt makemkv-oss and was able to open a BD. Next, I upgraded to the latest openssl (1:1.0.1e-36.fc19), and was still able to open BDs (using the makemkvcon that I had built with the old version of openssl...
by nevergonnahappen4me
Tue Dec 24, 2013 10:29 am
Forum: MakeMKV for Linux
Topic: AACS errors on Fedora FC 19 X64
Replies: 51
Views: 112247

Re: AACS errors on Fedora FC 19 X64

I used strace to log the data transmitted via ioctls. I did this while in Fedora and again while in ubuntu. Comparing the results show a number of differences in the data read and written to the BD drive. (I had expected them to be very similar... but maybe I just don't know enough about BluRay driv...
by nevergonnahappen4me
Mon Dec 23, 2013 2:32 pm
Forum: MakeMKV for Linux
Topic: AACS errors on Fedora FC 19 X64
Replies: 51
Views: 112247

Re: AACS errors on Fedora FC 19 X64

I am using kernel 3.12.5-200.fc19. I downgraded my glibc to 2.17-11.fc19 (I was using 2.17-20.fc19). I even recompiled/reinstalled the makemkv-oss component.

No change.
by nevergonnahappen4me
Sun Dec 22, 2013 10:54 am
Forum: MakeMKV for Linux
Topic: AACS errors on Fedora FC 19 X64
Replies: 51
Views: 112247

Re: AACS errors on Fedora FC 19 X64

I have tried 1.8.7 on Fedora 19 (x86_64) with the following kernels: 3.11.8, 3.11.10, 3.12.5, & 3.13.0-0.rc4.git3.1.vanilla.mainline. (That last one is a Vanilla kernel, no special patches/changes from the Fedora team.) All ended with the same result, failure to open the disc. I do not have this...