Search found 2 matches

by elParaguayo
Wed Feb 28, 2018 7:32 pm
Forum: MakeMKV for Linux
Topic: Optical Drive not being found
Replies: 113
Views: 305003

Re: Optical Drive not being found

I'll answer my own question. This is the udev rule that works for me:

Code: Select all

SUBSYSTEMS=="scsi", DRIVERS=="sr", ATTRS{type}=="4|5", GROUP="optical", RUN="/sbin/modprobe -bv sg"
by elParaguayo
Mon Feb 26, 2018 9:24 pm
Forum: MakeMKV for Linux
Topic: Optical Drive not being found
Replies: 113
Views: 305003

Re: Optical Drive not being found

Using "modprobe sg" works for me. Thank you.

I know we can load the sg module at boot by including it in /etc/modules-load.d however the arch wiki seems to suggest that udev rules should be used for handling module loading. Can someone provide an example of this?