Jump to content

Mk4 Firmware Discussion


Sebkinne

Recommended Posts

  • Replies 104
  • Created
  • Last Reply

Top Posters In This Topic

Is there a way to download older firmware versions? I'm experiencing issues with wireless range and i would like to see if it's device fault or a firmware related problem..Thx

Of course there is. However I have to say this is VERY unlikely.

I encourage everyone to be on 1.1.1 because it is the most stable at the moment.

Just for testing, see this.

Link to comment
Share on other sites

Of course there is. However I have to say this is VERY unlikely.

I encourage everyone to be on 1.1.1 because it is the most stable at the moment.

Just for testing, see this.

Thank you : ), i asked this because i'm not understanding the issues i'm having with wireless range..

Link to comment
Share on other sites

  • 2 weeks later...

[sort of off-topic: Seb: the MK4 modules link in your sig. appears to go to a page I don't have permission to view?]

It's currently under development.

Seb, I have archived what I have of Mark III and IV firmwares + Mark IV Factory to my dropbox and spideroak. So if you or anyone needs them and wifipineapple.com isn't working, I have them.

Link to comment
Share on other sites

  • 2 weeks later...

Whats the correct MD5 Sum for firmware 2.0.0, I have just downloaded it and it shows MD5 sum: 4c476e1072b188c2b009d5c8f996faf2, in the MK4 Firmware thread it shows MD5 Sum: 319d30f8fbb31d6ee7d9cec25bd7f23f.

Thanks

Link to comment
Share on other sites

Whats the correct MD5 Sum for firmware 2.0.0, I have just downloaded it and it shows MD5 sum: 4c476e1072b188c2b009d5c8f996faf2, in the MK4 Firmware thread it shows MD5 Sum: 319d30f8fbb31d6ee7d9cec25bd7f23f.

Thanks

Well, the correct one is the one that is posted on this thread.

You must have had a corrupt download.

Link to comment
Share on other sites

Well, the correct one is the one that is posted on this thread.

You must have had a corrupt download.

Has firmware 2.0.0 been removed ?, I downloaded it again but it shows MD5: 4c476e1072b188c2b009d5c8f996faf2 which is firmware 1.1.1.

Edited by kevambert
Link to comment
Share on other sites

Has firmware 2.0.0 been removed ?, I downloaded it again but it still shows MD5: 4c476e1072b188c2b009d5c8f996faf2 which is firmware 1.1.1.

Not that I am aware. Please make sure to clear your browsers cache, the link has changed from wifipineapple.com to cloud.wifipineapple.com

Hard refresh the page and try again!

Link to comment
Share on other sites

Not that I am aware. Please make sure to clear your browsers cache, the link has changed from wifipineapple.com to cloud.wifipineapple.com

Hard refresh the page and try again!

I have it now Sebkinne Thank you.

Link to comment
Share on other sites

Minor cosmetic bug inside index.php, couldn't commit on github because the repo isn't updated to reflect fw 2.0.0 :rolleyes:

ORIGINAL

echo " Wireless  <font color=\"lime\"><b>enabled</b></font> | <a href=\"wlan.php?stop\"><b>Stop</b></a><br />";
} else { echo " Wireless  <font color=\"red\"><b>disabled</b></font> | <a href=\"wlan.php?start\"><b>Start</b></a><br />"; }

post-28797-0-61045800-1336225524_thumb.p

MODIFIED

echo " Wireless  <font color=\"lime\"><b>enabled</b></font>.  | <a href=\"wlan.php?stop\"><b>Stop</b></a><br />";
} else { echo " Wireless  <font color=\"red\"><b>disabled</b></font>. | <a href=\"wlan.php?start\"><b>Start</b></a><br />"; }

post-28797-0-10992200-1336225532_thumb.p

I added .  on the first line and added a . on the second line. This way the wireless service is aligned with the other services ;)

Link to comment
Share on other sites

Minor cosmetic bug inside index.php, couldn't commit on github because the repo isn't updated to reflect fw 2.0.0 :rolleyes:

ORIGINAL

echo " Wireless  <font color=\"lime\"><b>enabled</b></font> | <a href=\"wlan.php?stop\"><b>Stop</b></a><br />";
} else { echo " Wireless  <font color=\"red\"><b>disabled</b></font> | <a href=\"wlan.php?start\"><b>Start</b></a><br />"; }

post-28797-0-61045800-1336225524_thumb.p

MODIFIED

echo " Wireless  <font color=\"lime\"><b>enabled</b></font>.  | <a href=\"wlan.php?stop\"><b>Stop</b></a><br />";
} else { echo " Wireless  <font color=\"red\"><b>disabled</b></font>. | <a href=\"wlan.php?start\"><b>Start</b></a><br />"; }

post-28797-0-10992200-1336225532_thumb.p

I added .  on the first line and added a . on the second line. This way the wireless service is aligned with the other services ;)

Sorry that the repo isn't updated yet, it is bound to move soon. The next repo will reflect 2.0.0 and incorporate this change.

Thanks!!

Link to comment
Share on other sites

ive upgraded my pineapple 4 to 2.0.0 but when I use fstab to mount the micro sd card in my huawei modem K3765 updated to E1762 I loose poe/lan connectivity

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 /usb

option device /dev/sda

option fstype ext4

option options rw,sync

option enabled 1

option enabled_fsck 0

config mount

option target /usb

option device /dev/sda1

option fstype ext4

option options rw,sync

option enabled 1

option enabled_fsck 0

config swap

option device /dev/sda2

option enabled 1

I can connect using wireless and I can see the micro sd card mounted successfully, everything else seems to work fine but I am unable to connect via web interface, putty or winscp via poe/lan, the same setup works well on the older firmware version 1.1.1

any ideas anyone

Edited by kevambert
Link to comment
Share on other sites

ive upgraded my pineapple 4 to 2.0.0 but when I use fstab to mount the micro sd card in my huawei modem K3765 updated to E1762 I loose poe/lan connectivity

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 /usb

option device /dev/sda

option fstype ext4

option options rw,sync

option enabled 1

option enabled_fsck 0

config mount

option target /usb

option device /dev/sda1

option fstype ext4

option options rw,sync

option enabled 1

option enabled_fsck 0

config swap

option device /dev/sda2

option enabled 1

I can connect using wireless and I can see the micro sd card mounted successfully, everything else seems to work fine but I am unable to connect via web interface, putty or winscp via poe/lan, the same setup works well on the older firmware version 1.1.1

any ideas anyone

I can confirm that I also have this issue using the SanDisk Fit USB drive

I have 3 partitions on a 16GB drive (last partition is swap)

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 /usb

option device /dev/sda1

option fstype ext4

option options rw,sync

option enabled 1

option enabled_fsck 0

config mount

option target /usb2

option device /dev/sda2

option fstype ext4

option options rw,sync

option enabled 1

option enabled_fsck 0

config swap

option device /dev/sda3

option enabled 1

Edited by IP-Mangler
Link to comment
Share on other sites

I can confirm that I also have this issue using the SanDisk Fit USB drive

I have 3 partitions on a 16GB drive (last partition is swap)

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 /usb

option device /dev/sda1

option fstype ext4

option options rw,sync

option enabled 1

option enabled_fsck 0

config mount

option target /usb2

option device /dev/sda2

option fstype ext4

option options rw,sync

option enabled 1

option enabled_fsck 0

config swap

option device /dev/sda3

option enabled 1

Same happens to me. Inserted misroSD into 3g dongle and LAN/PoE stopped responding.

Link to comment
Share on other sites

Hey,

I can't update the pineapple to the 2.0 firmware. My md5sums is 319d30f8fbb31d6ee7d9cec25bd7f23f on the download, but when I upgrade in the pineapples web interface I get this, "Error, MD5Sum does not match!" Hu?

Link to comment
Share on other sites

Hey,

I can't update the pineapple to the 2.0 firmware. My md5sums is 319d30f8fbb31d6ee7d9cec25bd7f23f on the download, but when I upgrade in the pineapples web interface I get this, "Error, MD5Sum does not match!" Hu?

Was that the firware you generated on upgrade.bin?

Make sure when you copy/paste into the interface, make sure you don't have a space or hidden characters when pasting the MD5 from the download page into the WebUI upgrade tab.

Link to comment
Share on other sites

Was that the firware you generated on upgrade.bin?

Make sure when you copy/paste into the interface, make sure you don't have a space or hidden characters when pasting the MD5 from the download page into the WebUI upgrade tab.

OH, so thats what its for. Got it updated. Its so snappy switching pages. Sweet!!!! ME LOVE UPDATES.

Link to comment
Share on other sites

  • 4 weeks later...

I'm having trouble upgrading. I'm on 1.1.1 now and trying to upgrade to 2.0.

I've downloaded the upgrade.bin several times, my MD5 sum is: eda040076b8fd7bf53406abc4af248e0

This is different than the one in the firmware post on this forum. Also when trying to upgrade it give´s me the error: Error! Request status is 0

Please advice.

Edited by Bento
Link to comment
Share on other sites

I'm having trouble upgrading. I'm on 1.1.1 now and trying to upgrade to 2.0.

I've downloaded the upgrade.bin several times, my MD5 sum is: eda040076b8fd7bf53406abc4af248e0

This is different than the one in the firmware post on this forum. Also when trying to upgrade it give´s me the error: Error! Request status is 0

Please advice.

you need to get the latest from the new site http://cloud.wifipineapple.com/index.php

Link to comment
Share on other sites

Is there a 2.2.0 firmware out? I noticed this in the Hak5 store.

http://hakshop.myshopify.com/products/alfa-usb-wifi-awus036nhaMy link

Most importantly to us, the AWUS036NHA is a WiFi Pineapple Mark IVs best friend. Since firmware version 2.2.0 the WiFi Pineapple can use a piggy-backed AWUS036NHA for deauth attacks and so much more

I looked at the possibility that this could be the firmware for the wifi adapter but it doesn't seem to be the case.

My pineapple would love to have a deauthing friend.

Link to comment
Share on other sites

Is there a 2.2.0 firmware out? I noticed this in the Hak5 store.

http://hakshop.myshopify.com/products/alfa-usb-wifi-awus036nhaMy link

Most importantly to us, the AWUS036NHA is a WiFi Pineapple Mark IVs best friend. Since firmware version 2.2.0 the WiFi Pineapple can use a piggy-backed AWUS036NHA for deauth attacks and so much more

I looked at the possibility that this could be the firmware for the wifi adapter but it doesn't seem to be the case.

My pineapple would love to have a deauthing friend.

I'm sure it's on the way, people that already ordered the NHA from the hak shop probably won't see it for a couple days at least;-)

Link to comment
Share on other sites

I'm sure it's on the way, people that already ordered the NHA from the hak shop probably won't see it for a couple days at least;-)

Yep Darren eluded to the upcoming alfa support on another thread - I think the Android tethering thread. Shannon @ the hakshop just hasn't gotten the memo that 2.2.0 isn't out yet!

telot

Link to comment
Share on other sites

  • 9 months later...

The reason you are getting that message is because the pineapples remote key has changed.

To fix this just remove the key from the /root/.ssh/known_hosts file.

Then when you ssh into the pineapple you will need to accept the new key.

Regards,

Sebkinne

I am having the same problem after system restore How do I go about removing the key from host file?I can still access web UI

Thanks Rob

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...