Difference between revisions of "NdisWrapper"
From CBLFS
Jump to navigationJump to search (New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://downloads.sourceforge.net/ndiswrapper/ndiswrapper-1.52.tar.gz |- |} ---- {{Package-Introduction||h...) |
|||
(3 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://downloads.sourceforge.net/ndiswrapper/ndiswrapper- | + | |http://downloads.sourceforge.net/ndiswrapper/ndiswrapper-{{Ndiswrapper-Version}}.tar.gz |
+ | |- | ||
+ | !Download Patch: | ||
+ | |http://svn.cross-lfs.org/svn/repos/patches/ndiswrapper/ndiswrapper-{{Ndiswrapper-Version}}-fix-1.patch | ||
|- | |- | ||
|} | |} | ||
Line 8: | Line 11: | ||
---- | ---- | ||
− | {{Package-Introduction||http://ndiswrapper.sourceforge.net}} | + | {{Package-Introduction|This project implements Windows kernel API and NDIS (Network Driver Interface Specification) API within Linux kernel. A Windows driver for wireless network card is then linked to this implementation so that the driver runs natively, as though it is in Windows, without binary emulation.|http://ndiswrapper.sourceforge.net}} |
---- | ---- | ||
Line 18: | Line 21: | ||
=== Optional === | === Optional === | ||
− | * [[ | + | * [[Wireless tools]] |
== Non-Multilib == | == Non-Multilib == | ||
Line 24: | Line 27: | ||
Compile the package: | Compile the package: | ||
+ | patch -Np1 -i ../ndiswrapper-{{Ndiswrapper-Version}}-fix-1.patch | ||
make | make | ||
Line 61: | Line 65: | ||
To do ... | To do ... | ||
+ | |||
+ | [[Category:Network Drivers]] |
Latest revision as of 17:16, 20 September 2009
Download Source: | http://downloads.sourceforge.net/ndiswrapper/ndiswrapper-1.53.tar.gz |
---|---|
Download Patch: | http://svn.cross-lfs.org/svn/repos/patches/ndiswrapper/ndiswrapper-1.53-fix-1.patch |
Contents
Introduction to NdisWrapper
This project implements Windows kernel API and NDIS (Network Driver Interface Specification) API within Linux kernel. A Windows driver for wireless network card is then linked to this implementation so that the driver runs natively, as though it is in Windows, without binary emulation.
Project Homepage: http://ndiswrapper.sourceforge.net
Dependencies
Required
- Linux kernel source
Optional
Non-Multilib
Compile the package:
patch -Np1 -i ../ndiswrapper-1.53-fix-1.patch make
Install the package:
make install
Multilib
32Bit
Compile the package:
To do ...
Install the package:
To do ...
N32
Compile the package:
To do ...
Install the package:
To do ...
64Bit
Compile the package:
To do ...
Install the package:
To do ...