[Owfs-developers] installing owfs on raspberry pi

2015-04-03 Thread Eric Baumann
Hi all, hi Herbert you wrote: here is another complete instruction that worked well for me: http://wiki.m.nu/index.php/OWFS_with_i2c_support_on_Raspberry_Pi_%28English_version%29 it has to be noted that you have to add owserver and owhttpd additionally to the proposed start script if desired. Ye

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

[Owfs-developers] installing owfs on raspberry pi

2015-04-02 Thread Eric Baumann
Hi everyone :-) SUCCESS ! ! ! Now compiled, installed and running smoothly ! Thanks everyone such much ! Please let me know if anyone of you wants a donation. Problem was: By not selecting the locals in raspi-config correctly, Perl was no running properly. This prevented the header files fro

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

[Owfs-developers] installing owfs on raspberry pi

2015-04-01 Thread Eric Baumann
Hi Roland, hi Gregg Thanks for helping out. Indeed, I have encoutered the warnings : perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_GB.UTF-8" are supported and installed on your system. perl: warning:

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

2015-03-31 Thread Gregg Levine
y 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-developers] installing owfs on ra

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

2015-03-31 Thread Roland Franke
-developers] installing owfs on raspberry pi Hello Roland Automake IS installed: sudo apt-get install automake Reading package lists... Done Building dependency tree Reading state information... Done automake is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not

[Owfs-developers] installing owfs on raspberry pi

2015-03-30 Thread Eric Baumann
Hello Roland Automake IS installed: sudo apt-get install automake Reading package lists... Done Building dependency tree Reading state information... Done automake is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. I installed a lot: sudo apt-get ins

[Owfs-developers] installing owfs on raspberry pi

2015-03-30 Thread Eric Baumann
Hallo Dear Roland I modified the files just as you requested. Now I get this error upon running sudo make: In file included from ../../../owlib/src/include/ow_connection.h:78:0, from ../../../owlib/src/include/ow_standard.h:18, from ../../../owlib/src/include/o

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

2015-03-29 Thread Roland Franke
} ${LD_EXTRALIBS} ${OSLIBS} Then modify the file module/owshell/src/c/Makefile.in There the same as first be line 498 and following. Best regards, Roland From: Eric Baumann Sent: Sunday, March 29, 2015 4:50 PM To: owfs-developers@lists.sourceforge.net Subject: [Owfs-developers] installing owfs on raspberry

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

[Owfs-developers] installing owfs on raspberry pi

2015-03-29 Thread Eric Baumann
Dear Roland Thanks for your reply. I ran: diff -urN owfs-3.1p0.orig/module/owshell/src/c/Makefile.am owfs-3.1p0/module/owshell/src/c/Makefile.am and diff -urN owfs-3.1p0.orig/module/owshell/src/c/Makefile.in owfs-3.1p0/module/owshell/src/c/Makefile.in which is what you wanted me to do right?

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

2015-03-29 Thread Roland Franke
} ${LD_EXTRALIBS} ${OSLIBS} all: all-am .SUFFIXES: Best regards, Roland From: Eric Baumann Sent: Sunday, March 29, 2015 3:00 PM To: owfs-developers@lists.sourceforge.net Subject: [Owfs-developers] installing owfs on raspberry pi Hallo I am trying to install owfs on Raspberry Pi again. I seems to

[Owfs-developers] installing owfs on raspberry pi

2015-03-29 Thread Eric Baumann
Hallo I am trying to install owfs on Raspberry Pi again. I seems to struggle with the libusb : ../../../owlib/src/include/ow.h:302:20: fatal error: libusb.h: No such file or directory compilation terminated. Makefile:556: recipe for target 'ow_dnssd.o' failed make[4]: *** [ow_dnssd.o] Error 1 mak

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

[Owfs-developers] installing owfs on raspberry pi

2015-03-15 Thread Eric Baumann
Hallo Thank you very much for your reply Mick! Yes, that was helpful. I have been following this link: http://owfs.org/index.php?page=building-under-ubuntu which says you also need : sudo apt-get install autoconf libtool libusb-dev libfuse-dev Isn't this command required for it to work? Anot

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

[Owfs-developers] installing owfs on raspberry pi

2015-03-12 Thread Eric Baumann
Hallo :-) What is the proper way (instructions) to install the newest ! version of owfs on a Raspberry Pi Model B+ running the newest version of Raspbian? I had success with sudo apt-get install owfs However, this installed version 2.8. If I do what is said on the "Install" note in the current