06-20-2018
04:11 PM
- last edited on
03-05-2024
08:15 PM
by
ROGBot
tar -xJf.
cp /boot/config-$(uname -r) ./.config(Might need to be root)
make menuconfig, save the config to .config and exit.
make -j(if you forget -j it will take for ever)
make modules_install -j
make install -j
update-initramfs -c -k
update-grub
06-25-2018 11:42 PM
07-16-2018 03:48 PM
modprobe -r hid-multitouch && modprobe hid-multitouchwhen the touchpad disconnects.
07-18-2018 12:56 PM
07-18-2018 03:01 PM
07-18-2018 05:17 PM
07-26-2018 10:29 AM
03-27-2020 08:59 AM