Paul Alfille wrote:
> The w1 kernel module is used by owfs like a physical bus master. The match
> is not exact, so the workarounds are interesting.
>
> 1. w1 grabs all the bus masters it supports. They get no particular order,
> and if disconnected, the bus master is re-announced with a new locat
The w1 kernel module is used by owfs like a physical bus master. The match
is not exact, so the workarounds are interesting.
1. w1 grabs all the bus masters it supports. They get no particular order,
and if disconnected, the bus master is re-announced with a new location.
2. Communication is via
Hi Paul,
Paul Alfille wrote:
> Although the structure for w1 support is in owfs, the modified kernel module
> wasn't in place until 2.6.30 and so hasn't been tested.
>
> What kernel version are you using?
I'm using 2.6.32-rc6. I already spotted one problem/bug in OWFS, which
brought me a bit fur
Although the structure for w1 support is in owfs, the modified kernel module
wasn't in place until 2.6.30 and so hasn't been tested.
What kernel version are you using?
Paul Alfille
On Wed, Dec 2, 2009 at 9:44 AM, Wolfgang Grandegger wrote:
> Hallo,
>
> I'm trying to get OWFS running over the W
Hallo,
I'm trying to get OWFS running over the W1 netlink interface to a MXC
1-wire bus-master on a ARM i.mx31 based board. The W1 of the kernel
works fine and I can see the 1-wire devices:
-bash-3.2# ls /sys/bus/w1/devices
01-136b5f1b 43-0011406b 43-001157bd w1_bus_master1
Unfort