After a good sweat, I managed to configure Atheros with madwifi.
Installed wpa_supplicant too, started the card.
But no matter what I try, it is always in “Scanning” and cannot find network.
On my router linksys, I tried:
WPA2, AES
WPA2, AES + TKIP
WPA, AES
WPA, TKIP
WEP
Card is configured to:
DHCP, Managed, essid (with same name as in router),
WPA-PSK (I reckon that router should be set to “WPA Personal”)
Passphrase (same as in router)
on a second time “ifup” :
laptux:/etc # ifup wlan0
wlan0 device: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)
wlan0 warning: WPA configured but may be unsupported
wlan0 warning: by this device
wlan0 warning: wpa_supplicant already running on interface
DHCP client is already running on wlan0
beli0135 wrote:
| Sorry, I do not know how to use dmesg. Say what to type.
|
|
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
One thing to try is to blacklist the built in ath5 suse drivers and try and see if you can also connect to the wireless network set to “open”, once that works then try enabling the security. I was running into similar problems as you were.
Hummm, what I did was uninstall the ath5 built in driver, install the madwifi ones and once it detected the card enteed the essid name ( open unsecure at first ) then played with it until connected, then added security.
If both suse and kbuntu are giving you trouble, email the madwifi guys with your cards info and see if they might have missed it. Is this one of those built in usb deals on an asus board? my P5k deluxe wifi gave me head aches in 10.3 for a while until a kernel update fixed it.
beli0135 wrote:
> Tried, but nothing happens.
> Just for test, I dropped suse and installed Kubuntu… same problem
> with wireless.
> Simply, cannot find network.
>
> Seems that my atheros, on my Asus is highy unfriendly and
> uncooperative.
Please open a terminal and enter the following:
/sbin/lspci
/sbin/lspci -n
One line of the first output should mention your wireless device. Match the bus
address (the numbers at the front with the second set of outputs and post those
two lines. If your first output does not show the wireless, then try
I have installed 10.3, downloaded new kernel, set it up, compiled, then backed up.
Installed 11.0 back on, did make modules_install and make install and it started to function properly. Now I have wireless driver directly from kernel.
Card is properly reckognized and configured.
Now I have another problem. wpa_supplicant is installed.
Network on router (cisco linksys) is set to WPA personal, with AES and passphrase.
However, KWiFiManager cannot find any networks. (even though there are 2 unprotected networks around, as well as few WPA2 and bunch of WPA in the range - windows XP reports it)
When I do: #> ifup wlan0
it gives me following warning: “WPA Configured but may be unsupported by this device.”
“wpa_supplicant aready running on interface”
Wireless is configured to DHCP,
Operating mode: managed
ESSID: varnus (name of my network set on router)
Authentication: WPA-PSK
Key input type: passphrase
You have installed the Madwifi drivers, that much you’ve made plain.
By the fact that ‘wlan0’ exists, you are NOT using the madwifi drivers, you
are still using the ATH5K module.
As was mentioned before, you need to blacklist the ath5k driver, which will
THEN allow the madwifi drivers to find the card. Your wifi will then be
named ‘ath0’.
You need to put ‘blacklist ath5k’ into a file in the /etc/modprobe.d subdir.
Then reboot your system. If you have installed the Madwifi drivers
properly, you should get ‘ath0’ as your wireless nic name. Everything
should work at that point.
There is a MadWifi repository, which may be used to automatically install
Madwifi drivers, without you needing to compile and install then yourself.
The repo driver will also update as necessary if the kernel is updated. If
you installed the drivers by hand, you will lose wireless when the kernel
is updated, until you remember (how) to recompile/reinstall the driver
again.
The MadWifi Repo is highly recommended as a solution.
I have the same card and its working perfectly under kubuntu.So there is something u are doing wrong.Unfortunatelly i have opensuse intalled on the desktop pc wich does not have the same card.Im afraid i cant help u,but again card works on ubuntu.So see what u are doing wrong.
Question:U cannot see any wireless neteworks at all?
I am not using madwifi. I did clean install of openSUSE 11.0, downloaded kernel 2.6.26, enabled atheros driver, compiled and installed.
Atheros was immediately reckognized, and I set it up.
Did you REALLY get to kernel 2.6.26? The rest of us are all still back at
2.6.25.11-0.1
[Do ‘uname -a’]
As has been pointed out elsewhere, the LAST thing you want to try is to learn
how to compile your own driver (only after everything ELSE fails). [And compiling
your own kernel is even more of an advanced exercise.]
YES, you really need MadWifi driver, since your present one is returning
ZERO BYTES from the attempt to scan for existing APs. [That’s exactly
what it did for me, which is why I blacklisted it (ath5k) and installed the
(older) madwifi drivers.]
You do NOT need to compile the madwifi driver
(if you are running a distributed kernel, which you should be.)
Instead, you can use these instructions to install: Atheros madwifi - openSUSE
[Didn’t some wise person say something about ‘You can lead a horse to water, but…’?]
[Didn’t some wise person say something about ‘You can lead a horse to water, but…’?]
I have dne nothing to offend you in any way, and I do demand to be addressed with a respect, as to any other member.
I do know how to compile a kernel and I do have substantial knowledge, however, I do not have knowledge about wireless, that is why I addressed the member here to help.
And I do not see why I ‘should’ use original kernel? It is compiled with so much modules and drivers, and for i586, so this doesn’t run as I want it to. But that is for another thread.
OK, I understand that I need MadWiFi driver, so I will black-list atheros kernel driver, and I will compile it from source.
Thanks for advice.
I will post the progress.
OK, I told you above that it didn’t wanna load ath_pci…
Then I went to a sysconfig and forced module loading. That didnt helped either.
Then I installed windows driver through ndiswrapper and set card to load that module. modprobed it, and rebooted.
Then, I went to YaST, and guess what? The card was up with ath_pci !!! Why it didn’t want to load before I modprobed ndiswrapper, I really do not know, but now is working… Stupid, but working.