I installed Ubuntu 24.04.2 LTS onto it, and have been trying several different methods to install MakeMKV, with fresh re-installs of the OS to "clear the board" between each attempt. None have been successful so far.
I know the drive works because I can watch BluRay/DVDs withh VLC with it. (Verbatim KIAB External Slimeline)
-------------------------------------------
- Attempt 1:
 Fresh Ubuntu OS Install and latest OS updates from Software Updater.
 In Terminal:Downloaded MakeMKV from default App Center. (Orange bag icon with an "A".)Code: Select all sudo apt update sudo apt upgrade sudo apt-get install build-essential pkg-config libc6-dev libssl-dev libexpat1-dev libavcodec-dev libgl1-mesa-dev qtbase5-dev zlib1g-dev sudo apt install yasm
- Result 1: FAILED
 Option to register the software never appears.
 It cannot see drive nor successfully download bin packages.
 Does not react to drive, with or without a disk.
- Attempt 2-4:
 Fresh Ubuntu OS Install and latest OS updates from Software Updater.
 In Terminal:Followed the instructions here to install as APT PPA, then Flatpak, then SnapCode: Select all sudo apt update sudo apt upgrade sudo apt-get install build-essential pkg-config libc6-dev libssl-dev libexpat1-dev libavcodec-dev libgl1-mesa-dev qtbase5-dev zlib1g-dev sudo apt install yasm
 https://linuxcapable.com/how-to-install ... ntu-linux/
- Result 2-4: FAILED
 Option to register the software never appears.
 It cannot see drive nor successfully download bin packages.
 Does not react to drive, with or without a disk.
- Attempt 5:
 Fresh Ubuntu OS Install and latest OS updates from Software Updater.
 In Terminal:Downloaded OSS, Bin, and ffmpeg tar files from here and uncompressed all three to the "Downloads" folder:Code: Select all sudo apt update sudo apt upgrade sudo apt-get install build-essential pkg-config libc6-dev libssl-dev libexpat1-dev libavcodec-dev libgl1-mesa-dev qtbase5-dev zlib1g-dev sudo apt install yasm
 viewtopic.php?f=3&t=224&sid=a252c8e190d ... 62fc24a29d
 
 Right-clicked the "ffmpeg" folder and opened "Terminal"Then I right-clicked the "OSS" folder and open "Terminal"Code: Select all sudo ./configure --prefix=/tmp/ffmpeg --enable-static --disable-shared --enable-pic sudo make install sudo PKG_CONFIG_PATH=/tmp/ffmpeg/lib/pkgconfig ./configure sudo make sudo make installThen I right-clicked the "BIN" folder and open "Terminal"Code: Select all sudo ./configure sudo make sudo make installThen I restart the laptop and try to run MakeMKVCode: Select all sudo make (agree to terms and service) sudo make install
- Result 5: FAILED
 Does not have the blue MakeMKV icon, but a default grey gear icon.
 Option to register the software never appears.
 It cannot see drive nor successfully download bin packages.
 Does not react to drive, with or without a disk.
I feel I am missing a critical step somewhere causing all of these to fail. But I have no clue what, and I've scoured forums and YouTube videos to no success.
Can anyone spot where the failure point is? Why none of these options result in a functioning MakeMKV program?
 Same things as above, default grey gear icon, the menus are all greyed out, and it won't react when I try the drive. Maybe the Linux version of 1.18.1 isn't working for install on Ubuntu?
  Same things as above, default grey gear icon, the menus are all greyed out, and it won't react when I try the drive. Maybe the Linux version of 1.18.1 isn't working for install on Ubuntu?