バックグラウンド:
VMwareワークステーションで最新バージョンのKali Linuxを実行しています。Windows10でwifiアダプターとして機能するCisco AE2500 wifi usbを使用しています。残念ながら、airmon-ng
コマンドを実行すると、
ls: cannot access '/sys/class/ieee80211/': No such file or directory
。
私はこの問題を修正するために、10以上のフォーラムとさまざまなGoogle検索からのすべての可能な解決策を試しました。他の個人の問題を修正した一般的な解決策はまだ成功していません。ソリューションは次のとおりです。
1) apt-get update && apt-get upgrade && apt-get dist-upgrade -y
2)バックポートドライバー(4.4.2-1)をダウンロードしmake defconfig-b43
、コンパイル、インストール、再起動するフォーラムソリューション
3)シナプスをダウンロードし、bcm43xxxドライバーを手動でアップグレードするフォーラムソリューション
4)Airmon-ngフォーラム
5)VMwareツールの更新
6) apt-get install kali-linux-wireless
7)80211、broadcom、atheros、およびIntelチップの両方のすべてのwifiファームウェアドライバーのインストール。
その他多数...
lsusb:
root@sandbox:~# lsusb
Bus 001 Device 003: ID 04e8:6863 Samsung Electronics Co., Ltd GT-I9500 [Galaxy S4] / GT-I9250 [Galaxy Nexus] (network tethering)
Bus 001 Device 002: ID 13b1:003a Linksys AE2500 802.11abgn Wireless Adapter [Broadcom BCM43236]
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 004: ID 0e0f:0008 VMware, Inc.
Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
iwconfig:
root@sandbox:~# iwconfig
usb0 no wireless extensions.
lo no wireless extensions.
eth0 no wireless extensions.
しかし、私が使用するときairmon-ng
:
root@sandbox:~# airmon-ng
ls: cannot access '/sys/class/ieee80211/': No such file or directory
PHY Interface Driver Chipset
(airmon-ng check kill
このエラーメッセージを変更することはありません)
助けてください...どんな提案でも大歓迎です。
この問題の修正に関連する別の質問行は、https://unix.stackexchange.com/questions/306865/changing-a-driver-on-a-device-plugged-in-by-usbにあります。