I have a rfxcom 433 mHz transceiver (<a href="http://www.rfxcom.com/epages/78165469.sf/nl_NL/?ObjectPath=/Shops/78165469/Products/14103">http://www.rfxcom.com/epages/78165469.sf/nl_NL/?ObjectPath=/Shops/78165469/Products/14103</a>). It is connected via usb and controls some domotica switches on the 433mHz frequency.<div><br></div><div>In the domotica software is shows up as serial device on /dev/ttyUSB0</div><div><br></div><div>I can't get it to work properly in a lxc container running debian jessie.</div><div><br></div><div>I added this to the lxc.conf, but with no luck:</div><div><div>lxc.cgroup.devices.allow: c 189:* rwm</div><div>lxc.mount.entry: /dev/bus/usb/002 dev/bus/usb/002 none bind,optional,create=dir</div><div>lxc.mount.entry: /dev/ttyUSB0 dev/ttyUSB0 none bind,optional,create=file</div></div><div><br></div><div>Then i gave following command on the host (debian jessie):</div><div>lxc-device add -n 112 /dev/ttyUSB0 /dev/ttyUSB0</div><div><br></div><div>Now the device shows up in the lxc container, but now the domotica software can only transmit signals, not receive.</div><div><br></div><div><div>On the host:</div><div>root@server:~# lsusb</div><div>Bus 002 Device 005: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) ICroot@proxmox:~# ls -l </div><div><br></div><div>root@server:~/dev/bus/usb/002/005</div><div>crw-rw-r-- 1 root root 189, 132 Oct 10 14:09 /dev/bus/usb/002/005</div></div><div><br></div><div><br></div><div>Any idea how to solve this?</div><div><br></div><div>Regards, Jasper</div>