From 117fe84316d21c4ede9e8d326eeb50b6c665048b Mon Sep 17 00:00:00 2001 From: Eduard Toloza Date: Fri, 2 Nov 2018 22:17:18 -0500 Subject: [PATCH] Add modprobe --- modprobe.d/blacklist.conf | 2 ++ modprobe.d/bonding.conf | 1 + modprobe.d/i915.conf | 1 + modprobe.d/r8822be.conf | 1 + 4 files changed, 5 insertions(+) create mode 100644 modprobe.d/blacklist.conf create mode 100644 modprobe.d/bonding.conf create mode 100644 modprobe.d/i915.conf create mode 100644 modprobe.d/r8822be.conf diff --git a/modprobe.d/blacklist.conf b/modprobe.d/blacklist.conf new file mode 100644 index 0000000..daeaf45 --- /dev/null +++ b/modprobe.d/blacklist.conf @@ -0,0 +1,2 @@ +blacklist pcspkr +#blacklist r8822be diff --git a/modprobe.d/bonding.conf b/modprobe.d/bonding.conf new file mode 100644 index 0000000..7cec30d --- /dev/null +++ b/modprobe.d/bonding.conf @@ -0,0 +1 @@ +options bonding mode=active-backup miimon=100 primary=eth0 max_bonds=0 diff --git a/modprobe.d/i915.conf b/modprobe.d/i915.conf new file mode 100644 index 0000000..af6760e --- /dev/null +++ b/modprobe.d/i915.conf @@ -0,0 +1 @@ +options i915 enable_guc=1 diff --git a/modprobe.d/r8822be.conf b/modprobe.d/r8822be.conf new file mode 100644 index 0000000..389fb41 --- /dev/null +++ b/modprobe.d/r8822be.conf @@ -0,0 +1 @@ +options r8822be aspm=0