Menu Content/Inhalt
Home

Login Form






Lost Password?
No account yet? Register

Donate

Support this project

Ads pay bills


NDISwrapper
Written by giri   
Friday, 27 April 2007
Many vendors do not release specifications of the hardware or provide a Linux driver for their wireless network cards. 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.
 
 With ndiswrapper, most miniPCI (builtin), PCI, PCMCIA (Cardbus only) or USB wireless network cards work in Linux with x86 or x86-64. Although ndiswrapper is intended for wireless network cards, other devices are known to work: e.g., ethernet cards, USB to serial port device, home phone network device etc.
  
For help with installation / troubleshooting etc., see Documents and/or Help accessible from the main menu. IRC at irc.freenode.net #ndiswrapper is not very active, but occasionally someone there may be able to help you.

Support this project

Please Support This Project by a donation if you found this project useful and would like continued development of this project. Your donations will help us acquire necessary hardware, especially various wireless cards. As vendors keep releasing new cards, your contributions will help in making sure ndiswrapper can support them. 10% of your donation will be contributed to Sourceforge and KDE project.

To supplement donations, text ads have been placed on this page, with the hope that they help in obtaining required hardware for improving ndiswrapper.

Thanks for your support!
Last Updated ( Tuesday, 04 September 2007 )
 
1.53 released
Written by Giri   
Tuesday, 27 May 2008
Version 1.53 has been released. Short summary of changes since 1.52:
  • Implemented va_list conversion for x86_64, which fixes oops in vsprintf() and vsnprintf().
  • Fixed oops on unload if using our workqueue implementation with SMP enabled.
  • Don't change the actual thread priority, just pretend it was changed.
  • Implemented format string conversion for x86_64, so that Windows long is mapped to Linux int.
  • Fixed most sparse warnings.
  • Simplified code and build system to remove already broken support for Linux versions prior to 2.6.16.
  • Added .size and .type for all functions in win2lin_stubs.S to improve backtrace on x86_64.
  • Fixed rx key authentication sequence number conversion from Windows to Linux so WPA authentication doesn't sometimes go into re-key auth loop.
 
1.52 released
Written by Giri   
Saturday, 02 February 2008
Version 1.52 has been released. Short summary of changes since 1.51:
  • Fixed kernel crash when CONFIG_DEBUG_SHIRQ is enabled
  • Compilation issues with current 2.6.25 kernel tree fixed
 
<< Start < Prev 1 2 Next > End >>

Results 1 - 4 of 5