School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become an Expert!

Join 307,151 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,705 people online right now. Registration is fast and FREE... Join Now!




Setting up Windows Wireless Drivers on Ubuntu Linux

 
Reply to this topicStart new topic

> Setting up Windows Wireless Drivers on Ubuntu Linux

Dogstopper
Group Icon



post 14 Jul, 2009 - 10:30 PM
Post #1



Setting up Windows Wireless Drivers on Ubuntu Linux


This tutorial uses a command line tool called "ndiswrapper" to set up Windows Wireless Drivers

First download ndiswrapper:
On a system with internet availability download the tarball. http://sourceforge.net/projects/ndiswrapper/files/
Save it to a flash drive.

Firstly, type the following to extract the archive:
CODE

$ tar xvfz filename.tar.gz
$ cd filename


Next, type this code to compile it and install it:
CODE

$ make uninstall
$ make
$ su


Then switch to root user (with the command "su") and type this:
CODE

# make install


This installs ndiswrapper on the system.

Next, you need to find your windows driver for your wireless card. You need to find an archived version, not an executable.
After this is done, extract the .inf and .sys files and place them in the same directory.

then type:
CODE

$ sudo ndiswrapper -i drivername.inf
...
$ ndiswrapper -l


If the ndiswrapper -l call says something similar to: "driver present, hardware(or device) present" then you are ready for the next step. However, if it returns "driver present" then something went wrong.

Finally, to load the ndiswrapper module type this:
CODE

$ sudo modprobe ndiswrapper


Now your Windows driver should be set up and ready to go!
Go to the top of the page
+Quote Post


Register to Make This Ad Go Away!


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 11/21/09 04:35PM

Live Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month