Hmm...

Here's my module listing:

[EMAIL PROTECTED]:/# lsmod
Module                  Size  Used by    Tainted: P
fuse                   30112   0
ehci-hcd               20140   0 (unused)
usb-storage            65216   0 (unused)
sd_mod                 12500   0 (unused)
scsi_mod               70248   1 [usb-storage sd_mod]
usb-ohci               19252   0 (unused)
usbcore                74632   1 [ehci-hcd usb-storage usb-ohci]
vfat                   11692   0 (unused)
fat                    36856   0 [vfat]
nfs                    90296   0 (unused)
lockd                  64060   0 [nfs]
sunrpc                 81512   0 [nfs lockd]
ext3                   72788   0 (unused)
jbd                    54872   0 [ext3]
ext2                   41496   0 (unused)
switch-robo             4604   0 (unused)
switch-core             4832   0 [switch-robo]

It might vary a little from yours, but note the ehci-hcd, usb-ohci, and 
usbcore.  Those should be there for you.

I see others on http://forum.openwrt.org/ that seem to be doing similar things 
as you.  You should check if there are any answers from there.

Good luck, and don't throw anything yet... ;-)

-Vince



> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:owfs-
> [EMAIL PROTECTED] On Behalf Of Kurt André Selbach
> Sent: Monday, June 26, 2006 3:19 PM
> To: owfs-developers@lists.sourceforge.net
> Subject: Re: [Owfs-developers] OWFS openwrt - Asus deluxe/premium
> 
> No
> 
> i'm staying as you said away from 2.6 on my embedded devices.
> This is from 2.4.32 kernel.
> 
> Still having issues, managed to get it working for some seconds before
> i get the fuse "write error" or something similaer.
> 
> Trying your image now, but i had to install the ipkg's (owfs not on
> after new flash) but seems to be same issues. but i havent given up
> just yet.
> 
> But i'm starting to get mad :-) and it's just seconds before i buy a
> ITX soloution and throw my routers out the window in the direction of
> the freeway :-)
> 
> Have a nice day,
> Best regards
> 
> On 6/26/06, Vincent Fleming <[EMAIL PROTECTED]> wrote:
> > Is it a 2.6 kernel?  The dmesg shows a usb error message similar to what
> I've seen with 2.6.
> >
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED] [mailto:owfs-
> > > [EMAIL PROTECTED] On Behalf Of Kurt André
> Selbach
> > > Sent: Monday, June 26, 2006 12:37 PM
> > > To: owfs-developers@lists.sourceforge.net
> > > Subject: Re: [Owfs-developers] OWFS openwrt - Asus deluxe/premium
> > >
> > > This is with kernel on my own,
> > > havent tested yours yet.
> > >
> > > Might do it soon, let's hope it doesnt brick :-)
> > >
> > >
> > > On 6/26/06, Vincent Fleming <[EMAIL PROTECTED]> wrote:
> > > > 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: owfs-developers@lists.sourceforge.net
> > > > > 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: owfs-developers@lists.sourceforge.net
> > > > > > > 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: owfs-developers@lists.sourceforge.net
> > > > > > > > > > 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: 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
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > 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
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > 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
> > > > > > > > >
> > > > > > > > > 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
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > > 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
> > > > > >
> > > > > > 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
> > > > > >
> > > > >
> > > > > 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
> > > >
> > > > 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
> > > >
> > >
> > > 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
> >
> > 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
> >
> 
> 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

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