Skip to content

Instantly share code, notes, and snippets.

@hinxx
Created March 30, 2018 13:48
Show Gist options
  • Save hinxx/d9904c615ea99841f598e05120d6060e to your computer and use it in GitHub Desktop.
Save hinxx/d9904c615ea99841f598e05120d6060e to your computer and use it in GitHub Desktop.
UX550V kernel
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