Are you using my system image & kernel or your own? > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:owfs- > [EMAIL PROTECTED] On Behalf Of Kurt André Selbach > Sent: Monday, June 26, 2006 11:59 AM > To: [email protected] > Subject: Re: [Owfs-developers] OWFS openwrt - Asus deluxe/premium > > ok i think i managed to compile everything as it should, but now i > have these errors: > > [EMAIL PROTECTED]:~# owfs -u /tmp/wire --error-level 3 --foreground > CONNECT: fuse mount point: /tmp/wire > CALL: PARSENAME path=[] > CONNECT: Adapter found: 001/004 > DEFAULT: Opened USB DS9490 adapter at 001/004. > DEFAULT: Error setting up USB DS9490 adapter at 001/004. > unique: 1, opcode: INIT (26), nodeid: 0, insize: 56 > INIT: 7.6 > flags=0x00000000 > max_readahead=0x00000000 > INIT: 7.6 > flags=0x00000000 > max_readahead=0x00000000 > max_write=0x00020000 > unique: 1, error: 0 (Success), outsize: 40 > unique: 2, opcode: GETATTR (3), nodeid: 1, insize: 40 > CALL: FSTAT path=/ > CALL: PARSENAME path=[/] > CALL: ATTRIBUTES path=/ > unique: 2, error: 0 (Success), outsize: 112 > fuse: writing device: Invalid argument > > dmesg gives this: > > fuse init (API version 7.6) > fuse distribution version: 2.6.0-pre2 > usbdevfs: usb_submit_urb returned -22 > > [EMAIL PROTECTED]:~# lsmod > Module Size Used by > fuse 30112 2 > > [EMAIL PROTECTED]:~# fusermount --version > fusermount version: 2.6.0-pre2 > [EMAIL PROTECTED]:~# owfs --version > owfs version: > 2.3p7 > libow version: > 2.3p7 > > > Any ideas > > > On 6/26/06, Vincent Fleming <[EMAIL PROTECTED]> wrote: > > Make sure you make fuse first, then make owfs. > > > > To compile, I use the command "make package/fuse-compile" then "make > package/owfs-compile". > > > > Do a "make clean" before you start - you want owfs to "./configure" > AFTER fuse is built, so it will recognize that libfuse is statically > linked (ie: it will use libfuse.a rather than libfuse.so) > > > > You can easily make clean with "make package/fuse-clean" and "make > package/owfs-clean".\, but you may want to "make clean" from the base > directory, and rebuild everything. (the safest). > > > > > > > > > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] [mailto:owfs- > > > [EMAIL PROTECTED] On Behalf Of Kurt André > Selbach > > > Sent: Monday, June 26, 2006 5:52 AM > > > To: [email protected] > > > Subject: Re: [Owfs-developers] OWFS openwrt - Asus deluxe/premium > > > > > > [EMAIL PROTECTED]:/# owfs -u /tmp/1wire > > > owfs: can't load library 'libfuse.so.2' > > > > > > [EMAIL PROTECTED]:/# fusermount --version > > > fusermount version: 2.6.0-pre2 > > > > > > What is wrong? > > > What exact steps did you do? > > > i create the package/owfs > > > insert the makefile, and how do i compile it? > > > > > > but since i have the whole branch downloaded, how di you do it? > > > feel free to send me the ipkg's (owfs, and fuse) > > > > > > > > > ...via the SDK i think the step should be: make owfs-compile > > > > > > > > > > > > > > > On 6/26/06, Kurt André Selbach <[EMAIL PROTECTED]> wrote: > > > > Do you happen to have a jff2-4mb binary file i could "borrow"? > > > > > > > > On 6/26/06, Vincent Fleming <[EMAIL PROTECTED]> wrote: > > > > > Andre, > > > > > > > > > > I didn't use the SDK - I build the whole system (kernel and all) > from > > > sources. The SDK should work just as well. > > > > > > > > > > I don't know what SVN version I used... it was current when I last > > > compiled on 22 May 2006. I'm unfamiliar with SVN, and I'm not sure > how to > > > check. > > > > > (it works like magic!) ;-) > > > > > > > > > > ... > > > > > > > > > > "svn info" seems to report that I have revision 3722 of openwrt, > dated > > > 1 May 2006. > > > > > > > > > > Regards (from New Jersey, USA ;-), > > > > > > > > > > Vince > > > > > > > > > > > -----Original Message----- > > > > > > From: [EMAIL PROTECTED] > [mailto:owfs- > > > > > > [EMAIL PROTECTED] On Behalf Of Kurt > André > > > Selbach > > > > > > Sent: Sunday, June 25, 2006 9:50 PM > > > > > > To: [email protected] > > > > > > Subject: Re: [Owfs-developers] OWFS openwrt - Asus > deluxe/premium > > > > > > > > > > > > Thanks! > > > > > > > > > > > > Your a saving angel, going to take a look at it right away when > i > > > come > > > > > > home from work in a couple of hours. > > > > > > > > > > > > Skipping 2.6 kernel then, and going for 2.4 kamikaze. > > > > > > > > > > > > What SVN version of kamikaze "SDK" did you use? > > > > > > > > > > > > Thanks! > > > > > > > > > > > > Best Regards, from norway :-) > > > > > > > > > > > > > > > > > > On 6/26/06, Vincent Fleming <[EMAIL PROTECTED]> wrote: > > > > > > > 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: [email protected] > > > > > > > > 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 > > > > > > > > [email protected] > > > > > > > > https://lists.sourceforge.net/lists/listinfo/owfs-developers > > > > > > > > > > > > > > > > > > > > > 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 > > > > > > > [email protected] > > > > > > > https://lists.sourceforge.net/lists/listinfo/owfs-developers > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > 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 > > > > > > [email protected] > > > > > > https://lists.sourceforge.net/lists/listinfo/owfs-developers > > > > > > > > > > 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 > > > > > [email protected] > > > > > https://lists.sourceforge.net/lists/listinfo/owfs-developers > > > > > > > > > > > > > > > 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 > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/owfs-developers > > > > 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 > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/owfs-developers > > > > 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/owfs-developers
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 [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
