Skip to content
Discussion options

You must be logged in to vote

Success!

Thanks @robertsLando for pointing me to the same issue for zigbee, however this was for USB devices as well, so it took some time for me to finally solve it.

The Aeotec guide for the Z-Pi7 is helpful to get the gpio board available on the raspberry pi baremetal, passing it through to an LXC container needs the following steps:

  1. One needs to create a udev rule in /etc/udev/rules.d to persist write access and passthrough the user group. Mine looks as follows to passthrough the ttyAMA0 port
SUBSYSTEMS=="tty", ENV{ID_PATH}=="/devices/platform/soc/fe201000.serial/tty/ttyAMA0", SYMLINK+="ttyACMZwave", GROUP="dialout", MODE="0666"
  1. the /etc/pve/lxc/[VM-ID].conf file needs the mount po…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
5 replies
@Wri84
Comment options

@Wri84
Comment options

@Wri84
Comment options

@robertsLando
Comment options

@lorenzothurman
Comment options

Comment options

You must be logged in to vote
1 reply
@robertsLando
Comment options

Answer selected by Wri84
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants