Linux Not Detecting LibreDrive Functionality

The place to discuss linux version of MakeMKV
Post Reply
spicyboots
Posts: 2
Joined: Sun Mar 31, 2019 6:44 pm

Linux Not Detecting LibreDrive Functionality

Post by spicyboots »

So I downloaded the 3.02 firmware for my ASUS BW-16D1HT and flashed that, and afterward was able to do a test rip on the windows machine I was using without any issue. Afterwards I installed it in my Linux machine (Mint 19.1) and when I go to try and rip a disk I get:

Code: Select all

MakeMKV v1.14.3 linux(x64-release) started
Automatic checking for updates is enabled, you may disable it in preferences if you don't want MakeMKV to contact web server.
Using direct disc access mode
Saved AACS dump file as /home/<user>/.MakeMKV/MKB20_v61_THE_CABIN_IN_THE_WOODS_2565.tgz
LibreDrive compatible drive is required to open this disc - video can't be decrypted.
Failed to open disc
I have already tried uninstalling and reinstalling MakeMKV but that did not seem to help. Any advice would be appreciated!
Attachments
firmware.PNG
firmware.PNG (22.55 KiB) Viewed 8787 times
spicyboots
Posts: 2
Joined: Sun Mar 31, 2019 6:44 pm

[SOLVED] Re: Linux Not Detecting LibreDrive Functionality

Post by spicyboots »

Hey so if anyone else is having this issue, here is how I fixed it...

Backup the config files (important if you have a registration key)

Code: Select all

mv ~/.MakeMKV ~/.MakeMKV_bkp
Remove the actual program

Code: Select all

sudo rm /usr/bin/makemkv
sudo rm /usr/bin/makemkvcon
Rebuild from source (the software manager did not work for some reason)

Code: Select all

wget http://www.makemkv.com/download/makemkv-bin-1.14.3.tar.gz
wget http://www.makemkv.com/download/makemkv-oss-1.14.3.tar.gz
tar xvzf makemkv-oss-1.14.3.tar.gz
tar xvzf makemkv-bin-1.14.3.tar.gz
cd makemkv-oss-1.14.3
./configure
make
sudo make install
cd ../makemkv-bin-1.14.3
make
sudo make install
Then you just need to copy over your registration key, start MakeMKV and you should be good to go! Now when you insert a disk into your libredrive capable drive, it should download the additional packages.

Cheers!
icntoaun
Posts: 1
Joined: Thu Apr 30, 2020 3:46 am

Re: Linux Not Detecting LibreDrive Functionality

Post by icntoaun »

Thank you so much! I was having a very similar issue with the makemkv snap - building from source fixed this and several other problems I was having.
ameliascud
Posts: 1
Joined: Thu Mar 07, 2024 5:02 pm

Re: Linux Not Detecting LibreDrive Functionality

Post by ameliascud »

Thank you for this post. This was exactly my problem. After hours of searching, I finally was able to articulate the right question. Why is MakeMKV not utlizing libredrive on my linux mint computer?!?

This was exactly what I was looking for. Many thanks for posting!


-- Scud
Post Reply