Kindle不支持Ad-hoc分享出来的网络,求教如何虚拟AP?

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
头像
liuhk388
帖子: 48
注册时间: 2010-05-04 23:49

Kindle不支持Ad-hoc分享出来的网络,求教如何虚拟AP?

#1

帖子 liuhk388 »

发现 Kindle 不支持 Ad-hoc 分享出来的网络。
所以求教如何在 Ubuntu 下虚拟 AP ?类似 Windows 下 Connectify 的功能…
已确定 iw list 结果支持 AP。
P.S. NetworkManager 什么时候能原生支持 AP mode 就好了…

在论坛里搜过,没有测试可用资源啊……
viewtopic.php?f=116&t=329742 这一篇没看懂T^T
上次由 liuhk388 在 2011-11-29 19:08,总共编辑 3 次。
孤檠辉不尽,纸影味无眠
头像
liuhk388
帖子: 48
注册时间: 2010-05-04 23:49

Re: Kindle不支持Ad-hoc分享出来的网络,求教如何在Ubuntu下虚拟路由?

#3

帖子 liuhk388 »

photor 写了:无线网卡驱动需要支持master模式或者ap模式,你搜一下 :em09
确定支持AP模式了,然后怎么设置?
论坛里搜出来的大抵是Ad-hoc的设置啊…
孤檠辉不尽,纸影味无眠
头像
marsteel
帖子: 555
注册时间: 2005-11-28 12:09
联系:

Re: Kindle不支持Ad-hoc分享出来的网络,求教如何虚拟AP?

#4

帖子 marsteel »

搜索hostapd
头像
liuhk388
帖子: 48
注册时间: 2010-05-04 23:49

Re: Kindle不支持Ad-hoc分享出来的网络,求教如何虚拟AP?

#6

帖子 liuhk388 »

感谢,等我弄好了,一定写一个稍微详细点的说明记录下
发现出现这样的情况,网上没有搜到看得懂的解释= =,有人能解释下么…

Configuration file: /etc/hostapd/hostapd.conf
nl80211: Register Action command failed: ret=-1 (Operation not permitted)
nl80211: Register Action match - hexdump(len=1): 06
nl80211: Failed to register Action frame processing - ignore for now
nl80211: Add own interface ifindex 3
nl80211: Failed to set interface 3 to mode 3: -1 (Operation not permitted)
nl80211: Failed to set interface 3 to mode 3: -1 (Operation not permitted)
Could not set interface wlan0 flags: Permission denied
nl80211: Interface mode change to 3 from 0 failed
nl80211: Failed to set interface wlan0 into AP mode
nl80211 driver initialization failed.
ELOOP: remaining socket: sock=4 eloop_data=0x9469a68 user_data=0x946a008 handler=0x807c670
ELOOP: remaining socket: sock=6 eloop_data=0x946b828 user_data=(nil) handler=0x8086770
孤檠辉不尽,纸影味无眠
头像
photor
论坛版主
帖子: 11004
注册时间: 2008-04-26 12:41

Re: Kindle不支持Ad-hoc分享出来的网络,求教如何虚拟AP?

#7

帖子 photor »

liuhk388 写了:
感谢,等我弄好了,一定写一个稍微详细点的说明记录下
发现出现这样的情况,网上没有搜到看得懂的解释= =,有人能解释下么…

Configuration file: /etc/hostapd/hostapd.conf
nl80211: Register Action command failed: ret=-1 (Operation not permitted)
nl80211: Register Action match - hexdump(len=1): 06
nl80211: Failed to register Action frame processing - ignore for now
nl80211: Add own interface ifindex 3
nl80211: Failed to set interface 3 to mode 3: -1 (Operation not permitted)
nl80211: Failed to set interface 3 to mode 3: -1 (Operation not permitted)
Could not set interface wlan0 flags: Permission denied
nl80211: Interface mode change to 3 from 0 failed
nl80211: Failed to set interface wlan0 into AP mode
nl80211 driver initialization failed.
ELOOP: remaining socket: sock=4 eloop_data=0x9469a68 user_data=0x946a008 handler=0x807c670
ELOOP: remaining socket: sock=6 eloop_data=0x946b828 user_data=(nil) handler=0x8086770
看样子你的无线网卡驱动还是不支持ap模式啊 :em09
头像
liuhk388
帖子: 48
注册时间: 2010-05-04 23:49

Re: Kindle不支持Ad-hoc分享出来的网络,求教如何虚拟AP?

#8

帖子 liuhk388 »

photor 写了:
liuhk388 写了:
感谢,等我弄好了,一定写一个稍微详细点的说明记录下
发现出现这样的情况,网上没有搜到看得懂的解释= =,有人能解释下么…
Configuration file: /etc/hostapd/hostapd.conf
nl80211: Register Action command failed: ret=-1 (Operation not permitted)
nl80211: Register Action match - hexdump(len=1): 06
nl80211: Failed to register Action frame processing - ignore for now
nl80211: Add own interface ifindex 3
nl80211: Failed to set interface 3 to mode 3: -1 (Operation not permitted)
nl80211: Failed to set interface 3 to mode 3: -1 (Operation not permitted)
Could not set interface wlan0 flags: Permission denied
nl80211: Interface mode change to 3 from 0 failed
nl80211: Failed to set interface wlan0 into AP mode
nl80211 driver initialization failed.
ELOOP: remaining socket: sock=4 eloop_data=0x9469a68 user_data=0x946a008 handler=0x807c670
ELOOP: remaining socket: sock=6 eloop_data=0x946b828 user_data=(nil) handler=0x8086770
看样子你的无线网卡驱动还是不支持ap模式啊 :em09
不是吧?泪。是 Intel WiFi 5100……
Win下用Connectify是可以的啊…
孤檠辉不尽,纸影味无眠
头像
photor
论坛版主
帖子: 11004
注册时间: 2008-04-26 12:41

Re: Kindle不支持Ad-hoc分享出来的网络,求教如何虚拟AP?

#9

帖子 photor »

liuhk388 写了:
photor 写了:
liuhk388 写了:
感谢,等我弄好了,一定写一个稍微详细点的说明记录下
发现出现这样的情况,网上没有搜到看得懂的解释= =,有人能解释下么…
Configuration file: /etc/hostapd/hostapd.conf
nl80211: Register Action command failed: ret=-1 (Operation not permitted)
nl80211: Register Action match - hexdump(len=1): 06
nl80211: Failed to register Action frame processing - ignore for now
nl80211: Add own interface ifindex 3
nl80211: Failed to set interface 3 to mode 3: -1 (Operation not permitted)
nl80211: Failed to set interface 3 to mode 3: -1 (Operation not permitted)
Could not set interface wlan0 flags: Permission denied
nl80211: Interface mode change to 3 from 0 failed
nl80211: Failed to set interface wlan0 into AP mode
nl80211 driver initialization failed.
ELOOP: remaining socket: sock=4 eloop_data=0x9469a68 user_data=0x946a008 handler=0x807c670
ELOOP: remaining socket: sock=6 eloop_data=0x946b828 user_data=(nil) handler=0x8086770
看样子你的无线网卡驱动还是不支持ap模式啊 :em09
不是吧?泪。是 Intel WiFi 5100……
Win下用Connectify是可以的啊…
同样的网卡,win7驱动支持ap,不见得linux驱动就支持ap :em09
回复