USB Passthrough mit Zigbee-Stick funktioniert nicht mehr

mawi1986

New Member
Sep 15, 2022
2
0
1
Guten Abend Zusammen
Habe da ein kleines Problem mit dem Passthrough des USB-Zigbee-Sticks in die CT des ioBrokers.
Die Installation habe ich anhand des Videos von EddyD's SmartHome ausgeführt. (84) Proxmox Zigbee LXC USB Passthrough [ioBroker ConBee2] - YouTube

Die Installation lief so jetzt ca. 2.5 Wochen bis gestern Abend um ca. 16:45. Ab da waren die Zigbee Geräte (Temp Sensoren) nicht mehr erreichbar.

Habe nun die Konfiguration nochmals anhand des Videos überprüft und nichts falsches festgestellt
1f641.png


Was mir jedoch aufgefallen ist:
Im CT unter ls -l /dev/ttyACM0 ändert sich die Berechtigung ca. 60sec nach Start von CRW-RW-RW- auf C-----...

Weiss jemand was da los ist?

Meine Einstellungen:
CT-Nummer.conf
lxc.cgroup2.devices.allow: c 189:* rwm
lxc.mount.entry: usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B0018E85C7A-if00 dev/serial/by-id/usb-Texas_Instrumets_TI_CC2531_USB_CDC___0X00124B0018E85C7A-if00 none bind,optional,create=file
lxc.cgroup2.devices.allow: c 166:* rwm
lxc.mount.entry: /dev/ttyACM0 dev/ttyACM0 none bind,optional,create=file

/etc/udev/rules.d/50-myusb.rules
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0451", ATTRS{idProduct}=="16a8", GROUP="users", MODE="0666"
 
Last edited:
Proxmox Shell mal das probiert? Ich muss das nach jedem neustart von Proxmox machen. bzw. wird das automatisch ausgeführt.

chmod o+rw /dev/ttyACM0
 
Proxmox Shell mal das probiert? Ich muss das nach jedem neustart von Proxmox machen. bzw. wird das automatisch ausgeführt.

chmod o+rw /dev/ttyACM0
Danke, genau der Befehl hat mir geholfen. Danke.
Wer auch darüber stolpert und das ganze bei jedem Boot automatisch übernehmen will:
Die crontab in der Shell vom proxmox Host öffnen:

Code:
crontab -e

und dann in die letzte Zeile den befehl eingeben:

Code:
@reboot chmod o+rw /dev/ttyACM0

Speichern, Datei schließen und gut ist.
 

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!