Created
March 30, 2018 13:48
-
-
Save hinxx/d9904c615ea99841f598e05120d6060e to your computer and use it in GitHub Desktop.
UX550V kernel
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
get lspci working: | |
/etc/default/grub: | |
#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" | |
#HK https://www.linuxquestions.org/questions/slackware-14/fundamental-issues-with-current-on-new-laptop-4175624289/ | |
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=! acpi_osi=\"Windows 2009\"" | |
run: | |
grub-mkconfig -o /boot/grub/grub.cfg | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment