1

I installed 14.04 to my Dell D520. I cannot connect to either ethernet or wifi. The icon in the upper right corner does not show any network devices. HOw do I fix this?

1 Answers1

1

try this , it will solve your eth0 problem:

echo on | sudo tee /sys/class/net/eth0/device/power/control

and for wifi if you are shown b43 firmware not installed on start on your Ubuntu try this :

sudo apt-get install firmware-b43-installer

and if any other firmware is missing try opening that site

Lucio
  • 19,191
  • 32
  • 112
  • 191