I have a 1-wire installation which I am trying to diagnose remotely.

A few days ago I had to replace the Beaglebone Black that was running
with another one becuase I corrupted the memory on the original one
and didn't have the ability to fix it there and then.

So, I'm fairly sure I plugged in the 1-wire USB interface to the new
system and also connected the two temperature measuring devices to it.

However I'm now not seeing any file system mounted on /mnt/1-wire.  I
have copied the /etc/owfs.conf file from the old system to the new one
so that should be right.

I have restarted the owserver process but nothing appears at the mount
point.

This is what I see in syslog when the owserver is restarted:-

Sep 28 15:41:52 odin owserver[5312]: Starting 1-Wire TCP Server: owserver.
Sep 28 15:42:36 odin owserver[5363]: Stopping 1-Wire TCP Server: owserver.
Sep 28 15:42:36 odin kernel: [879024.179714] usb usb2: usb auto-resume
Sep 28 15:42:36 odin kernel: [879024.179780] hub 2-0:1.0: hub_resume
Sep 28 15:42:36 odin kernel: [879024.179989] hub 2-0:1.0: state 7 ports 1 chg 0>
Sep 28 15:42:36 odin kernel: [879024.180634] hub 2-0:1.0: hub_suspend
Sep 28 15:42:36 odin kernel: [879024.180709] usb usb2: bus auto-suspend, wakeup>
Sep 28 15:42:36 odin kernel: [879024.183283] usb usb2: usb auto-resume
Sep 28 15:42:36 odin kernel: [879024.183336] hub 2-0:1.0: hub_resume
Sep 28 15:42:36 odin kernel: [879024.183512] hub 2-0:1.0: state 7 ports 1 chg 0>
Sep 28 15:42:36 odin kernel: [879024.183669] hub 2-0:1.0: hub_suspend
Sep 28 15:42:36 odin kernel: [879024.183733] usb usb2: bus auto-suspend, wakeup>
Sep 28 15:42:37 odin owserver[5370]: Starting 1-Wire TCP Server: owserver.


... and this is my owfs.conf file:-

# 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:
#
# 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/1-wire
allow_other
#
####################### OWHTTPD #########################

http: port = 2121

####################### OWFTPD ##########################

ftp: port = 2120

####################### OWSERVER ########################

server: port = localhost:4304


Any ideas what mught be wrong and whether my 1-wire is connected?

-- 
Chris Green

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to