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.
>lsmod | grep fuse
fuse                   27028   0
>rmmod fuse
>modprobe fuse

(if it's used you might be able to do "fusermount -u /mnt/1wire"
manually and then unload it)


>/opt/owfs/bin/owfs --foreground --error_level=9 -u /mnt/1wire
INFO: PARSENAME path=(null)
 
ERR: Opened USB DS9490 adapter at 001/009.
: Success
INFO: DS9490_setup_adapter: done
 
INFO: DS9490_reset: ok
 
INFO: Found device [189F911300000055] on adapter [001/009]
 
INFO: DS9490_reset: ok
 
INFO: Found device [026537C2000000B9] on adapter [001/009]
 
INFO: DS9490_reset: ok
 
INFO: Found a DS1420 device [8146572300000051]
 
INFO: Found device [8146572300000051] on adapter [001/009]
 
INFO: Set DS9490 [8146572300000051] unique id to adapter [001/009]


/Christian


On Fri, 2005-07-08 at 16:25, Krzysztof wrote:
> Christian Magnusson wrote:
> > You should probably try the latest cvs-version of fuse. That version
> > works much better with mount-permissions.
> >
> > cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/fuse login
> > cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/fuse -z3 co fuse
> 
> Did not help :-(
> 
> Any ideas? Maybe some tools will tell us what the h*** is wrong? Yesterday
> owfs worked OK, I was playing with owfs and it happend, suddenly I couldn't
> mount owfs anymore.
> 
> First of all digitemp:
> ---------------------
> [EMAIL PROTECTED]:/mnt# /usr/local/meteo/digitemp/digitemp_DS2490 -a
> DigiTemp v3.3.2 Copyright 1996-2004 by Brian C. Lane
> GNU Public License v2.0 - http://www.brianlane.com
> Found DS2490 device #1 at 001/002
> Jul 08 15:55:24 Sensor 0 C: 19.00 F: 66.20
> [EMAIL PROTECTED]:/mnt#
> 
> So my hardware is OK :-)
> -------------
> dmesq:
> uhci.c: USB UHCI at I/O 0xd000, IRQ 5
> usb.c: new USB bus registered, assigned bus number 1
> hub.c: USB hub found
> hub.c: 2 ports detected
> hub.c: new USB device 00:1f.2-2, assigned address 2
> usb.c: USB device 2 (vend/prod 0x4fa/0x2490) is not claimed by any active
> driver.
> 
> -----------
> [EMAIL PROTECTED]:/mnt# lsusb
> Bus 001 Device 001: ID 0000:0000
> Bus 001 Device 002: ID 04fa:2490 Dallas Semiconductor DS1490F 2-in-1 Fob,
> 1-Wire adapter
> [EMAIL PROTECTED]:/mnt#
> ------------
> 
> [EMAIL PROTECTED]:/mnt# /opt/owfs/bin/owfs -u --foreground --error_print
> 0 --error_level 9 --fuse_opt="allow_other" /mnt/1wire/
> INFO: PARSENAME path=(null)
> 
> ERR: Opened USB DS9490 adapter at 001/002.
> : No data available
> 
> (and nothing else is being displayed...Howether I can quit with ctr+c)
> 
> ERR: Closed USB DS9490 adapter at 001/002. ret=0
> : Interrupted system call
> ----------------
> 
> OWFS seems to work with USB and 1 wire properly
> 
> /opt/owfs/bin/owserver -u -p 1234
> /opt/owfs/bin/owhttpd -s 127.0.0.1:1234 -p 8181
> 
> and I can access 1wire network via http without any problems!!
> 
> Regards, Krzysiek (desperate ;...-\ )
> 
> 
> 
> -------------------------------------------------------
> 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