PDA

View Full Version : What wifi tool do you use?


tlo
02-04-2006, 07:55 PM
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?

abf
02-04-2006, 08:24 PM
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.

tlo
02-04-2006, 09:47 PM
ahha, so thats why i dind't know what was goin on with my wireless

adoroar
02-04-2006, 09:51 PM
I just use iwconfig and wlanconfig for atheros cards. :thumbup:
GUI's are too complicated :'(

tlo
02-05-2006, 04:24 PM
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

abf
02-05-2006, 04:36 PM
haha...nice plan.

anyway, wifi-radar is by far one of the best tools i've found.

DimGR
02-05-2006, 06:54 PM
what are you tring to do ?

wpa supplicant.conf is for WPA only

c0bblers
02-06-2006, 04:38 AM
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.

tlo
02-06-2006, 03:42 PM
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?

DimGR
02-06-2006, 04:36 PM
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 :stupid:

c0bblers
02-07-2006, 04:06 AM
you do not need wpasupplicant if all you are doing is WEP :stupid:
I was just correcting your statement, which was wrong :stupid:. 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.

DimGR
02-07-2006, 05:10 AM
I was just correcting your statement, which was wrong :stupid:. 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

c0bblers
02-07-2006, 07:30 AM
Never said you needed it, just that IT ISN'T WPA ONLY which is what you said.

DimGR
02-07-2006, 08:00 AM
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

c0bblers
02-07-2006, 09:05 AM
NO IT ISN'T LOOK AT THE DARN WEBSITE:

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.

hbien
02-07-2006, 12:50 PM
I used to use ifconfig iwconfig dhcpcd

http://ieng9.ucsd.edu/~hbien/briefcase/connect/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.