1

I can connect to my house's wireless network just fine, but when I'm connected I can't browse the web. Firefox starts connecting to a site and then just poops out. This doesn't happen on my roommates' computers (running Windows) or on our 3DSes, so I know it's just my laptop.

(Edited to remove irrelevant information)

This other user's answer solved my problem.

I would post this as an answer, but the site keeps converting it to a comment. Thank you for all the suggestions, though!

A.J.
  • 21

1 Answers1

0

You can open this file:

sudo -H gedit /etc/modprobe.d/ath9k.conf

And add this line:

options ath9k nohwcrypt=1

Reboot to see if it works.

If not, it may be this bug:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/945379

Zanna
  • 72,312
CR2
  • 434