From: Hodgess, E. <Hod...@uh...> - 2013-10-17 12:48:33
|
Hi again: Here is my startup and attempt at finding the temperature: sudo /opt/owfs/bin/owfs --allow_other -u -m /mnt/1wire [sudo] password for erin: DEFAULT: ow_usb_msg.c:(295) Opened USB DS9490 bus master at 3:2. DEFAULT: ow_usb_cycle.c:(191) Set DS9490 3:2 unique id to 81 00 6B 31 00 00 00 0C erin@erin-Lenovo-IdeaPad-Y480:~$ cd /mnt/1wire/ erin@erin-Lenovo-IdeaPad-Y480:/mnt/1wire$ ls 21.F8FC2C000000 alarm settings statistics system 81.006B31000000 bus.0 simultaneous structure uncached erin@erin-Lenovo-IdeaPad-Y480:/mnt/1wire$ cd 21.F8FC2C000000/ erin@erin-Lenovo-IdeaPad-Y480:/mnt/1wire/21.F8FC2C000000$ cat temperature cat: temperature: Device or resource busy more temperature erin@erin-Lenovo-IdeaPad-Y480:/mnt/1wire/21.F8FC2C000000$ Here is the owfs.conf file: cat /etc/owfs.conf # Sample 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 # # USB device: DS9490 #server: usb = all # # Serial port: DS9097 #server: device = /dev/ttyS1 # # owserver tcp address #server: server = 192.168.10.1:3131 # # random simulated device #server: FAKE = DS18S20,DS2405 # ######################### OWFS ########################## # #mountpoint = /mnt/1wire #allow_other # ####################### OWHTTPD ######################### http: port = 2121 ####################### OWFTPD ########################## ftp: port = 2120 ####################### OWSERVER ######################## server: port = localhost:4304 Thanks in advance for any help. I'm sure that this is something really sill that I'm not seeing. Sincerely, Erin |