Yes, this is the wireless card. Code: 03:00.0 "Ethernet controller [0200]" "Atheros Communications Inc. [168c]" "AR242x 802.11abg Wireless PCI Express Adapter [001c]" -r01 "Atheros Communications Inc. [168c]" "Device [0035]"
And it is indeed supported by the ath5k driver. It should be loading the ath5k driver automatically, but instead I see the ndiswrapper module loading.
NDISwrapper is not automatically installed, so you must have installed it. You normally have to blacklist the native Linux driver, in order to use NDISwrapper. Did you blacklist the ath5k driver?
You can manually unload the ndiswrapper module, and then load the ath5k module. Code: sudo modprobe -r ndiswrapper
Code: sudo modprobe ath5k
If it doesn't return with an error, check for the ath5k module in the output of lsmod. Also make sure that the ndiswrapper module is not present. Now try to setup and use the wireless.
I understand that the ath5k driver has been disabled by Ubuntu (another reason to use Fedora!). I found this statement here: Quote: Atheros ath5k wireless driver not enabled by default
The version of the ath5k driver for Atheros wireless devices included in Linux 2.6.27 interferes with the use of the madwifi driver for some wireless devices and as a result has been disabled by default. Many Atheros chipsets will work correctly with the madwifi driver, but some newer chipsets may not, and the madwifi driver may not work with WPA authentication. If you have an Atheros device that does not work with madwifi, you will want to install the linux-backports-modules-intrepid-generic package, which includes an updated version of the ath5k driver. While not installed by default, this linux-backports-modules-intrepid-generic package is included on the Ubuntu 8.10 CD and DVD images for ease of installation.
| So it does seem that you need the backports repository for this. Here is some info on how to enable it: https://help.ubuntu.com/community/UbuntuBackports
You can also manually install it using the compat-wireless package. This will give you the latest version of the driver. That may be important, because this is a new driver and still under developement. Download - Linux Wireless
__________________
Paul
Please do not PM me with requests for help. I will not reply.
Last edited by waterhead; 02-06-2009 at 11:28 AM..
|