Created
April 7, 2020 05:34
-
-
Save gf3/16739be6e055e3bab4c86bf63217262e to your computer and use it in GitHub Desktop.
Linux on AMD TRX40 (Threadripper) and NVIDIA 2080ti RTX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /etc/udev/rules.d/81-disable-onboard-audio.rules | |
# | |
# Disable onboard Asustek USB audio device | |
SUBSYSTEM=="usb", ATTRS{idVendor}=="0b05", ATTRS{idProduct}=="1917", ATTR{authorized}="0" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /etc/modprobe.d/alsa.conf | |
# | |
# Disable hardware sound | |
blacklist snd_hda_intel |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Set manually in grub loader, or append to `GRUB_CMDLINE_LINUX_DEFAULT` in /etc/default/grub | |
# | |
# Turn off `mce` for linux <5.5, disable `nouveau` open source drivers | |
mce=off blacklist=nouveau modprobe.blacklist=nouveau |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment