[Commotion-admin] [Commotion-OpenWRT - Feature #448] (New) integrate Andy’s script for turning on PoE passthrough for eth1 on NanoStations into the setup code.

Andy Gunn andygunn at opentechinstitute.org
Tue Feb 5 22:28:33 UTC 2013


Just to clarify - below is the text to add to turn on PoE passthrough on
the secondary port of a NanoStation. Add to /etc/rc.local on the node:

echo 8 > /sys/class/gpio/export
echo out > /sys/class/gpio/gpio8/direction
echo 1 > /sys/class/gpio/gpio8/value

There should also be an 'exit 0' at the end of the file, after these
commands. You can add these commands in and then run /etc/rc.local, or
reboot the node.

I got these instructions from Josh King.


On 02/05/2013 05:22 PM, commotion-admin at lists.chambana.net wrote:
> Issue #448 has been reported by Preston Rhea.
> ------------------------------------------------------------------------
> 
> 
>   Feature #448: integrate Andy’s script for turning on PoE passthrough
>   for eth1 on NanoStations into the setup code.
>   <https://code.commotionwireless.net/issues/448>
> 
>   * Author: Preston Rhea
>   * Status: New
>   * Priority: Normal
>   * Assignee:
>   * Category:
>   * Target version:
> 
> As described in Issue #447
> <https://code.commotionwireless.net/issues/447>, this is a corollary for
> PoE passthrough on auto-setup of non-primary ethernet ports.
> 
> From my conversation with Will:
> 
> It seems Andy had a script to add in at the bottom of the Commotion GUI
> to add in Power over Ethernet (PoE) electricity passthrough for the
> secondary port. To date, pasting this script in the GUI is the method to
> get the secondary port of NanoStations passing power. Once this change
> is made, the node must power cycle and reboot.
> 
> ------------------------------------------------------------------------
> 
> You have received this notification because you have either subscribed
> to it, or are involved in it.
> To change your notification preferences, please click here:
> http://code.commotionwireless.net/my/account
> 

-- 

Andy Gunn
Field Engineer, Open Technology Institute
New America Foundation
202-596-3484
http://oti.newamerica.net


More information about the Commotion-admin mailing list