Post
Topic
Board Hardware
Re: GekkoScience 2Pac BM1384 Stickminer Official Support Thread
by
cosmiconion
on 29/07/2018, 17:10:34 UTC
I get this

 failed usb_init
 [2018-07-29 18:08:41.621] USB init, open device failed, err -3, you don't have privilege to
access - BSC device 1:24
 [2018-07-29 18:08:41.621] See README file included for help
 [2018-07-29 18:08:41.622] GekkoScience detect (1:24) failed to initialise (incorrect device?
), resetting
 [2018-07-29 18:08:41.622] failed usb_init
 [2018-07-29 18:08:46.958] USB init, open device failed, err -3, you don't have privilege to
access - BSC device 1:24
 [2018-07-29 18:08:46.959] See README file included for help
 [2018-07-29 18:08:46.959] GekkoScience detect (1:24) failed to initialise (incorrect device?
), resetting
 [2018-07-29 18:08:46.960] failed usb_init

I am trying to run at 150 ...

./cgminer -o stratum+tcp://pool.ckpool.org:3333 -u 3DZ3cEJYk5GUyGRJ7nkDqttUcaNgAtWais -p x --suggest-diff 32 --gekko-2pac-freq 150


cant get this to work on raspberry pi

I follow to the letter

I get USB device fail






Code:
sudo apt-get update
sudo apt-get upgrade -y

sudo apt-get install -y build-essential git autoconf automake libtool pkg-config libcurl4-openssl-dev libudev-dev
    
mkdir -p git/vthoang; cd git/vthoang
git clone https://github.com/vthoang/cgminer.git
cd cgminer

CFLAGS="-O2 -march=native" ./autogen.sh --enable-gekko
make -j 2



    Debian 8.7.1 new install.
        Default Install (No desktop environment, + SSH Server)
        (*do not specify root password to enable sudo)
   
    or Raspbian - Kernel version: 4.4 (Raspberry Pi)

Code:
sudo apt-get update
sudo apt-get upgrade -y

sudo apt-get install -y build-essential git libusb-1.0-0-dev libusb-1.0-0 libcurl4-openssl-dev libncurses5-dev libudev-dev screen libtool automake pkg-config libjansson-dev

mkdir -p git/vthoang; cd git/vthoang
git clone https://github.com/vthoang/cgminer.git
cd cgminer

CFLAGS="-O2" ./autogen.sh --enable-gekko
make -j 2