← 返回命令列表

Linux command

ndiswrapper-1.9 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Install Windows driver

ndiswrapper-1.9 -i [driver.inf]

List installed drivers

ndiswrapper-1.9 -l

Remove driver

ndiswrapper-1.9 -r [drivername]

Write modprobe config

ndiswrapper-1.9 -m

说明

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.

参数

-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.

FAQ

What is the ndiswrapper-1.9 command used for?

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.

How do I run a basic ndiswrapper-1.9 example?

Run `ndiswrapper-1.9 -i [driver.inf]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -i _INF_ do in ndiswrapper-1.9?

Install driver from INF.