Hello :-)

Trying to install 3.1p0 on a HP Zbook 15 running on Ubuntu 14.04 LTS.

After downloading and unpacking it in /usr/local/src/
I do:

sudo apt-get install autoconf libtool libusb-dev libfuse-dev

sudo ./configure
sudo make
sudo make install

#create mount directory:
sudo mkdir /var/1-wire

At the end of the ./configure it says:

Current configuration:

    Deployment location: /opt/owfs

Compile-time options:
                      USB is DISABLED
                    AVAHI is DISABLED
                      I2C is enabled
                       W1 is enabled
    Parallel port DS1410E is enabled
         Zeroconf/Bonjour is enabled
             Debug-output is enabled
               Mutexdebug is enabled
                Profiling is DISABLED
Tracing memory allocation is DISABLED

Module configuration:
                    owlib is enabled
                  owshell is enabled
                     owfs is enabled
                  owhttpd is enabled
                   owftpd is enabled
                 owserver is enabled
               owexternal is enabled
                    ownet is enabled
                 ownetlib is enabled
                    owtap is enabled
                    owmon is enabled
                   owcapi is enabled
                     swig is DISABLED
                   owperl is DISABLED
                    owphp is DISABLED
                 owpython is DISABLED
                    owtcl is DISABLED

Why is the USB disabled?

To try starting it I did:
sudo service owserver start

and

sudo /opt/owfs/bin/owfs -s localhost:4304 -a alias_file -m /var/1-wire
--allow_other

It doesn't show anything in that directory (unsurprisingly :-) ?) ...

What am I doing wrong?

Why is the USB disabled?

Where can I read how to properly call owfs with such that it recognizes my
DS9490R USB adaptor?

Thanks for you help.

Best regards,

Eric
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to