Don't know if you have this working yet but I had a problem with this and it
was because owfs needs python 2.4 and Ububtu 10.04 comes with python 2.6.
I did this:-
First add the following lines to the >>start<< of /etc/apt/sources.list
deb http://gb.archive.ubuntu.com/ubuntu/ karmic main restricted universe
multiverse
deb-src http://gb.archive.ubuntu.com/ubuntu/ karmic main restricted universe
multiverse
deb http://gb.archive.ubuntu.com/ubuntu/ karmic-updates main restricted
universe multiverse
deb-src http://gb.archive.ubuntu.com/ubuntu/ karmic-updates main restricted
universe multiverse
deb http://gb.archive.ubuntu.com/ubuntu/ karmic-backports main restricted
universe multiverse
deb-src http://gb.archive.ubuntu.com/ubuntu/ karmic-backports main
restricted universe multiverse
deb http://security.ubuntu.com/ubuntu karmic-security main restricted
universe multiverse
deb-src http://security.ubuntu.com/ubuntu karmic-security main restricted
universe multiverse
then do:
sudo apt-get update
then do:
sudo apt-get install python2.4-dev=2.4.6-1ubuntu3.2.9.10.1
I would then remove or comment out the new lines you just added and run sudo
apt-get update again.
Now run
./configure && make && make install and it should work.
Don't forget to edit /etc/fuse.conf adding the line
user_allow_other
to enable owfs to be run without being root
launch owfs with:
/opt/owfs/bin/owfs --allow_other -C -u -m $HOME/1-wire
^ ^
^
or your path USB where your
1-wire directory is.
On 3 September 2010 09:55, Iztok Jeras <iztok.je...@gmail.com> wrote:
> Hi Mick,
>
> you can try to install the package from this ppa:
> https://launchpad.net/~team-electronics/+archive/ppa<https://launchpad.net/%7Eteam-electronics/+archive/ppa>
>
> just do:
> sudo add-apt-repository ppa:team-electronics/ppa
> sudo apt-get install owfs
>
> but mind I did not have time to test it yet, and the version is a bit
> old, I will build a newer one as soon as I find the time (about 2
> weeks)
> according to the buildlog
>
> http://launchpadlibrarian.net/54137629/buildlog_ubuntu-lucid-i386.owfs_2.8p0-1_FULLYBUILT.txt.gz
> the executable you were looking for should be in the path
> drwxr-xr-x root/root 0 2010-08-21 20:17 ./usr/bin/
> -rwxr-xr-x root/root 17872 2010-08-21 20:17 ./usr/bin/owget
> -rwxr-xr-x root/root 17872 2010-08-21 20:17 ./usr/bin/owread
> -rwxr-xr-x root/root 17872 2010-08-21 20:17 ./usr/bin/owwrite
> -rwxr-xr-x root/root 17872 2010-08-21 20:17 ./usr/bin/owpresent
> -rwxr-xr-x root/root 63496 2010-08-21 20:17 ./usr/bin/owftpd
> -rwxr-xr-x root/root 49221 2010-08-21 20:17 ./usr/bin/owtap
> -rwxr-xr-x root/root 15016 2010-08-21 20:17 ./usr/bin/owfs
> -rwxr-xr-x root/root 26200 2010-08-21 20:17 ./usr/bin/owserver
> -rwxr-xr-x root/root 28113 2010-08-21 20:17 ./usr/bin/owmon
> -rwxr-xr-x root/root 26152 2010-08-21 20:17 ./usr/bin/owhttpd
> -rwxr-xr-x root/root 17872 2010-08-21 20:17 ./usr/bin/owdir
>
> Regards,
> Iztok Jeras
>
> On Fri, Sep 3, 2010 at 10:23 AM, Mick Sulley <m...@sulley.info> wrote:
> > Hi Guys
> >
> > OK I have run sudo make install and now I get a load of stuff
> > in /opt/owfs but I still do not get an owfs executable in /opt/owfs/bin/
> >
> > I have owdir, owget, owpresent, owread and owwrite, but no owfs.
> >
> > Thanks
> >
> > Mick
> >
> > On Thu, 2010-09-02 at 20:14 -0400, Paul Alfille wrote:
> >> Gregg is right.It's "sudo make install"
> >>
> >> On Thu, Sep 2, 2010 at 6:32 PM, Gregg Levine <gregg.drw...@gmail.com>
> >> wrote:
> >>
> >> On Thu, Sep 2, 2010 at 6:00 PM, Mick Sulley <m...@sulley.info>
> >> wrote:
> >> > Many thanks for that, I now have a message that owfs is
> >> enabled, but I
> >> > cannot get any further.
> >> >
> >> > Following the notes from Tomasz Korwel
> >> >
> >>
> http://tomasz.korwel.net/2006/07/02/owfs-instalation-on-ubuntu-606/
> >> >
> >> > it all seems OK until the line
> >> > comp# /opt/owfs/bin/owfs /dev/ttyS0 /var/1-Wire/mnt
> >> >
> >> > I assume that this is calling the owfs executable and he has
> >> it
> >> > in /opt/owfs/bin/
> >> > My /opt/ is empty even though the messages at the end of
> >> configure say
> >> >
> >> > Deployment location: /opt/owfs
> >> >
> >> > What am I doing wrong?
> >> >
> >> > Thanks
> >> >
> >> > Mick
> >> >
> >> >
> >> > On Thu, 2010-09-02 at 15:55 -0400, Eloy Paris wrote:
> >> >> Hi Mick,
> >> >>
> >> >> On 09/02/2010 03:42 PM, Mick Sulley wrote:
> >> >>
> >> >> > Hi,
> >> >> >
> >> >> > I have a feeling I have missed something really basic
> >> here, but
> >> >> > anyway...
> >> >> >
> >> >> > I'm on Ubuntu server 10.04. I am trying to get just
> >> basic owfs working,
> >> >> > I have downloaded the tar, and unpacked it
> >> to /usr/local/src/owfs-2.8p2
> >> >> >
> >> >> > I run sudo ./config and it all looks OK but when it
> >> finishes it says
> >> >> > under Module config that owfs is disabled. I have tried
> >> running
> >> >> > sudo ./config --enable-owfs but that gives me some
> >> messages, the end of
> >> >> > which is -
> >> >> >
> >> >> > checking if owfs is enabled... yes
> >> >> > checking fuse.h usability... no
> >> >> > checking fuse.h presence... no
> >> >> > checking for fuse.h... no
> >> >> > configure: WARNING:
> >> >> > Can't find fuse.h - Add the search path with
> >> --with-fuseinclude
> >> >> > configure: WARNING: Install FUSE-2.2 or later to enable
> >> owfs - download
> >> >> > it from http://fuse.sourceforge.net/
> >> >> > configure: error: Configure without --enable-owfs to
> >> detect fuse
> >> >> > automatically.
> >> >> >
> >> >> >
> >> >> > I thought that fuse is now part of the kernel and does
> >> not need to be
> >> >> > installed explicitly.
> >> >> >
> >> >> > Can anyone point me in the right direction please?
> >> >>
> >> >> Try this:
> >> >>
> >> >> sudo apt-get install libfuse-dev
> >> >>
> >> >> FUSE is part of the kernel but the whole idea behind FUSE
> >> is to be able
> >> >> to have filesystems in userspace, so there is a userspace
> >> component
> >> >> (library) as well that provides an API that applications
> >> must use. The
> >> >> include files and related development stuff is provided by
> >> the
> >> >> libfuse-dev package.
> >> >>
> >> >> Cheers,
> >> >>
> >> >> Eloy Paris.-
> >> >>
> >>
> ------------------------------------------------------------------------------
> >>
> >>
> >> Hello!
> >> Mick, you're using Ubuntu? Did you remember to use the sudo
> >> command to
> >> run make install? Typically that's the step that's run, after
> >> the
> >> .configure step, and the make step.
> >>
> >> Now since I run Slackware here, I need not run things under
> >> the sudo
> >> shell, but the steps are the same. I've also changed the
> >> deployment
> >> directory to the /usr one. I've also updated the FUSE library
> >> and
> >> module to agree with the latest one out, and of course the
> >> kernel
> >> presence also makes life interesting for developers.
> >>
> >> Ideally it shouldn't matter, but with Linux its reached the
> >> phase of
> >> yes it can matter.
> >> -----
> >> Gregg C Levine gregg.drw...@gmail.com
> >> "This signature fought the Time Wars, time and again."
> >>
> >>
> >>
> >>
> ------------------------------------------------------------------------------
> >> This SF.net Dev2Dev email is sponsored by:
> >>
> >> Show off your parallel programming skills.
> >> Enter the Intel(R) Threading Challenge 2010.
> >> http://p.sf.net/sfu/intel-thread-sfd
> >> _______________________________________________
> >> Owfs-developers mailing list
> >> Owfs-developers@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/owfs-developers
> >>
> >>
> >>
> ------------------------------------------------------------------------------
> >> This SF.net Dev2Dev email is sponsored by:
> >>
> >> Show off your parallel programming skills.
> >> Enter the Intel(R) Threading Challenge 2010.
> >> http://p.sf.net/sfu/intel-thread-sfd
> >> _______________________________________________ Owfs-developers mailing
> list Owfs-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
> >
> >
> >
> >
> ------------------------------------------------------------------------------
> > This SF.net Dev2Dev email is sponsored by:
> >
> > Show off your parallel programming skills.
> > Enter the Intel(R) Threading Challenge 2010.
> > http://p.sf.net/sfu/intel-thread-sfd
> > _______________________________________________
> > Owfs-developers mailing list
> > Owfs-developers@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/owfs-developers
> >
>
>
> ------------------------------------------------------------------------------
> This SF.net Dev2Dev email is sponsored by:
>
> Show off your parallel programming skills.
> Enter the Intel(R) Threading Challenge 2010.
> http://p.sf.net/sfu/intel-thread-sfd
> _______________________________________________
> Owfs-developers mailing list
> Owfs-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers