-
Notifications
You must be signed in to change notification settings - Fork 88
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
/sys/devices/virtual/gpio doesn't exist #10
Comments
I have the same problem. It seems that the path to gpio has changed from /sys/devices/virtual/gpio to /sys/class/gpio. Using this in stead should solve your problem. |
Hi Pvgennip, thanks for the info, I ended up using wiringPi. |
There's a fix for this: #7 |
+quickwire Is there any reason #7 hasn't been merged yet? |
@pvgennip could you give more inputs on how to change to use the new path? Thanks |
@leakingtapan check the changed file in #7, you can see how to use the correct path. Good luck! |
I'm using 2015-05-05-raspbian-wheezy on a Raspberry Pi 2 and when I run gpio-admin, I get the following error: "gpio-admin: failed to change group ownership of /sys/devices/virtual/gpio/gpio22/direction: No such file or directory". Does the program have to use the "/sys/devices/virtual/gpio..." folders or can it use the "sys/class/gpio..." folders?
The text was updated successfully, but these errors were encountered: