Welcome Guest ( Log In | Click here to Register a free account now! )
Welcome to Bleeping Computer, a free community where people like yourself come together to discuss and learn how to use their computers. Using the site is easy and fun. As a guest, you can browse and view the various discussions in the forums, but can not create a new topic or reply to an existing one unless you are logged in. Other benefits of registering an account are subscribing to topics and forums, creating a blog, and having no ads shown anywhere on the site.| Important Announcement: We have two terrific contests running on the site that I wanted all our members and guests to know about. The first contest is the HP Magic Giveaway, which is underway as of November 28th. More information can be found at this topic, which will be updated very soon with further information. The second contests, is for the chance to win two Seagate FreeAgent external hard drives. More information about this contest can be found here. These are both amazing contests and I suggest everyone submit an entry for them. - BleepingComputer Management |
![]() ![]() |
Sep 30 2006, 12:19 PM
Post
#1
|
|
![]() Member ![]() ![]() Group: Members Posts: 113 Joined: 30-September 06 From: Ohio, USA Member No.: 87,811 |
When I first started using linux, one of the biggest problems I had was getting my wireless network adapter working. I finally got it, and, in the hopes of getting others to use linux I am writing this tutorial on how to do it. First you need to get the drivers for your wireless adapter, sometimes the disk that came with it will work but in my case I had to download them from the Linksys website. You should do this while you still have windows, since the drivers are usually in .exe format. After you get the drivers and have them copied to a cd or floppy or whatever, and have linux loaded on your computer, you need to see if your distro has ndiswrapper (it's a good idea to do this before you install the OS, but whatever). To find out if you have ndiswrapper, open a terminal and type ndiswrapper, here is what it should look like: CODE kbk@0[~]$ ndiswrapper Usage: ndiswrapper OPTION Manage ndis drivers for ndiswrapper. -i inffile Install driver described by 'inffile' -d devid driver Use installed 'driver' for 'devid' -e driver Remove 'driver' -l List installed drivers -m Write configuration for modprobe where 'devid' is either PCIID or USBID of the form XXXX:XXXX Now that you know you have ndiwrapper, it's time to install the drivers. First you will need to cd to the directory where your driver files are (don't need to, but it's not a bad idea). For me that will be: CODE cd /home/kbk/drivers/WUSB54Gv1 . Now for me I will type CODE ndiswrapper -i WUSB54G.inf to install the driver (for you it might be something different, just install whatever .inf file you have in the directory). Now to make sure it installed we type: CODE ndiswrapper -l to list the drivers installed, here is the output of mine: CODE kbk@0[~]$ ndiswrapper -l Installed ndis drivers: airplus driver present bcmwl5 driver present lsbcmnds driver present lstinds driver present mrv8k51 driver present netr33x driver present prismnic driver present wlanuig driver present wlipnds driver present wusb54g driver present, hardware present Now you type CODE modprobe ndiswrapper so that it will save your settings. And you're done. If I've left anything out, let me know.
-------------------- www.thisisbeyondbelief.com
|
|
|
|
Jan 16 2007, 11:34 AM
Post
#2
|
|
![]() Forum Regular ![]() ![]() ![]() Group: Members Posts: 196 Joined: 31-October 05 Member No.: 39,190 |
i think u also need to do ndiswrapper -m to save it everytime you log on or at least i did on ubuntu.
-------------------- Rabbuk
[size=7]GO BEARS! |
|
|
|
![]() ![]() |
| Lo-Fi Version | Time is now: 4th December 2008 - 04:39 PM |