Search found 1 match

by Mr Shnoodles
Mon Nov 10, 2025 12:45 am
Forum: MakeMKV for Linux
Topic: MakeMKV v1.17.4 linux can't find any usable optical drives
Replies: 4
Views: 13068

Re: MakeMKV v1.17.4 linux can't find any usable optical drives

Jarva wrote:
Sun Sep 24, 2023 8:28 am

Additionally, you may need to make sure the "sg" kernel module is loading on startup:

Code: Select all

sudo echo sg > /etc/modules-load.d/sg.conf
reboot
Hopefully this fixes the issue for you and anyone else who stumbles across this thread
This resolved my problem! Thank you!