<div dir="ltr"><div>Good evening everyone.</div><div>I would like a nspawn container on my Raspberry Pi (Raspbian, systemd 247) to access a RTL2838 DVB-T USB stick.</div><div>Inside the container, dump1090 will run and feed aircraft data (piaware and adsbexchange projects).</div><div><br></div><div>lsusb gives:</div><div>Bus 001 Device 005: ID 0bda:2838 Realtek Semiconductor Corp. RTL2838 DVB-T</div><div><br></div><div>file /dev/bus/usb/001/005 returns:<br>/dev/bus/usb/001/005: character special (189/4)</div><div><br></div><div>And finally grep 189 /proc/devices shows:<br>189 usb_device</div><div><br></div><div>I edited both the .nspawn file and the .service file, of which I'm reporting the relevant parts below.</div><div>/etc/systemd/nspawn/ads-b.nspawn</div><div>[Files]<br>Bind=/dev/bus/usb/001/005</div><div><br></div><div>systemd-nspawn@ads-b.service</div><div>[Service]</div><div>DeviceAllow=/dev/bus/usb/001/005 rwm<br>DeviceAllow=usb_device rwm</div><div><br></div><div>However I feel like I am doing something wrong, as starting dump1090 from within the container returns permission denied.</div><div>I'll gladly take any advice :)<br></div><div><br></div><div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Kevin P.<br></div></div></div></div></div>