i have the same problem with my Eruptors.
I get Timeout messages for all of them.
Till today i used cgminer 3.3.0 and there was no problem, when i tryed 3.4.0 and now currently 3.5.0 version there is present this error.
I run cgminer in Windows XP SP2.
Zadig drivers are installed ( otherwise i couldn't run cgminer 3.3.0 ).
USB HUB have 3.5A max utput, so there is no underpower problem.
I also rebooted XP before i started cgminer 3.5.0.
How can i eliminate this timeout problem?
Here is the command for starting of cgminer: cgminer-nogpu.exe -c cgminer.conf --no-submit-stale
And this is the content of cgminer.conf:
{
"pools" : [
{
"url" : xxxxxxxxx",
"user" : "xxxxxxxx",
"pass" : "xxxxxxxxx"
}
]
,
"api-port" : "4028",
"expiry" : "240",
"hotplug" : "5",
"log" : "10",
"no-pool-disable" : true,
"queue" : "4",
"scan-time" : "5",
"shares" : "0",
"load-balance" : true,
"kernel-path" : "/usr/local/bin"
}