Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPi interrupt management not working on latest Linux version (6.6) #1561

Open
romaricr opened this issue Mar 11, 2024 · 2 comments
Open

RPi interrupt management not working on latest Linux version (6.6) #1561

romaricr opened this issue Mar 11, 2024 · 2 comments

Comments

@romaricr
Copy link

romaricr commented Mar 11, 2024

I have upgraded my Raspberry OS to version 6.6 of Linux. After that, my MySensors gateway was not working anymore displaying an error related to interrupt management.
After some review, it appears that sysfs management of interrupts is obsolete - see here and there.
Newest versions should use gpiod.h headers and libgpiod as documented here for example.

For the moment, disabling interrupts is working.

@romaricr
Copy link
Author

I realise that my post is related to issue #1536. I had interesting references though. Don't hesitate to merge if necessary.

@romaricr
Copy link
Author

I have a fix now. Once I get some time I will post the results

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant