NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › What wifi tool do you use?
New Posts  All Forums:Forum Nav:

What wifi tool do you use?

post #1 of 16
Thread Starter 
well, since i've come to the conclusion that KWifiManager sux, so i was wondering what you guys use to manage your wifi. wpa_supplicant? madwifi?

what do you guys use and why?
post #2 of 16
dude.....those tools are all different for different tasks.

kwifi is just a gui to see what card is on and what signals its picking up

if i am not mistaken wpa_supplicant is required to have WEP and WPA incriptions.

madwifi is nothing more than a set of drivers for atheros.

so anyway.

my drivers are the latest madwifi from svn. my manager is wifi-radar, a pretty cool gtk-based tool that lets you manage your networks quite well.
post #3 of 16
Thread Starter 
ahha, so thats why i dind't know what was goin on with my wireless
post #4 of 16
I just use iwconfig and wlanconfig for atheros cards.
GUI's are too complicated
post #5 of 16
Thread Starter 
i just start doin that, cause i keep getting the wrong network at home, and i need to switch it. I really want to get the GUI stuff, because a long term goal of mine is to create a distro based of ubuntu or gentoo that can be for the average best buy computer user, ie ALL gui, NO command line.....and then put M$ out of business
post #6 of 16
haha...nice plan.

anyway, wifi-radar is by far one of the best tools i've found.
post #7 of 16
what are you tring to do ?

wpa supplicant.conf is for WPA only
post #8 of 16
Quote:
Originally Posted by DimGR
what are you tring to do ?

wpa supplicant.conf is for WPA only
WPA_supplicant will do just about any type of authentication including plain text, wep, wpa and wpa2 if configured correctly.
post #9 of 16
Thread Starter 
is wifi-radar taking forever to connect for anyone else? such as that "working" window never going away?

also, i can only ever run wifi-radar as a sudo user from the command line. i have this problem with other programs as well. how do i fix this so i can run it just from the K menu, and not as superuser?
post #10 of 16
Quote:
Originally Posted by c0bblers
WPA_supplicant will do just about any type of authentication including plain text, wep, wpa and wpa2 if configured correctly.


you do not need wpasupplicant if all you are doing is WEP
post #11 of 16
Quote:
Originally Posted by DimGR
you do not need wpasupplicant if all you are doing is WEP
I was just correcting your statement, which was wrong . WPA_supplicant can be used in a very flexible way by defining multiple different WAPs, stating their priority and then letting it go to figure out what to connect to. Saves switching systems all the time.
post #12 of 16
Quote:
Originally Posted by c0bblers
I was just correcting your statement, which was wrong . WPA_supplicant can be used in a very flexible way by defining multiple different WAPs, stating their priority and then letting it go to figure out what to connect to. Saves switching systems all the time.

all you need to do for wep is iwconfig ethX essid youressid key yourkey

you do NOT need wpasupplicant for that
post #13 of 16
Never said you needed it, just that IT ISN'T WPA ONLY which is what you said.
post #14 of 16
it is for wpa only. Yes you can configure it to connect to multiple wlans that have wpa or wpa2 encryption but thats about it
post #15 of 16
NO IT ISN'T LOOK AT THE DARN WEBSITE:
Quote:
wpa_supplicant is configured using a text file that lists all accepted networks and security policies, including pre-shared keys. See example configuration file, wpa_supplicant.conf, for detailed information about the configuration format and supported fields. In addition, simpler example configurations are available for plaintext, static WEP, IEEE 802.1X with dynamic WEP (EAP-PEAP/MSCHAPv2), WPA-PSK/TKIP, and WPA2-EAP/CCMP (EAP-TLS).
Anyway, bored of arguing.
post #16 of 16
I used to use ifconfig iwconfig dhcpcd

http://ieng9.ucsd.edu/~hbien/briefca...connect.tar.gz

I figured a nice way to learn python was to write a script so I wouldn't have to type all those commands all the time. probably won't work with your laptop a la carte though.
New Posts  All Forums:Forum Nav:
  Return Home
  Back to Forum: Linux & Other OS's
NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › What wifi tool do you use?