Re: [Owfs-developers] client/serwer protocol and extendig owfs

2006-02-26 Thread Paul Alfille
(/28.6DC35100/temperature,buffer,12); // Note lower case temperature OW_finish() ; // Optional On Sunday 26 February 2006 12:04 pm, Krzysztof Drewicz wrote: Paul Alfille napisał(a): On Friday 24 February 2006 06:27 pm, Krzysztof Drewicz wrote: Good. If you are going to use that interface, I guess

Re: [Owfs-developers] Device Support

2006-02-28 Thread Paul Alfille
concurs, linux users will have direct access to supported adapters and all 1-wire edevices. Alternatives would be to write w1_generic.ko myself, or use the i2c code in user space. Stay tuned. Paul Alfille --- This SF.Net email is sponsored by xPML

Re: [Owfs-developers] Resent with new things-Suggestions for current One-Wire FS project

2006-03-04 Thread Paul Alfille
Hi Gregg, You can still use Delphi! From Delphi, open and write to the appropriate 1-wire files. Paul Alfille On Saturday 04 March 2006 01:29 am, Gregg C Levine wrote: Hello! Well part of that below has been completed. I am now preparing to unpack that trial. I suspect however that I won't

Re: [Owfs-developers] speed of the serial port

2006-03-08 Thread Paul Alfille
Brown bag error. CRC16 check gives an error after a minor change. Fixed yesterday in the CVS and I'll to a release tomorrow. Paul On Wednesday 08 March 2006 01:57 pm, Marc Lavallée wrote: Le 8 Mars 2006 13:30, Alfille, Paul H.,M.D. a écrit : Feel free to experiment and please report your

Re: [Owfs-developers] speed of the serial port

2006-03-08 Thread Paul Alfille
On Wednesday 08 March 2006 09:35 pm, Marc Lavallée wrote: Le 8 Mars 2006 21:03, Paul Alfille a écrit : Brown bag error. CRC16 check gives an error after a minor change. Fixed yesterday in the CVS and I'll to a release tomorrow. I checked out the latest cvs, but it doesn't compile

Re: [Owfs-developers] cvs access? (was: speed of the serial port)

2006-03-09 Thread Paul Alfille
On Thursday 09 March 2006 10:09 am, Marc Lavallée wrote: Le 8 Mars 2006 21:03, Paul Alfille a écrit : Brown bag error. CRC16 check gives an error after a minor change. Fixed yesterday in the CVS and I'll to a release tomorrow. Maybe I don't have access to your latest changes. I remember

Re: [Owfs-developers] owfs and nslu

2006-03-22 Thread Paul Alfille
server can monitor and store the same data for display and backup. Paul Alfille On 3/22/06, Alfille, Paul H.,M.D. [EMAIL PROTECTED] wrote: This sounds like a job for Christian Magnusson.The only suggestion is that fuse support kin the kernel often doesn't includethe header file.Paul Alfille

[Owfs-developers] DS2408

2006-03-23 Thread Paul Alfille
I'm having trouble woth the DS2408 function currently. Does anyone use it? Paul

Re: [Owfs-developers] DS2408

2006-03-23 Thread Paul Alfille
Possible, except: 1. He sees the device listing. Just can't switch the pins -- suggests perhaps a FUSE operation. 2. OWFS unloads ds9490r module with a non-portable libusb function. Now that you mention it, trying the owhttpd would be a good way to exclude fuse interactions. PaulOn 3/23/06, Jan

Re: [Owfs-developers] owfs and nslu

2006-03-27 Thread Paul Alfille
before it could compile anything. (just in case anyone else are trying right now) /Christian Från: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED]] För Paul Alfille Skickat: den 23 mars 2006 13:30 Till: owfs-developers@lists.sourceforge.net Ämne: Re: [Owfs-developers] owfs and nslu

Re: [Owfs-developers] ds18s20 reading

2006-03-27 Thread Paul Alfille
on the ds2409 couplers and ds2480 serial driver. So a serial of some sort.owfs was downloaded yesterday so 2.2p3.Yes, i'm trying to read temperature, both via owhttpd and the file system. On 3/27/06, Paul Alfille [EMAIL PROTECTED] wrote: In a word, it should work. I assume you are trying to read

Re: [Owfs-developers] What distribution was make rpm made first on?

2006-03-29 Thread Paul Alfille
Well, I make the distributions using SuSE. That might taint the rpms, though. PaulOn 3/28/06, Gregg Levine [EMAIL PROTECTED] wrote: Hello!Just for the record I have a question.What distribution was make rpm made first on?--Gregg C Levine [EMAIL PROTECTED]This signature was once found posting rude

Re: [Owfs-developers] Installation problems to get DS9097 with DS18S20 working

2006-03-31 Thread Paul Alfille
Don't worry, we'll get it working. Note -- there is a bootable CD version if you want to see the capabilities. If you wanted the filesystem part, you'd need fuse (http://fuse.sf.net). I just did the same test you did, (though wiht a USB adapter). The problem was accessing the USB port as

Re: [Owfs-developers] ds18s20 reading

2006-04-02 Thread Paul Alfille
Ok, I've spent the last week chaing this down. 1. We conform to the DS2409 datasheet. 2. We use the same algorithm as digitemp (though digitemp only supports one level of branching). 3. We use the same byte sequence as digitemp. So what gives? I noticed a few things 1. I wasn't turning off

Re: [Owfs-developers] The rigth Combination

2006-04-07 Thread Paul Alfille
Added your debian instructions to the wiki: http://owfs.sourceforge.net/wiki/index.php/LinuxInstall

Re: [Owfs-developers] Ubuntu and OWFS

2006-04-07 Thread Paul Alfille
Ok, first step, libtool needs to be newer. I took it directly from ftp://ftp.gnu.org/gnu/libtool/libtool-1.5.22.tar.gz then ./configure, make, sudo make install

Re: [Owfs-developers] Ubuntu and OWFS

2006-04-07 Thread Paul Alfille
Ubuntu and OWFS -- how to compile? Full answer now on the wiki: http://owfs.sourceforge.net/wiki/index.php/LinuxInstall

Re: [Owfs-developers] owserver segfaulting on startup

2006-04-09 Thread Paul Alfille
I've been testing (and correcting) OWFS extensively. No segfaults, no problems with threading. Want to try a fresh pull and retest? PaulOn 4/9/06, Wim Heirman [EMAIL PROTECTED] wrote: I've grabbed some more gdb output:(gdb) run -u --foreground -p localhost:owfs...Program received signal SIGSEGV,

Re: [Owfs-developers] owserver segfaulting on startup

2006-04-10 Thread Paul Alfille
Wim, Are you using a standard i386 with glib? I'm having trouble seeing what has changed to make a code change needed. The embedded functions were mainly a convenience. Without them, a lot of custom structures, pointer manipulation and extra functions are needed. If it's needed, I'll do it.

Re: [Owfs-developers] owserver segfaulting on startup

2006-04-10 Thread Paul Alfille
an embedded function. When I get rid of the embedding it seems to work again. Anyone else has some experience/comments on this, or should I just clean this up into a patch you can apply? Regards, Wim. Paul Alfille wrote: I've been testing (and correcting) OWFS extensively. No segfaults, no problems

[Owfs-developers] Fuse feedback

2006-04-10 Thread Paul Alfille
After discussion with Miklos, I've made a change in owfs fuse handling. fuse is able to put the program in deamon mode, after giving feedback on fuse errors, so we now use fuse daemon mode. The major impact of all this will be better feedback and a little improved efficiency. Paul

Re: [Owfs-developers] perrmission errors

2006-04-11 Thread Paul Alfille
should be accessible to non-root users. Running owserver with --foreground --error_level=9 will generate lots of feedback. You will at least see if there is a problem with startup. Paul Alfille On 4/10/06, Wizard [EMAIL PROTECTED] wrote: ok it has to be me i cant seem to get owphp to work./configure

Re: [Owfs-developers] owfs and owhttp

2006-04-13 Thread Paul Alfille
/opt/owfs/bin/owserver /dev/ttyS2 -p 3000 /opt/owfs/bin/owhttpd -s 3000 -p 3001 /opt/owfs/bin/owfs -s 3000 /mnt/1wire owserver works as a multiplexer Paul Alfille On 4/13/06, Wizard [EMAIL PROTECTED] wrote: hey guyshow can i run owfs and owhttp at the same time.

Re: [Owfs-developers] Re: ds18s20

2006-04-13 Thread Paul Alfille
Working on it! OWFS aims much higher than digitemp or pdkit. Arbitrary depth of branching. Multiple threads looking at different branches. etc... I see hints that it is doable. Probably 2 more days. PaulOn 4/13/06, Gregg C Levine [EMAIL PROTECTED] wrote: Hello!Here's a suggestion, what about

Re: [Owfs-developers] FC5 and embedded functions

2006-04-14 Thread Paul Alfille
Well, it looks like we should just get rid of the embedded functions. If it breaks Fedora 5, I'm sure we'll get problems on other platforms from time to time.PaulOn 4/14/06, Jan Bertelsen [EMAIL PROTECTED] wrote:It seems that I'm having the same problem with embedded functions as Wim

Re: [Owfs-developers] Serial Port Requirements

2006-04-15 Thread Paul Alfille
Hmm... voltage? 5V, right?On 4/15/06, Paul Alfille [EMAIL PROTECTED] wrote: Well, power, of course. We also use some buffering of data. From ow_connection.h /* com port fifo info */ /* The UART_FIFO_SIZE defines the amount of bytes that are written before * reading the reply. Any positive value

Re: [Owfs-developers] DS2409 hub fix

2006-04-15 Thread Paul Alfille
Oh, DS2405s screw it up.

Re: [Owfs-developers] Serial Port Requirements

2006-04-16 Thread Paul Alfille
/dev/i2c is char major 89. Pretty nice kernal code has been written by Ben Gardener If I code somethig up, do you have a test platform? PaulOn 4/16/06, Jan Kandziora [EMAIL PROTECTED] wrote: Am Sonntag, 16. April 2006 01:59 schrieb Paul Alfille: Hmm... voltage? 5V, right?There's a MAX232

[Owfs-developers] Fix of multiple USB

2006-04-19 Thread Paul Alfille
Testing showed that multiple USB adapters were not being properly parsed. That is fixed, as well as a new command line option: owfs -uall /1wire where all will cause an enumeration of all the USB adapters currently connected. Paul Alfille

Re: [Owfs-developers] FC5 and embedded functions

2006-04-19 Thread Paul Alfille
, even at the expense of embedded functions. The newer kernels already refuse to start a thread with code located on the stack (which is what the problem was with owserver), a few GCC versions from now the embedded functions will probably not even compile anymore... Regards, Wim. Paul Alfille

[Owfs-developers] Embedded thread fix

2006-04-20 Thread Paul Alfille
I've gone through and disembedded the thread creation code. For the curious: C doesn't really have namespaces or semi-local variables. Everything is supposed to be global (or at least within the file) or constrained to a single function (or block). It was a little known feature that a function

Re: [Owfs-developers] owfs php modual

2006-04-21 Thread Paul Alfille
That's because I can't get it to find the right build packages on SUSE.(Something about coreutils).I finally got everything building in Ubuntu (see the wiki for needed packages and work-araounds), but building rpms on that platform turns out to have problems. Any suggestions?Paul AlfilleOn

Re: [Owfs-developers] OWFS on a ASUS wl500g Deluxe

2006-04-21 Thread Paul Alfille
with --error_level=9 --foreground should generate some feedback on startup. Can you post it?Paul AlfilleOn 4/21/06, Paul Alfille [EMAIL PROTECTED] wrote: IU know it works with a DS9490 USB adapter.What are you using for device name? /dev/ttyUSB0 ?Will it function on a desktop machine? (The USB-serial adapter

Re: [Owfs-developers] id vs address

2006-04-21 Thread Paul Alfille
address = family.ID.crc8 which documentation should I fix? On Friday 21 April 2006 03:47 pm, Darryl VanDorp wrote: I have a question about id vs address in ow. When using python like so: import ow ow.init('/dev/ttyS0') ds = ow.Sensor(/1F.78500200/main/10.2E27E4000800) ds.id,

Re: [Owfs-developers] id vs address

2006-04-21 Thread Paul Alfille
Oops. I'll fix. Paul --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache

Re: [Owfs-developers] OWFS on a ASUS wl500g Deluxe

2006-04-21 Thread Paul Alfille
OK, we've surrounded this one. (Though I suppose you could add the --link option and see what happens.) I'm guessing there were problems with DS9097U when OWFS was packaged for openwrt. It appears the current version works fine. It also appears that we can't blame the serial, link, or usb

Re: [Owfs-developers] Serial Port Requirements

2006-04-22 Thread Paul Alfille
Ok, after perusing a lot of code examples, I get it. Everyone cheats. They either copy the relevant defines from the header file, or pretend that kernel headers are the same as glibc headers. It's messy, but I can do that. Paul On Friday 21 April 2006 09:31 pm, Paul Alfille wrote: Jan

Re: [Owfs-developers] Serial Port Requirements

2006-04-22 Thread Paul Alfille
aren't so clear. Testing will be useful. Paul On Saturday 22 April 2006 03:30 pm, Jan Kandziora wrote: Am Samstag, 22. April 2006 15:55 schrieb Paul Alfille: Ok, after perusing a lot of code examples, I get it. Everyone cheats. They either copy the relevant defines from the header file

Re: [Owfs-developers] OWFS on a ASUS wl500g Deluxe

2006-04-23 Thread Paul Alfille
Hi Christian, Ooops, I'll look at it. Reconnect mutex shouldn't be needed any more. We reconnect before a transaction, and lock the bus. Extensive testing on USB reconnects show a beautifully self-healing machine. Triggering a reconect is done after 5 consecutive unsuccessful BUS resets, to

Re: [Owfs-developers] OWFS on a ASUS wl500g Deluxe

2006-04-23 Thread Paul Alfille
you have any idea if the new build would take, hours or days/weeks? Have a nice weekend folks! On 4/23/06, Paul Alfille [EMAIL PROTECTED] wrote: Hi Christian, Ooops, I'll look at it. Reconnect mutex shouldn't be needed any more. We reconnect before a transaction, and lock the bus. Extensive

Re: [Owfs-developers] Serial Port Requirements

2006-04-23 Thread Paul Alfille
compliant can only mean that it has other electrical characteristics or does not support the timeouts required by SMBus. Christoph On Sat, Apr 22, 2006 at 03:37:04PM -0400, Paul Alfille wrote: That's OK. There is so little actual i2c code, I can use the raw i2c commands. Near as I can tell

Re: [Owfs-developers] OWFS on a ASUS wl500g Deluxe

2006-04-23 Thread Paul Alfille
, Paul Alfille [EMAIL PROTECTED] wrote: Ok, I'll just increase the timeout. Paul On Sunday 23 April 2006 11:22 am, Kurt André Selbach wrote: owfs /dev/usb/tts/1 /tmp/endelig/ --link --foreground --error-level 9 --- Using Tomcat but need

Re: [Owfs-developers] FC5 and embedded functions

2006-04-24 Thread Paul Alfille
rgc is not available.) at helper.c:271#90x08048e07 in main (argc=167703712, argv=0xbf8754c4) at owfs.c:164(gdb)On Wed, April 19, 2006 23:43, Paul Alfille wrote: Making some progress with the fixes. It's more tedious and error-prone than difficult. I'll need

Re: [Owfs-developers] FC5 and embedded functions

2006-04-24 Thread Paul Alfille
A more complete answer is that the current version needed some minor tweaking to compile with --disable-mt I made that change, and it compiles, at least with SuSE. A new release is being made. Paul AlfilleOn 4/24/06, Paul Alfille [EMAIL PROTECTED] wrote: Looks like you are still running an old

Re: [Owfs-developers] OWFS on a ASUS wl500g Deluxe

2006-04-24 Thread Paul Alfille
The next release will have a command line parameter: --msec_read to give the serial timeout (default 500) Paul Alfille On Monday 24 April 2006 05:23 pm, Kurt André Selbach wrote: Hi, Thanks for the compilation christian. Still not working though - getting bad adapter in system/adapter

Re: [Owfs-developers] pid-bug

2006-04-25 Thread Paul Alfille
It looks like fuse 2.3 and later has a init callback routine where we can place the PID code. I'll make the change and upload it. PaulOn 4/25/06, Alfille, Paul H.,M.D. [EMAIL PROTECTED] wrote: I think fuse calls a getattr on the root directory on startup. We could set aflag there to write the

Re: [Owfs-developers] OWFS on a ASUS wl500g Deluxe

2006-04-26 Thread Paul Alfille
owserver seems stable on the i386 platform. owserver -u -p 3000 owfs -s 3000 /mnt/1wire owserver -s 3000 /mnt/2wire Pounding away for hours gives no problems. This suggests that there is a problem with the uClibc-dependent code. Since thread handling is slightly different, that's where I'd look.

Re: [Owfs-developers] 2.2p1 compile problems

2006-04-26 Thread Paul Alfille
Daryl, The current version is 2.3p1, I think you just mislabeled the email. Your code snippet says 2.3p1 I just did a fresh download of the source. I can compile without errors. It really looks like you are compiling against an old version of the library. (libow) Could there be a version of

Re: [Owfs-developers] 2.3p1 compile problems

2006-04-26 Thread Paul Alfille
a standard(?) ./configure then make. I didnt' realize you had to bootstrap on releases.And yes the subject line was mislabeled sorry.On 4/26/06, Paul Alfille [EMAIL PROTECTED] wrote: Daryl, The current version is 2.3p1, I think you just mislabeled the email. Your code snippet says 2.3p1 I just did

Re: SV: [Owfs-developers] 2.3p1 compile problems

2006-04-27 Thread Paul Alfille
est change in module/owlib/src/c/ is 4 weeks old?-Darryl On 4/27/06, Paul Alfille [EMAIL PROTECTED] wrote: By way of explanation: DS9490_enumerate runs through the USB devices and counts the number of DS9490s. This is for the (new) -uall command line switch that allows you to use all your USB adapt

Re: SV: [Owfs-developers] 2.3p1 compile problems

2006-04-27 Thread Paul Alfille
Which is why I've been trying to make more frequent releases. Side note, has anyone had success with ReleaseForge? Paul AlfilleOn 4/27/06, Paul Alfille [EMAIL PROTECTED] wrote: Sourceforge has been having hardware problems with their CVS server >From their site status (http://sourceforge.

Re: [Owfs-developers] Re: Owfs-developers digest, Vol 1 #786 - 4 msgs

2006-04-30 Thread Paul Alfille
Christian has made a program called temploggerd which uses rrdtool tp store and graph data. It's on the embedded distributions, and on his website. I use a perl stript with rrdtool,and then some perl and cgi programming to generate web pages. As for resolution, OWFS is set to max. You can use

Re: [Owfs-developers] Virtual memory growth ( device dropouts)

2006-05-01 Thread Paul Alfille
?Was my latest set of information (about the open files and TCP connections of any use to you)? I'd like to reboot the system that is exhibiting the errantbehaviour but if you feel there is more we can learn from its current conditionI will delay doing so.MarkOn 4/27/06, Paul Alfille [EMAIL PROTECTED

[Owfs-developers] New Release, fixes a locking problem

2006-05-01 Thread Paul Alfille
I found a locking error with multiple clients against the same device. New release 2.3p2 One other note, owhttpd handling has been cleaned up internally. I also fixed the *.BYTE reading. Paul Alfille

[Owfs-developers] Linux Journal

2006-05-03 Thread Paul Alfille
OWFS is mentioned, briefly, in Linux Journal June 2006, Issue 146 page 12 Steve wrote a letter: Ow, No OWFS? Thank you, Steve, whoever you are!

Re: [Owfs-developers] owfs on NSLU2

2006-05-04 Thread Paul Alfille
This is true for i386 OWFS too. I'll work on this bug. PaulOn 5/4/06, Christian Magnusson [EMAIL PROTECTED] wrote: There seem to be some problem with detection of the devices right now.. Ihave to read the uncached directory twice before I find the 1-wire devices.

Re: [Owfs-developers] owfs on NSLU2

2006-05-05 Thread Paul Alfille
: Ok.. nice to hear that it's not a specific problem for NSLU2 at least… Is it the latest changes in ow_dir.c ? /Christian Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] För Paul Alfille Skickat: den 5 maj 2006 03:06 Till: owfs-developers@lists.sourceforge.net Ämne

Re: [Owfs-developers] bug in owfs.c

2006-05-05 Thread Paul Alfille
That's embarassing. I go through and remove all the debugging printf statements when making a a release. Fuse 2.6 uses 4 arguments: /* * Main function of FUSE. * * This is for the lazy. This is all that has to be called from the * main() function. * * This function does the following: * - parses

Re: [Owfs-developers] bug in owfs.c

2006-05-05 Thread Paul Alfille
(argc, argv, op, sizeof(*(op))) Which 2.6.x version do you have?/ChristianOn Fri, 2006-05-05 at 06:51 -0400, Paul Alfille wrote: That's embarassing. I go through and remove all the debugging printf statements when making a a release. Fuse 2.6 uses 4 arguments: /** Main function of FUSE

Re: [Owfs-developers] OWFS on a ASUS wl500g Deluxe

2006-05-05 Thread Paul Alfille
DS9490 adapter at 002/006. DEFAULT: Error setting up USB DS9490 adapter at 002/006.unique: 1, opcode: INIT (26), nodeid: 0, insize: 48INIT: 7.2 INIT: 7.2 unique: 1, error: 0 (Success), outsize: 24Anyone?the adapter is obviously found,. but what is wrong? On 4/21/06, Paul Alfille [EMAIL PROTECTED

Re: [Owfs-developers] OWFS on a ASUS wl500g Deluxe

2006-05-05 Thread Paul Alfille
I spoke too soon. Can you try a higher number for error_level, like 9? There are plenty of dignostic messages in the usb setup. PaulOn 5/5/06, Paul Alfille [EMAIL PROTECTED] wrote: Looks successful from that output. Can you see any data? PaulOn 5/5/06, Kurt André Selbach [EMAIL PROTECTED

Re: [Owfs-developers] OWFS on a ASUS wl500g Deluxe

2006-05-08 Thread Paul Alfille
try with error level 9 and give you some feedback - usb1.1 is too slow when usb2 i s available :P -kurt On 5/6/06, Paul Alfille [EMAIL PROTECTED] wrote: I spoke too soon. Can you try a higher number for error_level, like 9? There are plenty of dignostic messages in the usb setup

Re: [Owfs-developers] OWFS and PHP support?

2006-05-09 Thread Paul Alfille
I can't get owphp to build on SuSE, only Ubantu. The problem seems to be coreutils.py or something like that. PaulOn 5/8/06, Gregg Levine [EMAIL PROTECTED] wrote: Hello!Well the released version of OWFS built correctly. However, Paul, Iwasn't surprised when it did succeed. However it built with

Re: [Owfs-developers] temploggerd for NSLU2

2006-05-09 Thread Paul Alfille
? Have you set your umask to some strange value?ls -l /home/httpd/html//Unslung/temploggerd//rrd/I have updated the permissions in the startup-script anyway... /ChristianOn Tue, 2006-05-09 at 06:37 -0400, Paul Alfille wrote: On installation: # run-temploggerd Warning: Defined sensor in config-file

Re: [Owfs-developers] LCD

2006-05-11 Thread Paul Alfille
: In data 11/05/2006 3.40 Paul Alfille ha scritto: Vittore, This LCD uses the Maxim-designed LCD (DS2408 design). It is the easiest of the designs, using 7 pins for LCD data. There is an example (JAVA) code in http://www.maxim-ic.com/appnotes.cfm/appnote_number/3286 (Application note 3286). I've added

Re: [Owfs-developers] LCD

2006-05-11 Thread Paul Alfille
When Sourceforge CVS is back online, (supposedly tomorrow) I'll make a new release, which should include LCD support for both the Maxim LCD (AAG too) and the Hobby Boards. The support isn't tested on actual devices. It is an interpretation of the Java code. Pulblic domain Java code from Maxin

Re: [Owfs-developers] OWFS - Temp Trakker Source

2006-05-16 Thread Paul Alfille
What's the problem with the net4801? Looks like a diskless i586 machine with good connectivity. Paul On 5/15/06, Jim Canfield [EMAIL PROTECTED] wrote: Greetings, I have decided to post the source to the web app I created last year. It's not pretty, but it will be a start. You can find it

Re: [Owfs-developers] owhttpd on FC5

2006-05-16 Thread Paul Alfille
Hi Jan, 2.3p6 at least seems stable when not using owserver (see Christian's note -- I'm working on it). I do notice that we are (unnecessarily) rechecking the presence of a device as it gets displayed for a directory listing. This could start a new thread on the stack, and certainly is

Re: [Owfs-developers] owhttpd on FC5

2006-05-16 Thread Paul Alfille
I take that back. We weren't rechecking. Can you run with --foreground --error_level=9 and see where it stops? That will give some hints. Paul On 5/16/06, Paul Alfille [EMAIL PROTECTED] wrote: Hi Jan, 2.3p6 at least seems stable when not using owserver (see Christian's note -- I'm working

Re: [Owfs-developers] e-mail list and delivery times

2006-05-16 Thread Paul Alfille
You're right. Of course, I can't even pull up the Sourceforge status page http://sourceforge.net/docs/A04/ which might make one suspicious. Paul On 5/16/06, Gregg C Levine [EMAIL PROTECTED] wrote: Hello! Is it my imagination or is something other then the fun and games that SourceForge is

Re: [Owfs-developers] owhttpd on FC5

2006-05-18 Thread Paul Alfille
Jan, I'm having trouble duplicateing this on SuSE. 1. Do you know what version you are using? 2. Can you repeat without the thermocouple? (That's really the only thing different). Paul On 5/18/06, Jan Bertelsen [EMAIL PROTECTED] wrote: And by the way: owhttpd is running without problems...

Re: [Owfs-developers] RE: problem writing to DS1996

2006-05-18 Thread Paul Alfille
, the subsequent pages are always written to 0x00nn. Rod -Original Message- From: Paul Alfille [EMAIL PROTECTED] To: owfs-developers@lists.sourceforge.net Subject: Re: [Owfs-developers] problem writing to DS1996 Date: Tue, 16 May 2006 15:42:33 -0400 Reply-To: owfs-developers@lists.sourceforge.net

Re: [Owfs-developers] ftdi_sio Problems

2006-05-19 Thread Paul Alfille
Take a look at 'dmesg' Typically the USB-serial port is called /dev/ttyUSB0 os something similar. Paul On 5/19/06, Martin Hochreiter [EMAIL PROTECTED] wrote: Hi! I have problems to get owfs running on the desired server. I hope somebody could help me again. I updated to Kernel 2.6.16,

Re: [Owfs-developers] RE: problem writing to DS1996

2006-05-19 Thread Paul Alfille
for checking that. We will give the latest release a try. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Alfille Sent: Thursday, May 18, 2006 7:25 PM To: owfs-developers@lists.sourceforge.net Subject: Re: [Owfs-developers] RE: problem writing to DS1996

Re: [Owfs-developers] problem writing to DS2431

2006-05-22 Thread Paul Alfille
Can you try your test program against fusexmp -- it's the test program that came with fuse. I usually invoke it with something like ./fusexmp ~ /mnt/1wire That will show if the problem is fuse or owfs. Paul On 5/22/06, Spade, Rod [EMAIL PROTECTED] wrote: I'm now testing with a DS2431 1-kb

Re: [Owfs-developers] problem writing to DS2431

2006-05-22 Thread Paul Alfille
Oops, never mind. My bug. I'll fix and upload a new version. Paul On 5/22/06, Paul Alfille [EMAIL PROTECTED] wrote: Can you try your test program against fusexmp -- it's the test program that came with fuse. I usually invoke it with something like ./fusexmp ~ /mnt/1wire That will show

Re: [Owfs-developers] problem writing to DS2431

2006-05-22 Thread Paul Alfille
overwriting with new data. Paul On 5/22/06, Paul Alfille [EMAIL PROTECTED] wrote: Oops, never mind. My bug. I'll fix and upload a new version. Paul On 5/22/06, Paul Alfille [EMAIL PROTECTED] wrote: Can you try your test program against fusexmp -- it's the test program that came with fuse. I

Re: [Owfs-developers] problem writing to DS2431

2006-05-23 Thread Paul Alfille
with the DS1996, so I agree it's probably a peculiarity of the DS2431. Rod -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Alfille Sent: Monday, May 22, 2006 8:00 PM To: owfs-developers@lists.sourceforge.net Subject: Re: [Owfs-developers] problem writing

Re: [Owfs-developers] i2c support again

2006-05-23 Thread Paul Alfille
Ok, fixed the directory caching problem. Paul On 5/23/06, Paul Alfille [EMAIL PROTECTED] wrote: Thank you, Daniel! 1. Detection seems to work 2. 1-wire search fails after 27 of 64 steps, Not sure why. 3. Clearly a failed directory listing is getting cached -- unrelated error. I'll make some

Re: [Owfs-developers] i2c support again

2006-05-23 Thread Paul Alfille
Added more debugging info. It looks like there was a problem reading from the DS2482 status register. This may show why. Paul On 5/23/06, Paul Alfille [EMAIL PROTECTED] wrote: Ok, fixed the directory caching problem. Paul On 5/23/06, Paul Alfille [EMAIL PROTECTED] wrote: Thank you, Daniel

[Owfs-developers] New website www.owfs.org

2006-05-23 Thread Paul Alfille
or temploggerd. Paul Alfille --- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http

Re: [Owfs-developers] Problem in building the latest CVS drop of OWFS on Slackware

2006-05-24 Thread Paul Alfille
This happens to me on Suse, too. I use a rather ugly --disable-owpython Paul On 5/24/06, Christian Magnusson [EMAIL PROTECTED] wrote: I have made some changes to all makefiles, and I will checkin those changes later today... It will probably not fix this compilation error, but I'll see if I

Re: [Owfs-developers] DS2760 and thermocouple

2006-05-24 Thread Paul Alfille
DS2751 is similar to DS2760, but is covered by my correction. DS2740, DS2770 and DS2780 doesn't have this little feature so - no the correction isn't needed to be made for the other devices. Jan B. On Tue, May 23, 2006 23:16, Paul Alfille wrote: Now that's the way to file a bug report! Analysis

Re: [Owfs-developers] Re: Question on Simultaneous

2006-05-25 Thread Paul Alfille
the code. I assume your sensors are separately powered, rather than parasytic. Also, a minor point, that 750msec is actually 1sec, based on large experience of the 1-wire community. Paul Alfille -Original Message- From: [EMAIL PROTECTED] on behalf of Jim Duda Sent: Thu 5/25/2006 1:50 PM

Re: [Owfs-developers] Re: Question on Simultaneous

2006-05-25 Thread Paul Alfille
to provide power to the sensors from the hub itself, I will investigate that. Jim Paul Alfille wrote: 1. Simultaneous supposedly doesn't work with parasitic power -- there is too great a draw on the data line. 2. There will always be a 1 second pause, but with simultaneous, only once. I.e., you

Re: SV: [Owfs-developers] Problem in building the latest CVS drop of OWFS on Slackware

2006-05-26 Thread Paul Alfille
10.0 On 5/26/06, Christian Magnusson [EMAIL PROTECTED] wrote: I installed Slackware 10.2 now... and all swig extensions installs perfectly... (after installing swig-1.3.29.tar.gz manually) This happens to me on Suse, too. I use a rather ugly --disable-owpython Paul Which Suse

Re: [Owfs-developers] Syntax error in ow_net.c

2006-05-26 Thread Paul Alfille
Thank you. I've a question for you. Why do you find multithreading undesirable. I originally though it wouldn't work on embedded appliances, but Christian has proven me wrong. Should I keep the option available? Paul Alfille On 5/26/06, Vincent Fleming [EMAIL PROTECTED] wrote: FYI all

[Owfs-developers] Update on C api -- owcapi

2006-05-26 Thread Paul Alfille
program, with (most importantly) and example Makefile. Paul Alfille --- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry

Re: [Owfs-developers] Syntax error in ow_net.c

2006-05-26 Thread Paul Alfille
, const struct parsedname * pn ) { return 1; } Note the extraneous { on the Cache_Add_Dir() definition. Cheers, Vince -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Alfille Sent: Friday, May 26, 2006 9:07 AM To: owfs-developers@lists.sourceforge.net

Re: [Owfs-developers] DS2482-800 adapter

2006-05-28 Thread Paul Alfille
Fixed. On 5/28/06, Daniel Höper [EMAIL PROTECTED] wrote: Am Sonntag, 28. Mai 2006 20:56 schrieb Paul Alfille: 3. There are nine channels (bus.0 ... bus.8) for only eight 1-wire busses. bus.0 and bus.2 have the same value for connin.i2c.index (=1). So a 1-wire device connected

Re: [Owfs-developers] owfs based weather station

2006-06-03 Thread Paul Alfille
, OWW, another opensource project has weather station support already and apparently has been ported to the NSLU2. Paul AlfilleOn 6/3/06, Tim Sailer [EMAIL PROTECTED] wrote: On Fri, June 2, 2006 23:09, Paul Alfille said: Tim, We certainly support most of the devices. I think you'll need a wrapping

Re: [Owfs-developers] fuse_opt question.

2006-06-05 Thread Paul Alfille
Very nice. What do you think about an owfs option: --allow_other that is sent on to fuse? Are there a lot of other options that need to be passed or is this it. (--direct_io is the default since we don't need the operating system to cache data). PaulOn 6/5/06, Jan Bertelsen [EMAIL PROTECTED]

Re: [Owfs-developers] Change DS2490 Settings

2006-06-07 Thread Paul Alfille
Actually, I have some alternative timing settings suggested by William Robison that we could try. It's been hard to justify changing anything until we had test networks that could be compared. I'll add it in, at least temporarily, add a command line flag, and package it up. In the long run

[Owfs-developers] 2.4 file release

2006-06-07 Thread Paul Alfille
We've gathered all the recent changes in a new release. This incudes many configuration fixes by Christian Magnusson. DS2482 i2c support, ftp (read only) support. Fake adapter support. Paul Alfille ___ Owfs-developers mailing list Owfs-developers

Re: [Owfs-developers] Change DS2490 Settings

2006-06-07 Thread Paul Alfille
]) return ret[2]; return 0; } On 6/7/06, Michael Weber [EMAIL PROTECTED] wrote: On Wed, 7 Jun 2006, Jan Kandziora wrote: Am Mittwoch, 7. Juni 2006 21:44 schrieb Paul Alfille: Actually, I have some alternative timing settings suggested by William Robison that we could try. It's been hard

Re: [Owfs-developers] Troubles with DS2438 and HIH-3610?

2006-06-07 Thread Paul Alfille
AAG, Springbok, Hobbyboards. My greatest experience is with the AAG stainless steel humidity probes. They seem accurate (tested against a handheld humidity probe), and are very hardy. Paul AlfilleOn 6/7/06, Vincent Fleming [EMAIL PROTECTED] wrote: Hi Darryl; Thanks for

Re: [Owfs-developers] Error in Humidity calculation in ow_2438.c

2006-06-07 Thread Paul Alfille
Ok, applied. I have do admit a was strongly tempted to groups the terms divided by VDD. With your permission, you note will also appear in the source code. Paul Alfille On 6/7/06, Vincent Fleming [EMAIL PROTECTED] wrote: OK, this is a nit, but it will make owfs a little more

Re: [Owfs-developers] DS2450 AC Voltage Measurement

2006-06-07 Thread Paul Alfille
Not at all off-topic. I'm no expert, but the schematic is at http://www.hobby-boards.com/catalog/links/hvac2-r1/HVAC%20Monitor%20v2.0%20Schematic.pdf With 1M resitor and 1uF capacitor, the time constant is 1 second. What is the frequency of your AC? 60Hz? Paul AlfilleOn 6/7/06, Jim Duda [EMAIL

Re: [Owfs-developers] Troubles with DS2438 and HIH-3610?

2006-06-07 Thread Paul Alfille
OWFS has the ability to do the arcane recalculations for the faulty batches of DS18S20 (after David Lissiuk noted the problem). That's why the die number, trim blanket and all that are included. Paul On 6/7/06, David Lissiuk [EMAIL PROTECTED] wrote: Vincent Daryl Concerning humidity

Re: [Owfs-developers] Change DS2490 Settings

2006-06-07 Thread Paul Alfille
Ok, Willy Robion's alternative USB timing is available with release 2.4p1 Use --altUSB (note the spellling) in the command line. That's double-dash altUSB. I see no difference, but perhaps others will note better or worse results. Please give feedback. Paul Alfille On 6/7/06, Paul Alfille

<    1   2   3   4   5   6   7   8   9   10   >