lanefu changed the topic of #armbian-rockchip to: Armbian - Linux for ARM development boards | Rockchip SoC | www.armbian.com | This channel is relayed to the equivalent Discord channel | this channel is logged
DC-IRC has quit [Remote host closed the connection]
DC-IRC has joined #armbian-rockchip
<DC-IRC> [Discord] <spooky8086> I don't think Armbian has a real time kernel for rk3588
<DC-IRC> [Discord] <monkablyat> First you have to know what exactly is meant by a "new" kernel. With RK3588 it can mean BSP 6 or mainline and via armbian-config it's pretty easy to switch between various kernel builds
<DC-IRC> [Discord] <infinity_q> this is not an armbian problem. you are trying to use a kernel with missing modules. as far as I know, armbian does not package broken kernels.
<DC-IRC> [Discord] <infinity_q> this is not an armbian problem. you are trying to use a kernel with missing modules. as far as I know, armbian does not package obviously broken kernels.
<DC-IRC> [Discord] <infinity_q> this is not an armbian problem. you are trying to use a kernel with missing modules. as far as I know, armbian does not package so obviously broken kernels.
<DC-IRC> [Discord] <Werner> Yeah it's rt kernel from Debian which won't work on most cheap SBCs
<DC-IRC> [Discord] <Werner> Yeah it's rt kernel from Debian which won't work anyways on most cheap SBCs
<DC-IRC> [Discord] <sajmon1337> I'm using the legacy kernel but this one was pulled as a Wireguard dependency
<DC-IRC> [Discord] <Werner> Try installing wireguard with `--no-install-recommends`
<DC-IRC> [Discord] <Werner> Odd anyways, wg should work oob IIRC...
<DC-IRC> [Discord] <sajmon1337> I didn't explicitly install it
<DC-IRC> [Discord] <sajmon1337> That kernel supplies wireguard-modules
<DC-IRC> [Discord] <sajmon1337> If I uninstall it wireguard will also get uninstalled
<DC-IRC> [Discord] <Werner> All Armbian kernels have wireguard included by default. Only userspace applications like wireguard-tools are necessary
<DC-IRC> [Discord] <sajmon1337> Yeah, I mean wireguard-tools
<DC-IRC> [Discord] <sajmon1337> will get uninstalled
<DC-IRC> [Discord] <Werner> Then try this: let it uninstall and then reinstall with the flag I mentioned above.
<DC-IRC> [Discord] <sajmon1337> I'll try that later as currently I'm connected to my SBC through Wireguard
<DC-IRC> [Discord] <Werner> Hm yes. Not sure though if that would affect an active connection since the userspace tools just tell the kernel module where to put which connection with which key and so on.
<DC-IRC> [Discord] <Werner> If you have a chance while being failsafe you could try this 😄
<DC-IRC> [Discord] <sajmon1337> Does the wireguard package consist only of wireguard-tools?
<DC-IRC> [Discord] <Werner> TBH I don't even know what the `wireguard` package includes. I think there is wireguard-dkms package for kernel module and wireguard-tools for userspace, so no idea what this one does. Maybe just a meta package...
<DC-IRC> [Discord] <sajmon1337> Wireguard-modules can be supplied by wireguard-dkms but there is no wireguard-dkms package in the repos
<DC-IRC> [Discord] <Werner> Isn't necessary anyways as the module is shipped by default, so no need to bother
<DC-IRC> [Discord] <sajmon1337> I uninstalled that kernel
<DC-IRC> [Discord] <sajmon1337> wireguard-tools didn't get uninstalled
<DC-IRC> [Discord] <sajmon1337> That kernel will still get pulled as a dependency for wireguard
<DC-IRC> [Discord] <Werner> As mentioned you most likely don't need that wireguard package anyways. Kernel module is already there and wireguard-tools is already installed. So you should be fine.
<DC-IRC> [Discord] <Werner> However at this state `wireguard-tools` has no dependency so it would be removed on next `apt autoremove`. To prevent this use `apt install wireguard-tools --no-install-recommends` which should mark it as user installed.
<DC-IRC> [Discord] <sajmon1337> I already did that
<DC-IRC> [Discord] <sajmon1337> but without the --no-install-recommends line
<DC-IRC> [Discord] <Werner> Yeah I just looked it up. `wireguard` is just a meta package which creates dependencies on kernel, dkms and tools. So not necessary.
<DC-IRC> [Discord] <sajmon1337> It didn't install any kernel
<DC-IRC> [Discord] <sajmon1337> I've rebooted the SBC
<DC-IRC> [Discord] <sajmon1337> Wireguard still works and I don't get any update errors
<DC-IRC> [Discord] <sajmon1337> thanks for help!
<DC-IRC> [Discord] <Werner> great
<DC-IRC> [Discord] <Werner> welcome
DC-IRC has quit [Remote host closed the connection]
DC-IRC has joined #armbian-rockchip