When it started it for the first time it asked for the activation key. I inserted the activation key and restarted the application.
Now it starts but don’t read any CD/DVD looping indefinitely
I tried 2 disks that were elaborated correctly before.
What I’ve tryed:
verified the sg module is loaded
tested with kernel 1.13 and also with the previous 1.12
tried to obtain info from makemkvcon
Launched the command that remains in loop (used CTRL+C to terminate)
~ LANG=C makemkvcon info /dev:/dev/sr0 --debug=~/makemkv_debug.txt ✔
MakeMKV v1.17.9 linux(x64-release) started
Debug logging enabled, log will be saved as file:///home/mirto/MakeMKV_log.txt
DEBUG: Code 0 at %!`0:r|CkMG!# EZc^amvu:29393631
the debug file says
~ tail -f MakeMKV_log.txt ✔
Debug log started at Mon Feb 10 13:48:52 2025 , written by MakeMKV v1.17.9 linux(x64-release)
001005:0000 MakeMKV v1.17.9 linux(x64-release) started
001004:0000 Debug logging enabled, log will be saved as file:///home/mirto/MakeMKV_log.txt
Using 262272KB for read cache.
Network access is ENABLED, CURL version 8.11.1/OpenSSL/3.4.0/1.64.0 (x86_64-pc-linux-gnu) , proxy server not set.
001003:0020 DEBUG: Code 0 at %!`0:r|CkMG!# EZc^amvu:29393631
No SDF v098: HL-DT-ST_BD-RE__BH16NS55_1.05_212006181342_KLFL1BJ2441
SDF auto v098: HL-DT-ST_BD-RE__BH16NS55_1.05_212006181342_KLFL1BJ2441
~
What can I do?
The problem seems related to the sr0 device: copying the BD image as an ISO file and opening the ISO with MakeMKV works correctly
It’s working OK on my (recently updated) system, so it seems the problem isn’t with makemkv itself.
Perhaps check that /dev/sr0 has the right permissions?
$ ls -al /dev/sr0
brw-rw----+ 1 root optical 11, 0 Feb 10 14:08 /dev/sr0
~ LANG=C makemkvcon info /dev:/dev/sr0 --debug=~/makemkv_debug.txt ✔
MakeMKV v1.17.9 linux(x64-release) started
Debug logging enabled, log will be saved as file:///home/mirto/MakeMKV_log.txt
DEBUG: Code 0 at %!`0:r|CkMG!# EZc^amvu:29393631
^C
~ cat MakeMKV_log.txt INT ✘ 3m 45s
Debug log started at Mon Feb 10 18:27:47 2025 , written by MakeMKV v1.17.9 linux(x64-release)
001005:0000 MakeMKV v1.17.9 linux(x64-release) started
001004:0000 Debug logging enabled, log will be saved as file:///home/mirto/MakeMKV_log.txt
Using 262272KB for read cache.
Network access is ENABLED, CURL version 8.11.1/OpenSSL/3.4.0/1.64.0 (x86_64-pc-linux-gnu) , proxy server not set.
001003:0020 DEBUG: Code 0 at %!`0:r|CkMG!# EZc^amvu:29393631
No SDF v098: HL-DT-ST_BD-RE__BH16NS55_1.05_212006181342_KLFL1BJ2441
SDF auto v098: HL-DT-ST_BD-RE__BH16NS55_1.05_212006181342_KLFL1BJ2441
~
Also launching makemkvconv with sudo gives the same result
~ LANG=C sudo makemkvcon info /dev:/dev/sr0 --debug=~/makemkv_debug.txt ✔
[sudo] password for mirto:
MakeMKV v1.17.9 linux(x64-release) started
Debug logging enabled, log will be saved as file:///root/MakeMKV_log.txt
^C
~ cat /root/MakeMKV_log.txt 1 ✘
Debug log started at Mon Feb 10 18:32:56 2025 , written by MakeMKV v1.17.9 linux(x64-release)
001005:0000 MakeMKV v1.17.9 linux(x64-release) started
001004:0000 Debug logging enabled, log will be saved as file:///root/MakeMKV_log.txt
Using 262272KB for read cache.
Network access is ENABLED, CURL version 8.11.1/OpenSSL/3.4.0/1.64.0 (x86_64-pc-linux-gnu) , proxy server not set.
No SDF v098: HL-DT-ST_BD-RE__BH16NS55_1.05_212006181342_KLFL1BJ2441
SDF auto v098: HL-DT-ST_BD-RE__BH16NS55_1.05_212006181342_KLFL1BJ2441
~
Instructions should be included in the README file within the bundle you’d download from the MakeMKV site or on the site itself. They certainly have been for everything I’ve ever installed from source.