That includes linux compile steps, but to repeat, on linux:
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install -y build-essential autoconf automake libtool pkg-config libcurl4-openssl-dev libudev-dev libusb-1.0-0-dev libncurses5-dev zlib1g-dev git
cd
git clone https://github.com/kanoi/cgminer.git
cd cgminer
CFLAGS="-O2 -march=native -fcommon" ./autogen.sh --enable-gekko --enable-icarus
make
I followed this and it worked great to get cgminer on a new raspberry pi image, so thanks for that. My SD card from bitcoinmerch got fried, so I had to buy a new one and setup cgminer.
I'm able to connect to the pool, but cgminer is not recognizing my USB Compac Fs. Getting "No devices detected!" "Waiting for USB hotplug devices or press q to quit"
https://drive.google.com/file/d/1VN2cWSH2Jy3xum3v5HE2Z_47OFa3uGKE/view?usp=sharingI read through the readme and numerous threads, but have no had success. Anyone familiar with this?