Hi guys,
does anybody of you know how to view the console output of the miner?
I mean when you plug your monitor to SMOS you will get this nice known shell-view (see
https://imgur.com/a/StTnk attached).
When I connect to SMOS via SSH and try to reattach a session in via screen it says "no session found", but the miner is running in the service manager.
How can I output this nice shell-view to my SSH connection?
Thanks for any advice that does the trick!
Here's the step by step from your local computer:
1)type: "ssh
miner@192.168.1.168" (or whatever your miner IP is, as indicated when hovering mouse over miner name on SMOS web)
2)it will prompt for password, type: "miner"
3)type: "screen -x miner"
4) Dance with joy
if you want to be ever more excited and in the mood to dance, you can flash your AMD bios through SSH too.
1) do the above
2) hit C a few times until you drop the miner stops and drops you to the shell
3) type "sudo su"
3) type: "cd /root/utils" 4) type "./atiflash" to see a list of commands, normally to flash it's something like "./atiflash -p 0 filename.rom" (where 0 is the card #)
to send the bios.rom file to the miner, from your local computer type: "scp filename.rom miner@192.168.1.128:/root/utils/"