about the Antminer S7
i would like to know if there is an option via software to silence the buzzer ?
if not is there a way to access the buzzer and silence it via hardware ?
please also tell me what situations make it buzz.
You can silence it by editing cgminer.conf by hand :
ssh root@192.168.0.45
vi /config/cgminer.conf
Then add to the file
"bitmain-nobeeper" : true,
so that you get
"api-listen" : true,
"api-network" : true,
"api-allow" : "W:0/0",
"bitmain-nobeeper" : true,
...
Then restart cgminer
/etc/init.d/cgminer.sh stop
/etc/init.d/cgminer.sh start