Results 1 to 6 of 6
This WIFI card is giving problems, I have got it to a point with help, because I have not got a clue about Linux as I am a newbie, but ...
- 11-12-2007 #1Just Joined!
- Join Date
- Nov 2007
- Location
- Berkshire
- Posts
- 3
Atheros Communications, Inc. AR5212 802.11abg NIC
This WIFI card is giving problems, I have got it to a point with help, because I have not got a clue about Linux as I am a newbie, but I am now stuck. I did lspci and that is where I got the subject from. When I do dmesg there is an error unable to load needed module ath_rate_sample (these commands were put in by my friend). iwconfig gives a negative result for wireless being present What do I need to do now. I have madwifi loaded and wpa-suplicant.
- 11-12-2007 #2
In Linux, Atheros chipsets need madwifi drivers. See this page on how to get them into your installation.
- 11-13-2007 #3Just Joined!
- Join Date
- Nov 2007
- Location
- Berkshire
- Posts
- 3
Thanks for the reply
I have madwifi already installed as well as wpa supplicant
- 11-13-2007 #4
In my haste, I didn't see that last sentence, sorry. So if madwifi IS installed, the question is, is the module getting loaded.... From the command line as su, do:
Then, do:Code:modprobe ath_pci
...and see if you see ath0 there.Code:iwconfig
I haven't used Gentoo in a while so the actual commands may be:
and,Code:/sbin/modprobe ath_pci
Code:/sbin/iwconfig
- 11-14-2007 #5Just Joined!
- Join Date
- Nov 2007
- Location
- Berkshire
- Posts
- 3
Cheers for the feed back
Yep there is an ath0 we have managed to get madwifi to load and the card is recognised and is in the network part of the control centre now. WPA_Suplicant's back end is working, we had a command window open and watched the essids scroll through but it's WPA_GUI does not work it says 'Could not get status from wpa_supplicant' on the status line.
Cheers
- 11-14-2007 #6


Reply With Quote
