Re: [Owfs-developers] RE: 1-wire on Linux...

2005-07-04 Thread Christian Magnusson
On Sun, 2005-07-03 at 21:44 -0400, Paul Alfille wrote: On Sunday 03 July 2005 09:16 pm, Matthew Percival wrote: G'Day, It shouldn't be this difficult. What platform are you running? I am not using a particularly standard environment. Well, I am building it on standard

Re: [Owfs-developers] RE: 1-wire on Linux...

2005-07-04 Thread Christian Magnusson
You might be helped by looking at the makefiles I use for the linksys router at this address: http://home.mag.cx/uclinux/owfs/patches/linksys/ /Christian On Mon, 2005-07-04 at 10:46 +0200, Christian Magnusson wrote: On Sun, 2005-07-03 at 21:44 -0400, Paul Alfille wrote: On Sunday 03 July

Re: [Owfs-developers] RE: 1-wire on Linux...

2005-07-04 Thread Paul Alfille
On Monday 04 July 2005 12:47 am, Matthew Percival wrote: G'Day, Thanks for all the help: I now seem to have the basics sorted out! Great! I am now able to mount owfs without any troubles --- at the moment, that does not do much good, but it is reassuring to know that this much

Re: [Owfs-developers] RE: 1-wire on Linux...

2005-07-03 Thread Matthew Percival
G'Day, Thanks for your replies: they are extremely helpful! 4. Almost all the devices are supported, you don't need anything extra. This includes temperature, memory, switches, voltage, current, timers, counters and some LCD and humidity 3rd party devices. The particular

Re: [Owfs-developers] RE: 1-wire on Linux...

2005-07-03 Thread Paul Alfille
On Sunday 03 July 2005 07:07 pm, Matthew Percival wrote: G'Day, Thanks for your replies: they are extremely helpful! 4. Almost all the devices are supported, you don't need anything extra. This includes temperature, memory, switches, voltage, current, timers, counters and some LCD

Re: [Owfs-developers] RE: 1-wire on Linux...

2005-07-03 Thread Paul Alfille
It shouldn't be this difficult. What platform are you running? Paul On Sunday 03 July 2005 07:07 pm, Matthew Percival wrote: G'Day, Thanks for your replies: they are extremely helpful! 4. Almost all the devices are supported, you don't need anything extra. This includes

Re: [Owfs-developers] RE: 1-wire on Linux...

2005-07-03 Thread Matthew Percival
G'Day, It shouldn't be this difficult. What platform are you running? I am not using a particularly standard environment. Well, I am building it on standard desktop, but the target machine is an OMAP5912 --- owfs/owhttpd will run on an ARM. The board has hardware support for

Re: [Owfs-developers] RE: 1-wire on Linux...

2005-07-03 Thread Paul Alfille
So your download doesn't include relevant files like modules/owlib/src/include/*.h ? Perhaps a CVS pull? Then ./bootstrap make install and you're set. Paul On Sunday 03 July 2005 09:16 pm, Matthew Percival wrote: G'Day, It shouldn't be this difficult. What platform are you running?

Re: [Owfs-developers] RE: 1-wire on Linux...

2005-07-03 Thread Paul Alfille
On Sunday 03 July 2005 09:16 pm, Matthew Percival wrote: G'Day, It shouldn't be this difficult. What platform are you running? I am not using a particularly standard environment. Well, I am building it on standard desktop, but the target machine is an OMAP5912 --- owfs/owhttpd

Re: [Owfs-developers] RE: 1-wire on Linux...

2005-07-03 Thread Matthew Percival
G'Day, So your download doesn't include relevant files like modules/owlib/src/include/*.h ? Not all of them, but several; module/swig/ is mostly empty too. Perhaps a CVS pull? I used CVS to make the difference: I figured the rest should be right, so by adding the missing

Re: [Owfs-developers] RE: 1-wire on Linux...

2005-07-03 Thread Matthew Percival
G'Day, Thanks for all the help: I now seem to have the basics sorted out! Firstly, with FUSE, I never would have guessed it was just a blank line: I was sure there would be at least one other module to be loaded. Secondly, to paths, by making --prefix=/usr/local and installing it

[Owfs-developers] RE: 1-wire on Linux...

2005-07-01 Thread Alfille, Paul H.,M.D.
Matthew, 1. Hello and welcome aboard 2. The best place for questions (and answers) is the mailing list. http://sourceforge.net/mail/?group_id=85502 3. The only driver you will need is for the user-space filesystem, FUSE. http://fuse.sourceforge.net 4. Almost all the devices are supported, you