Hi,
I just want to test my test environment and noticed, that the stable
owserver did not start. I noticed, that after a updated of the raspberry
the i2c bus does not run anymore (even not seen). Most of the points I
already fixed, but I stuck at this point.
I already have done the following steps.
$ lsmod
Module Size Used by
rtc_ds1307 10347 0
i2c_dev 6709 0
snd_bcm2835 21342 0
snd_pcm 93100 1 snd_bcm2835
snd_timer 23007 1 snd_pcm
snd 67211 3 snd_bcm2835,snd_timer,snd_pcm
i2c_bcm2708 6200 0
uio_pdrv_genirq 3666 0
uio 9897 1 uio_pdrv_genirq
sg 21787 0
$ i2cdetect -l
i2c-1 i2c 20804000.i2c I2C adapter
$ ls -l /dev/i2c-*
crw-rw---T 1 root i2c 89, 1 Apr 5 12:03 /dev/i2c-1
$ sudo i2cdetect -y 1
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- 18 -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: 50 51 52 53 54 55 56 57 -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- UU -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
$
here is the owfs.conf file
# configuration file for the OWFS suite for Debian GNU/Linux.
#
#
# This is the main OWFS configuration file. You should read the
# owfs.conf(5) manual page in order to understand the options listed
# here.
######################## SOURCES ########################
# With this setup, any client (but owserver) uses owserver on the
# local machine...
! server: server = localhost:4304
#
# ...and owserver uses the real hardware, by default fake devices
# This part must be changed on real installation
#server: FAKE = DS18S20,DS2405
#
# i2b bus 1 of rev. b of the raspberry
server: device = /dev/i2c-1
####################### OWHTTPD #########################
http: port = 2121
####################### OWFTPD ##########################
ftp: port = 2120
####################### OWSERVER ########################
server: port = 127.0.0.1:4304
$ sudo /etc/init.d/owserver start
[FAIL] Starting 1-Wire TCP Server: owserver failed!
But when I configure the "FAKE" device, the owserver is running.
I would like to add more information from the owserver with the
parameters, but I do not see any additional information.
start-stop-daemon --start --quiet --oknodo --exec $DAEMON -- -c $CONFFILE \
--pid-file $PIDFILE --error_print=2 --error_level=5
Can anybody help me.
Best regards
Ritchie
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers