문제점
리눅스 커널을 업데이트 후 유선 인터넷 연결이 되지 않았다.
해결 노력
/etc/network/interfaces
파일을 수정하면 된다.
$ sudo gedit /etc/network/interfaces
# The loopback network interface
auto lo
iface lo inet loopback
이렇게만 있을 텐데, 아래에 다음을 추가한다
# The primary network interface
auto eth0
iface eth0 inet dhcp
재부팅하면 끝