Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

start.sh errors #8

Open
irweazel opened this issue Jan 12, 2019 · 1 comment
Open

start.sh errors #8

irweazel opened this issue Jan 12, 2019 · 1 comment

Comments

@irweazel
Copy link

i am having issues with the first part. I have checked details with iw phy but i have 3 capabilities fields

Band 1:
Capabilities: 0x1022

Band 2:
Capabilities: 0x1062
VHT Capabilities: 0x1020
i have tried all of these in the start.sh and none work.it does this in a loop

  • [[ 2 -ne 2 ]]
  • CHANNEL=9
  • CAP_FIELD='Capabilities: 0x1062'
  • PHYIDX=
    ++ seq 0 10
  • for IDX in $(seq 0 10)
  • iw phy phy0 info
  • grep -q 'Capabilities: 0x1062'
  • PHYIDX=0
  • break
  • test -z 0
  • iw dev
  • grep -q wlan0
  • sudo iw dev wlan0 del
    command failed: Unknown error 524 (-524)
    Number of tokens in list:
    1
    SSID_TOKENS is/are:
    BoundaryBell
    tcpdump: DoorbellMonitor: No such device exists
    (SIOCGIFHWADDR: No such device)
    tcpdump exited

its running on a Pi3 B+

thanks

@irweazel
Copy link
Author

figured out this is because the chipset of the pi 3 B+ can't run in monitor mode out of the box. I have used the re4son Kali distro which has the nexmon firmware built in for the the WiFi card so that it now runs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant