moby: document status of linux 6.11

This commit is contained in:
2024-09-01 11:35:20 +00:00
parent 38c6ecefa6
commit 5586a3a87b

View File

@@ -10,7 +10,10 @@ in
config = lib.mkIf cfg.enable {
# kernel compat (2024/08/31: b9cd911c)
# - linux-postmarketos-allwinner: it's my daily driver
# - default, i.e. mainline 6.10.7: WiFi works, charging works, but no display
# - linux_latest, i.e. mainline 6.10.7: WiFi works; modem works; charging requires ANX7688 patches; display requires CONFIG_FB_SIMPLE=y
# - wifi is spotty
# - linux_testing, i.e. 6.11.0-rc5: WiFi works; charging & display works with the 6.10 patches; megi's modem-power patch doesn't apply
# - wifi feels no better than 6.10
# kernel compatibility (2024/05/22: 03dab630)
# - linux-megous: boots to ssh, desktop
# - camera apps: megapixels (no cameras found), snapshot (no cameras found)
@@ -32,6 +35,7 @@ in
# });
# boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux-manjaro;
# boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_latest;
# boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_testing;
# megi's patches apply cleanly, but fails to compile without tweaking config (e.g. CONFIG_FB_SUN5I_EINK=n)
# boot.kernelPatches = pkgs.armbian-build.patches.megous.series;