Post
Topic
Board Hardware
Re: HashFast BabyJet users thread
by
Morblias
on 03/03/2014, 00:05:45 UTC
I was trying to get this working on a ubuntu computer, but keep getting
Code:
Hashfast detect (3:3) failed to initialise (incorrect device?)

Am I missing something here? This is how I installed it:

Code:
sudo apt-get install build-essential autoconf automake libtool libcurl3-dev libudev-dev git
git clone git://github.com/ckolivas/cgminer.git
cd cgminer/
sudo ./autogen.sh
sudo ./configure --enable-hashfast
sudo make
sudo make install

Edit: nevermind, I am an idiot. Was getting permission denied had to run cgminer as sudo. Now I am getting

Code:
HFA: Failed to receive OP_NAME response
over and over. Any ideas how to fix? (cgminer version 4.0.1)

Edit: Went to 4.0.0 and it works like a charm.

How do I see the temps, difficulty, connected pool, and all of that other stuff that usually shows on top of cgminer? in ubuntu right now it only shows the speeds, accepts, and rejects at the bottom and not the other info that usually shows up on top.