Need help with a USB device

CheeryFlame

Contributor
Joined
Nov 21, 2022
Messages
184
I've been using a USB DVD drive in MakeMKV docker for a year now and it always worked.

I'm trying to run this command

Code:
udevadm info /dev/ttyACM0

to get the ID_MODEL and ID_REVISION but it seems like even though ttyACM0 is mounted in a kube App, TrueNAS himself can't interact with it.

I just can't explain this and I believe I'm completely lost since it shouldn't be this complicated.

So please, someone help me out!
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
can't you just run that same command in the app shell?
 

CheeryFlame

Contributor
Joined
Nov 21, 2022
Messages
184
Top