LinuxCommandLibrary

ndiswrapper

allows Windows WiFi drivers on Linux

TLDR

Install Windows driver
$ ndiswrapper -i [driver.inf]
copy
List installed drivers
$ ndiswrapper -l
copy
Remove driver
$ ndiswrapper -r [drivername]
copy
Write modprobe config
$ ndiswrapper -m
copy
Show hardware
$ ndiswrapper -v
copy
Load module
$ modprobe ndiswrapper
copy

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.

SEE ALSO

iwconfig(1), modprobe(1), lspci(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard