I am trying to mine ethereum with an ancient laptop just for fun, but I can't get it running. I get this error:
ethminer 0.19.0-alpha.0
Build: linux/release/gnu
No OpenCL platforms found
Error: No usable mining devices found
Here's the setup:
GPU: AMD Radeon HD 3870 x2
OS: ubuntu server 20.04
Miner: ethminer 0.19.0-alpha-0
Running this command...
sudo lshw -c video | grep driver
gives this:
configuration: driver=radeon latency=0
What might be the problem? Is the 20.04 kernel incompatible with the drivers? Is everything too old?
uname -rwill tell you the running kernel; the GA stack will be 5.4 for the life of the product, HWE causes it to follow the non-LTS; ie. 20.04.2 was 5.8 (20.10); 20.04.3 was 5.11 (21.04), 20.04.4 is 5.13 etc.. before settling on the GA stack from the next LTS https://wiki.ubuntu.com/Kernel/LTSEnablementStack (OEM allow further kernels but installation decide that itself; you don't choose that). – guiverc Jan 18 '22 at 05:45uname -rdisplayed this5.4.0-94-generic. I don't know how to use this information to make the GPUs work. – Sir Rubberduck Jan 18 '22 at 05:56