Find the answer to your Linux question:
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 ...
  1. #1
    Just 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 ?

  2. #2
    Just Joined!
    Join Date
    Sep 2006
    Posts
    23
    nevermind.I'm dumb an didn't edit my interfaces file. Whoops,my bad. Thanks anyway

    Ben

  3. #3
    Linux Guru Juan Pablo's Avatar
    Join Date
    Mar 2006
    Location
    /home/south_america/ecuador/quito
    Posts
    2,064
    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 connect
    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

  4. #4
    Just 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

  5. #5
    Linux Guru Juan Pablo's Avatar
    Join Date
    Mar 2006
    Location
    /home/south_america/ecuador/quito
    Posts
    2,064
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •