Message: 1

>Date: Sun, 13 Aug 2006 00:09:37 -0400 (EDT)
>From: "Tim Sailer" <[EMAIL PROTECTED]>
>Subject: Re: [Owfs-developers] owfs on debian - doesn't do anything
>       when run
>  
>

Hey Tim  Try This  it Worked for me..

Clean install  Debian
answer NO to configure mail

apt-get install kernel-image-2.6-686
apt-get install kernel-headers-2.6-686
reboot
wget http://internap.dl.sourceforge.net/sourceforge/fuse/fuse-2.5.2.tar.gz
wget http://superb.dl.sourceforge.net/sourceforge/owfs/owfs-2.2p3.tar.gz
libusb-0.1.12.tar.gz   ( i put all these in /root )


tar xzvf fuse-2.5.2.tar.gz
tar xzvf owfs-2.2p3.tar.gz
tar xzvf libusb-0.1.12.tar.gz

cd libusb-01.12
./configure
make
make install
cd
cd fuse-2.5.2
./configure
make
make install
cd
cd owfs-2.2p3
./configure
make
make install
cd

/opt/owfs/bin/owserver -u -p 3000
/opt/owfs/bin/owhttpd -s 3000 -p 3001
/opt/owfs/bin/owfs -s 3000 /home/house/public_html/chips/  ( In My Case )

-------------------------------------------------------------------------
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

Reply via email to