Re: [Owfs-developers] Data error reading DS2423 counters

2007-10-06 Thread Rob Conway
Paul this maybe better...I used debug for the same counter.B with version 
2.5p10  which works OK


unique: 31, opcode: LOOKUP (1), nodeid: 2, insize: 51
LOOKUP /1D.EBEF0900/counters.B
   CALL: FSTAT path=/1D.EBEF0900/counters.B
   CALL: PARSENAME path=[/1D.EBEF0900/counters.B]
  DEBUG: Cache_Get_Device 1D EB EF 09 00 00 00 34
  DEBUG: Get from cache sn 1D EB EF 09 00 00 00 34 pointer=(nil) index=-1 size=4
  DEBUG: value found in cache
   CALL: ATTRIBUTES path=/1D.EBEF0900/counters.B
  DEBUG: ParsedName_destroy /1D.EBEF0900/counters.B
   NODEID: 3
   unique: 31, error: 0 (Success), outsize: 136
unique: 32, opcode: OPEN (14), nodeid: 3, insize: 48
   CALL: OPEN path=/1D.EBEF0900/counters.B
OPEN[0] flags: 0x8000
   unique: 32, error: 0 (Success), outsize: 32
unique: 33, opcode: READ (15), nodeid: 3, insize: 64
READ[0] 4096 bytes from 0
   CALL: READ path=/1D.EBEF0900/counters.B size=4096 offset=0
   CALL: PARSENAME path=[/1D.EBEF0900/counters.B]
  DEBUG: Cache_Get_Device 1D EB EF 09 00 00 00 34
  DEBUG: Get from cache sn 1D EB EF 09 00 00 00 34 pointer=(nil) index=-1 size=4
  DEBUG: value found in cache
  DEBUG: READ_POSTPARSE /1D.EBEF0900/counters.B
  DEBUG: READ_POSTPOSTPARSE /1D.EBEF0900/counters.B
  DEBUG: FS_r_given_bus
   CALL: FS_r_single: format=3 s=4096 offset=0
  DEBUG: Cache_Get 1D EB EF 09 00 00 00 34 size=4 IsUncachedDir=0
  DEBUG: Get from cache sn 1D EB EF 09 00 00 00 34 pointer=0xb7f6b404 index=1 
size=4
  DEBUG: value found in cache
  DEBUG: Expired in cache
  DEBUG: Selecting a path (and device) path=/1D.EBEF0900/counters.B SN=1D 
EB EF 09 00 00 00 34 last path=00 00 00 00 00 00 00 00
   DATA: DS9490_reset
   DATA: DS9490_reset: ok
  DEBUG:   Transaction select = 0
  DEBUG:   Transaction send = 0
  DEBUG:   Transaction readin = 0
  DEBUG:   Transaction end = 0
  DEBUG: Cache_Add 1D EB EF 09 00 00 00 34 size=4
  DEBUG: Add to cache sn 1D EB EF 09 00 00 00 34 pointer=0xb7f6b404 index=1 
size=4
  DEBUG: FS_r_single: (unsigned) 2718957568
  DEBUG: READ_POSTPOSTPARSE: /1D.EBEF0900/counters.B return 12
  DEBUG: READ_POSTPARSE /1D.EBEF0900/counters.B return 12
  DEBUG: ParsedName_destroy /1D.EBEF0900/counters.B
   READ[0] 12 bytes
   unique: 33, error: 0 (Success), outsize: 28
unique: 34, opcode: READ (15), nodeid: 3, insize: 64
READ[0] 4096 bytes from 12
   CALL: READ path=/1D.EBEF0900/counters.B size=4096 offset=12
   CALL: PARSENAME path=[/1D.EBEF0900/counters.B]
  DEBUG: Cache_Get_Device 1D EB EF 09 00 00 00 34
  DEBUG: Get from cache sn 1D EB EF 09 00 00 00 34 pointer=(nil) index=-1 size=4
  DEBUG: value found in cache
  DEBUG: READ_POSTPARSE /1D.EBEF0900/counters.B
  DEBUG: READ_POSTPOSTPARSE /1D.EBEF0900/counters.B
  DEBUG: FS_r_given_bus
   CALL: FS_r_single: format=3 s=4096 offset=12
  DEBUG: READ_POSTPOSTPARSE: /1D.EBEF0900/counters.B return 0
  DEBUG: READ_POSTPARSE /1D.EBEF0900/counters.B return 0
  DEBUG: ParsedName_destroy /1D.EBEF0900/counters.B
   READ[0] 0 bytes
   unique: 34, error: 0 (Success), outsize: 16
unique: 35, opcode: RELEASE (18), nodeid: 3, insize: 64
RELEASE[0] flags: 0x8000
   CALL: RELEASE path=/1D.EBEF0900/counters.B
   unique: 35, error: 0 (Success), outsize: 16


  - Original Message - 
  From: Rob Conway 
  To: owfs-developers@lists.sourceforge.net 
  Sent: Sunday, October 07, 2007 12:19 PM
  Subject: Re: [Owfs-developers] Data error reading DS2423 counters


  Paul

  Just reloaded 2.5p10 and these are the counter values displayed via owhttpd

  Counter A =   8999689
  Counter B =  2718957568
- Original Message - 
From: Paul Alfille 
To: owfs-developers@lists.sourceforge.net 
Sent: Sunday, October 07, 2007 12:11 PM
Subject: Re: [Owfs-developers] Data error reading DS2423 counters





On 10/6/07, Rob Conway <[EMAIL PROTECTED]> wrote: 
  Paul,
  I think I got the debug...first time I've really tried downlaoding via 
CVS and debug with owfs...

  This is the response when trying to read counters.B


  --- OneWireQuery done
DEBUG: Cache_Get 1D EB EF 09 00 00 00 34 size=8 IsUncachedDir=0
DEBUG: Get from cache sn 1D EB EF 09 00 00 00 34 pointer=0xb7f55b64 
index=1 size=8
DEBUG: value not found in cache
DEBUG: Selecting a path (and device) path=/1D.EBEF0900/counters.B 
SN=1D EB EF 09 00 00 00 34 last path=00 00 00 00 00 00 00 00
 DATA: DS9490_reset
 DATA: DS9490_reset: ok
DEBUG:   Transaction select = 0
DEBUG:   Transaction send = 0
DEBUG:   Transaction readin = 0
DEBUG:   Transaction CRC16 = 0
DEBUG:   Transaction end = 0
DEBUG: Counter Data: 00 00 10 A2 04 00 00 00

Hmm... Should be 4 bytes of counter and 4 bytes of zero.
Any idea what your counters should read? 

Paul Alfille
 


DEBUG: FS_r_given_bus FS_r_local return=-22
DEBUG: FS_r_given_bus return -22
DEBUG: READ_POSTPOSTPARSE: /1D

Re: [Owfs-developers] Data error reading DS2423 counters

2007-10-06 Thread Rob Conway
Paul

Just reloaded 2.5p10 and these are the counter values displayed via owhttpd

Counter A =   8999689
Counter B =  2718957568
  - Original Message - 
  From: Paul Alfille 
  To: owfs-developers@lists.sourceforge.net 
  Sent: Sunday, October 07, 2007 12:11 PM
  Subject: Re: [Owfs-developers] Data error reading DS2423 counters





  On 10/6/07, Rob Conway <[EMAIL PROTECTED]> wrote:
Paul,
I think I got the debug...first time I've really tried downlaoding via CVS 
and debug with owfs...

This is the response when trying to read counters.B


--- OneWireQuery done
  DEBUG: Cache_Get 1D EB EF 09 00 00 00 34 size=8 IsUncachedDir=0
  DEBUG: Get from cache sn 1D EB EF 09 00 00 00 34 pointer=0xb7f55b64 
index=1 size=8
  DEBUG: value not found in cache
  DEBUG: Selecting a path (and device) path=/1D.EBEF0900/counters.B 
SN=1D EB EF 09 00 00 00 34 last path=00 00 00 00 00 00 00 00
   DATA: DS9490_reset
   DATA: DS9490_reset: ok
  DEBUG:   Transaction select = 0
  DEBUG:   Transaction send = 0
  DEBUG:   Transaction readin = 0
  DEBUG:   Transaction CRC16 = 0
  DEBUG:   Transaction end = 0
  DEBUG: Counter Data: 00 00 10 A2 04 00 00 00

  Hmm... Should be 4 bytes of counter and 4 bytes of zero.
  Any idea what your counters should read? 

  Paul Alfille
   


  DEBUG: FS_r_given_bus FS_r_local return=-22
  DEBUG: FS_r_given_bus return -22
  DEBUG: READ_POSTPOSTPARSE: /1D.EBEF0900/counters.B return -22
  DEBUG: READ_POSTPARSE /1D.EBEF0900/counters.B return -22
  DEBUG: FS_OWQ_destroy of /1D.EBEF0900/counters.B
  DEBUG: ParsedName_destroy /1D.EBEF0900/counters.B
   unique: 73, error: -22 (Invalid argument), outsize: 16
unique: 74, opcode: RELEASE (18), nodeid: 7, insize: 64
RELEASE[0] flags: 0x8000
   CALL: RELEASE path=/1D.EBEF0900/counters.B
   unique: 74, error: 0 (Success), outsize: 16





--


  -
  This SF.net email is sponsored by: Splunk Inc.
  Still grepping through log files to find problems?  Stop.
  Now Search log events and configuration files using AJAX and a browser.
  Download your FREE copy of Splunk now >> http://get.splunk.com/


--


  ___
  Owfs-developers mailing list
  Owfs-developers@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/owfs-developers
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


Re: [Owfs-developers] Data error reading DS2423 counters

2007-10-06 Thread Paul Alfille
On 10/6/07, Rob Conway <[EMAIL PROTECTED]> wrote:
>
>  Paul,
> I think I got the debug...first time I've really tried downlaoding via CVS
> and debug with owfs...
>
> This is the response when trying to read counters.B
>
>
> --- OneWireQuery done
>   DEBUG: Cache_Get 1D EB EF 09 00 00 00 34 size=8 IsUncachedDir=0
>   DEBUG: Get from cache sn 1D EB EF 09 00 00 00 34 pointer=0xb7f55b64
> index=1 size=8
>   DEBUG: value not found in cache
>   DEBUG: Selecting a path (and device) path=/1D.EBEF0900/counters.B
> SN=1D EB EF 09 00 00 00 34 last path=00 00 00 00 00 00 00 00
>DATA: DS9490_reset
>DATA: DS9490_reset: ok
>   DEBUG:   Transaction select = 0
>   DEBUG:   Transaction send = 0
>   DEBUG:   Transaction readin = 0
>   DEBUG:   Transaction CRC16 = 0
>   DEBUG:   Transaction end = 0
>   DEBUG: Counter Data: 00 00 10 A2 04 00 00 00
>

Hmm... Should be 4 bytes of counter and 4 bytes of zero.
Any idea what your counters should read?

Paul Alfille


  DEBUG: FS_r_given_bus FS_r_local return=-22
>   DEBUG: FS_r_given_bus return -22
>   DEBUG: READ_POSTPOSTPARSE: /1D.EBEF0900/counters.B return -22
>   DEBUG: READ_POSTPARSE /1D.EBEF0900/counters.B return -22
>   DEBUG: FS_OWQ_destroy of /1D.EBEF0900/counters.B
>   DEBUG: ParsedName_destroy /1D.EBEF0900/counters.B
>unique: 73, error: -22 (Invalid argument), outsize: 16
> unique: 74, opcode: RELEASE (18), nodeid: 7, insize: 64
> RELEASE[0] flags: 0x8000
>CALL: RELEASE path=/1D.EBEF0900/counters.B
>unique: 74, error: 0 (Success), outsize: 16
>
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


Re: [Owfs-developers] Data error reading DS2423 counters

2007-10-06 Thread Rob Conway
Paul,
I think I got the debug...first time I've really tried downlaoding via CVS and 
debug with owfs...

This is the response when trying to read counters.B


--- OneWireQuery done
  DEBUG: Cache_Get 1D EB EF 09 00 00 00 34 size=8 IsUncachedDir=0
  DEBUG: Get from cache sn 1D EB EF 09 00 00 00 34 pointer=0xb7f55b64 index=1 
size=8
  DEBUG: value not found in cache
  DEBUG: Selecting a path (and device) path=/1D.EBEF0900/counters.B SN=1D 
EB EF 09 00 00 00 34 last path=00 00 00 00 00 00 00 00
   DATA: DS9490_reset
   DATA: DS9490_reset: ok
  DEBUG:   Transaction select = 0
  DEBUG:   Transaction send = 0
  DEBUG:   Transaction readin = 0
  DEBUG:   Transaction CRC16 = 0
  DEBUG:   Transaction end = 0
  DEBUG: Counter Data: 00 00 10 A2 04 00 00 00
  DEBUG: FS_r_given_bus FS_r_local return=-22
  DEBUG: FS_r_given_bus return -22
  DEBUG: READ_POSTPOSTPARSE: /1D.EBEF0900/counters.B return -22
  DEBUG: READ_POSTPARSE /1D.EBEF0900/counters.B return -22
  DEBUG: FS_OWQ_destroy of /1D.EBEF0900/counters.B
  DEBUG: ParsedName_destroy /1D.EBEF0900/counters.B
   unique: 73, error: -22 (Invalid argument), outsize: 16
unique: 74, opcode: RELEASE (18), nodeid: 7, insize: 64
RELEASE[0] flags: 0x8000
   CALL: RELEASE path=/1D.EBEF0900/counters.B
   unique: 74, error: 0 (Success), outsize: 16



  - Original Message - 
  From: Paul Alfille 
  To: owfs-developers@lists.sourceforge.net 
  Sent: Sunday, October 07, 2007 11:08 AM
  Subject: Re: [Owfs-developers] Data error reading DS2423 counters


  Sorry for that response.

  Can you try the CVS version? (I don't have a DS2423 to test against).

  I'm testing the conjecture that we can't read just the last byte of the page 
and the counters.

  If you could test with "--error_level=9 --foreground" and post the output?

  Paul Alfille


  On 10/6/07, Paul Alfille < [EMAIL PROTECTED]> wrote:


On 10/6/07, Rob Conway <[EMAIL PROTECTED]> wrote:
  ANy idea's on why 2423 counter parameters do not work on the latest 
releases.  If I have to keep running 2.5p10 was this a stable release ?

Want your money back?






--


  -
  This SF.net email is sponsored by: Splunk Inc.
  Still grepping through log files to find problems?  Stop.
  Now Search log events and configuration files using AJAX and a browser.
  Download your FREE copy of Splunk now >> http://get.splunk.com/


--


  ___
  Owfs-developers mailing list
  Owfs-developers@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/owfs-developers
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


Re: [Owfs-developers] Data error reading DS2423 counters

2007-10-06 Thread Paul Alfille
Sorry for that response.

Can you try the CVS version? (I don't have a DS2423 to test against).

I'm testing the conjecture that we can't read just the last byte of the page
and the counters.

If you could test with "--error_level=9 --foreground" and post the output?

Paul Alfille

On 10/6/07, Paul Alfille < [EMAIL PROTECTED]> wrote:
>
>
> On 10/6/07, Rob Conway <[EMAIL PROTECTED]> wrote:
> >
> > ANy idea's on why 2423 counter parameters do not work on the latest
> > releases.  If I have to keep running 2.5p10 was this a stable release ?
> >
>
> Want your money back?
>
>
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


Re: [Owfs-developers] Data error reading DS2423 counters

2007-10-06 Thread Gregg Levine
On 10/6/07, Paul Alfille <[EMAIL PROTECTED]> wrote:
> On 10/6/07, Rob Conway <[EMAIL PROTECTED]> wrote:
> >
> > ANy idea's on why 2423 counter parameters do not work on the latest
> > releases.  If I have to keep running 2.5p10 was this a stable release ?
> >
>
> Want your money back?
>
Hello!
And how do you want it delivered? I can have the TARDIS arrive where
you are in about a year. Assuming he doesn't get lost delivering
Tegan.

-- 
Gregg C Levine [EMAIL PROTECTED]
"This signature was once found posting rude
 messages in English in the Moscow subway."

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


Re: [Owfs-developers] Data error reading DS2423 counters

2007-10-06 Thread Paul Alfille
On 10/6/07, Rob Conway <[EMAIL PROTECTED]> wrote:
>
> ANy idea's on why 2423 counter parameters do not work on the latest
> releases.  If I have to keep running 2.5p10 was this a stable release ?
>

Want your money back?
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


Re: [Owfs-developers] Support for Louis Swart's LCD interface broken in latest version of owfs?

2007-10-06 Thread Paul Alfille
Solved (in the CVS version, and 2.6p8 when released).

You need to start up with --usb_regulartime

It turns out that the USB flexible timing confuses the Swart LCD.

Paul Alfille

On 10/6/07, Paul Alfille <[EMAIL PROTECTED]> wrote:
>
> I see that we use different timing (Flexible speed) currently rather than
> back in 2.6p1
>
> I'll test to see if this is the problem.
>
> Paul Alfille
>
> On 10/5/07, Erik Freiholtz <[EMAIL PROTECTED]> wrote:
> >
> > Hi!
> > I've been using Louis Swart's LCD interfaces for years.
> >
> > When trying to use the interface with one of the later versions of owfs
> > (2.6p6
> > 2.6p7) the LCD interface is not found at all.
> >
> > Everything is fine in 2.6p1, I have not tried p2,p3,p4 or p5.
> >
> > Since I use the displays on openwrt-routers it is a little bit tricky
> > to use an old version.
> >
> > I've searched the mailing lists and the web, but I can't even find
> > anyone mention this problem, is this a known bug?
> >
> > Best Regards
> > Erik Freiholtz
> >
> >
> > -
> > This SF.net email is sponsored by: Splunk Inc.
> > Still grepping through log files to find problems?  Stop.
> > Now Search log events and configuration files using AJAX and a browser.
> > Download your FREE copy of Splunk now >> http://get.splunk.com/
> > ___
> > Owfs-developers mailing list
> > Owfs-developers@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/owfs-developers
> >
>
>
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers