-
Notifications
You must be signed in to change notification settings - Fork 35
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
onewire-list doesn't work as expected. #60
Comments
Yep, sounds like a regression. |
OK, playing with this I realized that I needed to add gpioioctl to host_linux.go, so I added netlink as well. Closing. |
Re-Opening. Will submit patch on a PR. |
gsexton
added a commit
to gsexton/host
that referenced
this issue
Sep 20, 2024
maruel
pushed a commit
that referenced
this issue
Sep 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to play with a one-wire DS18B20. I'm building the onewire-list program.
On my Raspberry Pi 5, I've added:
dtoverlay=w1-gpio,gpiopin=21
to the /boot/firmware/config.txt file. Doing a directory of /sys/bus/w1 shows:
When I run the onewire-list test binary on the device, it shows the length of the returned buses as 0.
I've instrumented onewirereg.Register() and can see it's not getting called.
It looks like whatever is supposed to register the one wire busses in host isn't working. Can you give me an idea of what's going wrong?
Thanks.
The text was updated successfully, but these errors were encountered: