Yes I have a A2.
The buttons do nothing. Pool fields work fine.
Miner never mines.
Works fine with factory A2 image.
-Bobby
actually, it is to our interest to find out what is wrong with that installation. we have tried a few installation, and it works fine.
could you run followoing command in root and let us know what returns
sudo su
ps -ef |grep cgminer|grep -v grep
if you don't see a process called cgminer with a bunch of paramters but empty screen, can you run this manually and see what error does it give you :
sudo /opt/scripta/bin/cgminer -c /opt/scripta/etc/miner.conf --A1Pll1 1200 --A1Pll2 1200 --A1Pll3 1200 --A1Pll4 1200 --A1Pll5 1200 --A1Pll6 1200 --diff 8 --api-listen --api-network --cs 8 --stmcu 0 --hwreset --no-submit-stale --lowmem
if it didn't start automatically, suspect there might be a problem with the cron. can you show us what comes out of this :
cat /etc/cron.d/minereu
oh, last, if you can give me some lines syslog, that would be very helpful
sudo tail /var/log/syslog