i type 'iwlist wlan0 scan #' and can see the wifi i am trying to connect to in it's cell.
i type 'sudo iwconfig wlan0 essid {"essid name"} enc {passphrase}' and no error is returned but i can't load Konquerer and load http://google.com.
I can connect to this public wifi with Windows with the passphrase. It uses WEP.
Someone suggested that maybe i have not enabled DHCP.
I tried adding && dhclient wlan0 to the end of the iwconfig string above but it tries to load some program and fails.
So, I need a solution where I dont need to download things from within linux, since I can never get an internet connection there. any ideas?
i type 'sudo iwconfig wlan0 essid {"essid name"} enc {passphrase}' and no error is returned but i can't load Konquerer and load http://google.com.
I can connect to this public wifi with Windows with the passphrase. It uses WEP.
Someone suggested that maybe i have not enabled DHCP.
I tried adding && dhclient wlan0 to the end of the iwconfig string above but it tries to load some program and fails.
So, I need a solution where I dont need to download things from within linux, since I can never get an internet connection there. any ideas?
Comment