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.
the "Network settings" applet detects my WLAN card, and of course it also detects near by access points. But the problem is when i select my router and type in the WEP key and click "OK" it does not even seem to connect, i'm able to connect to it on my XP partition. What could be wrong?
Lots could be wrong, like the applet screwing things up and not giving you error messages. Post the output of iwconfig and ifconfig and we'll start from there.
Lots could be wrong, like the applet screwing things up and not giving you error messages. Post the output of iwconfig and ifconfig and we'll start from there.
iwconfig
Code:
eth1 IEEE 802.11b ESSID:"5642 7211" Nickname:"Prism I"
Mode:Managed Frequency:2.437 GHz Access Point: 00:00:C5:BA:2E:4C
Bit Rate:2 Mb/s Sensitivity:1/3
Retry min limit:8 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=0/92 Signal level=107/153 Noise level=115/153
Rx invalid nwid:0 Rx invalid crypt:56 Rx invalid frag:0
Tx excessive retries:16 Invalid misc:0 Missed beacon:0
From iwconfig it looks as if your card is configured properly and is associated with an access point (I'm assuming you're not using any encryption). However, there is no IP address in ifconfig, suggesting that you either need to set your system up to request one, or you need to assign a static IP address.
From iwconfig it looks as if your card is configured properly and is associated with an access point (I'm assuming you're not using any encryption). However, there is no IP address in ifconfig, suggesting that you either need to set your system up to request one, or you need to assign a static IP address.
No, everything I'm talking about here is done on your computer, not the router. The only parts here you would do on your router would be to set up encryption (WEP or WPA) and then turn on the DHCP server. Most routers are already set up as a DHCP server by default, but encryption is usually off by default.
You've obviously entered some wireless configuration information into some bit of Ubuntu, so check there to see if there is a place to either request an IP address or to assign one.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.