Results 1 to 5 of 5
I'm a little confused because I used wpa_supplicant for the first time today, and thought everything went very smoothly, but it doesn't seem like the rest of my computer is ...
- 07-30-2007 #1Just Joined!
- Join Date
- Sep 2006
- Posts
- 23
wpa_supplicant
I'm a little confused because I used wpa_supplicant for the first time today, and thought everything went very smoothly, but it doesn't seem like the rest of my computer is utilizing the wpa_supplicant connection. I simply mean that wpa_supplicant says I'm connected, wpa_gui displays the "completed" connection status and says i'm connected, but I am unable to ping any websites or use the internet in any functional way. Any advice ?
- 07-30-2007 #2Just Joined!
- Join Date
- Sep 2006
- Posts
- 23
nevermind.I'm dumb an didn't edit my interfaces file. Whoops,my bad. Thanks anyway
Ben
- 07-30-2007 #3
Did you already set your IP and related stuff like DNSs? Or run dhclient or dhcpcd?
You need to have a valid IP in order to connectPut your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 07-30-2007 #4Just Joined!
- Join Date
- Sep 2006
- Posts
- 23
auto eth0
iface eth0 inet dhcp
pre-up wpa_supplicant -Bw -Dwext -ieth0 -c/etc/wpa_supplicant.conf
post-down killall -q wpa_supplicant
I just didn't add that to my interfaces file, after adding it everything peachy
- 07-30-2007 #5
I didn't realise you already solved your problem before I posted
Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums


Reply With Quote
