⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ndiswrapper.8

📁 ndis在linux下的无线网卡驱动源码
💻 8
字号:
.\"                                      Hey, EMACS: -*- nroff -*-.\" First parameter, NAME, should be all caps.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection.\" other parameters are allowed: see man(7), man(1).TH NDISWRAPPER 8 "June 25, 2004".\" Please adjust this date whenever revising the manpage..\".\" Some roff macros, for reference:.\" .nh        disable hyphenation.\" .hy        enable hyphenation.\" .ad l      left justify.\" .ad b      justify to both left and right margins.\" .nf        disable filling.\" .fi        enable filling.\" .br        insert line break.\" .sp <n>    insert n+1 empty lines.\" for manpage-specific macros, see man(7).SH NAMEndiswrapper \- Linux kernel module and user space tool to load and runWindows XP drivers for wireless cards.SH SYNOPSIS.B ndiswrapper.br.SH DESCRIPTION\fBndiswrapper\fP is two parts: user space tool that is used to installWindows XP drivers and kernel module to load the Windows XPdrivers. Both are called .B ndiswrapper..br.br.SH ndiswrapper - tool.br.\" TeX users may be more comfortable with the \fB<whatever>\fP and.\" \fI<whatever>\fP escape sequences to invode bold face and italics, .\" respectively.The user space tool (/usr/sbin/ndiswrapper) is used whenever a new WindowsXP driver is to be installed. This program takes the following options:.br.PP.B OPTIONS.TP.B \-i <inf file>installs new Windows XP driver, where <inf file> is full path to INF file forthat driver..TP.B \-llists the currently installed drivers..TP.B \-e <driver>removes an installed Windows XP driver named <driver>..TP.B \-mwrites an alias for wlan0 (default wireless device) into module configurationfile so that ndiswrapper kernel module is loaded automatically when thisinterface is used..PP.SH ndiswrapper - kernel module.brThe kernel module loads the installed Windows drivers and executes themso that the wireless cards can be used in Linux. The module takes the followingoptions:.PP.B OPTIONS.TP.B if_name=<basename>The default basename for the interface is wlan%d, so that the wireless cardswill be configured as wlan0, wlan1, ... (%d is replaced with lowest availablenumber). You may use any other basename or fixed name, such as eth%d, ndis2etc..TP.B proc_uid=<uid>The module creates files in /proc/net/ndiswrapper that provide some usefulinformation. These files are created so that they can be readonly by root by default. If some other user needs to access these files without having to login as root, then replace <uid> with the user ID ofthat user..TP.B proc_gid=<gid>The module creates files in /proc/net/ndiswrapper that provide some usefulinformation. These files are created so that they can be readonly by people in root group by default. If users from other groups needto access these files, then replace <gid> with the group ID ofthose users..brndiswrapper kernel module uses loadndisdriver user space tool to load allthe Windows drivers. This tool is not to be used under normal circumstances.Only when ndiswrapper module is already loaded and a new Windows XP driveris instaleld (by ndiswrapper user space tool) and you want the kernel moduleto load that driver without having to unload the module that you need touse it..SH AUTHORThis manual page was written by Giridhar Pemmasani <ndiswrapper-general@lists.sourceforge.net>,for the Debian project (but may be used by others).

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -