nwoolls / MultiMiner

Graphical application for crypto-coin mining
multiminerapp.com
MIT License
942 stars 368 forks source link

the GUI starts but no info is displayed on Ubuntu 12.10 #65

Closed siwik75 closed 10 years ago

siwik75 commented 10 years ago

Hi

I followed the instructions for Ubuntu (mine is 12.10 kernel 3.5.0-17) using Mono version : 2.10.8.1

I don't get any error but the GUI starts but it's all empty and no GPU or anything else is displayed on the portion of the window, I can navigate on the menus right click and select options but nothing happens.

Scan Hardware -> nothing happens

Please let me know ho to troubleshoot

Thanks Siwik

nwoolls commented 10 years ago

Do you have an ATI GPU with 3D drivers installed and OpenGL / OpenCL? Or do you have USB ASICs? What devices are you trying to detect?

siwik75 commented 10 years ago

oh I forgot to mention that I have both ASIC and ATI GPU working fine with both cgminer and bfgminer previously installed.

siwik75 commented 10 years ago

I'd like to know how to troubleshoot from Mono or from the app's log in order to understand what is not working since I'm not getting any error.

nwoolls commented 10 years ago

MultiMiner runs the following command and then parses the results in order to enumerate devices:

bfgminer --device ? --scan littlefury:all --scan antminer:all --scan erupter:all --scan opencl:auto --scan cpu:auto

What does that command return for you?

siwik75 commented 10 years ago

I don't have those parameters, my bfgminer is root@uSiwik:~/bfgminer# bfgminer -V bfgminer 3.0.99

nwoolls commented 10 years ago

Please install bfgminer 3.7 or higher, 3.0 is very old and not supported at all by MultiMiner.