On Sat, August 12, 2006 23:31, Willard Korfhage said: > > Stock kernel (3.1r0 or 3.1r1, I forget which), and I did the owfs > installation following the Darryl VanDorp blog entry. It appears that he > compiles his kernel, so I had to retrieve the kernal sources and > configure them. Here's the sequence I used > > Install debian > apt-get install g++ make python python-dev ssh autoconf swig > apt-get install kernel-headers-2.6.8-2 kernel-source-2.6.8 > cd /usr/src > tar xvfz kernel-source-2.6.8.tar.gz > cd kernel-source-2.6.8 > cp /boot/config-2.6.8-2-386 ./config > make prepare > cd ~ > mkdir build > cd build > wget http://umn.dl.sourceforge.net/sourceforge/fuse/fuse-2.5.3.tar.gz > tar -zxvf fuse-2.5.3.tar.gz > cd fuse-2.5.3 > ./configure --with-kernel=/usr/src/kernel-source-2.6.8 > make > sudo make install > > I don't know how to compile a kernel yet, so it is probably a blatent > newbie error for me to have used 2.6.8 when I needed 2.6.8-2, but I > don't know exactly what I should have done. Renamed the 2.6.8 source to > 2.6.8-2 and used that? Probably not.
I believe that I would do 'make oldconfig' instead of 'make prepare', but it seems to do the same thing. After you did the 'make install', did you run 'depmod -a' or 'depmod -av' to build the module dependancy hashes? After you do that, no matter where in /lib/modules fuse.ko ends up, you should be able to run 'modprobe fuse', and 'dmesg' should show you fuse loading up. Try that and let us (or me directly, if this is too boring for everyone else) know. Tim -- Tim Sailer Coastal Internet, Inc. www.buoy.com 631-399-2910 ------------------------------------------------------------------------- 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
