Recent content by alan

  1. A

    Pandora Is the Pandora capable of emulating a USB HID device? (Yes!)

    but module with firmware gives a no such device error last time i checked
  2. A

    Pandora as a USB controller?

    quick cross reference to http://boards.openpandora.org/index.php/topic/5637-is-the-pandora-capable-of-emulating-a-usb-hid-device/page-2 I've posted the g_hid module code and binaries
  3. A

    Pandora Is the Pandora capable of emulating a USB HID device? (Yes!)

    Is DarkKnight512 still around? Here's the g_hid module compiled for the pandora, i guess a front end wouldn't be too difficult, I started throwing together some code to emulate a USB Rubber Ducky, but no idea when it'll be done, anyway, here's the code and binares  ...
  4. A

    Pandora as a USB controller?

    I would be grateful if anyone could get g_hid working edit - got it working
  5. A

    Backtrack linux?

    I don't have a spare SD to try on, but try something like this: Get ext2 formatted SD card with >5GB free Extract BT5-GNOME-ARM.7z contents onto SD Modify bootbt file and change references to /sdcard export kit=/sdcard/BT5 to something like export kit=/media/mmcblk0p1/BT5 run sudo...
  6. A

    Backtrack linux?

    backtrack 5 arm chroot worked with only a small change in the init script - couple of screenshots on http://www.pwndora.org/blogish
  7. A

    Pandora Is the Pandora capable of emulating a USB HID device? (Yes!)

    This sounds cool! I had problems getting gadgetfs working on the latest firmware, but I haven't tried for a while. It was working fine on older kernels. I've previously attempted to recompile the g_hid kernel module, but never managed to get it working properly, had less time and gave up. I...
  8. A

    Release 3.2 kernel issue tracking thread

    gadgetfs isn't working properly on the new kernel. it's working on the old kernel I'm running: mkdir /dev/gadget mount -t gadgetfs gadgetfs /dev/gadget modprobe gadgetfs dmesg reports: nop musb-hdrc: failed to start (null): -120
  9. A

    Pandora Is the Pandora capable of emulating a USB HID device? (Yes!)

    Hi, So I was also interested in this, had a little go, but only got as far as the pandora being recognised as a USB keyboard, which is a start, I guess. sudo modprobe gadgetfs sudo mkdir /dev/gadget sudo mount -t gadgetfs gadgetfs /dev/gadget Then compiled this after making a little...
  10. A

    Some workaround Aircrack

    oops, my bad, i didn't do any testing on this stuff, but good to see you getting it working, sudo opkg update sudo opkg install libnl-dev sudo opkg install iw sudo opkg install libssl1.0.0 seemed to get aircrack running for me from the zip file with the drivers...
  11. A

    Release Angry Birds for Pandora

    bleh, getting error, glibc detected free invalid next size fast , back to the ipad!
  12. A

    Wireless driver w/packet injection support- Bounty

    just remove everything other than the rmmod and insmod commands, that should load the modules properly, if it's in the correct order. I'll try to take a look.
  13. A

    Wireless driver w/packet injection support- Bounty

    Haven't spent too long on this, but wireshark from the angstrom repo doesn't show any interfaces. But it will open captures just fine. tcpdump is working fine too
  14. A

    Wireless driver w/packet injection support- Bounty

    I got the chopchop attack to work too, but it may need some new drivers, will try to put something together if you have problems after testing. Haven;t had any luck with fragmentation attack, but might be my access point not wanting to play.
  15. A

    Running aircrack

    see if this works for ya, you might need to use the patch drivers in the other thread, i'll work on putting it all into one at some point. perhaps with a fancy gui aircrack.pnd
Back
Top