Paladin of the Pegasos
Posts: 1213 from 2004/12/1
From: Paris, France
the rght forum for these questions is
www.powerdeveloper.org
there's an ubuntu section at powerdev
now for your network issue, make sure you have DHCP enabled then edit the following file :
/etc/network/interfaces
as root (use sudo)
Code:
sudo nano -w /etc/network/interfaces
remove the # sign from the beginning of the last line, and execute
Code:
/etc/init.d/network start
and you're done.