您的位置:首页 > 编程语言 > PHP开发

Ubuntu12.04安装TP-LINK TL-WN725N 微型150M无线USB网卡

2013-06-01 10:27 691 查看
原文链接: http://blog.ziki.cn/1211.html

1、查看芯片

lsusb

Bus 003 Device 003: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN

2、设置root密码

sudo passwd root

3、执行

echo "blacklist rtl8192cu" | sudo tee /etc/modprobe.d/blacklist-rtl8192cu.conf
echo 8192cu | sudo tee -a /etc/modules

4、安装build环境

sudo apt-get install build-essential;

5、下载RTL8188CUS驱动
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=21&PFid=48&Level=5&Conn=4&DownTypeID=3&GetDown=false&Downloads=true
6、解压缩进入

cd /Desktop/RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105$
su
chmod +x install.sh
./install.sh

7、重启机器

参考资料

http://www.360buy.com/product/618066.html http://zhidao.baidu.com/question/427684440.html http://forum.ubuntu.org.cn/viewtopic.php?t=374269 http://forums.linuxmint.com/viewtopic.php?f=53&t=94495&start=20[/code] 
此驱动能解决此网卡在此操作系统下网速慢的问题。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息