rtl驱动 ubuntu 禁用_Ubuntu下成功安装台式机网卡realtek的rtl8188eu芯片驱动并实现AP功能...

1,下载驱动

使用注意:

2.编译安装

$make

$sudo make install

3.关于hostapd的配置文件

# Basic configuration

interface=wlan0

ssid=11111

channel=10

#bridge=br0

# WPA and WPA2 configuration

macaddr_acl=0

auth_algs=1

ignore_broadcast_ssid=0

wpa=3

wpa_passphrase=123456789

wpa_key_mgmt=WPA-PSK

wpa_pairwise=TKIP

rsn_pairwise=CCMP

# Hardware configuration

driver=rtl871xdrv

ieee80211n=1

hw_mode=g

device_name=RTL8192CU

manufacturer=Realtek

••••••••••

4.基本操作

sudo ifconfig wlan1 up //打开端口

sudo hostapd -B /etc/hostapd/hostapd.conf

sudo hostapd -d /etc/hostapd/hostapd.conf

sudo hostapd /etc/hostapd/hostapd.conf

5.手机搜索不到SSID(wifi热点的名字)

在网上找到

手机收不到SSID

系统是archlinux,做软ap。之前是运行一个ad-hoc的脚本,有些android手机不支持ad-hoc模式,就安装了hostapd,

运行 # hostapd -d /etc/hostapd/hostapd.conf

手机可以连上&上网

重启电脑再运行hostapd,手机就不能获取ip地址了。必须运行ad-hoc脚本,再运行hostapd才行。

是不是哪里没有设置好?

另外,手机连上ap后似乎不能建立安全链接,wifi信号是灰色的不是蓝色,gtalk不能登录,但能看到在线好友?????

于是就编辑了一个ad-hoc的wifi热点,热点名称与hostapd中配置的名称一样,这里为”11111“

显示“11111”已连接上网络,然后就可以收到SSID 的信号(信号由hostapd产生)。

6.手机收到信号后,连接不上,显示身份信息验证失败

后来尝试了很多办法

你可以检查:

、你的AP或无线路由器和你终端的加密方式是否相同

、密钥有没有设置对

、密钥是字符还是ASCII码

、无线网络经常会有相同SSID的,你联的无线网络是不是要联的。

hostapd基本配置

http://www.cnblogs.com/zhuwenger/archive/2011/03/11/1980294.html

报错:

+rtl871x_get_sta_wpaie, ::::de:cd is sta's address

wlan0: STA ::::de:cd IEEE 802.11: associated

rtl871x_set_key_ops

rtl871x_set_key_ops

rtl871x_set_key_ops

+rtl871x_send_eapol

wlan0: STA ::::de:cd IEEE 802.11: disassociated

wlan0: AP-STA-DISCONNECTED ::::de:cd

rtl871x_set_key_ops

rtl871x_set_key_ops

+rtl871x_sta_remove_ops, ::::de:cd is sta address removed

+rtl871x_get_sta_wpaie, ::::de:cd is sta's address

wlan0: STA ::::de:cd IEEE 802.11: associated

rtl871x_set_key_ops

rtl871x_set_key_ops

+rtl871x_send_eapol

wlan0: STA ::::de:cd IEEE 802.11: disassociated

wlan0: AP-STA-DISCONNECTED ::::de:cd

rtl871x_set_key_ops

rtl871x_set_key_ops

+rtl871x_sta_remove_ops, ::::de:cd is sta address removed

还是不行,后来想想hostapd产生的SSID应该与ad-hoc产生的wifi热点没关系,只是需要启动一下ad-hoc而已。

看了看手机收到的SSID,选定静态配置(没有用到DHCP),然后及可以并使用了。

其他参考

sudo gedit /etc/hostapd/hostapd.conf

http://my.oschina.net/syscde/blog?disp=2

查看系统资源 gnome-system-monitor

驱动 /rtl8188eu

可用的hostapd home/xdj/RTL8188-hostapd-1.1/src

home/xdj/RTL8188-hostapd/src

成功:

rtl871x_set_key_ops

rtl871x_set_key_ops

+rtl871x_send_eapol

+rtl871x_send_eapol

rtl871x_set_key_ops

wlan0: AP-STA-CONNECTED 00:08:22:6a:c5:4f

wlan0: STA 00:08:22:6a:c5:4f RADIUS: starting accounting session 53D0F5EA-00000000

wlan0: STA 00:08:22:6a:c5:4f WPA: pairwise key handshake completed (RSN)

+rtl871x_send_eapol

wlan0: STA 00:08:22:6a:c5:4f WPA: group key handshake completed (RSN)

rtl871x_set_key_ops

不含有WEP和WPA(IEEE802.11i)验证的hostapd.conf

# Basic configuration

interface=wlan0

ssid=XDJ

channel=6

bridge=br0

# WPA and WPA2 configuration

#macaddr_acl=0

#auth_algs=1

#wmm_enabled=0

#ignore_broadcast_ssid=0

#wpa=3

#wpa_passphrase=12345678

#wpa_key_mgmt=WPA-PSK

#wpa_pairwise=TKIP

#rsn_pairwise=TKIP CCMP

# Hardware configuration

driver=rtl871xdrvXDJ

ieee80211n=1

hw_mode=g

device_name=RTL8192CU

manufacturer=Realtek

xdj@xdj-MS-:~$ sudo ifconfig wlan0 up

[sudo] password for xdj:

xdj@xdj-MS-:~$ sudo hostapd /etc/hostapd/hostapd.conf

Configuration file: /etc/hostapd/hostapd.conf

drv->ifindex=

l2_packet_init: ioctl[SIOCGIFINDEX]: No such device

no br0 interface , let l2_sock_recv==l2_sock_xmit=0x0x86b2648

+rtl871x_sta_deauth_ops, ff:ff:ff:ff:ff:ff is deauth, reason=

rtl871x_set_key_ops

rtl871x_set_key_ops

rtl871x_set_key_ops

rtl871x_set_key_ops

Using interface wlan0 with hwaddr ::::d3:9e and ssid 'XDJ'

rtl871x_set_wps_assoc_resp_ie

rtl871x_set_wps_beacon_ie

rtl871x_set_wps_probe_resp_ie

rtl871x_set_beacon_ops

+rtl871x_get_sta_wpaie, :::ea::e3 is sta's address

wlan0: STA :::ea::e3 IEEE 802.11: associated

wlan0: STA :::ea::e3 RADIUS: starting accounting session 53D9F19B-

IPV4设置方法:1.与其他计算机共享

需要IPV4完成这个连接(不选)

无线提示连接上, 产生稳定的SSID,连接不上,hostapd没有反应。

需要IPV4完成这个连接(选)

手机能连接上网,容易断线。

2.已禁用

无线提示连接不上,产生不了稳定的SSID。

----------------------------------------------------------------------------------------------------------------------------------------------

##更多关于hostapd的操作

xdj@xdj-MS-7519:~$ sudo hostapd /etc/hostapd/hostapd.conf -D

hostapd: invalid option -- 'D'

hostapd v0.8.x

User space daemon for IEEE 802.11 AP management,

IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator

Copyright (c) 2002-2011, Jouni Malinen and contributors

usage: hostapd [-hdBKtv] [-P ]

options:

-h show this usage

-d show more debug messages (-dd for even more)

-B run daemon in the background

-P PID file

-K include key data in debug messages

-t include timestamps in some debug messages

-v show hostapd version

------------------------------------------------------------------------------------------------------------------------------------

ubuntu下终于安装好了nvidia的gt540显卡驱动

ubuntu下终于安装好了nvidia的gt540显卡驱动.估计好多童鞋怕麻烦都放弃安装了哈. 先看看效果. ~$ lspci |grep -i vga :) :00.0 VGA compatible ...

Ubuntu下成功安装QQ2013

阳光小强最近用Win8系统感觉特别不爽,中午果断换了一个win7系统,又想着能不能搞个双系统(最近在看一些linux东西),于是就开始整起来.结果并不好,linux虽然整好了,但是硬盘全部格式化了,当 ...

Torch7在Ubuntu下的安装与配置

Torch7的本系列教程的主要目的是介绍Torch的入门使用.今天首先分享一下Torch7的安装.(在Ubuntu14.04安装torch7) 为什么选择Torch Torch的目标是在建立科学算法的 ...

ubuntu下git安装及使用

ubuntu下git安装及使用   其实,好几个月前,就已经安装好了,可是一直搁置在那儿,所以密码等一些其它细节都忘的差不多了,所以今天就重新部署了一下,并开始积极使用......... 1,git ...

Ubuntu下Zabbix安装及使用问题

1.configure: error: MySQL library not found MySQL library not found root@kallen:~# apt-get install l ...

Ubuntu下apache2安装配置(内含数字证书配置)

Ubuntu下apache2安装配置(内含数字证书配置)安装命令:sudo apt-get updatesudo apt-get install apache2 配置1.查看apache2安装目录命令 ...

[转]:Ubuntu 下Apache安装和配置

[转]:Ubuntu 下Apache安装和配置_服务器应用_Linux公社-Linux系统门户网站  https://www.linuxidc.com/Linux/2013-06/85827.htm ...

Ubuntu下编译安装postgreSQL 10.5

Ubuntu下编译安装postgreSQL 10.5 ubuntu 16.04 LTS系统postgreSQL 10.5 安装包准备 1.从PostgreSQL官网下载PostgreSQL的安装包 安 ...

[moka同学摘录]在Centos 6.5下成功安装和配置了vim7.4

来源:https://my.oschina.net/gzyh/blog/266097 资源下载地址: 链接:http://pan.baidu.com/s/1kVuaV5P 密码:xkq9   摘要: ...

随机推荐

Android Studio在创建/导入项目的时候,一直处于building “XXX”gradle project info的解决办法

Android Studio在新建项目或者导入项目的时候,可能会一直处于building “XXX”gradle project info的状态,而且还取消不了,无奈之下只能干掉进程... 还有一种情 ...

关于js原型继承

js的每个类都有一个prototype对象 访问对象的属性时,会先访问到对象自身是否有定义这个属性 如果没有定义,就会去访问对象所属类型的prototype对象是否有此属性 原型继承就是把类型的pro ...

HTML5+学习笔记1-------边看代码边研究中

document.addEventListener('touchstart',function(){ return false; },true); touchstart当手指触摸屏幕时候触发,即使已经 ...

Mac Pro 编译安装 PHP扩展 -- Swoole扩展

回顾下先前的安装笔记: PHP5不重新编译,如何安装自带的未安装过的扩展,如soap扩展? #下载 Swoole-1.8.10后,开始编译# cd /Users/jianbao/Downloads/s ...

HDU5834 Magic boy Bi Luo with his excited tree(树形DP)

题目 Source http://acm.hdu.edu.cn/showproblem.php?pid=5834 Description Bi Luo is a magic boy, he also ...

CSS3效果收集

收集一些 CSS3 效果 1. 闪烁字效果 原效果>>

github和本地仓库关联

1.安装git 2.在github上注册账号 3.github上创建repository 4.克隆github上的repository 5.在target directory中右键打开git gui

[LeetCode] 8. 字符串转换整数 (atoi)

题目链接:https://leetcode-cn.com/problems/string-to-integer-atoi/ 题目描述: 请你来实现一个 atoi 函数,使其能将字符串转换成整数. 首先 ...

微信小程序onLaunch异步,首页onLoad先执行?

本来按照事件顺序,小程序初始化时触发App里的onLaunch,后面再执行页面Page里的onLoad,但是在onLaunch里请求获取是否有权限,等待返回值的时候Page里的onLoad事件就已经执 ...

用node-inspector调试NodeJS

任何一门完备的语言技术栈都少不了健壮的调试工具,对于NodeJS平台同样如此,笔者研究了几种调试NodeJS代码的方式,通过对比,还是觉得node-inspector的调试方式比较方便,而且和前端Ja ...

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值