From 63483227a7f4cab8188bf9b90fc5356287f2d969 Mon Sep 17 00:00:00 2001 From: Tobias Jungel <1773291+toanju@users.noreply.github.com> Date: Thu, 17 Sep 2026 11:12:29 +0200 Subject: [PATCH] Disable USB ethernet modules In case the actual Ethernet driver takes longer to initialize we want to prevent that a system is marked online before it actually is. Signed-off-by: Tobias Jungel <1773291+toanju@users.noreply.github.com> --- .../file.include/etc/modprobe.d/disabled_usb_ether.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 features/_scicommon/file.include/etc/modprobe.d/disabled_usb_ether.conf diff --git a/features/_scicommon/file.include/etc/modprobe.d/disabled_usb_ether.conf b/features/_scicommon/file.include/etc/modprobe.d/disabled_usb_ether.conf new file mode 100644 index 0000000..a19783a --- /dev/null +++ b/features/_scicommon/file.include/etc/modprobe.d/disabled_usb_ether.conf @@ -0,0 +1,2 @@ +blacklist cdc_ether +blacklist cdc_ncm