Hello All.
I am on Proxmox V7.3-6. And I want to pass a USB Device on an unprivileged Ubuntu20.04.5 LTS LXC.
The USB device is a USB adapter to read my SmartMeter:
I followed several instructions on the net. Unfortunately this does not work properly.
The most promising seems to be this tutorial:
https://www.schreiners-it.de/proxmox/usb-geraet-in-lxc-container-unter-proxmox-7-1/
But it starts directly with the fact that no ttyACM0 is created for me. I only have ttyUSB0.
ttyUSB0 is always present regardless of whether the following command is used in one of the LXC configs:
Then sometimes lxc.cgroup2.devices.allow is used and sometimes lxc.cgroup.devices.allow.
Any tips would be greatly appreciated.
I am on Proxmox V7.3-6. And I want to pass a USB Device on an unprivileged Ubuntu20.04.5 LTS LXC.
The USB device is a USB adapter to read my SmartMeter:
root@proxmox:~# lsusb
Bus 003 Device 002: ID 10c4:ea60 Silicon Labs CP210x UART Bridge
I followed several instructions on the net. Unfortunately this does not work properly.
The most promising seems to be this tutorial:
https://www.schreiners-it.de/proxmox/usb-geraet-in-lxc-container-unter-proxmox-7-1/
But it starts directly with the fact that no ttyACM0 is created for me. I only have ttyUSB0.
ttyUSB0 is always present regardless of whether the following command is used in one of the LXC configs:
lxc.mount.entry: /dev/bus/usb/003/006 dev/bus/usb/ none bind,optional,create=file
Then sometimes lxc.cgroup2.devices.allow is used and sometimes lxc.cgroup.devices.allow.
Any tips would be greatly appreciated.