Hi there,
First time poster and pretty green Proxmox user, but have been very impressed in my experiences so far.
I have managed to migrate my entire home automation server to a new box running Proxmox with debian containers. The last thing I am really struggling with is getting my two USB dongles (Z-Wave and RFXCOM) to pass-thru to my openHAB container (which accesses the dongles).
I have setup a udev rule on the host to symlink each dongle to /dev/zwave and /dev/rfxcom (which is what I had on the original Ubuntu server). This is working fine.
I then added these two devices to my container config file;
When I restart the container and enter it, I can't see either /dev/zwave or /dev/rfxcom. But I can see the actual devices from the host, i.e. /dev/ttyUSB1 and /dev/ttyUSB2.
Any ideas why these symlinks are not being persisted when I restart?
Another thing to note, if I run;
on the host and enter the container I can see /dev/zwave no worries - but as soon as I restart the container it is lost, and I only have the ttyUSB device available.
I have read so many threads about this and can't seem to find anything obvious which leads me to think I am doing something stupid but I have tried everything I have come across.
If anyone has any suggestions or tips I will be all ears!!
Thanks in advance,
Ben
First time poster and pretty green Proxmox user, but have been very impressed in my experiences so far.
I have managed to migrate my entire home automation server to a new box running Proxmox with debian containers. The last thing I am really struggling with is getting my two USB dongles (Z-Wave and RFXCOM) to pass-thru to my openHAB container (which accesses the dongles).
I have setup a udev rule on the host to symlink each dongle to /dev/zwave and /dev/rfxcom (which is what I had on the original Ubuntu server). This is working fine.
I then added these two devices to my container config file;
Code:
DEVNODES="rfxcom:rw zwave:rw "
When I restart the container and enter it, I can't see either /dev/zwave or /dev/rfxcom. But I can see the actual devices from the host, i.e. /dev/ttyUSB1 and /dev/ttyUSB2.
Any ideas why these symlinks are not being persisted when I restart?
Another thing to note, if I run;
Code:
vzctl set 104 --devnode zwave:rw --save
on the host and enter the container I can see /dev/zwave no worries - but as soon as I restart the container it is lost, and I only have the ttyUSB device available.
I have read so many threads about this and can't seem to find anything obvious which leads me to think I am doing something stupid but I have tried everything I have come across.
If anyone has any suggestions or tips I will be all ears!!
Thanks in advance,
Ben