Skip to content

Instantly share code, notes, and snippets.

@gf3
Created April 7, 2020 05:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gf3/16739be6e055e3bab4c86bf63217262e to your computer and use it in GitHub Desktop.
Save gf3/16739be6e055e3bab4c86bf63217262e to your computer and use it in GitHub Desktop.
Linux on AMD TRX40 (Threadripper) and NVIDIA 2080ti RTX
# /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"
# /etc/modprobe.d/alsa.conf
#
# Disable hardware sound
blacklist snd_hda_intel
# 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