I am running 3.7.2-2-ARCH and I want to connect dallas 1-wire devices to a designated gpio pin. I know there is a w1-gpio kernel module and owfs for referencing the detected 1-wire devices but I am not sure how much my arch build can do natively.
I dont want to add/configure kernel modules if there is existing support. Can anyone offer a detailed roadmap for running a 1-wire bus on a gpio pin and how to manage the bus devices (owfs?) for the 3.7.2-2-ARCH build?
I already have access to the gpios through /sys/class/gpio/gpioX so I dont need help with that aspect, just the 1-wire/gpio aspect.
Thank you