LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

ndiswrapper-1.9

specific version of ndiswrapper

TLDR

Install Windows driver
$ ndiswrapper-1.9 -i [driver.inf]
copy
List installed drivers
$ ndiswrapper-1.9 -l
copy
Remove driver
$ ndiswrapper-1.9 -r [drivername]
copy
Write modprobe config
$ ndiswrapper-1.9 -m
copy

SYNOPSIS

ndiswrapper-1.9 [options]

DESCRIPTION

ndiswrapper-1.9 is a specific version of ndiswrapper. It uses Windows WiFi drivers on Linux.The tool wraps NDIS network drivers. This version maintained for compatibility.

PARAMETERS

-i INF

Install driver from INF.
-l
List installed drivers.
-r NAME
Remove driver.
-m
Write module alias configuration for modprobe.
-ma
Write module configuration for all cards present.
-mi
Write module install configuration.
-e NAME
Remove a driver (alias for -r).
-da DEVICE:DRIVER
Assign device (PCI/USB ID) to driver.
-v
Verbose output.
--help
Display help information.

CAVEATS

Version-specific binary. Legacy tool. Use latest ndiswrapper if possible.

HISTORY

ndiswrapper-1.9 is a specific version of ndiswrapper maintained for compatibility with certain drivers.

SEE ALSO

Copied to clipboard
Kai