hello,
after owfs compiled , i test with ds2482-100 ( i2c > 1wire ) and ds18b20 ( temperature ) is good . No use owfs deamon ( because i cannot compile Fuse ) , but with owserver deamon.
first : modprobe i2c-dev
i2cdetect -y 0 or i2cdetect -y 1
( for the ds2482-100 ) , i see the ds2482-100 at /dev/i2c-1
second : sudo ./owserver -d /dev/i2c-1 -p 3001
sudo ./owhttpd -s 3001 -p 8080
with internet browser i see my ds18b20 with http:// ( ip of Rpi ):8080
Béla , if you want, I can test your compile owfs , when you have free time , put your owfs.tcz in repo . thank