William

I run the following ubuntu server addition 

Distributor ID: Ubuntu
Description:    Ubuntu 8.04.1
Release:        8.04
Codename:       hardy


And simply followed the instructions at
https://help.ubuntu.com/community/1wireSoftware
&
http://tomasz.korwel.net/2006/07/02/owfs-instalation-on-ubuntu-606/

Cannot remember having any troubles and I am not an expert with compile &
installing under Linux.

If I knew how to find out which owfs version was running I could tell you
that as well. :(

Cheers

rob
www.rjconway.homeip.net


-----Original Message-----
From: William Brown [mailto:mahi...@earthlink.net] 
Sent: Monday, February 16, 2009 11:31 AM
To: owfs-developers@lists.sourceforge.net
Subject: Re: [Owfs-developers] OWFS on Ubuntu 8.04 adn 8.10

Paul

I'm in really deep here.   My irrigation system is not working because I 
cannot get owfs or ownet to work on  Ubuntu 8.10.  Ownet is not reading 
the devices.  Creating new owserver comes back defined, directory read 
not defined.  Any suggestions.  My code follows:

#!/usr/bin/perl -w
# 1w_net_volts.pl

use warnings;
use strict;
use OWNet;

# DS2408
  my $volts_sid   = '/20.F6BF0C000000';
  my $volts_sname = 'DS2450';
  my $volts_suse  = 'Voltage sensor';

# directory names
  my $volts_A_dir  = $volts_sid.'/volt.A';

# program use
  my $volts_A;

#
  print "\nbuild owfs dirs\n";
  print "\tVolts dir >$volts_A_dir\n";

# 1 wire server init
  my $ow_server_ip = "192.168.0.54:4304";
  print "\n1wire server ip >$ow_server_ip\n";
  my $owserver = OWNet->new("$ow_server_ip -v") ;
  if (defined ($owserver)) {
    print "\towserver new success\n";
  }
  else {print "\towserver new failed\n";}


#  Volt A get
  print "\nVolt A get dir >$volts_A_dir\n";
  $volts_A = $owserver->read($volts_A_dir);
  if (defined ($volts_A)) {
    print "\tVolts A get success >$volts_A\n";
  }
  else {print "\tVolts A get failed\n";}


Paul Alfille wrote:
> On Sat, Feb 14, 2009 at 3:48 AM, William Brown <mahi...@earthlink.net 
> <mailto:mahi...@earthlink.net>> wrote:
>
>
>     PS Should I be writing on a different mailing list? Are there any good
>     ones to subscribe?
>
>
>
> This is the perfect place for these questions.
>
> Paul Alfille
> ------------------------------------------------------------------------
>
>
----------------------------------------------------------------------------
--
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco,
CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the
Enterprise
> -Strategies to boost innovation and cut costs with open source
participation
> -Receive a $600 discount off the registration fee with the source code:
SFAD
> http://p.sf.net/sfu/XcvMzF8H
> ------------------------------------------------------------------------
>
> _______________________________________________
> Owfs-developers mailing list
> Owfs-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>   


----------------------------------------------------------------------------
--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers
No virus found in this incoming message.
Checked by AVG - www.avg.com 
Version: 8.0.237 / Virus Database: 270.10.24/1954 - Release Date: 02/15/09
18:09:00


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to