Jump to content

[Idea] CLI-version of infusion Blackout?


Yummi

Recommended Posts

See topic title. Would be handy.

I couldn't find the support-thread for infusion Blackout anymore? Even not in archives.

2 weeks ago it was still there. Disappeared? (how these is working? I'm a newbee)

Kind regards,

Yummi

Link to comment
Share on other sites

Thnx, Sebkinne, usefull tip. Did not know about this command pineapple.

By the way, are there more of such 'not documented' commands in the WifiPineapple?

Other issue: will it be possible in a future firmware release to switch off the green light?

As the Kali Linux guys say: "The quieter you become, the more you are able to hear".

Kind regards,

Yummi

Link to comment
Share on other sites

Other issue: will it be possible in a future firmware release to switch off the green light?

As the Kali Linux guys say: "The quieter you become, the more you are able to hear".

Kind regards,

Yummi

No, the green led is not controlled by software. Sebkinne might correct me but I am 99% sure.

Link to comment
Share on other sites

  • 3 weeks later...
  • 3 weeks later...

Here is a quick an dirty script I wrote that turns off the lights

Note: I still need electrical tape for the green LED :(

  1. Create the folder /boot
  2. Place this file within that folder
  3. Execute as /boot/godark

Each time you run the script the lights will cycle from all off to normal mode.

Add this to your boot DIP Switch boot mode

Have fun,

PT

#!/bin/bash
# GoDark
#
# v0.1 Phibertap
#
# for pineapple mk5
file="/boot/led.off"  
if [ -f $file ]; then
	pineapple led reset
	rm $file
else
	pineapple led blue off
	pineapple led red off
	pineapple led amber off
	echo "yes" > $file
fi

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