|
From: Patryk <p4...@gm...> - 2013-04-06 07:11:43
|
W dniu 06.04.2013 o 04:19 nellyt <nei...@ya...> pisze: > Could you say how you've managed that pls. > sudo apt-get install owfs > installs 2.8p15-1 > for me :( You have to compile owfs from source. First uninstall owfs sudo apt-get uinstall owfs then download the latest source http://sourceforge.net/projects/owfs/ unzip it, go into the directory and run ./configure if it ends with a sucess run make sudo make install -- patryk |