-
Notifications
You must be signed in to change notification settings - Fork 60
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
Trying to add keyboard to gadget #13
Comments
Hi, As for your issue, in those lines:
Shouldn't the folder hid.0 be hid.usb0 instead, as it's the one you created just above? |
Thanks a lot for your reply! I was actually following some instructions about how to set the HID gadget and they left it like that, I have modified the file so now it looks like this:
Now the kernel panic dissapears and I have the following message instead:
The behaviour Im getting is that everything comes up, my computer sees the usb ethernet BUT not the HID and when it seems to try to load it that message is shown and my computer shows the device as removed. |
What OS are you plugging it to? |
Currently on Linux: Just tested on a windows 10 with the same results and message on the log. |
Hi,
First thanks for your great work :) I have been using your repository for my testings on PoisonTap and love it.
I have been trying to add a keyboard gadget without much success.
I modified the gadget.sh like this:
But Im receiving a kernel panic on boot like this one:
Thanks in advance!
The text was updated successfully, but these errors were encountered: