Yes I just compiled and got a segmentation fault. I was assuming that it was due to a graphics driver issue, because my cgminer (with gpu) does the same thing, while my cgminer-nogpu does not do this when I compile it under Linux Mint 14.
How do you get cgminer to compile with no gpu support, but with klondike support and icarus support?
I wanna test Klondike compiled version actually runs, but I don't have a Klondike, so I want to compile it for icarus as well.
Hi guys,
I've got cgminer compiled and it's working quite good on x64 and RPi. API working as well.
Things I've done:
Cloned repo here
https://github.com/bkkcoins/cgminer-klondikeThen in the folder:
./automake.sh
./configure --disable-opencl --disable-adl --enable-klondike
make
Just one problem - when I connect more than one K16, it wont start, just freezes where it says CGMiner version ...
With one it's hashing OK. Anyone had success with this?
Thanks.
[/quote]
Ok Zipiju thanks a lot !!!
I used your suggestion (but without the ./automake.sh cuz it was not working) and added the following
./configure --disable-opencl --disable-adl --enable-klondike --enable-icarus
make
it compiles and runs just fine.
I wanted icarus devices to test USB functionality, and I happen to have 3 USB block erupters handy...so...
When no USB erupters are plugged in, it does nothing.
When I plug in 1 usb erupter directly into the computer, it says "USB init open device failed, err -3, you dont have priviledge to access - AMU device 2:8"
Then I plug in the second one, and it detects it and says "USB init open device failed, err -3, you dont have priviledge to access - AMU device 2:9"
Then I plug in the 3rd one, and it detects it and says ""USB init open device failed, err -3, you dont have priviledge to access - AMU device 2:10"
So, the USB detection is working, that's what I'm guessing anyway. Whatever version of the usb library is working, and it seems to be detecting, at least, it detects Icarus devices.
I think that's good news.
Weird, so I've created a strange Klondike, Icarus hybrid. My guess is since the usb detection is working, it should detect Klondike's as well....
I'm connected to my pool but I usually have configuration problems with USB Block erupters and CGminer (I use BFG miner under windows to run my USB block erupters)... Gonna work on getting them working Under linux just for kicks.
If you have any USB erupters or can borrow one, try it. I am not a Unix expert by any stretch of the imagination...