initial import
This commit is contained in:
parent
f8b4ed3351
commit
a8b69a8db2
35 changed files with 11590 additions and 0 deletions
3
etc/modprobe.d/amdgpu.conf
Normal file
3
etc/modprobe.d/amdgpu.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# blacklist amdgpu module
|
||||
|
||||
blacklist amdgpu
|
||||
3
etc/modprobe.d/iwlwifi.conf
Normal file
3
etc/modprobe.d/iwlwifi.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=969264
|
||||
|
||||
options iwlwifi enable_ini=N
|
||||
3
etc/modprobe.d/mac80211.conf
Normal file
3
etc/modprobe.d/mac80211.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# https://bugzilla.kernel.org/show_bug.cgi?id=203709
|
||||
|
||||
options mac80211 beacon_loss_count=50 probe_wait_ms=5000
|
||||
3
etc/modprobe.d/radeon.conf
Normal file
3
etc/modprobe.d/radeon.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# blacklist radeon module
|
||||
|
||||
blacklist radeon
|
||||
3
etc/modprobe.d/snd-intel.conf
Normal file
3
etc/modprobe.d/snd-intel.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# disable intel sound module from going into low-power mode
|
||||
|
||||
options snd-hda-intel power_save=0 power_save_controller=N
|
||||
Loading…
Add table
Add a link
Reference in a new issue