udev Regel für USB Stick Rechte funktioniert nicht (Proxmox 6.4)

nowi

Member
Oct 16, 2021
1
0
6
37
Hallo zusammen,

ich suche eine eine funktionierende udev Rule für die Rechtevergabe eines USB Zigbee Dongles, der in einem LXC Container reingereicht wird.

Ich habe schon diverse Regeln, die bei Google gefunden habe ausprobiert aber ohne Erfolg.
Nach einem Reboot sind die Recht leider weg.

Aktuelle udev Rule die nicht funktionier:

Code:
ACTION=="add", KERNEL=="ttyACM[0-9]*", ATTRS{idVendor}==„1a86", ATTRS{idProduct}=="55d4", MODE="0666"


Code:
lsusb
Bus 004 Device 002: ID 1058:25a2 Western Digital Technologies, Inc. Elements 25A2
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 1a86:55d4 QinHeng Electronics
Bus 001 Device 003: ID 8087:0026 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


LXC Config Datei:

Code:
arch: amd64
cores: 2
hostname: ioBroker
memory: 2048
net0: name=eth0,bridge=vmbr0,firewall=1,hwaddr=EE:B1:FB:67:8D:F1,ip=dhcp,ip6=dhcp,type=veth
ostype: ubuntu
rootfs: local-lvm:vm-201-disk-0,size=8G
swap: 512
unprivileged: 1
lxc.cgroup.devices.allow: c 189:* rwm
lxc.mount.entry: usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20220715100400-if00 dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20220715100400-if00 none bin$
lxc.cgroup.devices.allow: c 166:* rwm
lxc.mount.entry: /dev/ttyACM0 dev/ttyACM0 none bind,optional,create=file

Habt ihr eine Idee?
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!