linux(debian)安装USB无线网卡(tp-link TL-WN725N rtl8188eu )
1: 台式机家里面不想再走线了。 于是去某东买了个USB无线网卡。tp的WN725N USB,非常小, 和罗技的优联接收器差不多大。
2: 驱动能自己识别是不指望了,既然是usb网卡,插入USB后,那就lsusb
看到新增加了一行Realtek的 ID 0bda:8179
- root@debian:/# lsusb
- Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
- Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
- Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
- Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
- Bus 003 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
- Bus 004 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
- Bus 003 Device 007: ID 0bda:8179 Realtek Semiconductor Corp.
- Bus 003 Device 004: ID 04d9:4545 Holtek Semiconductor, Inc.
- Bus 003 Device 005: ID 050d:0304 Belkin Components FSU304 USB 2.0 - 4 Ports Hub
- Bus 003 Device 006: ID 046d:c52b Logitech, Inc. Unifying Receiver
- Bus 003 Device 008: ID 0781:5567 SanDisk Corp. Cruzer Blade
:77:22:fa:39
这个时候系统已经装好无线驱动了。用网络管理软件or /etc/network/interfaces 里面都可以配置。
注:
但是这个github更新的驱动,信号非常差,重启后信号20%,半米的距离只有2格。 5米几乎就没有了。而且会衰减下去,10秒后信号只有2%了。15秒过后就0%了,根本不能用
这里某群的群主上传了一个8188eu.deb 的包。 试过后发现信号非常稳定, 比windows下的还要强, 推荐这个
地址在csdn这里:(不要积分)
http://download.csdn.net/detail/rainysia/6754869
安装前需要卸载掉之前安的这个github上下的驱动,
先去/lib/firmware/rtlwifi/ 删除掉rtl8188eufw.bin
然后去/lib/modules/`uname -r`/kernel/net/wireless 删除掉lib8188eu.ko (`uname -r` 这个是你的内核版本,比如我的是3.2.0.4-amd64)
然后去删除掉挂载,先查看名字 lsmod | more 找到8188eu
然后rmmod 8188eu
这样就把之前的驱动给卸载掉了
然后安装新的deb包的8188eu驱动
dpkg -i rtl8188eu-dkms_0+git20130406_all.deb
如果提示缺少dkms,那就安一个
apt-get install dkms
- dpkg -i rtl8188eu-dkms_0+git20130406_all.deb
- Selecting previously unselected package rtl8188eu-dkms.
- (Reading database ... 172290 files and directories currently installed.)
- Unpacking rtl8188eu-dkms (from rtl8188eu-dkms_0+git20130406_all.deb) ...
- dpkg: dependency problems prevent configuration of rtl8188eu-dkms:
- rtl8188eu-dkms depends on dkms (>= 2.1.0.0); however:
- Package dkms is not installed.
- dpkg: error processing rtl8188eu-dkms (--install):
- dependency problems - leaving unconfigured
- Errors were encountered while processing:
- rtl8188eu-dkms
- root@debian:/home/softs# apt-get install dkms
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- The following NEW packages will be installed:
- dkms
- 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
- 1 not fully installed or removed.
- Need to get 77.4 kB of archives.
- After this operation, 196 kB of additional disk space will be used.
- Get:1 http://mirrors.163.com/debian/ wheezy/main dkms all 2.2.0.3-1.2 [77.4 kB]
- Fetched 77.4 kB in 0s (81.7 kB/s)
- Selecting previously unselected package dkms.
- (Reading database ... 172545 files and directories currently installed.)
- Unpacking dkms (from .../dkms_2.2.0.3-1.2_all.deb) ...
- Processing triggers for man-db ...
- Setting up dkms (2.2.0.3-1.2) ...
- Setting up rtl8188eu-dkms (0+git20130406) ...
- Loading new rtl8188eu-0+git20130406 DKMS files...
- First Installation: checking all kernels...
- Building only for 3.2.0-4-amd64
- Building initial module for 3.2.0-4-amd64
- Done.
- 8188eu:
- Running module version sanity check.
- - Original module
- - No original module exists within this kernel
- - Installation
- - Installing to /lib/modules/3.2.0-4-amd64/updates/dkms/
- depmod....
- DKMS: install completed.
然后去/lib/modules/`uname -r`/updates/dkms ,发现多了一个8188eu.ko
先看看wlan0 有没有, ifconfig 发现没有 应该是还没挂上
执行depmod -a
然后insmod 8188eu.ko
再ifconfig -a 发现有了wlan0
把网络管理切换过去,发现信号很满! 自此,安装完了8188eu的驱动.
linux(debian)安装USB无线网卡(tp-link TL-WN725N rtl8188eu )的更多相关文章
- [转] linux(debian)安装USB无线网卡(tp-link TL-WN725N rtl8188eu )
1: 台式机家里面不想再走线了. 于是去某东买了个USB无线网卡.tp的WN725N USB,非常小, 和罗技的优联接收器差不多大. 2: 驱动能自己识别是不指望了,既然是usb网卡,插入USB后 ...
- 【转】在MAC下使用ISO制作Linux的安装USB盘
http://www.linuxidc.com/Linux/2013-04/82973.htm 在Mac环境下,将Linux的ISO镜像生成一个Linux的安装盘,和Linux下差不多,只是Mac下有 ...
- linux下安装subversion出现libtool: link: only absolute run-paths are allowed
configure时加上 --with-apache-libexecdir=/usr/local/apache
- Kali Linux安装TL-WN821N USB无线网卡驱动(make失败)
主要有下面几个步骤: 1.刚插上网卡,network-manager识别出来了网卡,也能搜索到WiFi,但就是连接不上.查看/var/log/syslog日志或者使用nmcli m查看网络信息,显示认 ...
- Centos7VMware虚拟机最小化安装后,安装Tenda U12 USB无线网卡驱动
前几天买下了Tenda U12 USB 无线网卡 ,想连接上无线玩玩,可惜买下折腾了一周才解决他它驱动问题,前后在VMware上装了十多次,测试了好几个内核版本才搞定,好了废话不多说,分享下我安装过程 ...
- Linux编译安装RTL8192CU芯片驱动,使用TP_LINK wn823n无线网卡
前几天给自己的台式电脑安装了Window 7+CentOS 6.4 Linux双系统,发现在Windows 7下面可以正常使用TP_LINK wn823n无线网卡来连接无线网络,但是在Linux下面, ...
- Linux(Debian) 上安装tomcat并注册服务开机自启动
1.准备工作 a.下载tomcat linux的包,地址:http://tomcat.apache.org/download-80.cgi,我们下载的版本是8.0,下载方式如图: b ...
- Kali Linux下破解WIFI密码挂载usb无线网卡的方法
Kali Linux下破解WIFI密码挂载usb无线网卡的方法 时间:2014-10-12 来源:服务器之家 投稿:root 首先我要说的是,wifi密码的破解不是想象中的那么容易,目前还 ...
- kali Linux下wifi密码安全测试(1)虚拟机下usb无线网卡的挂载 【转】
转自:http://blog.chinaunix.net/uid-26349264-id-4455634.html 目录 kali Linux下wifi密码安全测试(1)虚拟机下usb无线网卡的挂载 ...
随机推荐
- 利用PHPExcel 实现excel数据的导入导出(源码实现)
利用PHPExcel 实现excel数据的导入导出(源码实现) 在开发过程中,经常会遇到导入导出的需求,利用phpexcel类实现起来也是比较容易的,下面,我们一步一步实现 提前将phpexcel类下 ...
- GNU中的关键字typeof
如果你是 C++ 程序员,应该接触过 C++11 里的 decltype 操作符,它的作用是自动推导表达式的数据类型,以解决泛型编程中有些类型由模板参数决定而难以(甚至不可能)表示的问题.其实这个特性 ...
- tensorboard页面显示No dashboards are active for current data set 问题win10系统
如果问题如上所示,可以试下如下方法: 在文件夹中找到你的logs文件, 在空白处按住“shift”键,右键鼠标(注意鼠标不要选中任何文件),点击“Powershell”打开win10powershel ...
- border,border-width不支持百分比
1.border-width不支持百分比 原因:不会因为设备大就按比例变大 同样的,outline,box-shadow,text-shadow也不支持百分比 也就是border不支持百分比 2.bo ...
- linux下编译运行TIGL Viewer步骤
linux下编译运行TIGL Viewer步骤(仅为了正确编译安装的话直接跳到步骤3) 1. linux发行版选择:由于linux发行版众多,不同版本包含的库版本可能存在差别,因此需要选择正确的版本. ...
- leetcode 【 Maximum Subarray 】python 实现
题目: Find the contiguous subarray within an array (containing at least one number) which has the larg ...
- winform DataGridView添加合计行
使用方法 /* DataTable dt= DBUtility.DB.FromSql(sql).ToDataTable(); DataGridViewAddSumRow sumRow = new Da ...
- Python机器学习数据挖掘工具sklearn安装和使用
python借助pip安装第三方库,所以首先确保电脑上已成功安装了pip. 安装sklearn前需要先安装numpy.scipy和pandas等库.安装的方式有两种: 一.前往python的组件库页( ...
- CodeForces Round #498 Div.3 A. Adjacent Replacements
http://codeforces.com/contest/1006/problem/A Mishka got an integer array aa of length nn as a birthd ...
- linux系统mysql连接检查脚本
为了便于检查ECS服务器内部搭建的mysql或者RDS的mysql数据库,编写了一个mysql测试脚本,对于不熟悉命令行操作的朋友出现问题时可以检测一下. 脚本下载地址: http://j ...