Thank you, I tried without the arguments, no difference. I only have one "stick" when it doesn't get a response on 0 it tries 1 then 2 ...
Cool. Once you are down to one stick with the default setting, unplug it wait 2 seconds and plug it back in.
See if you can spot the line below:
"found 2 chip(s) on GSD 0"
"GSD 0: set frequency: 100.00 [07 83]"
I get the same results with or without the arguments. I've even rebooted the box.
sudo ./cgminer -o stratum+tcp://us-east.stratum.slushpool.com:3333 -u MY_USERNAME
[2017-03-04 23:57:54.410] Started cgminer 4.10.0
[2017-03-04 23:57:54.641] Probing for an alive pool
[2017-03-04 23:57:54.766] Pool 0 difficulty changed to 2048
[2017-03-04 23:57:55.643] Network diff set to 461G
[2017-03-04 23:57:56.650] found 0 chip(s) on GSD 0
[2017-03-04 23:57:56.650] GSD 0: set frequency: 100.00 [07 83]
The initial priority is to try to get that 0 chip(s) to show as 2 chip(s).
Need to unplug and replug, a reboot won't drop the port voltage need to reset the buck tripped from the 250 frequency attempt.
Assuming you did the full unplug sequence, one last thing I can think of for you to try:
"sudo ./cgminer -o stratum+tcp://us-east.stratum.slushpool.com:3333 -u MY_USERNAME --gekko-2pac-freq 25"
*note the missing zero (25 not 250) is intentional.
Unplug the usb stick, wait 2 second, and replug.
(also try this directly to the machine at the frequency of 25, if a hub is in the mix)
And paste the same log you just captured.
sudo ./cgminer -o stratum+tcp://us-east.stratum.slushpool.com:3333 -u ME --gekko-2pac-freq 250
[2017-03-05 00:44:43.189] Started cgminer 4.10.0
[2017-03-05 00:44:43.418] Probing for an alive pool
[2017-03-05 00:44:43.559] Pool 0 difficulty changed to 2048
[2017-03-05 00:44:44.418] Network diff set to 461G
[2017-03-05 00:44:45.430] found 2 chip(s) on GSD 0
[2017-03-05 00:44:45.430] GSD 0: set frequency: 250.00 [09 82]
I have no hub in the mix. however I had a one meter USB extension cable. When I plug the stick directly into the port without the extension cable, it works.
Next to find out why it doesn't like the cable.
David