From 6c98649c9fb1f003c59b039e9bbc7cbce1bc3e0c Mon Sep 17 00:00:00 2001 From: ading2210 Date: Sat, 18 Nov 2023 20:54:02 -0800 Subject: [PATCH] fix authenticated wifi on dedede --- README.md | 8 +++++--- rootfs/etc/modules-load.d/wifi.conf | 3 ++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 745ca48..e607503 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,12 @@ Driver support depends on the device you are using shimboot on. This list is for - 3D acceleration - Bluetooth - Zram -- Wifi (partially) -- Suspend (partially) +- Wifi ### What Doesn't Work: - Audio +- Suspend (disabled by the kernel) +- Swap (disabled by the kernel) ### Development Roadmap: - ~~build the image automatically~~ @@ -50,9 +51,10 @@ Driver support depends on the device you are using shimboot on. This list is for - ~~use debootstrap to install debian~~ - ~~prompt user for hostname and account when creating the rootfs~~ - ~~auto load iwlmvm~~ -- get wifi fully working +- ~~get wifi fully working~~ - ~~host prebuilt images~~ - ~~write detailed documentation~~ +- Finish Python TUI rewrite ### Long Term Goals: - eliminate binwalk dependency diff --git a/rootfs/etc/modules-load.d/wifi.conf b/rootfs/etc/modules-load.d/wifi.conf index 640659f..3bba65d 100644 --- a/rootfs/etc/modules-load.d/wifi.conf +++ b/rootfs/etc/modules-load.d/wifi.conf @@ -1 +1,2 @@ -iwlmvm \ No newline at end of file +iwlmvm +ccm \ No newline at end of file