Hi Krzysiek,

On Fri, 2005-07-08 at 18:19, Krzysztof wrote:
> Christian Magnusson wrote:
> > Try the very latest owfs version in the cvs. I have added TONS of
> > debug messages right now, and if you start owfs with error_level 9
> > you should get much more details of what's going wrong.
> >
> > Also make sure fuse is not used by any old process and reload it.
> 
> 
> I did those steps (I'm a little linux noob, please check my steps) :
> 
> rmmod fuse
> cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/owfs co owfs
> cd owfs
> ./boostrap
> ./configure --enable-owphp
> 
> Current configuration:
> 
>     Deployment location: /opt/owfs
> 
> Compile-time options:
>     Caching is enabled
>     USB is enabled
>     Multithreading is enabled
>     Parallel port DS1410E is DISABLED
>     Profiling is DISABLED
> 
> Module configuration:
>     owfs is enabled
>     owhttpd is enabled
>     ownfsd is DISABLED
>     owftpd is DISABLED
>     owperl is enabled
>     owphp is enabled
>     owpython is enabled
>     owtcl is DISABLED
>     owserver is enabled
> 
> # make
> 
> I never know if a warning that appears is worth further investigation... :)
> like this one:
> ../../../module/owlib/src/include/ow.h:966: warning: declaration of `data'
> shadows a global declaration
> /usr/include/php/main/php.h:259: warning: shadowed declaration is here
> 
> # make install
> 
> [EMAIL PROTECTED]:/# opt/owfs/bin/owfs --foreground --error_level=9 -u 
> /mnt/1wire
> INFO: PARSENAME path=(null)
> 
> ERR: Opened USB DS9490 adapter at 001/002.
> : No data available
> INFO: Found device [109D3E8300080001] on adapter [001/002]
> 
> INFO: Found a DS1420 device [8125AB210000004B]
> 
> INFO: Found device [8125AB210000004B] on adapter [001/002]
> 
> INFO: Set DS9490 [8125AB210000004B] unique id to adapter [001/002]
> 

Everything looks good so far...

Try adding error_print=2 to the command to make sure everything is sent
to the command line... Some debug-output might be in your syslog
(/var/log/messages).. 

owfs --foreground --error_level=9 --error_print=2 -u /mnt/1wire


/Christian



> I have not seen this in my case! Why?
> 
> > INFO: DS9490_setup_adapter: done
> >
> > INFO: DS9490_reset: ok
> 
> [ ctrl+c or fusermount -u /mnt/1wire/ ]
> 
> ERR: Closed USB DS9490 adapter at 001/002. ret=0
> : Interrupted system call
> [EMAIL PROTECTED]:/#
> 
> I did not insmod or modprobe fuse. I saw it has been loaded (by owfs?)
> 
> #dmesq:
> fuse init (API version 7.1)
> fuse distribution version: 2.3.0
> 

It seems to be the latest cvs-version I use too.


> [EMAIL PROTECTED]:/# /opt/owfs/bin/owfs -V
> /opt/owfs/bin/owfs version:
>         2.1p0RC
> libow version:
>         2.1p0RC
> [EMAIL PROTECTED]:/#
> 
> 
> 
> BUT PROBLEM still exists :/
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
> July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
> core and dual graphics technology at this free one hour event hosted by HP, 
> AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
> _______________________________________________
> Owfs-developers mailing list
> Owfs-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers



-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to