Radeon R7 250X not detected by BOINC
#1 Radeon R7 250X not detected by BOINC
Hello all,
I tried today to utilize Radeon R7 250X 2GB but neither Collatz nor Amicable Numbers did not pick up new card.
Official GPU drivers from AMD website were installed without any errors on Linux Mint 19 Tara yet BOINC still doesn't see the card
Please, share your thought on how to resolve this.
I tried today to utilize Radeon R7 250X 2GB but neither Collatz nor Amicable Numbers did not pick up new card.
Official GPU drivers from AMD website were installed without any errors on Linux Mint 19 Tara yet BOINC still doesn't see the card
Please, share your thought on how to resolve this.
-
- General Bitchin'
- Posts: 6371
- Joined: Wed Aug 15, 2018 1:15 pm
- Location: Huntly, Scotland
- Contact:
#2 Re: Radeon R7 250X not detected by BOINC
Might be that it is too old for current drivers. I have an R7 350 running under Ubuntu but I recall having to go back to an earlier OS to support an ATI Firepro.something.
If you start boincmgr on that machine, does the 'Activity' menu include option to enable/disable the GPU? You could also check Tools -> Event Log after startup
If you start boincmgr on that machine, does the 'Activity' menu include option to enable/disable the GPU? You could also check Tools -> Event Log after startup
I think this is fool-proof but could you just try it for me please? • There are 10 types of people in the world; those who understand binary, and those who don’t
#3 Re: Radeon R7 250X not detected by BOINC
also have you added boinc to the video group ? I presume mint uses the card no problem for other applications ?
The best form of help from above is a sniper on the rooftop....
- Dirk Broer
- Corsair
- Posts: 1979
- Joined: Thu Feb 20, 2014 11:24 pm
- Location: Leiden, South Holland, Netherlands
- Contact:
#4 Re: Radeon R7 250X not detected by BOINC
What does clinfo report? (might need to install this first)Hal Bregg wrote: ↑Sat Aug 10, 2019 7:01 pm Hello all,
I tried today to utilize Radeon R7 250X 2GB but neither Collatz nor Amicable Numbers did not pick up new card.
Official GPU drivers from AMD website were installed without any errors on Linux Mint 19 Tara yet BOINC still doesn't see the card
Please, share your thought on how to resolve this.
#5 Re: Radeon R7 250X not detected by BOINC
Activity menu didn't have option to suspend or run GPU apps.
I tried the card on another host with Lubuntu 18.04 installed but after installing drivers system won't boot up (error about invalid signature or something like that).
Can you tell me what would be the command line syntax to add boinc to video group?
Speaking of clinfo, I will post update tomorrow.
I tried the card on another host with Lubuntu 18.04 installed but after installing drivers system won't boot up (error about invalid signature or something like that).
Can you tell me what would be the command line syntax to add boinc to video group?
Speaking of clinfo, I will post update tomorrow.
- Dirk Broer
- Corsair
- Posts: 1979
- Joined: Thu Feb 20, 2014 11:24 pm
- Location: Leiden, South Holland, Netherlands
- Contact:
#6 Re: Radeon R7 250X not detected by BOINC
Did you install using
? OpenCL is an optional component of the Pro variant and is installed only if it is specifically requested.
Here's how you add boinc user to Video group:
Code: Select all
./amdgpu-pro-install -y --opencl=pal,legacy
Here's how you add boinc user to Video group:
Code: Select all
gpasswd -a boinc video
#7 Re: Radeon R7 250X not detected by BOINC
So first thing I tried to do was add boinc to video group. Didn't work.Dirk Broer wrote: ↑Mon Aug 12, 2019 9:49 am Did you install using
? OpenCL is an optional component of the Pro variant and is installed only if it is specifically requested.Code: Select all
./amdgpu-pro-install -y --opencl=pal,legacy
Here's how you add boinc user to Video group:Code: Select all
gpasswd -a boinc video
Second time I used ./amdgpu-pro-install to install drivers. After reboot still no luck so I tried the command you mentioned. It didn't work either. I was welcomed with list of arguments I could use with command apt.
I removed drivers, rebooted host, installed drivers again, rebooted host again and ended up with no GUI. Boinc still complained that no usable GPU found.
Quick research online tells me that this GPU is not supported as in a way other Radeons are.
- Dirk Broer
- Corsair
- Posts: 1979
- Joined: Thu Feb 20, 2014 11:24 pm
- Location: Leiden, South Holland, Netherlands
- Contact:
#8 Re: Radeon R7 250X not detected by BOINC
Try this the add the user 'boinc' to the video group instead:
Code: Select all
sudo usermod -a -G video boinc
#9 Re: Radeon R7 250X not detected by BOINC
I have done this without any success.Dirk Broer wrote: ↑Mon Aug 12, 2019 4:09 pm Try this the add the user 'boinc' to the video group instead:Code: Select all
sudo usermod -a -G video boinc
PS
This is what I get when I issue ./amdgpu-pro-install -y command
Code: Select all
./amdgpu-pro-install -y
deb [ trusted=yes ] file:/var/opt/amdgpu-pro-local/ ./
Get:1 file:/var/opt/amdgpu-pro-local ./ InRelease
Ign:1 file:/var/opt/amdgpu-pro-local ./ InRelease
...
Reading package lists... Done
apt
Usage: apt command [options]
apt help command [options]
Commands:
add-repository - Add entries to apt sources.list
...
version - Show the installed version of a package
- Dirk Broer
- Corsair
- Posts: 1979
- Joined: Thu Feb 20, 2014 11:24 pm
- Location: Leiden, South Holland, Netherlands
- Contact:
#10 Re: Radeon R7 250X not detected by BOINC
The -y argument sets all questions during the install to a default 'yes'.
The install of OpenCL depends heavily on the --opencl=pal,legacy argument. Without it you will get the infamous 'no useable GPU detected'...
--headless will drop Accelerated graphics, Mesa multimedia, Pro OpenGL and Pro Vulkan
The install of OpenCL depends heavily on the --opencl=pal,legacy argument. Without it you will get the infamous 'no useable GPU detected'...
Code: Select all
./amdgpu-pro-install -y --opencl=pal,legacy --headless
- Dirk Broer
- Corsair
- Posts: 1979
- Joined: Thu Feb 20, 2014 11:24 pm
- Location: Leiden, South Holland, Netherlands
- Contact:
#11 Re: Radeon R7 250X not detected by BOINC
The R7-250X is supported in the 19.20 driver, You may not have searched far enough.
#12 Re: Radeon R7 250X not detected by BOINC
I tired above command without --headless argument with same results as when issuing ./amdgpu-pro-install -y.Dirk Broer wrote: ↑Mon Aug 12, 2019 4:34 pm The -y argument sets all questions during the install to a default 'yes'.
The install of OpenCL depends heavily on the --opencl=pal,legacy argument. Without it you will get the infamous 'no useable GPU detected'...--headless will drop Accelerated graphics, Mesa multimedia, Pro OpenGL and Pro VulkanCode: Select all
./amdgpu-pro-install -y --opencl=pal,legacy --headless
Out of curiosity I opened synpatic to check what packages are installed and added boinc-client-opencl (7.9.3+dfsg-5ubuntu2) and
ocl-icd-libopencl1 (2.2.11-1ubuntu1) packages. After this I restarted boinc-client service. Still my GPU was not detected.
Once more I opened synaptic and installed these packages:
clinfo-amdgpu-pro (19.10-785425)
libopencl1-amdgpu-pro (19.10-785425)
opencl-amdgpu-pro (19.10-785425)
opencl-amdgpu-pro-icd (19.10-785425)
opencl-orca-amdgpu-pro-icd (19.10-785425)
Finally I rebooted PC and viola. GPU shows up nicely in Boinc.
I assume that OpenGL was causing the trouble.
- Dirk Broer
- Corsair
- Posts: 1979
- Joined: Thu Feb 20, 2014 11:24 pm
- Location: Leiden, South Holland, Netherlands
- Contact:
#13 Re: Radeon R7 250X not detected by BOINC
Something tells me you ran the ./amdgpu-pro-install not in the directory where the amdgpu-pro-install script is (/Downloads/driver/version), as it will install all the files you installed with synaptic, and more.
#14 Re: Radeon R7 250X not detected by BOINC
Believe me, Dirk, I did run install command in directory containing all unpacked files.Dirk Broer wrote: ↑Tue Aug 13, 2019 10:36 am Something tells me you ran the ./amdgpu-pro-install not in the directory where the amdgpu-pro-install script is (/Downloads/driver/version), as it will install all the files you installed with synaptic, and more.
Right now I have another problem as none of the project supporting Radeon GPU work. But this is subject for another thread.
PS.
I gave up on installing drivers for this card on Linux. I wasn't getting anywhere. It works fine on Windows and I will be looking for to purchase Nvidia next year.