Skip to content

Instantly share code, notes, and snippets.

@tinycalcifer
Created February 20, 2024 03:24
Show Gist options
  • Save tinycalcifer/254dfd84a17d51a4a7768fef57bc7f3d to your computer and use it in GitHub Desktop.
Save tinycalcifer/254dfd84a17d51a4a7768fef57bc7f3d to your computer and use it in GitHub Desktop.
MakeMKV on Manjaro/Arch

Install MakeMKV

sudo pacman -Sy yay   # easy tool to help install AUR packages
yay makemkv
# select aur/makemkv and aur/makemkv-libaacs and install them

Set up drive access

sudo usermod -G optical -a $USER   # grants current user access to the optical drive
sudo modprobe sg   # load the 'sg' (SCSI Generic) module
echo 'sg' | sudo tee /etc/modules-load.d/sg.conf   # ensures sg will load on future boots

Now log out and back in so your new group membership will take effect

Start MakeMKV

use makemkv or search for 'MakeMKV' in your DE's menus. Don't forget to register!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment