Jump to content

Mk4 Firmware 2.6.4 Release


Sebkinne

Recommended Posts

  • Replies 90
  • Created
  • Last Reply

Top Posters In This Topic

Summing up hotfixes for 2.6.4:

Execute the following over SSH:

#Fixes wifi toggle:


sed -i 's/wifi down/killall hostapd \&\& ifconfig wlan0 down/g' /pineapple/wlan.php
[/CODE]

#Fixes/updates modules:

[CODE]
sed -i 's/&twoOne//g' /pineapple/pages/modules.php
[/CODE]

#Updates fw version number to 2.6.4:

[CODE]
echo "2.6.4" > /pineapple/includes/fwversion
[/CODE]

#Fixes two navbar links when in modules

[CODE]
sed -i 's/\"index/\"\/index/g' /pineapple/includes/navbar.php
[/CODE]

#Fixes language naming

[CODE]
mv /pineapple/includes/languages/english-2.6.3.php /pineapple/includes/languages/english-2.6.4.php
[/CODE]

Of course, all these issues are fixed in the next stable branch.

Best Regards,

Sebkinne

Link to comment
Share on other sites

after running


cd /
cd pineapple
sed -i 's/wifi down/killall hostapd \&\& ifconfig wlan0 down/g' wlan.php
[I manually restarted wireless via web gui now]
ifconfig [to check interfaces]
ifconfig wlan0 down
ifconfig wlan0 up
airmon-ng start wlan0
airodump-ng mon0
[/CODE]

via putty

airodump still freezesUntitled.png

Edited by computerguy241
Link to comment
Share on other sites

after running


cd /
cd pineapple
sed -i 's/wifi down/killall hostapd \&\& ifconfig wlan0 down/g' wlan.php
[I manually restarted wireless via web gui now]
ifconfig [to check interfaces]
ifconfig wlan0 down
ifconfig wlan0 up
airmon-ng start wlan0
airodump-ng mon0
[/CODE]

via putty

airodump still freezesUntitled.png

Yes, you are completely right.

I assume is now fixed in the stable branch.

Best regards,

Sebkinne

Link to comment
Share on other sites

Summing up hotfixes for 2.6.4:

Execute the following over SSH:

#Fixes wifi toggle:


sed -i 's/wifi down/killall hostapd \&\& ifconfig wlan0 down/g' wlan.php
[/CODE]

should be sed -i 's/wifi down/killall hostapd \&\& ifconfig wlan0 down/g' /pineapple/wlan.php

EDIT:

now I am getting this error when going to the status page

[CODE]
Warning: main(includes/languages/english-2.6.4.php) [function.main]: failed to open stream: No such file or directory in /pineapple/index.php on line 6
Fatal error: main() [function.require]: Failed opening required 'includes/languages/english-2.6.4.php' (include_path='.:') in /pineapple/index.php on line 6
[/CODE]

Edited by petertfm
Link to comment
Share on other sites

should be sed -i 's/wifi down/killall hostapd \&\& ifconfig wlan0 down/g' /pineapple/wlan.php

EDIT:

now I am getting this error when going to the status page


Warning: main(includes/languages/english-2.6.4.php) [function.main]: failed to open stream: No such file or directory in /pineapple/index.php on line 6
Fatal error: main() [function.require]: Failed opening required 'includes/languages/english-2.6.4.php' (include_path='.:') in /pineapple/index.php on line 6
[/CODE]

Thanks, I modified it.

The error you are getting is because your language file is named wrongly.

See the updated hotfix list and apply the most bottom one.

Best Regards,

Sebkinne

Link to comment
Share on other sites

Just flash new firmware 2.6.4, when i go to about page at pineapple control center it still show 2.6.3 is it normal ? I already check with md5 sum and it's the correct sum, i already flash couple of times also via web based and ssh console.please advice

same issue here! - flashed a couple of times, correct md5sum. pineapple reports 2.6.3 but should be 2.6.4?

Link to comment
Share on other sites

  • 3 weeks later...

Very. We are pretty much ready to release, we are just waiting on a couple of things. But I promise it is just around the corner.

Best Regards,

Sebkinne

I can't stop thinking there is something extra special in the next version?

I love surprises.

It must not be a stable version if we have not put it through the paces.

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...