Differences between revisions 77 and 78
Revision 77 as of 2021-09-28 08:45:13
Size: 4404
Comment:
Revision 78 as of 2021-10-29 15:10:12
Size: 4507
Comment:
Deletions are marked like this. Additions are marked like this.
Line 80: Line 80:
 * https://community.volumio.org/t/raspberry-pi-zero-w-and-buildin-bluetooth-chip-not-detected/7312/8

TODO

Various Articles

misc

alternative bridge settings might be required

# bridging eth0 as br0
auto br0
iface br0 inet dhcp
        # bridge specific settings
        #bridge_stp on
        #bridge_maxwait 0
        #bridge_fd 0
        #bridge_ports eth0
        bridge_ports eth0
        bridge_fd 9
        bridge_hello 2
        bridge_maxage 12
        bridge_stp off
        # network settings

None: TODO (last edited 2025-01-01 01:51:40 by Kristian Kallenberg)