My solution so far:
1)
http://kernel.ubuntu.com/~kernel-ppa/mainline/ visited and the newest Natty Kernel picked (v2.6.39-rc4-natty)
2) Download following packages:
linux-image-2.6.39-020639rc4-generic_2.6.39-020639rc4.201104191410_amd64.deb
linux-headers-2.6.39-020639rc4_2.6.39-020639rc4.201104191410_all.deb
linux-headers-2.6.39-020639rc4-generic_2.6.39-020639rc4.201104191410_amd64.deb
copy them on an usbstick.
Installation:
dpkg -i linux-headers-2.6.39-020639rc4_2.6.39-020639rc4.201104191410_all.deb
dpkg -i linux-headers-2.6.39-020639rc4-generic_2.6.39-020639rc4.201104191410_amd64.deb
dpkg -i linux-image-2.6.39-020639rc4-generic_2.6.39-020639rc4.201104191410_amd64.deb
try:
modprobe e1000e
dhclient
automatic:
nano /etc/modules
e1000e
change:
nano /etc/network/interfaces
# The primary network interface
auto eth0
iface eth0 inet dhcp
@Calvo:
Dont understand why this should be an ubuntu problem, because anyone who has an Intel Sandy Bridge Board will have this problem !
Or would you say, Intel Sandy Bridge is not supported by zentyal ?
So far i see, it has to do with the old kernel from 10.04 LTS Ubuntu