Hi.
I've a good expirience with owfs on Raspberry PI B+ with Pidora 20.
Now I try to clone my work to Raspbian. Why so slow and it lost some devices.
Please check me. I've got next results:
(I 've four chips on One-wire interface. But I've access to three ones by owfs software and have four access by Pidora.)
root@RASPBERY-3:~> uname -a
Linux RASPBERY-3 3.18.7+ #755 PREEMPT Thu Feb 12 17:14:31 GMT 2015 armv6l GNU/Linux
root@RASPBERY-3:~> ls -la /sys/bus/w1/devices/
total 0
drwxr-xr-x 2 root root 0 Feb 20 16:57 .
drwxr-xr-x 4 root root 0 Feb 20 16:57 ..
lrwxrwxrwx 1 root root 0 Feb 20 16:57 20-0000000e5ffa -> ../../../devices/w1_bus_master1/20-0000000e5ffa
lrwxrwxrwx 1 root root 0 Feb 20 16:57 20-0000000e6795 -> ../../../devices/w1_bus_master1/20-0000000e6795
lrwxrwxrwx 1 root root 0 Feb 20 16:57 28-00041b0178ff -> ../../../devices/w1_bus_master1/28-00041b0178ff
lrwxrwxrwx 1 root root 0 Feb 20 16:57 28-0004630124ff -> ../../../devices/w1_bus_master1/28-0004630124ff
lrwxrwxrwx 1 root root 0 Feb 20 16:57 w1_bus_master1 -> ../../../devices/w1_bus_master1
root@RASPBERY-3:~> pp owserver
root 2187 0.0 0.5 27976 2384 ? Ssl 16:52 0:00 /usr/bin/owserver -c /etc/owserver.conf --pid-file /var/run/owfs/owserver.pid
root@RASPBERY-3:~> lsmod
Module Size Used by
i2c_dev 6709 0
fuse 92121 1
snd_bcm2835 21342 0
snd_pcm 93100 1 snd_bcm2835
snd_seq 61097 0
snd_seq_device 7209 1 snd_seq
snd_timer 23007 2 snd_pcm,snd_seq
snd 67211 5 snd_bcm2835,snd_timer,snd_pcm,snd_seq,snd_seq_device
w1_therm 3325 0
i2c_bcm2708 6200 0
spi_bcm2708 6018 0
w1_gpio 4502 0
wire 31280 2 w1_gpio,w1_therm
cn 5756 2 wire
uio_pdrv_genirq 3666 0
uio 9897 1 uio_pdrv_genirq
root@RASPBERY-3:~> date ; owdir ; date
Fri Feb 20 16:58:02 EET 2015
/20.95670E000000
/28.FF78011B0400
/28.FF2401630400
/bus.1
/bus.0
/uncached
/settings
/system
/statistics
/structure
/simultaneous
/alarm
Fri Feb 20 16:59:02 EET 2015
============= So long time... And not full list of devices. ============
Config of owserver:
---- cut here ---
w1
port=127.0.0.1:4304
max_connections=100
background
Celsius
Pa
trim
---- cut here ---
root@RASPBERY-3:~> owserver -V
owserver version:
3.0p0
libow version:
3.0p0
root@RASPBERY-3:~> tail /boot/config.txt
dtparam=i2c_arm=on
dtoverlay=w1-gpio
dtparam=spi=on
start_x=0
core_freq=250
sdram_freq=400
over_voltage=0
----------
Please help.
nick