This is for
Ubuntu 8.04 (64-bit) LTS Desktop: Released April 2008 and maintained until April 2011 – ideal for large deployments. If you use another OS, to include Ubuntu 9.04, 9.10, etc... and have problems please create a new thread.
Ubuntu 8.04 (64-bit) GPU Guide - -
FahMon-2.3.99.1 - -
Temp monitoring - -
Sharing - -
Tedster's Big WU works with Ubuntu 8.04 (64-bit)
SMP Setup
Go to Applications > Accessories > Terminal copy and paste (Shift+Insert or right click+paste) Ensure you press Enter to execute the last line of code in each group.
Update the system. Quote:
sudo apt-get update
sudo apt-get upgrade -y
Install ia32-libs.Quote:
sudo apt-get install ia32-libs
Remove powernowdCode:
sudo apt-get remove powernowd
Create new folders, download & extract the client, and start the client. Quote:
mkdir -p ~/fah/smp
cd ~/fah/smp
wget
http://www.stanford.edu/group/pandegrou ... -Linux.tgztar xvf FAH6.29-Linux.tgz
./fah6 -verbosity 9 -smp
Press enter for the last command. If you have an i7 with Hyper Threading or more than 4 cores, than add the appropriate # after -smp. Example: ./fah6 -smp 8 -verbosity 9
Press Ctrl+C to stop the client. Wait a few seconds for the processes to stop. Press Ctrl+C again to refresh the CLI and begin typing your next command. You can also use the GUI and set everything up the old fashion Windows way. I do not recommend this, but some might prefer it.
Update the system and install ia32-libs. Go to System > Administration > Update Manager > Select Check and then Update. After it is done, close the Update Manager. Go to System > Administration > Synaptic Package Manager and search for "ia32" right click on ia32-libs and select Mark for Installation > Then select Apply.
Remove Powernowd. After the ia32-libs are installed search for powernowd. Right click on it and Mark it for complete removal. Apply and exit after it has been removed.
Create new folders. Go to Places > Home > Right click and select Create Folder > name it fah > create another folder inside that one called SMP.
Download and extract the client. Download and move it from the Desktop to the smp folder you just created. After you move it right click and select Extract Here.
Start the Client Go to Applications > Accessories > Terminal and copy and paste (Shift+Insert or right click+paste). Press Enter to execute the last command.
Code:
cd ~/fah/smp
./fah6 -smp -verbosity 9
Press enter for the last command. If you have an i7 with Hyper Threading or more than 4 cores, than add the appropriate # after -smp. Example: ./fah6 -smp 8 -verbosity 9
Press Ctrl+C to stop the client. Wait a few seconds for the processes to stop. Press Ctrl+C again to refresh the CLI and begin typing your next command.
