LED-Config: Unterschied zwischen den Versionen

Aus Freifunk Dresden - Anwender-Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 8: Zeile 8:
! LEDs
! LEDs
|-
|-
| colspan="1" style="background:grey" | Zyxel WSM20
| colspan="1" style="color:grey" | Zyxel WSM20
 
| colspan="1" style="background:green" | green:led1
| colspan="1" style="background:green" | green:led1
| colspan="1" style="background:green" | green:led3
| colspan="1" style="background:green" | green:led3
| colspan="1" style="color:grey" | mt76-phy0
| colspan="1" style="color:grey" | mt76-phy0
| colspan="1" style="color:grey" |mt76-phy1
| colspan="1" style="color:grey" | mt76-phy1
| colspan="1" style="background:red" | red:led4
| colspan="1" style="background:red" | red:led4
| colspan="1" style="background:red" | red:system
| colspan="1" style="background:red" | red:system
Zeile 18: Zeile 19:
| colspan="1" style="background:white" | white:led5
| colspan="1" style="background:white" | white:led5
| colspan="1" style="background:white" | white:system
| colspan="1" style="background:white" | white:system
|-
|-
| colspan="1" style="background:grey" | Xiaomi Redmi Router AX6S
| colspan="1" style="color:grey" | Xiaomi Redmi Router AX6S
| colspan="1" style="background:gold" | amber:net
| colspan="1" style="background:gold" | amber:net
| colspan="1" style="background:gold" | amber:power
| colspan="1" style="background:gold" | amber:power
Zeile 26: Zeile 28:
|  colspan="1" style="color:grey" | mt76-phy0
|  colspan="1" style="color:grey" | mt76-phy0
|-
|-
| colspan="1" style="background:grey" | D-Link COVR-X1860 A1  
| colspan="1" style="color:grey" | D-Link COVR-X1860 A1  
| colspan="1" style="color:grey" |mt76-phy0
| colspan="1" style="color:grey" |mt76-phy0
|  olspan="1" style="color:grey" | mt76-phy1
|  olspan="1" style="color:grey" | mt76-phy1
Zeile 32: Zeile 34:
| colspan="1" style="background:red" | red:status
| colspan="1" style="background:red" | red:status
| colspan="1" style="background:white" | white:status
| colspan="1" style="background:white" | white:status
|-
| colspan="1" style="color:grey" | Xiaomi Mi Router 4A Gigabit Edition
| colspan="1" style="background:blue" | blue:status
|  colspan="1" style="color:grey" | mt76-phy0
|  colspan="1" style="color:grey" | mt76-phy1
|  colspan="1" style="background:yellow" | yellow:status
|-
|}


|}
=WENN(B5="";""; WENN(A5<>"";"| colspan=""1"" style=""background:grey"" | " & A5 & ZEICHEN(10) & WENN(ISTFEHLER(FINDEN(":";B5)); "| colspan=""1"" style=""color:grey"" | " & B5; "| colspan=""1"" style=""background:" & LINKS(B5;FINDEN(":";B5)-1) & """ | " & B5); WENN(ISTFEHLER(FINDEN(":";B5)); "| colspan=""1"" style=""color:grey"" | " & B5; "| colspan=""1"" style=""background:" & LINKS(B5;FINDEN(":";B5)-1) & """ | " & B5)))

Version vom 19. März 2026, 19:09 Uhr

Ausgabe von:

for i in /sys/class/leds/*; do echo $i; done
Geräte-Name LEDs
Zyxel WSM20 green:led1 green:led3 mt76-phy0 mt76-phy1 red:led4 red:system white:led2 white:led5 white:system
Xiaomi Redmi Router AX6S amber:net amber:power blue:net blue:power mt76-phy0
D-Link COVR-X1860 A1 mt76-phy0 mt76-phy1 orange:status red:status white:status
Xiaomi Mi Router 4A Gigabit Edition blue:status mt76-phy0 mt76-phy1 yellow:status


=WENN(B5="";""; WENN(A5<>"";"| colspan=""1"" style=""background:grey"" | " & A5 & ZEICHEN(10) & WENN(ISTFEHLER(FINDEN(":";B5)); "| colspan=""1"" style=""color:grey"" | " & B5; "| colspan=""1"" style=""background:" & LINKS(B5;FINDEN(":";B5)-1) & """ | " & B5); WENN(ISTFEHLER(FINDEN(":";B5)); "| colspan=""1"" style=""color:grey"" | " & B5; "| colspan=""1"" style=""background:" & LINKS(B5;FINDEN(":";B5)-1) & """ | " & B5)))