This is an old revision of the document!
Orange Pi 5 Plus
-
I couldn't for the life of me get the antenna for the case on the wireless card. They're the smaller ones. So I put the ones that came with the card back on. I made them both stick out one hole because the wires weren't long enough to put them out each side and it doesn't get a signal with the antenna inside the case.
I used the Armbian bookworm legacy image as the edge image has shutdown and usb issues per the forums.
[
]
[
]
Armbian Images
LXC
I'm hosting this wiki on an LXC container on this SBC. I don't have an external IP so its connected via OpenVPN to my VPS and reverse proxied. I had to add the following to the config in order to allow OpenVPN to create the tun interface.
# /dev/net/tun
lxc.cgroup2.devices.allow = c 10:200 rwm
lxc.mount.entry = /dev/net/tun dev/net/tun none bind,create=file
Some references: