码迷,mamicode.com
首页 > 其他好文 > 详细

[转]Ubuntu上安装TL-WN725N 2.0无线网卡驱动

时间:2014-07-28 15:24:33      阅读:270      评论:0      收藏:0      [点我收藏+]

标签:blog   http   使用   html   div   linux   ar   htm   

笔者使用的Ubuntu操作系统是13.04版本的,这个版本下,笔者使用朋友的TL-WN725N 1.0版本的无线网卡,直接插上就可以使用。正是由于这个方便性,不用去折腾什么驱动,所以笔者从京东上买了一个新的无线网卡,没想法买回来才发现是TL-WN725N 2.0的,操作系统无法直接识别,又要折腾驱动安装了。在网上找到这篇资料,笔者加上一些自己的整理,记录如下。
 
第1步,安装Linux-headers
sudo apt-get update
sudo apt-cache search linux-headers-$(uname -r)
sudo apt-get install linux-headers-$(uname -r)
 
第2步,下载TL-WN725N 2.0的驱动,编译安装
git clone https://github.com/lwfinger/rtl8188eu
cd rtl8188eu
make && make install
 
如果有git的话用git命令下载,或者直接到这里下载。安装的时候,需要切换到root账户才可以,用sudo会提示权限不够。
 
第3步,安装wireless-tools。
sudo apt-get install wireless-tools -y
 
插入无线网卡,或重新插拔一下,就会检测到无线信号了。
(原文地址:http://blog.sina.com.cn/s/blog_3fe961ae0101jk8a.html)

[转]Ubuntu上安装TL-WN725N 2.0无线网卡驱动,布布扣,bubuko.com

[转]Ubuntu上安装TL-WN725N 2.0无线网卡驱动

标签:blog   http   使用   html   div   linux   ar   htm   

原文地址:http://www.cnblogs.com/jianyungsun/p/3872921.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!