AMT,
My brother's unit is hashing presently. All 5 of his cards are green and show up hashing in the interface. His interface is in Chinese but we got it working.
However, I also noticed that in his Chinese interface the "Temp" field is populating with values. On my machine the value is stuck on 0 for the 4 cards that are showing.
Let me know what I should do to get the temp field working and if I should return the top card for replacement.
Thanks in Advance.
If you SSH into the miner and open the file /var/www/conf.php there is a LANG variable that is set to "zh".
The file looks something like this:
{"freqs":["900","900","900","900","900"],"diff":"14","lang":"
zh","pools":["stratum+tcp:.....
Change the "zh" to "en":
{"freqs":["900","900","900","900","900"],"diff":"14","lang":"
en","pools":["stratum+tcp:.....
Change that to "en" and save the file. Refresh the website and the site will be in English.