Am 17.09.19 um 08:52 schrieb Robert Lagus:
>
> *ofws.conf:*
> ! server: server = localhost:4304
> server: i2c = /dev/i2c-1
>
Please check if you have the ds2482 kernel module loaded.

What you are doing here is accessing the ds2482 directly from user
space. This is ok, but it creates a mess on the I²C bus if the ds2482
module is loaded, as that module access the ds2482 at the same time.

So either unload and blacklist that module, or change the owfs.conf line to

server: w1

This makes owserver use the kernel modules instead of accessing the I²C
hardware by itself.

Kind regards

        Jan


_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to