<div>Dear lxc users,</div><div><br></div><div>I have a Bluetooth radio that I'd like to get at from inside a container. I'd like to know if and how this can be made to work inside the container (inside the container). Attempts to use bluetooth result in "Address family not supported" as in the following,</div>
<div><br></div><div><div># strace hcitool scan</div><div># >>></div><div>execve("/usr/bin/hcitool", ["hcitool", "scan"], [/* 28 vars */]) = 0</div><div>brk(0)                                  = 0x7f91a593e000</div>
<div>...snip...</div><div>socket(PF_BLUETOOTH, SOCK_RAW, 1)       = -1 EAFNOSUPPORT (Address family not supported by protocol)</div></div><div><br></div><div>-David</div>