Differences between revisions 77 and 80 (spanning 3 versions)
Revision 77 as of 2021-09-28 08:45:13
Size: 4404
Comment:
Revision 80 as of 2021-11-01 10:16:55
Size: 4628
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
 * https://www.youtube.com/watch?v=Ow5rhYTbT34
 * spice client for windows systems: https://virt-manager.org/download/

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 2024-05-06 21:32:45 by Kristian Kallenberg)