Wifi On Ubuntu – Installing Atheros Drivers
Posted By Chinmoy Kanjilal On August 14, 2009 @ 9:10 am In Open Source Software | 3 Comments
Wifi is one area which Ubuntu can not still address. The result of Atheros or Broadcom not submitting any generic code for their respective hardwares, takes a toll on Linux, as their wifi drivers are not supported out of the box.

Wifi
Here is a quick tip to get a fully functional Wifi on Linux for the wifi Atheros Network Adapter.
You need your driver CD/DVD for this.
sudo ndiswrapper -i ar****.inf
Where ar****.sys is the file you copied. This installs the required driver. Make sure the ar****.sys file is also present in the same directory. Alternatively you can copy the files to any location and navigate to the location from the terminal before doing the above.
sudo depmod -a sudo modprobe ndiswrapper
This loads the driver you just installed, and logs any error(if any) to /var/log/messages.
sudo ndiswrapper -m
This sets up the driver to load with the other network drivers at bootup.
That is all. Your wifi should be working like a breeze.
Article printed from Techie Buzz: http://techie-buzz.com
URL to article: http://techie-buzz.com/foss/wifi-on-ubuntu-installing-atheros-drivers.html
Click here to print.
Copyright © 2006-20011 Techie Buzz. All rights reserved.