jperkin / node-rpio

Raspberry Pi GPIO library for node.js
856 stars 123 forks source link

Update the lib for newer kernel apis for epoll_ctl #176

Open adminy opened 12 months ago

adminy commented 12 months ago

kernel: node: epoll_ctl support in io_uring is deprecated and will be removed in a future Linux kernel version.

This completely freezes the raspberry Pi to the point that it becomes unusable.

The problem is that nixos is very standard linux in how it looks at the Pi so probably this lib is making some assumtions of what the Pi has, which NixOs isn't bloated with.