zhemao / zhemao.github.com

Github pages page
http://zhemao.github.com
Other
4 stars 1 forks source link

Network Access #15

Closed faescobar closed 10 years ago

faescobar commented 10 years ago

Hello everyone,

I have succesfully compiled and generated the image files for the SoCKit and it works as stated in the tutorial. The one thing I can't do is to have network access. When I use the image from rocketboards it works fine though.

Do you guys have any suggestion?

Thanks.

faescobar commented 10 years ago

Hello,

The solution we found here is to edit the file:

vi /etc/network/interfaces

and add the lines:

auto eth0 iface eth0 inet dhcp

then save : (press ESC) write :wq (press ENTER)

Reboot and it should work.

zhemao commented 10 years ago

Hey, thanks for figuring this out. I never tried to get the network interface working before, so I had no idea. Thanks for sharing.