Installing Requirements
-
2. Installing Dependencies
Then to Install Required Stuff
First, possibly Upgrade your system with:sudo pacman -Syyu
In this case after reboot:
sudo reboot
Then find out your current Kernel version:
uname -r
And now install the required Packages:
sudo pacman -Sy linux-headers dkms
Choose Kernel Headers version matching your Kernel!
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.
Contents