Jump to content

Crazy52

Active Members
  • Posts

    20
  • Joined

Posts posted by Crazy52

  1. I just got my Pineapple a couple weeks ago, so this is my first time flashing firmware.

    I have the power adapter plugged in, and I'm hooked up via ethernet. I got the message:

    MD5 Matches. Performing upgrade.
    
    [Spinning Pineapple]
    
    Please wait. This can take a while.
    
    On the Pineapple the greenlight is solid, and the yellow, blue, red lights flash very fast in succession once a second or so.

    It's been like this for over an hour (I got distracted doing something else)

    I cannot ping the Pineapple.

    What should I do?

    sounds like its done flashing, you should be able to connect to the pineapple and browse to http://172.16.42.1:1471/

    and login

  2. I thought the pineapple could mount FAT32 (if im wrong please tell me)

    SD Mount Fat32: /dev/sdcard/sd1

    SD Swap EXT4: /dev/sdcard/sd2

    USB Mount Fat32: /dev/sda1

    mount -t vfat /dev/sdcard/sd1 /sd

    mount: mounting /dev/sdcard/sd1 on /sd failed: No such device

    same with /dev/sda1

    but swap works fine on /dev/sdcard/sd2 EXT4

    Fstab Configuration:

    config global automount
           option from_fstab 1
           option anon_mount 1
    
    config global autoswap
           option from_fstab 1
           option anon_swap 1
    
    config mount
           option target   /sd
           option device   /dev/sdcard/sd1
           option fstype   auto
           option options  rw,sync
           option enabled  1
           option enabled_fsck 0
    
    config mount
           option target   /usb
           option device   /dev/sda1
           option fstype   auto
           option options  rw,sync
           option enabled  1
           option enabled_fsck 0
    
    config swap
           option device   /dev/sdcard/sd2
           option enabled  1
    
  3. Did you use C&A bc you like it for other reasons, or was this the reason? I see you have BT5 open there too. You could do everything from within there, no?

    i was using cain and abel just for this because it seemed to be decent pulling login info, and i only had BT5 open for the deauth at the time.

  4. i have a friend who wants to make a battery pack to sell but we are not sure on the needed specs for the battery.

    like how many Volts/Amps would be needed for pineapple with 3G dongle, or Alpha backpack.

    im guessing 9v, 2a would work, anyone else have any thoughts?

    + average battery usage time would be useful

  5. seeing as how the pineapple can run from a 5v USB and not completly power everything at times such as some USB storage or just run out of juice quickly.

    i had the idea that there should be a module to save power, by maybe having options to disable LEDs, disable unused ports (wlan, PoE, USB) Under power the AP broadcast.

    things like that.

  6. Heh, this will kill the controls.

    <HTML><Head><Title>NYAN CAT!!! </Title></Head> <Body>
    <img src="NYAN.gif" width="500" height="350"><br />
       <audio autoplay="true" loop="loop">
         <source src="/NYAN.mp3" type="audio/mp3" />
       </audio>
    </Body></HTML>

    for some reason my audio only worked after removing the "/" in the src for the .mp3

×
×
  • Create New...