mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Add modprobe
This commit is contained in:
parent
e9b71ef707
commit
117fe84316
4 changed files with 5 additions and 0 deletions
2
modprobe.d/blacklist.conf
Normal file
2
modprobe.d/blacklist.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
blacklist pcspkr
|
||||
#blacklist r8822be
|
||||
1
modprobe.d/bonding.conf
Normal file
1
modprobe.d/bonding.conf
Normal file
|
|
@ -0,0 +1 @@
|
|||
options bonding mode=active-backup miimon=100 primary=eth0 max_bonds=0
|
||||
1
modprobe.d/i915.conf
Normal file
1
modprobe.d/i915.conf
Normal file
|
|
@ -0,0 +1 @@
|
|||
options i915 enable_guc=1
|
||||
1
modprobe.d/r8822be.conf
Normal file
1
modprobe.d/r8822be.conf
Normal file
|
|
@ -0,0 +1 @@
|
|||
options r8822be aspm=0
|
||||
Loading…
Add table
Add a link
Reference in a new issue