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.
Hello everybody,
well i m new to this site n linux as well. I have D-link network card. I can connect internet through when logged in Windows XP. I have installed SUSE 10.2 but i dont know how to connect wifi with it. Please help me with what i need to do??
2. Configure the wired and wireless configuration.
3. Activate the interface.
Sounds simple, but it may not be. To give you meaningful help, we need to know what D-link card you have. I have two, and they use different drivers. Look on the back of the card, find the exact model and post it. ( I'm assuming this is a pcmcia card for a laptop ). If it is a PCI bus card for a desktop, please find out what model and post. From that we can try to find out if there is a driver available.
Configuration. I don't use Suse. Some distros have gui's to help with this. Others do not. So, have a look around your desktop, and see what is there. You can always edit congig files through the command line.
If the card was plugged in when you installed Suse, it may have detected the card and loaded the driver for you. To find out, open a konsole, and as root run the command 'lsmod' ( without the quotes ) and post the results.
You also need to know some things about the wireless access point you are trying to connect to. Are you using DHCP, or fixed IP adresses? Mask? Encryption? WEP keys? SSID? Since you can connect in windoze, have a look there for as much information as you can determine.
Post as much as you can find, and we can go from there.
thanks 4 reply.......
But my problem is not fixed.
My Wifi card says it is DWL-G510
H/w ver:c2 F/w ver 5.00
The lspci |grep Net command fails showing its not a command.
What should i do.? Whats more installations i need to do?
What was the result of trying Yast as SilverBack suggested?
The lsmod command, will work with any distro. I suspect it said 'command not found'. That is telling you from the user you were loged as, there was not path to the command. It is there. Two ways to get it to run, ( there are more ). Supply the path to the command. At a command prompt, enter '/sbin/lsmod' ( with the quotes ) and press enter. Second way, switch to root user. Type 'su' and enter. The system will prompt for the rood password. Enter it, then run lsmod.
While you are answering what happens with Yast, and running lsmod, I'll have a look to see if I can figure out what driver you need loaded. So we are still working on step 1 ...
There are two ways to get a card going. One is to use Ndiswrapper and the windows driver. That is what is described here.
The second is to find a native linux driver, load it, and configure. Since there are several versions of this card, ( note the Rev level C ) there may be more than one driver depending on rev level.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.