2

I'm using an Acer Iconia W500, and immediately after upgrading from 11.10 to 12.04, it is unable to access the internet. It was able to access the internet just fine before the upgrade. It seems to be connecting to the wi-fi network, but I've tried several different websites on several different browsers and none of them can display any pages. I am able to access the internet just fine through the exact same wi-fi connection on my Toshiba Satellite running Linux Mint.

Here are the results from sudo lspci -v:

01:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01) 
    Subsystem: Foxconn International, Inc. Device e031
    Flags: bus master, fast devsel, latency 0, IRQ 17 
    Memory at 90000000 (64-bit, non-prefetchable) [size=64K] 
    Capabilities: [40] Power Management version 3
    Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit-
    Capabilities: [60] Express Legacy Endpoint, MSI 00
    Capabilities: [100] Advanced Error Reporting
    Capabilities: [140] Virtual Channel
    Capabilities: [160] Device Serial Number 00-15-17-ff-ff-24-14-12
    Capabilities: [170] Power Budgeting <?>
    Kernel driver in use: ath9k 
    Kernel modules: ath9k
Logan
  • 29
  • 3
  • Welcome to Ask Ubuntu! We need more hardware information to help you, can you look at this question and then edit your question adding the information? – Jorge Castro Apr 28 '12 at 01:09
  • @Jorge Castro Please let me know which relevant commands to run, and I'll run them and post the results. My ability to copy and paste is limited, since I'm using a different computer to access the internet. – Logan Apr 28 '12 at 01:40
  • lspci -v should be enough, look for something about the wireless card, either Broadcom, Intel, Ralink, or maybe Atheros. We only need the model # of the wireless card – Jorge Castro Apr 28 '12 at 01:42
  • I was able to copy and paste using LibreOffice and a USB flash drive. The complete results are up there now. – Logan Apr 28 '12 at 01:58
  • Same card, same issue, different computer. I'm connected to a wireless network but I'm unable to ping anything but myself. – Brandon Bertelsen Jul 18 '12 at 11:09
  • Impossible to know this now, but this could be a dupe of my own question: http://askubuntu.com/questions/165326/ar9285-wireless-yet-another-on-acer-aspire-one-532h-2676 – Brandon Bertelsen Dec 09 '12 at 07:19
  • This question appears to be abandoned and unanswered, could you perhaps add more detail to your question? If this question no longer applies then you can either delete it or answer it yourself if you've solved the problem. This is to help with the Ask Ubuntu Clean Up. If you feel this question is not abandoned, please flag the question explaining that. :) – Seth Jan 01 '13 at 04:35

2 Answers2

0

Try my answer and see if it works. Just enter the first two lines of code and test wifi.

How do I get wireless working on an ASUS Notebook U56E?

Dave
  • 418
  • Both of those commands gave me the following: WARNING: All config files need .conf: /etc/modprobe.d/blacklist, it will be ignored in a future release. WARNING: All config files need .conf: /etc/modprobe.d/blacklist.save, it will be ignored in a future release.

    The second command said the same thing but also had FATAL: Module iwlgn not found. at the end.

    – Logan Apr 28 '12 at 01:36
  • This won't work, totally different wireless card. – Jorge Castro Apr 28 '12 at 01:58
0

you could try a newer mainline kernel if it's a driver problem, but you should be careful if you use a proprietary graphics-driver.

https://wiki.ubuntu.com/Kernel/MainlineBuilds

http://kernel.ubuntu.com/~kernel-ppa/mainline/

BuZZ-dEE
  • 14,223