Blu-Ray Disc does not work in Linux MakeMKV but does in Windows version.

Please post here for issues related to Blu-ray discs
Post Reply
Tyler Durden
Posts: 2
Joined: Tue Oct 03, 2023 2:50 am

Blu-Ray Disc does not work in Linux MakeMKV but does in Windows version.

Post by Tyler Durden »

Today, I tried to rip a new blu-ray disc on my Linux computer and I got a weird error. This is what I got:

Can't read AACS VID from disc - most likely current AACS host certificate is revoked by your drive
The volume key is unknown for this disc - video can't be decrypted
Failed to open disc

As a hunch, I went and downloaded an evaluation copy of MAKEMKV on my windows computer and it worked successfully.

Any idea why?
Woodstock
Posts: 9951
Joined: Sun Jul 24, 2011 11:21 pm

Re: Blu-Ray Disc does not work in Linux MakeMKV but does in Windows version.

Post by Woodstock »

Mayhaps your Linux version doesn't have permission to download the key database. Happens to a lot of people, many of whom don't know that their DNS is blocked at the ISP level.
MakeMKV Frequently Asked Questions
How to aid in finding the answer to your problem: Activating Debug Logging
Tyler Durden
Posts: 2
Joined: Tue Oct 03, 2023 2:50 am

Re: Blu-Ray Disc does not work in Linux MakeMKV but does in Windows version.

Post by Tyler Durden »

Perhaps.

I fixed it by going back to the previous version of 1.17.4
I even used a deb package instead of flatpak. I wonder if that had anything do with it as well.
rubixhacker
Posts: 1
Joined: Tue Oct 24, 2023 12:08 pm

Re: Blu-Ray Disc does not work in Linux MakeMKV but does in Windows version.

Post by rubixhacker »

I am also seeing the same issue on 1.17.5
JiminyCricket
Posts: 3
Joined: Sun Oct 08, 2023 8:18 am

Re: Blu-Ray Disc does not work in Linux MakeMKV but does in Windows version.

Post by JiminyCricket »

Tyler Durden wrote:
Tue Oct 03, 2023 1:55 pm
I fixed it by going back to the previous version of 1.17.4
I even used a deb package instead of flatpak. I wonder if that had anything do with it as well.
How did you go back to 1.17.4? I am suspecting I am having a similar issue but I do not have a windows machine to test with.
I also can not find the old version install guide on the forums or anywhere to download it. I used a flatpak when installing initially.
MrPenguin
Posts: 104
Joined: Thu Oct 19, 2023 11:31 pm

Re: Blu-Ray Disc does not work in Linux MakeMKV but does in Windows version.

Post by MrPenguin »

FWIW I am successfully using MakeMKV 1.17.5 with VLC on Fedora Linux to play BluRays. Are your Linux and Windows boxes using identical KEYDB.cfg files? Or does your Linux user ID not have the correct permissions to open the BluRay drive's device nodes (e.g. /dev/sg0, /dev/sr0)? E.g.

Code: Select all

0 brw-rw----+ 1 root cdrom 11, 0 Oct 30 08:50 /dev/sr0
0 crw-rw---- 1 root disk 21, 0 Oct 30 13:12 /dev/sg0
The nodes need to be available for both reading and writing, and so my own user ID belongs to both the cdrom and disk groups.
Post Reply