Re: [Owfs-developers] More on Hanging Problems

2005-07-07 Thread Jan Kandziora
Hallo Christian Magnusson, am Donnerstag, 7. Juli 2005 00:17 schriebst du: Could you try a couple of things... Does your adapter reconnect if you unplug it manually and then insert it again? If you look in owfs/modules/owlib/src/c/ow_ds9490.c, then find following comment on row 437 or

Re: [Owfs-developers] More on Hanging Problems

2005-07-07 Thread Christian Magnusson
Can you try this command after you have the problem... ls -l /proc/`pidof owserver`/fd/ total 5 lrwx-- 1 root root 64 Jul 7 10:54 0 - /dev/pts/13 lrwx-- 1 root root 64 Jul 7 10:54 1 - /dev/pts/13 lrwx-- 1 root root 64 Jul 7 10:54 2 - /dev/pts/13 lrwx-- 1 root root 64 Jul

[Owfs-developers] Re: 2 updated files

2005-07-07 Thread Jan Kandziora
Hallo Christian, am Donnerstag, 7. Juli 2005 10:13 schriebst du: Here are 2 new updated files. Hopefully this will describe some more about the problem... Ok. I tried and got INFO: PARSENAME path=(null) ERR: Opened USB DS9490 adapter at 001/002. : Permission denied INFO: Found device

[Owfs-developers] Adding another means of accessing devices (ie not serial, USB, etc)...

2005-07-07 Thread Matthew Percival
G'Day, I tried using owfs on my OMAP board, but even after I added basic support for the DS2431, it did not list the device in /mnt/1wire --- I am assuming that this is largely because of the unusual environment that I am operating under. Given the report that I had a bad adaptor, this

Re: [Owfs-developers] Adding another means of accessing devices (ie not serial, USB, etc)...

2005-07-07 Thread Paul Alfille
On Thursday 07 July 2005 09:50 pm, Matthew Percival wrote: G'Day, I tried using owfs on my OMAP board, but even after I added basic support for the DS2431, it did not list the device in /mnt/1wire --- I am assuming that this is largely because of the unusual environment that I am

Re: [Owfs-developers] Re: CVS

2005-07-07 Thread Christian Magnusson
You probably have problems with the fuse permissions. If you are using a new fuse-version there is a mount-flag called allow_other that you should try if other users than root should be able to access the directory. owfs --fuse_opt=allow_other -d /dev/ttyS0 /var/1wire/ [EMAIL PROTECTED] /var]#