Page 1 of 1

ot showing up in console - Soltuion?

Posted: Tue Aug 29, 2023 11:11 am
by riheco8200
Hi all,

having a blast trying to figure out why I cannot get my optical drive to be detected by makemkv, I went into the console and tried the lsscsi -g command to find the device, but it doesn't give me any identifications only this:

/ # lsscsi -g

[0:0:0:0] disk USB DISK 2.0 PMAP - -

[1:0:0:0] storage HP P411i 6.00 - -

[2:0:1:0] disk ATA WDC WD40EZAZ-00S 0B80 - -

[5:0:0:0] cd/dvd HL-DT-ST BD-RE WH16NS40 1.05 - -



Instead of what I've seen elsewhere, "/dev/sr0", I'm only seeing dashes

Re: ot showing up in console - Soltuion?

Posted: Thu Sep 07, 2023 2:49 am
by demon
By the commands, I assume you're running MakeMKV on Linux. Does the user you're running MakeMKV as have access to the /dev/sg* device nodes? What does

Code: Select all

ls -l /dev/sg*
say?