Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
toh:mikrotik:rb951ui [2018/11/20 00:00] – [Installation] Fix misspelling positytoh:mikrotik:rb951ui [2020/08/19 07:49] – [Supported Versions] tpawlowski_ha
Line 2: Line 2:
  
 ===== Supported Versions ===== ===== Supported Versions =====
 +
 +Warning - Mikrotik has made some changes on the board and recently ordered units are no longer supported. Note: https://forum.openwrt.org/t/mikrotik-rb951ui-2hnd-unsupported-nand/72052
 +
 +
 +
 ---- datatable ---- ---- datatable ----
 cols    : Brand, Model, Versions, Supported Current Rel, OEM device homepage URL_url, OWrt Forum Topic URL_url, Device Techdata_pageid cols    : Brand, Model, Versions, Supported Current Rel, OEM device homepage URL_url, OWrt Forum Topic URL_url, Device Techdata_pageid
Line 27: Line 32:
  
 Please refer to the sister board wiki page [[rb951g_2hnd]] for a description of differences. Please refer to the sister board wiki page [[rb951g_2hnd]] for a description of differences.
 +
 +Warning! As of 04/02/2020 WiFi is *not* working on rev2 hardware. Check this post for updates: [[https://forum.openwrt.org/t/support-for-mikrotik-rb951ui-2hnd-r2/46923]]
  
  
Line 93: Line 100:
         option default '0'         option default '0'
  
-There is a red LED on port 5, which seems to be some indication of PoE (apparently enabled by default). You can turn the LED off (PoE will continue supplying power over port 5, even without the red LED on **[However, see Note below]** ) with the following command. You can put it in /etc/rc.local+There is a red LED on port 5, which seems to be some indication of PoE (same voltage as input [[https://mikrotik.com/product/RB951Ui-2HnD]], so 24 Volts, 0.5 Amp, apparently enabled by default). You can (tested working for v18 and v19 [[https://forum.openwrt.org/t/mikrotik-routerboard-rb951ui-2hnd-frozen-red-led-5th-port/19667/2|in the forum]] ) turn the LED off by editing /etc/config/system: 
 + 
 +  # Disable PoE on port 5 
 +  config gpio_switch 'poe' 
 +       option name 'POE' 
 +       option value '0' 
 +       option gpio_pin '2' 
 + 
 +Or temporarily with the following command (PoE will continue supplying power over port 5, even without the red LED on **[However, see Note below]** ) . You can put it in /etc/rc.local
  
   echo 0 > /sys/class/gpio/gpio2/value   echo 0 > /sys/class/gpio/gpio2/value
  • Last modified: 2024/02/12 08:58
  • by 127.0.0.1