Only one device shown for Blu-ray drive #198
Replies: 1 comment
-
Got able to solve this issue by working out with the SCSI module, as describe at https://forum.makemkv.com/forum/viewtopic.php?t=23759 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
First of all, congratulations for the project. Great idea!!
With the automated rip option I can finally make a digital copy of my collection faster. I'm having a few difficulties however to make the container detect my Blu-ray drive correctly, would be great to get some help.
I'm currently attempting to run the container on a desktop computer with the Blu-ray drive connected via SATA on it. Computer is running Manjaro with kernel 5.10.
When running
lsscsi -g
on a terminal it gets this response (ommiting the other devices):As it show, only the "r" device is listed, not the "g" as it possible to check on the examples of the official documentation.
That being said, I'm running the container only exposing this device, but when the application starts the drive is not shown. Via the logs it's possible to retrieve:
It looks like it's searching for a second device on /dev but since there is only one, it fails.
Anyone knows what could be the problem?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions