Re: [Owfs-developers] OWFS on Ubuntu 8.04 adn 8.10

2009-02-25 Thread Christian Magnusson
-developers@lists.sourceforge.net Subject: Re: [Owfs-developers] OWFS on Ubuntu 8.04 adn 8.10 The old how to guides work just fine. All that needs to be fixed is the version of libtool for Ubuntu 8.10. I'm inclined not to muddy the waters. This guide of Pauls' works for Ubuntu 8.10 Here's the steps

Re: [Owfs-developers] OWFS on Ubuntu 8.04 adn 8.10

2009-02-23 Thread Paul Alfille
Daniel Klaussen has been working on an Ubuntu guide for OWFS (along with SAMBA hints) at: http://sites.google.com/a/klaussen.com/owfs/ He would like feedback. On Mon, Feb 16, 2009 at 5:25 PM, William Brown mahi...@earthlink.netwrote: Glad I could help. Matthias Urlichs wrote: Hi,

Re: [Owfs-developers] OWFS on Ubuntu 8.04 adn 8.10

2009-02-23 Thread William Brown
The old how to guides work just fine. All that needs to be fixed is the version of libtool for Ubuntu 8.10. I'm inclined not to muddy the waters. This guide of Pauls' works for Ubuntu 8.10 Here's the steps for OWFS. Basic ubuntu install and added lots of fluff. Then for OWFS --- sudo

Re: [Owfs-developers] OWFS on Ubuntu 8.04 adn 8.10

2009-02-16 Thread Rob Conway
...@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

Re: [Owfs-developers] OWFS on Ubuntu 8.04 adn 8.10

2009-02-16 Thread William Brown
It seems I'm mixing incompatible versions of libtool But I'm not sure how to fix it. How do I remove libtool modules shipped with owfs? the problem - http://www.mail-archive.com/libt...@gnu.org/msg10937.html the answer? - http://www.mail-archive.com/libt...@gnu.org/msg10938.html

Re: [Owfs-developers] OWFS on Ubuntu 8.04 adn 8.10

2009-02-16 Thread William Brown
- 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

Re: [Owfs-developers] OWFS on Ubuntu 8.04 adn 8.10

2009-02-16 Thread William Brown
Eureka, problem solved. It was libtool. Owfs generates a libtool that is incompatible for Ubuntu 8.10. I noticed a different in the size of the libtools(209.2KB vs 269KB). I deleted the generated version and linked to /usr/bin/libtool and everthing compiled/linked, including swig. Back in

Re: [Owfs-developers] OWFS on Ubuntu 8.04 adn 8.10

2009-02-16 Thread Matthias Urlichs
Hi, William Brown: Eureka, problem solved. It was libtool. Owfs generates a libtool that is incompatible for Ubuntu 8.10. I noticed a different in the size of the libtools(209.2KB vs 269KB). I deleted the generated version and linked to /usr/bin/libtool and everthing compiled/linked,

Re: [Owfs-developers] OWFS on Ubuntu 8.04 adn 8.10

2009-02-16 Thread William Brown
Glad I could help. Matthias Urlichs wrote: Hi, William Brown: Eureka, problem solved. It was libtool. Owfs generates a libtool that is incompatible for Ubuntu 8.10. I noticed a different in the size of the libtools(209.2KB vs 269KB). I deleted the generated version and linked to

Re: [Owfs-developers] OWFS on Ubuntu 8.04 and 8.10

2009-02-15 Thread William Brown
Trying to use ownet.php, get this error message OWFS[4980]: Bad Adapter adapter reconnected Matthias Urlichs wrote: Hi, William Brown: Removed everything and re-install, restarted. Now I'm missing the swig modules Ah yes. Sorry, I should have mentioned that. I'm not building

Re: [Owfs-developers] OWFS on Ubuntu 8.04 adn 8.10

2009-02-15 Thread William Brown
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 #

Re: [Owfs-developers] OWFS on Ubuntu 8.04 adn 8.10

2009-02-14 Thread William Brown
Debian may be good but I need to help Windowers make the switch to something more user friendly and safe. Ubuntu seems to be the best path. Even Ubuntu needs some help to play nicely. Like lose network manager. Today we have 5.1 sound, HL-340 support and really improved device support. I

Re: [Owfs-developers] OWFS on Ubuntu 8.04 adn 8.10

2009-02-14 Thread William Brown
Removed everything and re-install, restarted. Now I'm missing the swig modules dl_local(): File '/usr/lib/php5/20060613+lfs/libowphp.so' does not exist. Should I just compile and create them or should they be included in the package? Matthias Urlichs wrote: Hi, William Brown: To add:

Re: [Owfs-developers] OWFS on Ubuntu 8.04 adn 8.10

2009-02-14 Thread Matthias Urlichs
Hi, William Brown: Removed everything and re-install, restarted. Now I'm missing the swig modules Ah yes. Sorry, I should have mentioned that. I'm not building the PHP swig module at the moment; it had build problems. I'd recommend using the ownet.php module. Loading the whole library just

Re: [Owfs-developers] OWFS on Ubuntu 8.04 adn 8.10

2009-02-14 Thread William Brown
I'm way over head in trying to resolve the compile issues but I had a question. In this compile it specifies -o $@ but in the actual compile it becomes -c -o ow_dl.lo ow_dl.c as for as I can tell LDFLAGS is null. So 1) where is the -c option coming from. 2) are the modules out of sequence for

Re: [Owfs-developers] OWFS on Ubuntu 8.04 adn 8.10

2009-02-14 Thread William Brown
Sorry, I should not have used underline. I'm way over head in trying to resolve the compile issues but I had a question. In this compile it specifies -o $@ but in the actual compile it becomes -c -o ow_dl.lo ow_dl.c as for as I can tell LDFLAGS is null. So 1) where is the -c option coming

Re: [Owfs-developers] OWFS on Ubuntu 8.04 adn 8.10

2009-02-13 Thread Matthias Urlichs
Hi, William Brown: My bad, I should have changed subject to Ubuntu 8.10. I'm using Intrepid will Hardy version work if I compile? Yes. You should also be able to use the Hardy version directly. -- Matthias Urlichs | {M:U} IT Design @ m-u-it.de | sm...@smurf.noris.de Disclaimer: The

Re: [Owfs-developers] OWFS on Ubuntu 8.04 adn 8.10

2009-02-13 Thread William Brown
What do I do with it. Adding to repositories gives an error, need public key. Matthias Urlichs wrote: Hi, William Brown: My bad, I should have changed subject to Ubuntu 8.10. I'm using Intrepid will Hardy version work if I compile? Yes. You should also be able to use the

Re: [Owfs-developers] OWFS on Ubuntu 8.04 adn 8.10

2009-02-13 Thread Matthias Urlichs
Hi, William Brown: What do I do with it. Adding to repositories gives an error, need public key. https://help.launchpad.net/Packaging/PPA#Adding%20a%20PPA%20to%20your%20Ubuntu%20repositories -BEGIN PGP PUBLIC KEY BLOCK- Version: GnuPG v1.4.9 (GNU/Linux)

Re: [Owfs-developers] OWFS on Ubuntu 8.04 adn 8.10

2009-02-13 Thread William Brown
Thanks, but still problems. Added public key, reload repositories, installed owfs 2.7p14 with Package Manager, shows p14 installed. Version on owserver and owhttpd still 2.7p4. Version p14 not found anywhere on harddrive. What's next? Matthias Urlichs wrote: Hi, William Brown: What

Re: [Owfs-developers] OWFS on Ubuntu 8.04 adn 8.10

2009-02-13 Thread Michael Weber
Have you installed the library-package too? (libows27) owserver etc just report the version of the library. m. Thanks, but still problems. Added public key, reload repositories, installed owfs 2.7p14 with Package Manager, shows p14 installed. Version on owserver and owhttpd still 2.7p4.

Re: [Owfs-developers] OWFS on Ubuntu 8.04 adn 8.10

2009-02-13 Thread William Brown
Yes it is. But libow-perl is not, unresolved dependencies for perlapi-5.8.8. Also libownet stuff not installed but not necessary for me. Michael Weber wrote: Have you installed the library-package too? (libows27) owserver etc just report the version of the library. m. Thanks, but

Re: [Owfs-developers] OWFS on Ubuntu 8.04 adn 8.10

2009-02-13 Thread William Brown
To add: perl-5-8.8 is now perl-5.10.0 in intrepid. William Brown wrote: Yes it is. But libow-perl is not, unresolved dependencies for perlapi-5.8.8. Also libownet stuff not installed but not necessary for me. Michael Weber wrote: Have you installed the library-package too? (libows27)

Re: [Owfs-developers] OWFS on Ubuntu 8.04 adn 8.10

2009-02-13 Thread Matthias Urlichs
Hi, William Brown: To add: perl-5-8.8 is now perl-5.10.0 in intrepid. OK, I'll rebuild the packages for Intrepid, no problem. If you have built an older version by hand, you need to remove it entirely before installing a real Debian package. Obviously you didn't. -- Matthias Urlichs |

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2009-02-12 Thread Matthias Urlichs
Hi, William Brown: I'm relatively new to linux and haven't acquired the skills to do the patch. Can you tell me how it's done and I will attempt it? Ubuntu is easy; I'll trigger builds. deb http://ppa.launchpad.net/smurf/ppa/ubuntu hardy main The current release should be up there in an

Re: [Owfs-developers] OWFS on Ubuntu 8.04 adn 8.10

2009-02-12 Thread William Brown
My bad, I should have changed subject to Ubuntu 8.10. I'm using Intrepid will Hardy version work if I compile? Matthias Urlichs wrote: Hi, William Brown: I'm relatively new to linux and haven't acquired the skills to do the patch. Can you tell me how it's done and I will attempt it?

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2009-02-11 Thread William Brown
I keep getting these errors for owfs 2.7p14 on Ubuntu 8.10 (32bit) and I am not sure why. I followed the steps in this e-mail, I followed the steps on the owfs installation page and I copied libtool to the owfs directory? This happened in p12 also. make[4]: Entering directory

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2009-02-11 Thread Matthias Urlichs
Hi, William Brown: I keep getting these errors for owfs 2.7p14 on Ubuntu 8.10 (32bit) and I am not sure why. I followed the steps in this e-mail, I followed the steps on the owfs installation page and I copied libtool to the owfs directory? This happened in p12 also. Yeah, sorry

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2009-01-06 Thread Paul Alfille
On Mon, Jan 5, 2009 at 7:46 PM, William Brown mahi...@earthlink.net wrote: Here is my init.d startup script. They should be separate but I wonder if the server -u all could be causing a conflict since ttyUSB1 is connected with a usb/rs232 adapter? In my perl program I use No, the -u scans

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2009-01-05 Thread Paul Alfille
On Mon, Jan 5, 2009 at 4:45 AM, William Brown mahi...@earthlink.net wrote: So now I'm getting this error: DEFAULT: Cannot detect DS9097 (passive) interface on /dev/ttyUSB1 Can you tell me what it means? Will owfs pass through a rs232/usb converter? I general, yes. There is a difference

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2009-01-05 Thread William Brown
So now I'm getting this error: DEFAULT: Cannot detect DS9097 (passive) interface on /dev/ttyUSB1 Can you tell me what it means? Will owfs pass through a rs232/usb converter? OS is Ubuntu 8.10. My USB Adaptor DS9490R works and is set as the owserver 1wire adapter. All my programs and web

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2009-01-05 Thread William Brown
The adapter label says its DS9097U and in the past when connected to a real serial port it found a DS2480 chip. I forgot to mention that the error message is from a Perl program using OW,pm. I checked with lsusb and dmesg to verify the device is /dev/ttyUSB1 and changed permissions. I have a

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2009-01-05 Thread William Brown
When I try to access DS9097U serial adapter attached by HL-340 usb to rs232 adapter. Only the DS9097U is attached, there are no other devices (should be OK?) $ sudo mkdir /mnt/1wire $ sudo /opt/owfs/bin/owfs -d /dev/ttyUSB1 /mnt/1wire $ tree -a /mnt/1wire /mnt/1wire [error opening dir] Paul

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2009-01-05 Thread William Brown
My bad, I noticed I ran owfs without su so I tried again. It didn't work so I restarted the computer and created a third directory 1wire3 and I was successful using owfs to read the DS9097U. So it's something in my Perl program that is choking. Perl program works ok with the DS9490R but not

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2009-01-05 Thread Paul Alfille
The perl program (or ow.pm) use the same library as owfs. It will also have the same constraints -- it needs access to the usb port. You aren't running the programs at the same time, are you? They can't both access the port. Well they can, but you have to use owserver so: sudo owserver -d

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2009-01-05 Thread William Brown
Here is my init.d startup script. They should be separate but I wonder if the server -u all could be causing a conflict since ttyUSB1 is connected with a usb/rs232 adapter? In my perl program I use OW::init('/dev/ttyUSB1');. Both programs are running at the same time but should be using

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2009-01-04 Thread William Brown
Found my problems, I had an old module for ch341 loading from dkms. Removed it and all my serial devices are mounted. Found that owfs p1 was still installed and removed it and owfs p12 is running very nicely. All this on Ubuntu Intrepid 8.10. William Brown wrote: I am willing to try but

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2009-01-04 Thread Paul Alfille
Great news. Some day we'll be in the standard distributions and the installation will be easier. Paul Alfille On Sun, Jan 4, 2009 at 8:01 PM, William Brown mahi...@earthlink.net wrote: Found my problems, I had an old module for ch341 loading from dkms. Removed it and all my serial devices

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2009-01-03 Thread William Brown
I am willing to try but the modules used ch341.c and especially tty_ioctl.c have been edited significantly since that guide was written. I am trying to find the correct source for kernel 2.6.27-9. The changes look like they still need to be applied. But I am having trouble finding the

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2009-01-03 Thread William Brown
I find it hard to get anything done during the Holidays. Happy New Year. Tim Sailer wrote: William Brown wrote: Thank you, that did it. Oviously I am in need of help. Nah. I'll have to dig into the configure script to find out what's going on. Looks like the supplied libtool

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2009-01-02 Thread William Brown
William Brown wrote: upgraded to Ubuntu 8.10 and now I can't read 1 wire bus using owfs. When I try to make owfs following your example I have this problem, make[4]: Entering directory `/home/wgb/owfs/module/owshell/src/c' /bin/bash ../../../../libtool --tag=CC --mode=link gcc -I../include

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2009-01-02 Thread Tim Sailer
William Brown wrote: William Brown wrote: upgraded to Ubuntu 8.10 and now I can't read 1 wire bus using owfs. When I try to make owfs following your example I have this problem, cd into your base owfs dir. cp /usr/bin/libtool . make make install

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2009-01-02 Thread William Brown
Thank you, that did it. Oviously I am in need of help. Tim Sailer wrote: William Brown wrote: William Brown wrote: upgraded to Ubuntu 8.10 and now I can't read 1 wire bus using owfs. When I try to make owfs following your example I have this problem, cd into your base owfs

Re: [Owfs-developers] OWFS on Ubuntu 8.04 DS9094R

2008-10-22 Thread William Brown
Matthias Urlichs wrote: Hi, William Brown: 2.7p7 for Hardy is GREAT, thanks. Why I'm really here, not really a developers question, when I updgraded Ubuntu Feisty 7.10 to Hardy 8.04 my DS9490R no longer gets assigned to a tty device. It used to be ttyUSB0. Any ideas what happened?

Re: [Owfs-developers] OWFS on Ubuntu 8.04 DS9094R

2008-10-22 Thread Paul Alfille
Let's go back to the first question. Does the DS9490 work with owfs (owserver, owhttpd, whatever) in you current setup? Using the -u parameter and running as root? (For permissions). Paul Alfille - This SF.Net email is

Re: [Owfs-developers] OWFS on Ubuntu 8.04 DS9094R

2008-10-07 Thread Matthias Urlichs
Hi, William Brown: 2.7p7 for Hardy is GREAT, thanks. Why I'm really here, not really a developers question, when I updgraded Ubuntu Feisty 7.10 to Hardy 8.04 my DS9490R no longer gets assigned to a tty device. It used to be ttyUSB0. Any ideas what happened? What do lsusb and lsmod

Re: [Owfs-developers] OWFS on Ubuntu 8.04 DS9094R

2008-10-07 Thread Matthias Urlichs
Hi, Paul Alfille: Well, it isn't a tty device. Those should be serial devices. ??? Serial devices _are_ TTYs in a Unix (or Linux) context. -- Matthias Urlichs | {M:U} IT Design @ m-u-it.de | [EMAIL PROTECTED] Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de

Re: [Owfs-developers] OWFS on Ubuntu 8.04 DS9094R

2008-10-07 Thread Matthias Urlichs
Hi, Paul Alfille: On Tue, Oct 7, 2008 at 7:22 AM, Matthias Urlichs [EMAIL PROTECTED]wrote: Hi, Paul Alfille: Well, it isn't a tty device. Those should be serial devices. ??? Serial devices _are_ TTYs in a Unix (or Linux) context. I think you misunderstand me. The DS9097U is

Re: [Owfs-developers] OWFS on Ubuntu 8.04 DS9094R

2008-10-05 Thread William Brown
2.7p7 for Hardy is GREAT, thanks. Why I'm really here, not really a developers question, when I updgraded Ubuntu Feisty 7.10 to Hardy 8.04 my DS9490R no longer gets assigned to a tty device. It used to be ttyUSB0. Any ideas what happened?

Re: [Owfs-developers] OWFS on Ubuntu 8.04 DS9094R

2008-10-05 Thread Paul Alfille
Well, it isn't a tty device. Those should be serial devices. The DS9490R works however (I'm using it now). Paul Alfille On Sun, Oct 5, 2008 at 8:16 AM, William Brown [EMAIL PROTECTED] wrote: 2.7p7 for Hardy is GREAT, thanks. Why I'm really here, not really a developers question, when I

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2008-10-03 Thread Matthias Urlichs
Hi, I'll redo the Debian/Ubuntu packaging next week ... 2.7p7 for Hardy is here: deb http://ppa.launchpad.net/smurf/ubuntu hardy main deb-src http://ppa.launchpad.net/smurf/ubuntu hardy main The packages should build on Debian; I'll prepare binaries shortly. -- Matthias Urlichs | {M:U}

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2008-08-26 Thread Sven Geggus
Matthias Urlichs [EMAIL PROTECTED] wrote: It's probably too late for Lenny (blame the fact that some other jobs help me to actually feed my family :-/ ) Probably it would be a good Idea to submit the Debian specific changes to the upstream Version. This should reduce your workload as a

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2008-08-26 Thread Paul Alfille
Upstream will accept them. On Tue, Aug 26, 2008 at 5:05 AM, Sven Geggus [EMAIL PROTECTED]wrote: Matthias Urlichs [EMAIL PROTECTED] wrote: It's probably too late for Lenny (blame the fact that some other jobs help me to actually feed my family :-/ ) Probably it would be a good Idea to

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2008-08-25 Thread Boyan Biandov
Of Paul Alfille Sent: Sunday, August 24, 2008 5:39 PM To: owfs-developers@lists.sourceforge.net Subject: Re: [Owfs-developers] OWFS on Ubuntu 8.04 Do you have a fix? Paul On Sun, Aug 24, 2008 at 5:58 PM, Boyan Biandov [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: You know guys I

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2008-08-25 Thread Thomas Berg
Hi, What debian version is it going to be included in, etch, lenny or sid. /Thomas Matthias Urlichs skrev: Hi, Sven Geggus: Would be nice if these steps could be raplced by sudo dpkg-buildpackage as an alternative. I'll redo the Debian/Ubuntu packaging next week ...

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2008-08-25 Thread Matthias Urlichs
Hi, Thomas Berg: What debian version is it going to be included in, etch, lenny or sid. It's probably too late for Lenny (blame the fact that some other jobs help me to actually feed my family :-/ ) but I will provide packages for download for all three. Same for Ubuntu

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2008-08-25 Thread Paul Alfille
-developers] OWFS on Ubuntu 8.04 Do you have a fix? Paul On Sun, Aug 24, 2008 at 5:58 PM, Boyan Biandov [EMAIL PROTECTED] wrote: You know guys I have been monitoring the mailing list for years, ever since owfs was in its infancy but lately I see no post addressing few bugs that simply make

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2008-08-25 Thread Boyan Biandov
in June but the GZ file data is still March. Could it be that the file was not updated? Thanks B From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Alfille Sent: Monday, August 25, 2008 5:01 AM To: owfs-developers@lists.sourceforge.net Subject: Re: [Owfs-developers] OWFS on Ubuntu 8.04

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2008-08-24 Thread Sven Geggus
Paul Alfille [EMAIL PROTECTED] wrote: cd owfs ./bootstrap ./configure make sudo make install Would be nice if these steps could be raplced by sudo dpkg-buildpackage as an alternative. Unfortuately there is still no official debain package. Sven -- Osama bin Laden might wish to destroy

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2008-08-24 Thread Matthias Urlichs
Hi, Sven Geggus: Would be nice if these steps could be raplced by sudo dpkg-buildpackage as an alternative. I'll redo the Debian/Ubuntu packaging next week ... Unfortunately there is still no official debian package. ... and re-submit for inclusion. -- Matthias Urlichs | {M:U} IT

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2008-08-24 Thread Boyan Biandov
You know guys I have been monitoring the mailing list for years, ever since owfs was in its infancy but lately I see no post addressing few bugs that simply make the source unusable. I discovered this just recently when I got the latest svn (I have been running an older version for 3 years) -

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2008-08-24 Thread Paul Alfille
Do you have a fix? Paul On Sun, Aug 24, 2008 at 5:58 PM, Boyan Biandov [EMAIL PROTECTED]wrote: You know guys I have been monitoring the mailing list for years, ever since owfs was in its infancy but lately I see no post addressing few bugs that simply make the source unusable. I discovered

[Owfs-developers] OWFS on Ubuntu 8.04

2008-08-18 Thread Paul Alfille
My hard disk crashed solid. Ouch. So I set up Ubuntu 8.04 (64-bit) Here's the steps for OWFS. Basic ubuntu install and added lots of fluff. Then for OWFS --- sudo apt-get install cvs sudo apt-get install autoconf sudo apt-get install automake sudo apt-get install libtool # For filesystem