Replies: 1 comment
-
I've investigated this and the problem is that the device requires multiple drivers which are not included in the mainline kernel (e.g., PCIe, Ethernet, AHCI, IOFIC). You might be able to get the device to boot, but the network interfaces and probably storage won't work. You can find the drivers for the stock kernel (4.19.152) here: https://github.com/fabianishere/udm-kernel (look for drivers with alpine or al in the name). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Has anyone successfully upgraded the kernel UDM-SE ships with?
file /boot/firmware/rootfs:
/boot/firmware/rootfs: Squashfs filesystem, little endian, version 4.0, zstd compressed, 812082404 bytes, 98684 inodes, blocksize: 262144 bytes, created: Thu Feb 16 04:58:49 2023
I am planning on doing the following:
Any hard objections? I've also looked at using unionfs, but would rather just do the above if there are no hard objections. Any thoughts, considerations, or input anyone can add in doing this?
Thanks everyone in advance for your time.
Beta Was this translation helpful? Give feedback.
All reactions