2010-05-11 20:01:38 +02:00
|
|
|
ndiswrapper - wrapper for NDIS drivers
|
|
|
|
|
|
|
|
Some vendors do not release specifications of the hardware or
|
|
|
|
providea linux driver for their wireless network cards. This
|
|
|
|
project provides a linux kernel module that loads and runs NDIS
|
|
|
|
(Windows network driver API) drivers supplied by the vendors.
|
|
|
|
|
|
|
|
Be sure to read the INSTALL file in the package's documentation
|
|
|
|
directory for instructions on configuring your wireless card.
|
2010-05-11 22:25:35 +02:00
|
|
|
|
|
|
|
If you'd like to build the module for a kernel that isn't currently
|
|
|
|
running on the system, you should be able to pass that kernel's
|
|
|
|
"uname -r" output on the command line as the value of KERNEL, as in:
|
2010-05-20 21:53:16 +02:00
|
|
|
KERNEL=2.6.33.5 ./ndiswrapper.SlackBuild
|