1

I already have downloaded Ubuntu 16.04 LTS "Xenial Xerus" on an ASUS εee PC and I am not able to connect in a Wi-Fi network. Just like the Wi-Fi adapter is not working . I had Ubuntu 14.04.4 LTS and it worked fine . Is there something that I can do to fix it?

  • 6
    Welcome to Ask Ubuntu! Download this script and [edit] your question to include a link to the pastebin output. This way people can have an overview. – Videonauth Jul 05 '16 at 13:08
  • 1
    Please [edit] your question and add output of lspci -knn | grep Net -A2 terminal command. – Pilot6 Jul 05 '16 at 13:44
  • 1
    @Videonauth The script is perfect, but it looks like it is too hard for newbies to run it in most cases. – Pilot6 Jul 05 '16 at 13:44
  • @Pilot6 well I'm not much familiar with WiFi, just thought o.k. its lacking information, and this is the most complete collection of information you guys can get AFAIK. Thus my comment. :) – Videonauth Jul 05 '16 at 13:56
  • The comment is good, but I found that many new users ignore such comments, because they do not know how to run the script and how to post the output. That's why I ask only for lspci.... If further information is needed I ask for something else. – Pilot6 Jul 05 '16 at 13:58
  • @Pilot6 I made that script with the help of friends in 2012 and been upgrading it ever since, we have made it as easy as possible with the one command being copied and pasted in the terminal to run the script and we tell them exactly where the file is created, the issue is when they do not have internet connection that makes it harder I agree there. But this script is all over the net and has been run thousands of times and it okay not to use it but please do not suggest it is to hard for a new person to use. Thanks – Wild Man Jul 12 '16 at 02:15
  • @WildMan It is a very good script. But there are many cases when newbies fail to understand what is needed. – Pilot6 Jul 12 '16 at 07:43

1 Answers1

1

I had the same problem right after the installation. One needs to download and install the corresponding drivers from "Software Updates > additional drivers" making use of cable connection. I would also sudo apt-get update before and after.

gented
  • 388