edit /etc/network/interfaces and add 2 lines:
auto eth1
iface eth1 inet dhcp
and then restart
About wifi - how do you know it is not working? You need iw and wpasupplicant packages in order to make it work, so after connecting to lan, type apt-get update, apt-get install iw, wpasupplicant
then type iwconfig and see if you have wlan0 card listed.
Comment