Search results

  1. C

    USB passthrough to a container LXC?

    For me it looks like this. Are you also using an unprivileged container? crw-rw---- 1 root dialout 166, 0 Jan 5 18:32 /dev/ttyACM0 Thank you!
  2. C

    USB passthrough to a container LXC?

    I haven't mounted /dev/serial/by-id/ to LXC.
  3. C

    USB passthrough to a container LXC?

    I have started on a guide on how i solved it. https://gist.github.com/crundberg/a77b22de856e92a7e14c81f40e7a74bd
  4. C

    USB passthrough to a container LXC?

    Hi! I had the same problem as you, but now I have finally solved it! You have not right permissions for ttyUSB0 and ttyACM0. Run these in the host and the permissions will be correct in the containers. chown 100000:100020 /dev/ttyACM0 chown 100000:100020 /dev/ttyUSB0