LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   iwlist eth0 scanning picks wireless networks but imy browser can connect (https://www.linuxquestions.org/questions/linux-newbie-8/iwlist-eth0-scanning-picks-wireless-networks-but-imy-browser-can-connect-633128/)

java 04-04-2008 05:54 PM

iwlist eth0 scanning picks wireless networks but imy browser can connect
 
hello,
i use redhat EL3 kernel 2.4 but i have recompiled to 2.6.22.3 and built my wireless drver into the kernel,install the needed firmware and iwlist eth0 scanning displays all the available networks but when i launch my browser, it does not go online th e simple way it happens on my winXp partition,is there some other steps i need to take in order to be able to get my brower on line after iwlist eth0 scanning is able to pick the network;i will greatly appreciate if any one who browses on wireless with its linux box to please help me get on line.

greengrocer 04-04-2008 07:12 PM

Try enter the following at a command prompt:

Code:

iwconfig eth0 essid "<name of the wireless network or whats also known as ESSID>"
Then try your web browser again.

pixellany 04-04-2008 07:31 PM

In a terminal, I use 3 steps
(assuming the wireless is eth0)

ifconfig eth0 up
iwconfig eth0 essid <name of your network> key <your_key> (for ascii key, use "s:<keyname>"
dhcpcd eth0

jschiwal 04-04-2008 07:49 PM

If iwlist scan shows some APs then the hardest part, the device setup was successful. The other parts are configuring your encryption and your network setup. You need to configure wpa encryption before being able to get an IP address & the rest from the DHCP server in the router.

Make sure you have the wpa_supplicant package installed. If your distro has a configuration wizard to configure encryption, you can use that. It may be a part of the network interface configuration wizard.

The wpa_supplicant package has a couple /etc/wpa_supplicant.conf examples that cover various types of networks. You can use the wpa_cli program to monitor how the supplication process goes:
sudo /usr/sbin/wpa_cli -p /var/run/wpa_supplicant -i wlan0

The above example is for a wireless device named wlan0. Substitute your own.

java 04-08-2008 02:06 AM

i still cant get my browser online
 
hello guys,i still cant get my browser online despite the fact that iwconfig picks the network at system boot and ifconfig show that it also obtains an ip address.
pixellany, i cant run "dhcpcd eth0" because i dont have dhcpcd command on my redhat linux enterprise 3.How can i check if it's connect to dhcp server or get connected to it.Thanks in advance and i'm really hoping that you good people of linuxQues will provide me with my first solution since joining this forum.


All times are GMT -5. The time now is 04:31 PM.