Ubuntu: Windows driver install - is that possible?
Oct 30, 2025
3043
5
To install Windows drivers in Ubuntu is actually not possible. In one case, but it can. With the Tool "NdisWrapper", you can use the Windows drivers for your WLAN card in order to make Ubuntu run on it. In addition, we will show you another Trick, such as a device with Windows drivers on a Linux System can use.
Windows WLAN-drivers under Ubuntu install
If you can absolutely not find a Linux driver for your wireless card, to help you "NdisWrapper" to be able to the Free Tool, you must install it with the package Manager. In addition, you need the Windows driver files for your wireless adapter and access to the Internet via LAN cable.
First, open the Terminal. You should first install two packages with "apt-" get: type "sudo apt-get install wireless-tools" and confirm with your Root password. Do the same with "wpasupplicant" at the end.
You can test whether your wireless card is working after a reboot maybe. If not, continue with step 3.
You are now ready to install in the Terminal "ndiswrapper" and all required packages: "sudo apt-get install ndiswrapper-utils-1.9 ndiswrapper-common ndisgtk dkms ndiswrapper-dkms". Confirm the Demands for storage space, and the unverified source.
Download the required Windows-driver from the manufacturer's website to download. You should only get a. exe file to install, you must unpack it first. This often goes with a package program, on each case, but with the two Tools "cabextract" and "unshield". Install, if necessary, also with "sudo apt-get install [package name]". At the end, you should have at least one .inf-file.
Now you can install the Windows driver with "NdisWrapper": make Sure that you are working in the directory in which your .inf-file is located. The folder name should contain no spaces! Then type in the Terminal the command
"sudo ndiswrapper -i /Pfad_zum_Windowstreiber/file name.inf" a.
Check the Status of the driver with "ndiswrapper -l". You see something like "name of driver driver present, hardware present" everything went well.
Now load the module ndiswrapper with "sudo modprobe ndiswrapper ", and then provide them with "sudo ndiswrapper -ma" to ensure that it is loaded at every system startup.
Your WLAN Adapter should now work. The above procedure does not work, try first a system update with "sudo apt-get update". You can also use "iwconfig" to see if your System detects an Adapter. A Wi-Fi Adapter should look something like this: "eth1 IEEE 802.11 bg". You can then run the steps again.
NdisWrapper install
Devices with Windows drivers in the Virtual Machine, use
If you want to operate a device, to find for the no Linux driver, you can cheat and still. Just install Windows on a Virtual Machine in Ubuntu - a valid license required. The Virtual Machine under Oracle's free Virtual Box set up or the Windows Image with the VMware Player to play.
I do not know if the proper drivers are install because the system has a lot of lag and crashes at times. Can I install Windows drivers in Ubuntu?
SUBJ1, Wed 22, 2020
Now that you have your wireless driver extracted and ndiswrapper installed, open Windows Wireless Drivers from the System - Administration menu. Sometimes the .inf files will be in sub-folders inside the driver so you may need to dig around to locate the right file to use.
SUBJ1, Wed 22, 2020
Note: Although archive manager can extract both .exe and .zip files, sometimes the files within the .exe may not work with ndiswrapper.
SUBJ1, Thu 23, 2020
Linux has come a long way with hardware support, but if you have a wireless card that still does not have native Linux drivers you might be able to get the card working with a Windows driver and ndiswrapper.
SUBJ1, Fri 24, 2020
Using a Windows driver inside of Linux may also give you faster transfer rates or better encryption support depending on your wireless card.