No useable GPUs found - Ubuntu 15.10 Amd R9 280X

Message boards : GPUs : No useable GPUs found - Ubuntu 15.10 Amd R9 280X
Message board moderation

To post messages, you must log in.

AuthorMessage
morpa

Send message
Joined: 3 Dec 15
Posts: 2
Sweden
Message 65732 - Posted: 3 Dec 2015, 6:00:20 UTC

Ive been running Boinc for years on the same hw with Ubuntu and AMD-cards, it has always found the GPUs. I updated from Ubuntu 14.04 to 15.10 and now it only says. No useable GPUs found in the log. WTF?

I verified that I use the latest AMD-drivers from -updates-repository.
I also tried using LotusOfBorgs Boinc-ppa https://launchpad.net/~costamagnagianfranco/+archive/ubuntu/locutusofborg-ppa to see if the problem would disappear with a newer boinc-version, but no.
I read that I might have to restart boinc after login for it to find the GPUs, but it doesnt help.

After some searching I notice A LOT of people seems to be asking about this problem, for many years, and there doesnẗ seem to be a standard solution. How come this can be such a hard bug/problem to solve? Any ideas how I can fix it on my setup?
ID: 65732 · Report as offensive
Juha
Volunteer developer
Volunteer tester
Help desk expert

Send message
Joined: 20 Nov 12
Posts: 801
Finland
Message 65762 - Posted: 3 Dec 2015, 22:04:41 UTC - in response to Message 65732.  

Open Terminal, copy+paste the following

cd /usr/lib/ && sudo ln -s libOpenCL.so.1 libOpenCL.so


and restart BOINC client.


Maybe one day we'll have a version that doesn't need these workarounds.
ID: 65762 · Report as offensive
morpa

Send message
Joined: 3 Dec 15
Posts: 2
Sweden
Message 66061 - Posted: 12 Dec 2015, 19:42:27 UTC

I did that. Didnt work.

Did

sudo gedit /etc/default/boinc-client

and added

LD_LIBRARY_PATH=/lib64:/usr/lib:/lib:/usr/local/lib
export LD_LIBRARY_PATH

Didnt work.

Did
xhost local:boinc
and
sudo aticonfig --initial=check

WORK!!

I dont know if it was an combination of all of the above or the last two fixes that did it, but now it works.
ID: 66061 · Report as offensive
Profile Horst Luening

Send message
Joined: 17 Jul 15
Posts: 21
Germany
Message 66206 - Posted: 17 Dec 2015, 10:53:22 UTC - in response to Message 65762.  
Last modified: 17 Dec 2015, 10:53:57 UTC

Thx a lot to Juha. This symbolic link helped me to activate my Radeon R9 240A GPU to work under ubuntu 14.04. 312 GFLOPs more for science :-)
Kind Regards,
Horst
ID: 66206 · Report as offensive
Jason Peckman

Send message
Joined: 6 Apr 07
Posts: 2
Message 66397 - Posted: 24 Dec 2015, 19:03:02 UTC - in response to Message 66206.  

Thanks to all for posting these instructions. I want to add that you should create links in the appropriate /usr/lib folder depending on architecture. My 64-bit system eventually recognized the GPU when I did the following:

cd /usr/lib64 && sudo ln -s libOpenCL.so.1 libOpenCL.so

This worked on OpenSuSE Leap 42.1 x86_64, Radeon 7790 and the radeon-crimson-15.11-15.30.1025 driver.
ID: 66397 · Report as offensive

Message boards : GPUs : No useable GPUs found - Ubuntu 15.10 Amd R9 280X

Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.