Hello.
A couple of days ago, I upgrade archlinuxarm on my Cubieboard2. After rebooting, I could not connect to it via ssh. I have connected via COM-port and found that the network interface is DOWN.
I wrote in the terminal:
$this->bbcode_second_pass_code('', 'ip link set dev eth0 up').
Then lines appeared in the terminal :
$this->bbcode_second_pass_code('', '
<6>sunxi_emac sunxi_emac.0: eth0: link up, 100Mbps, full-duplex, lpa 0xC1E1
[ 114.555743] sunxi_emac sunxi_emac.0: eth0: link up, 100Mbps, full-duplex, lpa 0xC1E1
')
After that eth0's state becomes UNKNOWN and ssh has worked.
But after rebooting, I could not connect to it via ssh again.
Please, help