0

How do I install ethernet driver on Ubuntu? Isn there a program which installs the drivers?The .exe files dont work.There are linux editions but i do not know how to install them.

  • Does the Ethernet port on your computer works with Ubuntu? For normal cases, it should be already included in the kernel, unless you're talking about the Broadcom wireless card. – P.-H. Lin Jan 31 '15 at 15:09
  • Welcome to AskUbuntu! ;-) Could you please give us a bit more information like: what version of Ubuntu you're running? What the output of sudo lshw -c network is? Please [edit] your question and add this information... – Fabby Feb 02 '15 at 09:56

1 Answers1

0

There are detailed guides on how to install your wifi driver. To let your situation better be known, please specify your laptop company and model, so that your ethernet adapter model may be looked at. If your driver is broadcom BCM43142 then

sudo apt-get install bcmwl-kernel-source

This will install wifi driver offline. You may also get your answer at this question Cant enable proprietary driver for broadcom bcm43142 I hope it helps!

Ayushya
  • 241