View previous topic :: View next topic |
Author |
Message |
mhoyt n00b
Joined: 20 Apr 2006 Posts: 4
|
Posted: Sun Apr 30, 2006 6:45 pm Post subject: wpa_supplicant and madwifi: working but how to tweak? |
|
|
I have successfully managed to get madwifi and wpa_supplicant working complete with boot time setup. I am feeling pretty good about that.
So now I am confused as to how to analyze what I've got working. For example I am not sure if its running 11b or 11g and what the data rate is. While I was playing around with the wireless tools and the madwifi driver on the command line there was a way using "iwpriv" to set the "turbo" mode.
Now that I am using wpa_supplicant with the madwifi driver, how can I tweak the madwifi driver setup and how can I get a "status" of what the connection is? wpa_gui is pretty limited.
Any help with this would be greatly appreciated.
thanks,
Mike |
|
Back to top |
|
|
nuke n00b
Joined: 14 Sep 2003 Posts: 30
|
Posted: Mon May 01, 2006 12:11 am Post subject: |
|
|
Can you post some details like the versions of the kernel, madwifi driver and wpa_supplicant you are using? Also what kernel sources you are using. I've been trying for a while to upgrade from wpa_supp 0.3.9, old madwifi-driver and suspend2-sources 2.6.13-r5, but that whole area seemed unstable for a while.
Thanks. |
|
Back to top |
|
|
mhoyt n00b
Joined: 20 Apr 2006 Posts: 4
|
Posted: Mon May 01, 2006 3:07 am Post subject: |
|
|
Sure,
I am using:
kernel: linux-2.6.16-gentoo-r3
madwifi_ng: 1443.20060207
wpa_supplicant: 0.4.8
The trick was ensuring that I had the madwifi USE flag set in my make.conf when I emerged WPA_Supplicant otherwise it doesn't build with support for the madwifi driver support.
MIke
nuke wrote: | Can you post some details like the versions of the kernel, madwifi driver and wpa_supplicant you are using? Also what kernel sources you are using. I've been trying for a while to upgrade from wpa_supp 0.3.9, old madwifi-driver and suspend2-sources 2.6.13-r5, but that whole area seemed unstable for a while.
Thanks. |
|
|
Back to top |
|
|
Phlogiston Veteran
Joined: 27 Jan 2004 Posts: 1925 Location: Europe, Swizerland
|
Posted: Mon May 08, 2006 12:22 pm Post subject: |
|
|
Does your wpa_gui show the networks you've configured? Here it does not work... _________________ Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor |
|
Back to top |
|
|
VeneficusAcerbus n00b
Joined: 30 Apr 2006 Posts: 14 Location: IN, USA
|
Posted: Wed May 10, 2006 3:37 am Post subject: |
|
|
Since you're using (a recent) madwifi-ng, I don't think you even needed the madwifi USE flag since that version supports the generic Wireless Extensions, so you could just specify "-Dwext" to wpa_supplicant. I tried both "-Dwext" and "-Dmadwifi" and both worked for me, although I've got a more recent madwifi-ng manually compiled from a snapshot. |
|
Back to top |
|
|
Chris W l33t
Joined: 25 Jun 2002 Posts: 972 Location: Brisbane, Australia
|
Posted: Wed May 10, 2006 5:12 am Post subject: |
|
|
iwconfig should give you current connection speed (for a station) and other details of your interface configuration. iwlist can show a range of detail about interfaces and the wireless environment (peers, APs etc.). _________________ Cheers,
Chris W
"Common sense: The collection of prejudices acquired by age 18." -- Einstein |
|
Back to top |
|
|
Phlogiston Veteran
Joined: 27 Jan 2004 Posts: 1925 Location: Europe, Swizerland
|
Posted: Wed May 10, 2006 6:41 am Post subject: |
|
|
BTW: wpa_gui works now, and everything else too. _________________ Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor |
|
Back to top |
|
|
|