Am 12.02.2016 um 10:03 schrieb Timo Engel:
> 
> Thanks for your reply, I checked this again now. I'm using owfs from
> git 11325b6674a255a9797a1096e89870572ecf4db8 from Sun Dec 6 20:57:29
> 2015 and Kernel 4.1.13-v7+ (raspbian jessie).
>
Ah, ok. So you have the w1 patch included.


> 
> $ hexdump -C 1B.F4DB40000000/pages/page.0
> is always working fine.
> 
> $ hexdump -C uncached/1B.F4DB40000000/pages/page.0
> does not output anything.
> 
Please, don't use the FUSE interface for anything but demonstration
purposes. It has some serious limitations which can't be avoided.
Instead, stop all ow daemons currently running (not just owfs, but
*ALL*), then do

# owserver --debug --w1

and, in another terminal:

$ owget /uncached/1B.F4DB40000000/pages/page.0 | hexdump -C

Please send me the log from owserver.


> 
> This is the content of /etc/owfs.conf:
> 
> w1
> mountpoint = /home/pi/ow
> allow_other
> foreground
> error_level = 2
> 
This is fine as long as you use only *one single* daemon, as all the
daemons including that configuration file are advised to access the w1
kernel interface directly. I recommend to replace it by:

server: w1
!server: server = localhost:4304
mountpoint = /home/pi/ow
allow_other
foreground
error_level = 2

That way only owserver accesses the w1 kernel interface, and all the
other daemons do it through owserver. Of course you have to run
owserver then.


As the configuration file isn't included by default but only when you
specify it on the command line, it's okay to leave it untouched and just
stop all the daemons started by default for debugging.

Kind regards

        Jan

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to