This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ======================================================== | |
| # Setup a Dumb AP, Wired backbone for OpenWRT / LEDE | |
| # ======================================================== | |
| # Set lan logical interface as bridge (to allow bridge multiple physical interfaces) | |
| uci set network.lan.type='bridge' | |
| # assign WAN physical interface to LAN (will be available as an additional LAN port now) | |
| uci set network.lan.ifname="$(uci get network.lan.ifname) $(uci get network.wan.ifname)" | |
| uci del network.wan.ifname | |
| # Remove wan logical interface, since we will not need it. | |
| uci del network.wan |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| KEYWORDS: | |
| - SQUEEZELITE ISSUE | |
| - LINUXMINT / UBUNTU | |
| - USER vs ROOT | |
| - INITD vs SYSTEMD | |
| - DBUS ERROR | |
| - PULSE EROR | |
| - AUDIO OUTPUT (root to computer speaker only / user ) | |
| - AUDIO OUTPUT DEVICES USER ON-THE-FLY CONFIGURATION (SPEAKER, BLUETOOTH, ...) | |
| - XDG |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| TIM-1.0 | |
| WTMI-devel-18.12.1-67f01b7 | |
| WTMI: system early-init | |
| SVC REV: 5, CPU VDD voltage: 1.225V | |
| NOTICE: Booting Trusted Firmware | |
| NOTICE: BL1: v1.5(release):711ecd32 (Marvell-armada-18.09.4) | |
| NOTICE: BL1: Built : 15:20:15, Sep 18 2019 | |
| NOTICE: BL1: Booting BL2 | |
| NOTICE: BL2: v1.5(release):711ecd32 (Marvell-armada-18.09.4) | |
| NOTICE: BL2: Built : 15:20:18, Sep 18 2019 |
OlderNewer