How do I get a driver for a Linksys PCI Wireless G Adapter that works with Linux?
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
How do I get a driver for a Linksys PCI Wireless G Adapter that works with Linux?
Hi everybody,
I have installed RHEL for the first time on what used to be a Windows box. I still have a lot to learn about how everything works, but I am wondering if anybody can help me out with getting my internet connection back up and running.
I have a Model WMP54G Linksys PCI adapter in my computer (for wireless), but no driver that works with Linux. (At least as far as I can tell from the provided software.) I would really appreciate it if anyone has any ideas that might help me work this out.
Just a tip from a newbie : check out ndiswrapper, it worked with my D-link DWL G-122 wifi card.First you find the drivers Windows was using to make the adapter work, then you install with ndiswrapper and (optionally) configure with iwconfig.
serafean is right. when we see the output of the both commands, we will look for the Windoze driver and install with ndiswrapper to get your card working.
Thanks everybody for trying to help me with this! Sorry I've taken a while to get around to really trying this out, I've been doing it in my free time, which lately hasn't been much.
So... I would post the lspci output - but I don't know how to get it. However, I've downloaded ndiswrapper and looked up a basic set of instructions from the website (Linux answers, Networking, Linux Wireless LAN) on how to install and configure everything. However, I don't have the slightest idea how to navigate to the place I need to be to type in all these commands. Can anyone give me a clear answer where I can start? (The more detail the better!)
You need to enter the commands in a terminal window. Look around your menus for entries called "Terminal", "Konsole", perhaps "xterm" or "rxvt".
And once in the command line mode, you navigate into the folder where ndiswrapper is unzipped with the "cd foldername" command, then you "su" to root, all you have to do then is "make distclean" followed by "make install". And that's it, you've installed ndiswrapper. Then you type "ndiswrapper" and you get the set of commands you can use. Once the driver installed, you could use "iwconfig" to configure the connection. ("man iwconfig" for the complete set of commands available for iwconfig)
Using ndiswrapper is defeating the purpose of Free and Open software. I'm sure there is a native driver for that card. Google "WMP54G linux", or search the forums (titles only) for WMP54G.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.