ndiswrapper
allows Windows WiFi drivers on Linux
TLDR
Install Windows driver
$ ndiswrapper -i [driver.inf]
List installed drivers$ ndiswrapper -l
Remove driver$ ndiswrapper -r [drivername]
Write modprobe config$ ndiswrapper -m
Show hardware$ ndiswrapper -v
Load module$ modprobe ndiswrapper
SYNOPSIS
ndiswrapper [options]
DESCRIPTION
ndiswrapper allows Windows WiFi drivers on Linux. It wraps NDIS drivers for Linux use.
The tool enables unsupported WiFi cards. Loads Windows .sys and .inf files.
PARAMETERS
-i INF
Install driver from INF.-l
List installed drivers.-r NAME
Remove driver.-m
Write modprobe config.-v
Verbose/hardware info.--help
Display help information.
CAVEATS
Legacy tool. Most cards now have native drivers. Requires Windows driver files.
HISTORY
ndiswrapper was created to use Windows network drivers on Linux when native drivers weren't available.

