Re: [Owfs-developers] Error reading 1-wire

2011-01-21 Thread Marcus Priesch
Hi Mick, + you could take a look at the dmesg output for any errors on your serial port + try reloading the serial modules (ist it usb-serial?) + are you using owserver - and connecting remotely ? - then restarting owserver could also help + other things would involve tyring owhttpd and

Re: [Owfs-developers] Fuse versions

2011-01-21 Thread Paul Alfille
I believe we've been complaint with FUSE since Version 1.4 (2003). Unless these have deprecated features, it shouldn't be a problem. Have you run into any issues with the newest version? Basically, we use a subset of FUSE capabilities. Only the original high level interface which maps calls like

Re: [Owfs-developers] new interface - snmp

2011-01-21 Thread Roberto Spadim
could it be in C ? like owserver like owhttpd like owftpd ? 2011/1/21, Paul Alfille paul.alfi...@gmail.com: I don't think we want to start using people's work without permission and credit. In particular, I've found EDS very helpful. Embedded Data Systems have been generous in time, access

Re: [Owfs-developers] ds2436

2011-01-21 Thread igor
Hello Paul! It`s me again ) I have not received a response.I need you to help! i try change code for unlock 0x43 command, but did not get good results. With best regards, Igor. -- Special Offer-- Download ArcSight

Re: [Owfs-developers] Fuse versions

2011-01-21 Thread Gregg Levine
On Fri, Jan 21, 2011 at 9:22 AM, Paul Alfille paul.alfi...@gmail.com wrote: I believe we've been complaint with FUSE since Version 1.4 (2003). Unless these have deprecated features, it shouldn't be a problem. Have you run into any issues with the newest version? Basically, we use a subset of

Re: [Owfs-developers] Error reading 1-wire

2011-01-21 Thread Jim Kusznir
We get the same problem, if we downgrade to p4 (I think...I don't have that system in front of me), it works. Go before p4, and it gets worse for a couple versions. I think p2 is stable (but the python code has a typo in it on spacing, this goes all the way back to the p0 release). So yea,

[Owfs-developers] can´t compile owfs-2.8p5.tar.gz archlinux

2011-01-21 Thread Roberto Spadim
hi guys, i made a virtualbox (virtual machine) installed archlinux, with last packages but i can´t compile check: i will call archlinux support too == [root@myhost owfs]# autoconf --version autoconf (GNU Autoconf) 2.68 Copyright (C) 2010 Free Software Foundation, Inc. License

Re: [Owfs-developers] can´t compile owfs-2.8p5.tar.gz archlinux

2011-01-21 Thread Roberto Spadim
without ./bootstrap, i can compile without problems 2011/1/21 Roberto Spadim robe...@spadim.com.br: hi guys, i made a virtualbox (virtual machine) installed archlinux, with last packages but i can´t compile check: i will call archlinux support too == [root@myhost owfs]#

Re: [Owfs-developers] ds2436

2011-01-21 Thread Paul Alfille
Hi Igor, I'vwe been looking at the Datasheet, and there are a pair of instructions, Unlock NV1 and Lock NV1 -- from this I assumed that only locked NV memory would need to be unlocked. Is that not the case? How did your memory get locked? The bigger question is how should OWFS handle this?

[Owfs-developers] crosscompiling

2011-01-21 Thread Roberto Spadim
hi, could anyone help me with crosscompiling? check (friendlyarm mini2440, my computer is archnlinux x86_64 last version) PATH:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/core_perl:/opt/FriendlyARM/toolschain/4.4.3/bin [root@myhost owfs-2.8p5]# ./configure

Re: [Owfs-developers] crosscompiling

2011-01-21 Thread Roberto Spadim
[root@myhost bin]# ./.arm-none-linux-gnueabi-gcc -bash: ./.arm-none-linux-gnueabi-gcc: Arquivo ou diretório não encontrado filenot exists? but it´s there! [root@myhost bin]# ls -la | grep arm-none-linux-gnueabi-gcc lrwxrwxrwx 1 root root 26 Jan 21 21:26 arm-linux-gcc -

Re: [Owfs-developers] crosscompiling

2011-01-21 Thread Roberto Spadim
[root@myhost bin]# file arm-linux-gcc arm-linux-gcc: symbolic link to `arm-none-linux-gnueabi-gcc' [root@myhost bin]# file arm-none-linux-gnueabi-gcc arm-none-linux-gnueabi-gcc: POSIX shell script text executable [root@myhost bin]# file .arm-none-linux-gnueabi-gcc .arm-none-linux-gnueabi-gcc: ELF

Re: [Owfs-developers] crosscompiling

2011-01-21 Thread Guil Barros
Hi Roberto, I have always found it easier to use http://www.scratchbox.org/ than to deal with a 'manual' crosscompile. -Guil On Fri, Jan 21, 2011 at 3:45 PM, Roberto Spadim robe...@spadim.com.br wrote: [root@myhost bin]# file arm-linux-gcc arm-linux-gcc: symbolic link to

[Owfs-developers] error while compiling 2.4p5 for OpenWrt

2011-01-21 Thread patyrk
Hello I was trying to compile newer owfs for OpenWrt backfire (2.6 kernel). I got the latest stable version from svn( it comes with 2.4p4) and the just changed the version number in package Makefile. The make scripts downloads and compiles everything idiomatically. When I run them I get this

Re: [Owfs-developers] error while compiling 2.4p5 for OpenWrt

2011-01-21 Thread patyrk
ow_serial_open.c:118: error: 'CMSPAR' undeclared (first use in this function) ow_serial_open.c:118: error: (Each undeclared identifier is reported only once ow_serial_open.c:118: error: for each function it appears in.) I googled that CMSPAR is 0100 and if I add #define CMSPAR

Re: [Owfs-developers] error while compiling 2.4p5 for OpenWrt

2011-01-21 Thread Paul Alfille
Thank you. It's defined in /usr/include/bits/termios.h I'll add a backup definition in ow_serial_open.c Paul Alfille On Fri, Jan 21, 2011 at 11:38 PM, patyrk p4tr...@o2.pl wrote: ow_serial_open.c:118: error: 'CMSPAR' undeclared (first use in this function) ow_serial_open.c:118: error: (Each