From 91cfbcbb3c039bec5cf0b2fd07f512e6b32b6dd0 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 23 Nov 2025 00:19:14 +0100 Subject: [PATCH] modules --- modprobe.d/blacklist-ipv6.conf | 2 ++ modprobe.d/dietpi-disable_bluetooth.conf | 5 +++++ modprobe.d/dietpi-disable_rpi_audio.conf | 1 + modprobe.d/dietpi-disable_rpi_camera.conf | 3 +++ modprobe.d/dietpi-disable_rpi_codec.conf | 2 ++ modprobe.d/dietpi-disable_vcsm.conf | 1 + modprobe.d/dietpi-disable_wifi.conf | 1 + modprobe.d/owfs-common.conf | 3 +++ modprobe.d/zram.conf | 2 ++ modules | 4 ++++ modules-load.d/modules.conf | 1 + modules-load.d/zram.conf | 2 ++ 12 files changed, 27 insertions(+) create mode 100644 modprobe.d/blacklist-ipv6.conf create mode 100644 modprobe.d/dietpi-disable_bluetooth.conf create mode 100644 modprobe.d/dietpi-disable_rpi_audio.conf create mode 100644 modprobe.d/dietpi-disable_rpi_camera.conf create mode 100644 modprobe.d/dietpi-disable_rpi_codec.conf create mode 100644 modprobe.d/dietpi-disable_vcsm.conf create mode 100644 modprobe.d/dietpi-disable_wifi.conf create mode 100644 modprobe.d/owfs-common.conf create mode 100644 modprobe.d/zram.conf create mode 100644 modules create mode 120000 modules-load.d/modules.conf create mode 100644 modules-load.d/zram.conf diff --git a/modprobe.d/blacklist-ipv6.conf b/modprobe.d/blacklist-ipv6.conf new file mode 100644 index 0000000..c107a4b --- /dev/null +++ b/modprobe.d/blacklist-ipv6.conf @@ -0,0 +1,2 @@ +blacklist ipv6 + diff --git a/modprobe.d/dietpi-disable_bluetooth.conf b/modprobe.d/dietpi-disable_bluetooth.conf new file mode 100644 index 0000000..27e8f4f --- /dev/null +++ b/modprobe.d/dietpi-disable_bluetooth.conf @@ -0,0 +1,5 @@ +blacklist hidp +blacklist rfcomm +blacklist btbcm +blacklist bnep +blacklist bluetooth diff --git a/modprobe.d/dietpi-disable_rpi_audio.conf b/modprobe.d/dietpi-disable_rpi_audio.conf new file mode 100644 index 0000000..06048a6 --- /dev/null +++ b/modprobe.d/dietpi-disable_rpi_audio.conf @@ -0,0 +1 @@ +blacklist snd_bcm2835 diff --git a/modprobe.d/dietpi-disable_rpi_camera.conf b/modprobe.d/dietpi-disable_rpi_camera.conf new file mode 100644 index 0000000..3690b7c --- /dev/null +++ b/modprobe.d/dietpi-disable_rpi_camera.conf @@ -0,0 +1,3 @@ +blacklist bcm2835_v4l2 +blacklist bcm2835_isp +blacklist pisp_be diff --git a/modprobe.d/dietpi-disable_rpi_codec.conf b/modprobe.d/dietpi-disable_rpi_codec.conf new file mode 100644 index 0000000..509856e --- /dev/null +++ b/modprobe.d/dietpi-disable_rpi_codec.conf @@ -0,0 +1,2 @@ +blacklist bcm2835_codec +blacklist rpi_hevc_dec diff --git a/modprobe.d/dietpi-disable_vcsm.conf b/modprobe.d/dietpi-disable_vcsm.conf new file mode 100644 index 0000000..b983160 --- /dev/null +++ b/modprobe.d/dietpi-disable_vcsm.conf @@ -0,0 +1 @@ +blacklist vc_sm_cma diff --git a/modprobe.d/dietpi-disable_wifi.conf b/modprobe.d/dietpi-disable_wifi.conf new file mode 100644 index 0000000..b31762c --- /dev/null +++ b/modprobe.d/dietpi-disable_wifi.conf @@ -0,0 +1 @@ +blacklist cfg80211 diff --git a/modprobe.d/owfs-common.conf b/modprobe.d/owfs-common.conf new file mode 100644 index 0000000..e4cb2b4 --- /dev/null +++ b/modprobe.d/owfs-common.conf @@ -0,0 +1,3 @@ +blacklist ds9490r +blacklist ds2490 +blacklist wire diff --git a/modprobe.d/zram.conf b/modprobe.d/zram.conf new file mode 100644 index 0000000..ebff6d0 --- /dev/null +++ b/modprobe.d/zram.conf @@ -0,0 +1,2 @@ +options zram num_devices=3 + diff --git a/modules b/modules new file mode 100644 index 0000000..6edd44a --- /dev/null +++ b/modules @@ -0,0 +1,4 @@ +# /etc/modules is obsolete and has been replaced by /etc/modules-load.d/. +# Please see modules-load.d(5) and modprobe.d(5) for details. +# +# Updating this file still works, but it is undocumented and unsupported. diff --git a/modules-load.d/modules.conf b/modules-load.d/modules.conf new file mode 120000 index 0000000..464b823 --- /dev/null +++ b/modules-load.d/modules.conf @@ -0,0 +1 @@ +../modules \ No newline at end of file diff --git a/modules-load.d/zram.conf b/modules-load.d/zram.conf new file mode 100644 index 0000000..76a5dbe --- /dev/null +++ b/modules-load.d/zram.conf @@ -0,0 +1,2 @@ +zram +