我正在尝试按照以下命令将无线适配器模式设置为监控:
ifconfig wlan0 down iwconfig wlan0 mode monitor ifconfig wlan0 up
但是当我尝试设置监控模式时,我失败了
Error for wireless request "Set Mode" (8B06) : SET failed on device wlan0 ; Operation not supported.
如果我尝试iwconfig
,它会显示
wlan0 no wireless extensions.
有人能帮我解决这个问题吗?该平台基于BeagleBone Black上的Ubuntu14.04.1。但当我在BeagleBoard_xM上测试时,它工作得很好。
发布于 2014-12-22 19:55:53
经过几个小时的搜索,我找到了以下解决方案:
nano /etc/rcn-ee.conf third_party_modules=enable wget http://rcn-ee.net/deb/trusty-armhf/v3.8.13-bone56/install-me.sh sudo /bin/bash install-me.sh reboot
参考:http://inspire.logicsupply.com/2014/08/beaglebone-wifi-installation_5.html
发布于 2021-11-27 22:16:39
点击下面的链接到我在github个人资料中设计的工具"XEye-tp“,你只需要运行该工具,然后你的tp-link usb将在几分钟内设置为监控。
https://stackoverflow.com/questions/27598598
复制相似问题