TP-LINKW310-350G wireless network card official only provides the WINDOW driver, no LINUX, how to do? Fortunately, there is ndiswrapper, which can be called by the Linux kernel under the wrapsaround driver of the window platform. Many wireless NICs have to use this method to install the driver. ManyvendorsdonotreleasespecificationsofthehardwareorprovideaLi TP-LINK wireless network card official only provides the WINDOW driver, no LINUX, how to do? Fortunately, there is ndiswrapper, which can be called by the Linux kernel under the wraps driver of the window platform. Many wireless NICs have to use this method to install the driver.
Specified 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.
Installation Steps
1. Install ndiswrapper on the installation disc (USB flash drive.
Sudo dpkg-I/media/Ubuntu/pool/main/n/ndis *. deb
2. Download The w310g windows Driver
3. Run the following command to install
Cd/path/to/TL-WN310G/Drvier Files
Sudo ndiswrapper-I net5211.inf
Sudo depmod-
Sudo modprobe ndiswrapper
Sudo ndiswrapper-mia
4. restart the system
Sudo init 6