Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
Current configuration: Deployment location: /opt/owfsCompile-time options: Caching is enabled USB is DISABLED I2C is enabled HA7Net is enabled W1 is enabled Multithreading is enabled Parallel port DS1410E is enabled TAI8570 barometer is enabled Thermocouple is enabled Zeroconf/Bonjour is enabled Debug-output is enabled Profiling is DISABLEDTracing memory allocation is DISABLED1wire bus traffic reports is DISABLEDModule configuration: owlib is enabled owshell is enabled owfs is DISABLED owhttpd is enabled owftpd is enabled owserver is enabled ownet is enabled ownetlib is enabled owtap is enabled owmon is enabled owcapi is enabled swig is DISABLED owperl is DISABLED owphp is DISABLED owpython is DISABLED owtcl is DISABLED
make[4]: Leaving directory `/usr/src/owfs-2.8p5/module/owcapi/src/c'Making all in includemake[4]: Entering directory `/usr/src/owfs-2.8p5/module/owcapi/src/include'make[4]: Nothing to be done for `all'.make[4]: Leaving directory `/usr/src/owfs-2.8p5/module/owcapi/src/include'make[4]: Entering directory `/usr/src/owfs-2.8p5/module/owcapi/src'make[4]: Nothing to be done for `all-am'.make[4]: Leaving directory `/usr/src/owfs-2.8p5/module/owcapi/src'make[3]: Leaving directory `/usr/src/owfs-2.8p5/module/owcapi/src'make[3]: Entering directory `/usr/src/owfs-2.8p5/module/owcapi'make[3]: Nothing to be done for `all-am'.make[3]: Leaving directory `/usr/src/owfs-2.8p5/module/owcapi'make[2]: Leaving directory `/usr/src/owfs-2.8p5/module/owcapi'Making all in owtapmake[2]: Entering directory `/usr/src/owfs-2.8p5/module/owtap'make[2]: Nothing to be done for `all'.make[2]: Leaving directory `/usr/src/owfs-2.8p5/module/owtap'Making all in owmonmake[2]: Entering directory `/usr/src/owfs-2.8p5/module/owmon'make[2]: Nothing to be done for `all'.make[2]: Leaving directory `/usr/src/owfs-2.8p5/module/owmon'make[2]: Entering directory `/usr/src/owfs-2.8p5/module'make[2]: Nothing to be done for `all-am'.make[2]: Leaving directory `/usr/src/owfs-2.8p5/module'make[1]: Leaving directory `/usr/src/owfs-2.8p5/module'make[1]: Entering directory `/usr/src/owfs-2.8p5'make[1]: Nothing to be done for `all-am'.make[1]: Leaving directory `/usr/src/owfs-2.8p5'
1 01/22/11 17:20:41 57 (spawning-device) Starting... 41 01/22/11 17:20:42 57 (spawning-device) Found /usr/pluto/bin/OneWire05 01/22/11 17:22:18.939 Creating child 58 <0xb70f96c0>05 01/22/11 17:22:18.939 Note: Device manager has attached a device of type 1946 that this has no custom event handler for. It will not fire events. <0xb70f96c0>05 01/22/11 17:22:18.939 Note: Device manager has attached a device of type 1946 that this has no custom handler for. This is normal for IR. <0xb70f96c0>Return code: 1393 01/22/11 17:22:41 57 (spawning-device) Device died... count=4/50 dev=57Sat Jan 22 17:22:41 CST 2011 died
after running the ./configure step I get the following:Code: [Select]Current configuration: Module configuration: owlib is enabled owshell is enabled owfs is DISABLED owhttpd is enabled owftpd is enabled owserver is enabled ownet is enabled ownetlib is enabled owtap is enabled owmon is enabled owcapi is enabled swig is DISABLED owperl is DISABLED owphp is DISABLED owpython is DISABLED owtcl is DISABLEDis this correct?
Current configuration: Module configuration: owlib is enabled owshell is enabled owfs is DISABLED owhttpd is enabled owftpd is enabled owserver is enabled ownet is enabled ownetlib is enabled owtap is enabled owmon is enabled owcapi is enabled swig is DISABLED owperl is DISABLED owphp is DISABLED owpython is DISABLED owtcl is DISABLED
Here's the steps for OWFS.Basic ubuntu install and added lots of fluff.Then for OWFS ---sudo apt-get install cvssudo apt-get install autoconfsudo apt-get install automakesudo apt-get install libtool# For filesystem (FUSE)sudo apt-get install libfuse-dev# For USB supportsudo apt-get install libusb-devsudo apt-get install libusb++-dev# For languagessudo apt-get install swigsudo apt-get install php5sudo apt-get install php5-devsudo apt-get install python-devsudo apt-get install libperl-devsudo apt-get install tcl-dev
ok so you can see the sensors if you mount owfs to a directory, right?I will try to find a windows pc to check if the hardware works...(could take some time -> who uses windows nowadays? lol)thanksIF