Looks like DHL said my miners are coming tomorrow. I am excite.
Nice,
Here is the hub i am using for nonstop operation of HEX boards + TpLink host
http://www.amazon.de/dp/B00602C91U/ref=pe_386171_38075861_TE_item - it is MTT hub and working great no issues or whatsoever
I am recommending highly this one and nothing else.
Happy mining:)
I just open my stupid hub. I found that it used 2 x FE1.1s chip LOL
Did you ever checkout the chip in that 10 port hub loshia? one must be FE2.1. But what about other one?
Yes i did and i posted it couple of times already
root@HEX16A:~# lsusb
Bus 001 Device 002: ID 1a40:0201 Terminus Technology Inc. FE 2.1 7-port Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 1a40:0101 Terminus Technology Inc. 4-Port HUB
I have not open it and i am not sure if Terminus Technology Inc. 4-Port HUB is tt chip but i am using 10 ports without issues
I have only two tp-links with 10 ports (Actually 9 HEX16B + power for the tplink + data) otherwise my Hex16A are not more than 7 (850W PSu) because of the power
I guess with 7 boards i am using only one (or maybe 0) port of 4 port chip
Actually tp-link can be hacked to get power from usb data port but i do not have time for this. When i need it (not lose USB port on my hub) i just strip usb power wire spike + crimp/ or solder + tape and so on you now the story
PS:
In the begging i used to cut USB data red wire to avoid feeding from the hub but as long as i am using single PSU ground i am not doing it anymore
PS:
By the way i am trying new timing for nanos, because i think we are loosing some speed with latest 3.10
driver-hexmineru.c line 176
if (long_sleep) {
//applog(LOG_ERR, "Long sleep %s%d",hexmineru->drv->name, hexmineru->device_id);
// 6+ Gh/s
//cgsleep_us_r (&ts_start, 600*1000);
cgsleep_ms(200);
} else {
if(!job_switch) {
// applog(LOG_ERR, "Short sleep %s%d",hexmineru->drv->name, hexmineru->device_id);
//cgsleep_us_r (&ts_start, 5*1000);
cgsleep_ms(5);
} else {
//applog(LOG_ERR, "No sleep %s%d",hexmineru->drv->name, hexmineru->device_id);
}
}
}
Cpu goes bit high again but i think nanos work better
If you have time you can play with cgsleep_ms(200); - increase reduces cpu load but may impact nanos performance - do not go above 800
No need to decrease it