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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Trying to set my a wireless nic on suse 9.1. I have followed through Julian's FAQ (awesome Guide BTW), and now have my NIC set up with linux....but I am unable to connect to the network. Is there any helpful command that could help me check/alter the status of my iP address??
The command you are looking for is ifconfig. If you look through man ifconfig you'll see there are a number of things you can do with it.
As for the missing wlan0, unless you give more details about what you installed and how you installed it, I'm not sure we're going to have much advice.
Well, a reliable way of configuring your card is with the iwconfig command. If you issue iwconfig wlan0, you'll see the current configuration and then you can use the various iwconfig options to set the card properly. For example, iwconfig wlan0 key WEPKey will set the WEP key (if you use one). The man page for iwconfig (man iwconfig) is actaully pretty good and worth a read to see everything iwconfig can use. You don't say what drivers you use, but if they are the linux_wlan_ng then you need to read their documentation because that driver doesn't work with iwconfig.
The ifup command does more than just bring up the interface. If you've already configured the card and given it an IP address, then you don't really need ifup. You can use the regular ifconfig wlan0 up instead. Since you can see that the card is properly configured before you ifup, just do what you are already doing, but use ifconfig wlan0 up instead.
hey, thanks for the reply!! Yeah, fiddiling with ifconfig and iwconfig worked. Reading some other posts put me in the right driection and I finally figured it out. I'll write up a small FAQ to add to Julians and I'll post it somewhere in here.
Thanks again guys (and especially Hangdog)...this site rules!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.