-
Notifications
You must be signed in to change notification settings - Fork 23
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
Custom build on RaspbianOS #12
Comments
Having the same issue. Can't find any clue as to what is this error -1 in pwngrid's source or even in gopacket's source. |
I am getting the same error, was there ever a solution for this? |
The problem is probably related to a bad driver for your Wi-Fi adapter. |
I got the same problem, traced it to gopacket/pcap when calling .Activate() on an InactiveHandle. it runs the "default" in the switch statement, from my understanding that is an unknown error, probably caused by the rtl88xxxx drivers. I am still looking for a fix |
Hello, I have problem with this pwngrid:
The last message is important, and I cannot figure out what make this error, Iam using external Wi-Fi adapter which is in monitor mode as
wlan0
It should be O.K because my service in/etc/systemd/system/pwngrid-peer.service
is OK and modified to specific interfaceExecStart=/usr/bin/pwngrid -keys /etc/pwnagotchi -address 127.0.0.1:8666 -client-token /root/.api-enrollment.json -wait -log /var/log/pwngrid-peer.log -iface wlan0 -debug
The text was updated successfully, but these errors were encountered: