Post
Topic
Board Hardware
Re: ANTMINER S7 is available at bitmaintech.com with 4.86TH/s, 0.25J/GH
by
lanfeusst
on 20/11/2015, 16:13:32 UTC
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 :
Code:
ssh root@192.168.0.45
vi /config/cgminer.conf
Then add to the file
Code:
"bitmain-nobeeper" : true,
so that you get
Code:
"api-listen" : true,
"api-network" : true,
"api-allow" : "W:0/0",
"bitmain-nobeeper" : true,
...
Then restart cgminer
Code:
/etc/init.d/cgminer.sh stop
/etc/init.d/cgminer.sh start