# Node-red on debian - libpcap/amazon dash

**URL:** https://discourse.nodered.org/t/node-red-on-debian-libpcap-amazon-dash/5721
**Category:** General
**Created:** [12 December 2018 17:25 UTC](https://discourse.nodered.org/t/node-red-on-debian-libpcap-amazon-dash/5721 "2018-12-12T17:25:44Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![Samuel](https://avatars.discourse-cdn.com/v4/letter/s/34f0e0/32.png) [@Samuel](https://discourse.nodered.org/u/Samuel)
#### Post date: [13 December 2018 07:31 UTC](https://discourse.nodered.org/t/node-red-on-debian-libpcap-amazon-dash/5721/4 "2018-12-13T07:31:49Z")

</div>

Hi there, it was indeed permissions case - or capabilities as its called. I had to issue this command to get libpcap working on normal user:

sudo setcap cap\_net\_raw=eip /usr/bin/node

Then I could start seeing arps being captured by nodered and amazon dash button presses are now fully functional.

Thank you for point this to me.

---

_[View the full topic](https://discourse.nodered.org/t/node-red-on-debian-libpcap-amazon-dash/5721)._
