AR8033 PHY芯片
1 ip link show | grep -i "eth"
1 cat <<EOF >> /etc/network/interfaces 2 allow-hotplug eth0 3 auto eth0 4 iface eth0 inet dhcp 5 6 EOF
1 cat <<EOF >> /etc/network/interfaces 2 allow-hotplug eth0 3 auto eth0 4 iface eth0 inet static 5 address 192.168.8.55 6 netmask 255.255.255.0 7 gateway 192.168.8.1 8 dns-nameservers 202.96.134.133 9 10 EOF