Re: [Owfs-developers] installing owfs on raspberry pi

2015-04-02 Thread Paul Alfille
Yes, plug and play (as you put it). You can disconnect the devices at will, and plug them in whenever you want. A caveat: so improve performance, the device list is kept around 2 minutes or so, before scanning again (the scan can be slow on a large bus). You can ask for the /uncached/ directory t

Re: [Owfs-developers] installing owfs on raspberry pi

2015-04-02 Thread Gregg Levine
Hello! I'm glad my advise worked for you Eric. Please write up more completely what you did. Paul we need what Eric collided with, both those road blocks, and this example of success for our website. Now as to your small question, sadly I can't answer that one, but I believe the others can do tha

Re: [Owfs-developers] installing owfs on raspberry pi

2015-04-01 Thread Gregg Levine
Hello! Exactly. Every time I startup a new image, I promptly set my location, that is where I live, US, for language settings, and that of keyboard setting. Theoretically it should be possible to set the image to match exactly where you are. Don't worry about the cgroups and cgroups2 error message

Re: [Owfs-developers] installing owfs on raspberry pi

2015-03-31 Thread Gregg Levine
Hello! Are you running the latest release of the operating system from the Raspberry Pi pages? The basic install, the one that starts the configuration tool does indeed contain the basics so someone can get started building stuff. And yes PERL is indeed a requirement as is M4 and auto* tools. Make

Re: [Owfs-developers] installing owfs on raspberry pi

2015-03-31 Thread Roland Franke
Hello, have you installed pearl and md4 also? This was requested by the error-message “ It also requires GNU Autoconf, GNU m4 and Perl in order to run” Best regards, Roland From: Eric Baumann Sent: Monday, March 30, 2015 10:19 PM To: owfs-developers@lists.sourceforge.net Subject: [Owfs-develop

Re: [Owfs-developers] installing owfs on raspberry pi

2015-03-29 Thread Roland Franke
Hello, you have to modify the file module/owshell/src/c/Makefile.am In line 41 (And followed) you have to add at the end an \ and add the lines: ${LIBUSB_CFLAGS} \ ${PTHREAD_CFLAGS} Also exchange the line: LDADD = ${LD_EXTRALIBS} ${OSLIBS} with LDADD = ${LIBUSB_LIBS} ${PTHREAD_LIBS} ${LD_EXTRALIB

Re: [Owfs-developers] installing owfs on raspberry pi

2015-03-29 Thread Colin Tinker
Hi I ran sudo apt-get install libusb-1.0-0-dev and it then compiled with usb just fine. Regards Colin On 29/03/15 15:53, owfs-developers-requ...@lists.sourceforge.net wrote: > installing owfs on raspberry pi -- Dive

Re: [Owfs-developers] installing owfs on raspberry pi

2015-03-29 Thread Roland Franke
Hello, please try to use the following patch, if then the build will work. diff -urN owfs-3.1p0.orig/module/owshell/src/c/Makefile.am owfs-3.1p0/module/owshell/src/c/Makefile.am --- owfs-3.1p0.orig/module/owshell/src/c/Makefile.am2015-01-11 02:31:32.0 +0100 +++ owfs-3.1p0/module/owsh

Re: [Owfs-developers] installing owfs on raspberry pi

2015-03-15 Thread Mick Sulley
To start - /opt/owfs/bin/owserver -p 4304 --nozero --i2c=/dev/i2c-1:ALL that starts on the Sheepwalk adapter, you would need to change --i2c=/dev/i2c-1:ALL to -u I think to get your USB adapter to work /opt/owfs/bin/owfs -s localhost:4304 -a alias_file -m /var/1-wire/mnt --allow_other I don't

Re: [Owfs-developers] installing owfs on raspberry pi

2015-03-12 Thread Mick Sulley
I don't know if this is the 'proper' way but here is my set of notes for install on Pi Download owfs to desktop copy to pi move it to /usr/local/src cd /usr/local/src sudo tar zxpf owfs-whatever_version.tar.gz# change to latest version cd owfs-whatever_version# change to late