Hi,
I have a USB device connected to the host that I am trying to pass through to an unprivileged LXC. The passthrough is working but the permissions arent. I have the following set in a file I created at
The output of
Now if I reboot the entire proxmox, the USB is getting passed through as I can see it in the container but for some reason my UDEV isn't getting applied. However if I then unplug and replug in the USB device to the same slot , the UDEV rule is applied.
How can I get it to apply on host reboot and not require me to unplug it each time?
I have a USB device connected to the host that I am trying to pass through to an unprivileged LXC. The passthrough is working but the permissions arent. I have the following set in a file I created at
/etc/udev/rules.d/50-myusb.rules.
Code:
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="55d4", OWNER="100000", GROUP="100020", SYMLINK="ttyACM0", MODE="0777"
The output of
lsusb
for the device is: Bus 001 Device 005: ID 1a86:55d4 QinHeng Electronics SONOFF Zigbee 3.0 USB Dongle Plus V2
.Now if I reboot the entire proxmox, the USB is getting passed through as I can see it in the container but for some reason my UDEV isn't getting applied. However if I then unplug and replug in the USB device to the same slot , the UDEV rule is applied.
How can I get it to apply on host reboot and not require me to unplug it each time?
Last edited: