-
Notifications
You must be signed in to change notification settings - Fork 146
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
Cannot find Crazy PA USB dongle - Pineapple Nano #40
Comments
I got similar issue installing jackit on pineapple nano, can you try with this patch: /pull/31. It will catch NoBackendError when searching for dungle and give you more info. Also, you can try my workaround for libusb on openwrt: https://github.com/Sliim/jackit/tree/openwrt-libusb . This is the branch I use on my nano. P.S. Works fine on pineapple nano: https://www.youtube.com/watch?v=Z7BBdgQPlgw :) |
Thanks for the info. I tried the patch and your libusb workaround but unfortunately no luck. Do you happen to have a step-by-step process for the Pineapple NANO? |
Do you have |
Confirmed.
I'll try a factory reset and do some fiddling. If i can get it all going i'll also do up a full walkthrough that we can use as a reference for future use. |
I have a nano, and can try and take a peak, it was on my todo to get it
running on the nano. So if we get some step by step instructions, I can
turn it into a setup script.
…On Mon, Feb 5, 2018 at 3:30 PM, metalkey ***@***.***> wrote:
Confirmed.
***@***.***:/usr/lib# ls libusb*libusb-1.0.so libusb-1.0.so.0 libusb-1.0.so.0.1.0
I'll try a factory reset and do some fiddling. If i can get it all going
i'll also do up a full walkthrough that we can use as a reference for
future use.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAL_D9djAtqq8kXK0ExUo4Z4f7HF8l8Kks5tR473gaJpZM4R4cui>
.
|
Retrieved my notes:
This should work after a factory reset ( |
My wrapper script:
|
Thanks Sliim. I've made a step-by-step process that worked for me as follows:
|
My Nexus5 mobile phone with NetHunter installed also encountered the same problem. The Crazy PA USB dongle could not be found. It is not recognized after the branch in the nrf24.py file has no backend modification, but the device information can be seen when dmesg is executed. |
@Droid-MAX do you see your device with |
I have jackit running fine on my laptop but i thought i'd see if it was possible to get it up and running on a WiFi Pineapple Nano.
I've installed all of the correct dependencies on the Nano:
I've confirmed the Nano recognises the Crazy PA:
I've installed jackit correctly but when i attempt to run jackit, i receive the following:
Is there anything that i'm missing?
The text was updated successfully, but these errors were encountered: