FAH packages available on a new repo for Debian and Ubuntu

Moderators: Site Moderators, FAHC Science Team

bobhairgrove
Posts: 8
Joined: Sat May 30, 2020 9:38 am

Re: FAH packages available on a new repo for Debian and Ubun

Post by bobhairgrove »

@samcarboni ... THANK YOU!

I had been successfully folding on Ubuntu 18.04 with both CPU and NVIDIA GTX 1050 until suddenly the GPU slot stopped working. In the log file, it was stated that I might need to update the video driver. So I updated the Nvidia driver from 390.x to 440.x, but then it caused other problems. Having had in the back of my mind for some time to upgrade to Ubuntu 20.04 LTS, I did so, then I wasn't able to install FAHControl due to dependency issues.

Now everything is working as before, thanks to your post. :D
MeeLee
Posts: 1375
Joined: Tue Feb 19, 2019 10:16 pm

Re: FAH packages available on a new repo for Debian and Ubun

Post by MeeLee »

bobhairgrove wrote:@samcarboni ... THANK YOU!

I had been successfully folding on Ubuntu 18.04 with both CPU and NVIDIA GTX 1050 until suddenly the GPU slot stopped working. In the log file, it was stated that I might need to update the video driver. So I updated the Nvidia driver from 390.x to 440.x, but then it caused other problems. Having had in the back of my mind for some time to upgrade to Ubuntu 20.04 LTS, I did so, then I wasn't able to install FAHControl due to dependency issues.

Now everything is working as before, thanks to your post. :D
For a 1050 you don't really need any newer drivers past 330. driver ver.~330 and beyond, are mostly for optimizations for RTX gpus.
Your GPU won't just shut down because of a driver issue.
If it worked before, it should still work.

There may be other (hardware related) issues.
YosiMor
Posts: 15
Joined: Wed Jul 08, 2020 9:32 am
Hardware configuration: Once-fairly-powerful 10-year-old (non-gaming) desktop PC: 1st-gen Core i7-860 #CPU + 8 GB RAM + GeForce GT 240.
Dual-boot configuration running Windows 10 + (lately, mostly) Ubuntu LTS 20.04 .
Location: Kiryat Ata, Israel

Re: FAH packages available on a new repo for Debian and Ubun

Post by YosiMor »

I can testify that I successfully installed FAH on a totally FRESH, CLEAN, and "MINIMAL" install of Ubuntu 20.04, using the following:

Code: Select all

cd ~/Downloads/

wget -c https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v7.6/fahclient_7.6.13_amd64.deb
wget -c https://download.foldingathome.org/releases/public/release/fahcontrol/debian-stable-64bit/v7.6/fahcontrol_7.6.13-1_all.deb
wget -c https://download.foldingathome.org/releases/public/release/fahviewer/debian-stable-64bit/v7.6/fahviewer_7.6.13_amd64.deb

wget -c http://archive.ubuntu.com/ubuntu/pool/universe/p/pygtk/python-gtk2_2.24.0-6_amd64.deb

sudo dpkg -i --force-depends fahclient_7.6.13_amd64.deb

sudo dpkg -i --force-depends fahcontrol_7.6.13-1_all.deb
sudo dpkg -i --force-depends python-gtk2_2.24.0-6_amd64.deb
sudo apt-get install python-gnome2

sudo dpkg -i --force-depends fahviewer_7.6.13_amd64.deb

sudo apt --fix-broken install
For the record, my desktop PC is configured to dual-boot into Windows 10 or Ubuntu 20.04. I have Folding@Home installed in both OS environments. But I find that not only does my Ubuntu 20.04 FAH work very smoothly, but it works even better and more efficiently than my Win10 installation -- in the sense that my PPD seems to be higher on Ubuntu 20.04 than it is on Win10!
Neil-B
Posts: 2027
Joined: Sun Mar 22, 2020 5:52 pm
Hardware configuration: 1: 2x Xeon E5-2697v3@2.60GHz, 512GB DDR4 LRDIMM, SSD Raid, Win10 Ent 20H2, Quadro K420 1GB, FAH 7.6.21
2: Xeon E3-1505Mv5@2.80GHz, 32GB DDR4, NVME, Win10 Pro 20H2, Quadro M1000M 2GB, FAH 7.6.21 (actually have two of these)
3: i7-960@3.20GHz, 12GB DDR3, SSD, Win10 Pro 20H2, GTX 750Ti 2GB, GTX 1080Ti 11GB, FAH 7.6.21
Location: UK

Re: FAH packages available on a new repo for Debian and Ubun

Post by Neil-B »

MeeLee wrote:If it worked before, it should still work.
... with possible the exception of the recent blacklisting of multiple OpenCL driver setups as per the fairly long thread on that ;)
2x Xeon E5-2697v3, 512GB DDR4 LRDIMM, SSD Raid, W10-Ent, Quadro K420
Xeon E3-1505Mv5, 32GB DDR4, NVME, W10-Pro, Quadro M1000M
i7-960, 12GB DDR3, SSD, W10-Pro, GTX1080Ti
i9-10850K, 64GB DDR4, NVME, W11-Pro, RTX3070

(Green/Bold = Active)
ipkh
Posts: 175
Joined: Thu Jul 16, 2015 2:03 pm

Re: FAH packages available on a new repo for Debian and Ubun

Post by ipkh »

This is a link to a forked copy of fahcontrol with fixxed dependency.

https://github.com/cdberkstresser/fah-control/releases
Works fine for me. No extra packages neccessary.
Post Reply