Linux - Wireless NetworkingThis forum is for the discussion of wireless networking in Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have tried to set up a wireless network in ubuntu 9.04, but always get error response. I give all the network information requested but still cannot connect. The router is set and working working alright. Even my laptop can recognize the router, but still cannot connect to the internet. I need help from anyone that can help me with a step by step procedure on how to resolve this problem. Thanks in advance.
I am using a built-in wireless card to connect to the internet. What I don't quite understand is that on the same computer when I switch to Windows(Microsoft), I get internet connection easily. Synaptic Package Manager seems to suggest that I have all I need to connect yet I am unable to do so. I am sure something is missing. I still need help in solving this problem.
CLI stands for command line interface. For example, you can run the Gnome Terminal program and then enter:
/sbin/ifconfig
This command will list all of your network interfaces. The wireless interface may have the name "wlan0".
If there is an IP address listed on the second line for wlan0, then you have an IP address.
GUI stands for Graphical User interface. Firefox is a GUI program. Where as `ping' is a cli program.
---
It would be a good idea to check whether your wireless device is working, and can see Access Points (APs). If your connection tool was able to scan for APs and list them, that indicates that your device and device drivers work. The following program will scan for APs. It is provided by the wireless-tools package. You probably already have it installed, but if the command can't be found, then use your package manager to install it.
sudo /usr/sbin/iwlist <wireless device> scan
Your wireless device is most likely named "wlan0". If so then the command is:
sudo /usr/sbin/iwlist wlan0 scan
Report the results. If you don't see any APs, then we need to move backwards and see why the wireless device isn't working. If you do see APs working, we can look forward and look at the WEP configuration.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.