Post
Topic
Board Mining software (miners)
Re: BFGMiner 3.5.1: modular ASIC/FPGA, GBT, Strtm, RPC, Lnx/OpnWrt/PPA/W64, KnC/HBR
by
Nighthawkxx
on 08/11/2013, 14:54:21 UTC
i can't get bfgminer to pickup on the .so files for libhidapi on raspian wheezy


from ~/

Code:
git clone https://github.com/signal11/hidapi && git clone https://github.com/luke-jr/bfgminer

cd hidapi
./bootstrap
./configure
make -j2
make install

I also tried your procedure to get my Hasbuster Nano working with the new bfgminer on raspian wheezy and encounterd the same issue.
Remembered something about a prefix parameter for the configure command after reading the hidapi readme a few days ago and decided to give it a try.
After the hidapi recompile, bfgminer recognised my Hashbuster Nano. Maybe this also works for you.
My Hashbuster Nano still doesn't work on my Raspberry Pi, the hash rate rapidly decreases to 0 GH/S.


Code:
cd hidapi
./bootstrap
./configure --prefix=/usr
make -j2
make install