Le seguenti 38 parole non sono state trovate nel dizionario di 1275 termini (includendo 1275 LocalSpellingWords) e sono evidenziate qui sotto:
can   case   class   Device   device   direction   echo   export   gpio   gpio8   How   If   interface   lines   M5   Nanostation   off   On   on   out   Passthrough   Pico   Po   power   Powered   secondary   Station   sys   these   this   to   To   Ubiquiti   Use   use   value   want   with  

Nascondi questo messaggio
Italiano English
Modifica History Actions

M5_passthrough

Nanostation M5 Passthrough

How To Use PoE Passthrough with OpenWRT

Device: Nanostation M5

Powered device: Ubiquiti PicoStation

If you want you can use PoE Passthrough to power on a device (in this case Ubiquiti PicoStation) with a secondary LAN interface.

On a device with OpenWRT you have to add these lines:

echo 8 > /sys/class/gpio/export

echo out > /sys/class/gpio/gpio8/direction

echo 1 > /sys/class/gpio/gpio8/value

If you want to power off the device you have to do:

echo 0 > /sys/class/gpio/gpio8/value