Never mind, I found this quick guide to get it working. Thanks Christer Edwards at Ubuntu Tutorials.
Installing Backported Kernel Modules You’ll need to install a backported kernel module package. In order to do this you’ll also need to activate the backports repository. You can do that in two ways. 1. Navigate to System > Admin > Software Sources :: Updates :: (intrepid-backports) 2. Add “deb http://archive.ubuntu.com/ubuntu intrepid-backports main restricted universe multiverse“ After you’ve done either of the above you can then run these commands to install the package: sudo aptitude update sudo aptitude install linux-backports-modules-intrepid echo “blacklist ath_pci” | sudo tee -a /etc/modprobe.d/blacklist At this point you should be able to reboot and you’re done. Enjoy. ** Changed in: ubuntu Status: New => Invalid -- unable to load module ath_pci for wireless card in Eee 701 https://bugs.launchpad.net/bugs/292406 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
