Ok so when I run the following when I run the following command:

$sudo owfs [-c owfs.conf] -F -u -m /mnt/1wire —allow_other

it just returns a prompt no output. 
$ ls /mnt/1wire
bus.0  bus.1  settings  statistics  structure  system  uncached

but no devices… 

owget /unchached  returns
owget: command not found

owserver doesnt show when I look at top!

owfs.conf now reads as follows

# 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 = 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 =4304
Thanks for the help
David



> On Nov 9, 2015, at 8:53 AM, David Jackson <xyzzy2...@gmail.com> wrote:
> 
> Hello,
>   I have been banging my head for the last 2 weeks trying to get my ds1490F 
> Fob 2 in 1 usb controller to work with my raspberry pi. 
> 
> here is the contents of owfs.conf
> 
> 
> 
> here is the contents of fuse.conf
> 
> # Set the maximum number of FUSE mounts allowed to non-root users.
> # The default is 1000.
> #
> #mount_max = 1000
> 
> # Allow non-root users to specify the 'allow_other' or 'allow_root'
> # mount options.
> #
> user_allow_other
> 
> a lsusb shows the Fob
> :Bus 001 Device 006: ID 04fa:2490 Dallas Semiconductor DS1490F 2-in-1 Fob, 
> 1-Wire adapter
> 
> but when I run the owfs command I do not see any devices including the fob or 
> either of the 2 temp sensors currently plugged in.
> 
> xxx@raspberrypi ~ $ cat /etc/udev/rules.d/46-ds2490.rules 
> #SUBSYSTEMS=="usb", SYSFS{idVendor}=="04fa", SYSFS{idProduct}=="2490", 
> PROGRAM="/bin/sh -c 'K=%k; K=$${K#usbdev}; printf bus/usb/%%03i/%%03i 
> $${K%%%%.*} $${K#*.}'", NAME="%c", GROUP="users", MODE=“0774"
> 
> HELP!
> 
> What am I missing.  Thanks in advance
> 
> David
> 
> 

------------------------------------------------------------------------------
Presto, an open source distributed SQL query engine for big data, initially
developed by Facebook, enables you to easily query your data on Hadoop in a 
more interactive manner. Teradata is also now providing full enterprise
support for Presto. Download a free open source copy now.
http://pubads.g.doubleclick.net/gampad/clk?id=250295911&iu=/4140
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to