Andre,

I've ported owfs 2.3p7 to Openwrt kamikaze.

I found it requires fuse v2.6.0-pre2, which is not part of the standard Openwrt 
distribution.

Your problem sounds like one of the problems I ran into... the dynamic linker 
seems to be broken in kamizaze, so you'll need to statically link owfs.  So, 
once I statically linked owfs, the fusermount errors went away.

The problem has to do with the use of .asm() directives in the fuse code to 
support dynamic linking to different (legacy) versions of fuse from the same 
library. (I could type for days telling you what I went through to debug this, 
but that's pretty irreverent now... ;-))

I've attached the makefiles I wrote for package/fuse and package/owfs, and 
patches I needed for fuse.  If you get compile errors on fuse, try the patches 
in package/fuse/patches.  These Makefiles should set you up nicely with a 
statically linked version of owfs for kamikaze.

As a side note, I had data error problems with the USB drivers in the 2.6 
kernel - to owfs, it appeared that devices came and went. Kamikaze with the 2.4 
kernel works perfectly.  I haven't had the time to figure out why (I spent 
enough time debugging already), and I don't really need a 2.6 kernel anyway, so 
I haven't debugged it further once finding I was getting heaps of CRC errors in 
owfs.  It could be related to my particular hardware platform (netgear WGT), so 
your mileage may vary.  ;-)

But, again, the 2.4 kernel works just great.

That's about all I can think of...  good luck!  Let us know how you make out.

I hope this helps,

Vince


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:owfs-
> [EMAIL PROTECTED] On Behalf Of Kurt André Selbach
> Sent: Sunday, June 25, 2006 9:24 AM
> To: owfs-developers@lists.sourceforge.net
> Subject: [Owfs-developers] OWFS openwrt - Asus deluxe/permium
> 
> owfs on openwrt,(wl500gDeluxe)
> 
> Hi i've had this running quite stable for ~3-4 weeks now, but
> since misterhouse was running quite slow on the wl500gD (haven't
> figured the issue yet) i bought the wl500gP which i can't get owfs
> running on.
> 
> Anyone experimented with this, tried whiterussian RC5 and the newest
> branch (kamikaze) but when i install the newest branch i get all kinds
> of fuse invalid argument errors.
> 
> Anyway i can get more debug information from the line owfs is sending
> to fusermount?
> 
> Chistian i can't find the source for your newest compiles on your
> homepages, i'd like to see if thing is better on the kamikazee kernel
> 2.6 branch. with working ehci.
> 
> Have a nice evening/morning.
> 
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Owfs-developers mailing list
> Owfs-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers

Attachment: Makefile
Description: Makefile

Attachment: Makefile
Description: Makefile

Attachment: fusepatches.tar
Description: fusepatches.tar

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to