This is the packages that should be installed to make owfs and temploggerd work. Add my repository to /etc/ipkg.conf ------ src magcx http://owfs.sourceforge.net/openwrt/packages ------ Packages need to run owfs and temploggerd on your router: libpthread - 0.9.27-1 - POSIX threads library kmod-fuse - 2.4.30brcm+2.4.1-1 - Filesystem in Userspace (kernel module) libfuse - 2.4.1-1 - Filesystem in Userspace (library) fuse-utils - 2.4.1-1 - Filesystem in Userspace (utilities) ntpclient - 2003_194-1 - NTP client for setting system time from NTP servers. librrd1 - 1.0.50-1 - Round Robin Database (RRD) management library. rrdtool1 - 1.0.50-1 - Round Robin Database (RRD) management tools. rrdcgi1 - 1.0.50-1 - Round Robin Database (RRD) CGI graphing tool. temploggerd - 1.3.2-2 - temperature logger owfs - 2.2p0RC-5 - 1-Wire file system -------------------------------------------- By installing the packages in this order, everything should be installed due to dependencies. # ipkg update # ipkg install ntpclient # ipkg install owfs # ipkg install temploggerd You should now be able to try owfs and temploggerd on your router. Set the clock # /etc/init.d/S60ntpclient Start OWFS processes # run-owfs Start Temploggerd # run-temploggerd Visit http://192.168.1.1/temploggerd/ when you want to see the graphs.