Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. sudo lsusb | grep Atheros
  2. Bus 001 Device 005: ID 0cf3:9271 Atheros Communications, Inc. AR9271 802.11n
  3.  
  4. lsmod | grep ath
  5. ath9k_htc 56078 0
  6. ath9k_common 21766 1 ath9k_htc
  7. ath9k_hw 415436 2 ath9k_common,ath9k_htc
  8. ath 18741 3 ath9k_common,ath9k_htc,ath9k_hw
  9. mac80211 532034 1 ath9k_htc
  10. cfg80211 427855 4 ath,ath9k_common,mac80211,ath9k_htc
  11.  
  12. iwconfig wlan0
  13. wlan0 IEEE 802.11bgn ESSID:off/any
  14. Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
  15. Retry short limit:7 RTS thr:off Fragment thr:off
  16. Encryption key:off
  17. Power Management:off
  18.  
  19. airmon-ng start wlan0
  20. Interface Chipset Driver
  21.  
  22. wlan0 Atheros AR9271 ath9k - [phy1]
  23. (monitor mode enabled on mon0)
  24.  
  25. sudo iwconfig wlan0 channel 1
  26. Error for wireless request "Set Frequency" (8B04) :
  27. SET failed on device wlan0 ; Device or resource busy.
  28.  
  29. uname -a
  30. Linux raspberrypi 4.4.13-v7+ #894 SMP Mon Jun 13 13:13:27 BST 2016 armv7l GNU/Linux
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement