jperkin / node-rpio

Raspberry Pi GPIO library for node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update the lib for newer kernel apis for epoll_ctl

adminy opened this issue · comments

commented

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.