> 11. open browser and goto localhost:3001
>       there you should have it - a listing of the complete 1-Wire-Bus
> 
... and there's another problem, I did say that I don't have a GUI on
this computer!


> 12. now add your user to the group fuse
>       e.g. edit /etc/groups and the re-logon into a new session, so the new 
> group will be recognized
> 
> 13 create a new mount-point for the file-system 1-Wire
>       e.g. /mnt/1-Wire
>       change permission, so the user owns it and the group is fuse and the 
> group can write to it
> 
> 14. start owfs to create the file-system
>       /opt/owfs/bin/owfs --link=/dev/ttyUSB0 -m /mnt/1-wire/ --error-level=9 
> --foreground
>       check for possible errors
> 
> 15. add an udev-rule, so on re-connect, or on usb-bus-trouble (EMI?) we 
> always get the same name (as symlink)
>       
> 
> 
> 
> HINTS:
>       by aborting the foreground process in the shell, sometimes the process 
> keeps running
>       please kill -9 it
>       DO NOT use owhttpd at the same time with owfs. You can crash owfs by 
> merely calling values in the browser (don't know if the problem was 
> specific to my installation)
> 
> 16. start an e.g. perl application to read and write to the 
> 1-Wire-file(bus)-system....
> 
> hope it helps,
> 
> Martin Patzak
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Owfs-developers mailing list
> Owfs-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers

-- 
Chris Green

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

Reply via email to