On 24 February 2012 20:27, Eric Vickery <[email protected]> wrote: > Is there some documentation somewhere on how to go about getting OWFS > installed on Ubuntu? I have some limited Linux experience but it has been a > while since I have done anything serious with it.
Edit /etc/apt/sources.list and add on the end the line deb http://owfs.davromaniak.eu/ ubuntu oneiric replacing oneiric with maverick or whatever version you are using. You will have to use sudo to write to it so, for example sudo gedit /etc/apt/sources.list Then sudo apt-get update sudo apt-get install owfs Then to check it out, if you have a USB 1-wire adaptor plug it in and then in a terminal do dmesg and you should see that it has been mounted as ttyUSB0 (or similar) make a directory to mount owfs in sudo mkdir /media/1wire sudo chmod 777 /media/1wire and set owfs going owfs /dev/ttyUSB0 -m /media/1wire (or ttyUSB1 or whatever) then ls /media/1wire and you should see the one wire file system. Colin ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
