Quote:
|
Originally Posted by beginningubuntu
|
Hi,
Noticed that for the some of the commands in the code boxes, you have used a character other than minus in the options, which causes the usage information to be displayed instead of the command being parsed:
Code:
jb@koji:~$ sudo ndiswrapper –l
install/manage Windows drivers for ndiswrapper
usage: ndiswrapper OPTION
-i inffile install driver described by 'inffile'
-a devid driver use installed 'driver' for 'devid'
-r driver remove 'driver'
-l list installed drivers
-m write configuration for modprobe
-ma write module alias configuration for all devices
-mi write module install configuration for all devices
-v report version information
where 'devid' is either PCIID or USBID of the form XXXX:XXXX,
as reported by 'lspci -n' or 'lsusb' for the card