Re: [Owfs-developers] OWFS on $WRT-router

2008-02-03 Thread Eric Allen
The difference in levels wasn't a problem when I built the circuit, since 3.3 is above +2.5 and the 3.3 circuitry is +5V safe. I did tie pin 6 to +5V, and I think I put all the grounds together (although I don't think that's necessary). On Feb 3, 2008 6:32 PM, Chris <[EMAIL PROTECTED]> wrote: > H

[Owfs-developers] OWFS on $WRT-router

2008-02-03 Thread Chris
Hi, I tried this: http://owfs.sourceforge.net/WRT54G.html and it doesn't work for me. It looks really weird how the author connected the DS2480B, which runs at 5V directly to the UART, which provides only 3.3V. I think this would need some level-shifting. The datasheet also says the POL-Pin (Pin6

Re: [Owfs-developers] OWFS on WRT-Router

2007-02-11 Thread Christian Magnusson
net > Subject: Re: [Owfs-developers] OWFS on WRT-Router > > I am using dd-wrt whiterussian, there seems to be no c-library > installed. and trying to install the packages always ends in errors: > > tar: unexpected end of file > tar: ./control.tar.gz: Not found in archive &

Re: [Owfs-developers] OWFS on WRT-Router

2007-02-10 Thread Chris
> > /Christian > > >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:owfs- >> [EMAIL PROTECTED] On Behalf Of Chris >> Sent: den 9 februari 2007 23:14 >> To: owfs-developers@lists.sourceforge.net >> Subject: [Owfs-developers] OWFS o

Re: [Owfs-developers] OWFS on WRT-Router

2007-02-10 Thread Chris
: owfs-developers@lists.sourceforge.net >> Subject: [Owfs-developers] OWFS on WRT-Router >> >> Hi, >> I installed OWFS on my WRT54GL-Router with the packages you provide >> here: http://owfs.sourceforge.net/openwrt/packages/ >> >> But when I wa

Re: [Owfs-developers] OWFS on WRT-Router

2007-02-10 Thread Christian Magnusson
TECTED] [mailto:owfs- > [EMAIL PROTECTED] On Behalf Of Chris > Sent: den 9 februari 2007 23:14 > To: owfs-developers@lists.sourceforge.net > Subject: [Owfs-developers] OWFS on WRT-Router > > Hi, > I installed OWFS on my WRT54GL-Router with the packages you provide > here: http:

Re: [Owfs-developers] OWFS on WRT-Router

2007-02-09 Thread Paul Alfille
tsearch is part of the C library binary search routines. It sounds like you C library doesn't include the binary search support. Christian Magnusson built the WRT packages for OpenWRT. Is that what you are using? Paul Alfille On 2/9/07, Chris <[EMAIL PROTECTED]> wrote: Hi, I installed OWFS on

[Owfs-developers] OWFS on WRT-Router

2007-02-09 Thread Chris
Hi, I installed OWFS on my WRT54GL-Router with the packages you provide here: http://owfs.sourceforge.net/openwrt/packages/ But when I want to start any program I get a "can't resolve symbol 'tsearch'"-error What is the problem? ---