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

HifiBerryOS Alpha 7: Python error: name 'GPIO' is not defined) #538

Closed
baldrianbandit opened this issue Apr 21, 2024 · 2 comments
Closed

Comments

@baldrianbandit
Copy link

Describe the bug
Powercontroller issues due to GPIO error

HiFiBerryOS version
HifiBerryOS64 Alpha 7

To Reproduce
Steps to reproduce the behavior:

journalctl | grep power
Apr 21 20:20:30 alarm python3[1150]: INFO: powercontroller - Using controller int pin 3 on GPIO 14
Apr 21 20:20:30 alarm python3[1150]: INFO: powercontroller - found powercontroller software version 5 on I2C address 119
Apr 21 20:20:30 alarm python3[1150]: ERROR: powercontroller - Couldn't start GPIO callback, aborting... (name 'GPIO' is not defined)
@hifiberry
Copy link
Owner

As the new Linux kernel doesn't support the old GPIO interface anymore, we had to do some changes on the code. The next release should work again.

hifiberry added a commit that referenced this issue May 22, 2024
@baldrianbandit
Copy link
Author

Closing due to new release.

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

No branches or pull requests

2 participants