LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

loadndisdriver

loads Windows NDIS drivers in Linux

TLDR

Load Windows driver
$ loadndisdriver [driver.inf] [driver.sys]
copy
Install driver
$ loadndisdriver -i [driver.inf]
copy
Load with device ID
$ loadndisdriver [driver.sys] [device_id]
copy
List loaded drivers
$ loadndisdriver -l
copy

SYNOPSIS

loadndisdriver [options] driver

DESCRIPTION

loadndisdriver loads Windows NDIS drivers in Linux. It enables Windows wireless drivers through ndiswrapper.The tool is used when Linux native drivers are unavailable. It translates Windows driver calls.

PARAMETERS

DRIVER

Windows driver file (.sys).
-i INF
Install from INF file.
-l
List loaded drivers.
-d
Debug mode.
--help
Display help information.

CAVEATS

Deprecated approach. Native drivers preferred. 32/64-bit matching required. Part of ndiswrapper.

HISTORY

loadndisdriver was created as part of ndiswrapper to enable Windows wireless drivers on Linux systems.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid