歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> Ubuntu 10.10安裝TP-LINK W310-350G驅動

Ubuntu 10.10安裝TP-LINK W310-350G驅動

日期:2017/2/28 16:00:10   编辑:Linux教程
TP-LINK W310-350G無線網卡官方只提供了WINDOW的驅動,沒有LINUX的,怎麼辦? 幸好有ndiswrapper,可將window平台的驅動wraps around下,交由linux內核調用。很多無線網卡都得使用此方式安裝驅動。

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.

安裝步驟

1. 到安裝光盤(U盤)中安裝ndiswrapper.
sudo dpkg -i /media/Ubuntu/pool/main/n/ndis*.deb


2. 下載w310g的windows版驅動


3. 執行以下命令安裝
cd /path/to/TL-WN310G/Drvier Files
sudo ndiswrapper -i net5211.inf
sudo depmod -a
sudo modprobe ndiswrapper
sudo ndiswrapper -mia


4. 重啟系統
sudo init 6

Copyright © Linux教程網 All Rights Reserved