我正在尝试按照以下命令设置模式无线适配器:
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上的Ubuntu 14.04.1。 但是当我在BeagleBoard_xM上测试时,它运行正常。
答案 0 :(得分:1)
下班后#39;搜索,我找到了以下解决方案:
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