How to install BeardOverflow/msi-ec. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
BeardOverflow/msi-ec Installation Guide
How to install BeardOverflow/msi-ec. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for BeardOverflow/msi-ec. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i BeardOverflow/msi-ecor
Install via npx
npx @hexmos/ipm i BeardOverflow/msi-ecPrerequisites
Kernel
kernelVersion: >= 6.5.0
build-essential
packagelinux-headers-amd64
packageVersion: Debian/Ubuntu specific
linux-headers-generic
packageVersion: Ubuntu specific
kernel-devel
packageVersion: Fedora specific
linux-headers
packageVersion: Arch specific
base-devel
packageVersion: Arch specific
git
packagedkms
packageVersion: Debian/Ubuntu specific
AUR helper (e.g., yay)
packageVersion: Arch specific
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install from GitHub using DKMS (Recommended)
sudo apt update -y && sudo apt install build-essential linux-headers-amd64 -y
git clone https://github.com/BeardOverflow/msi-ec && cd msi-ec
which dkms
sudo make dkms-install
sudo rebootInstall from GitHub without DKMS (Legacy Method)
sudo apt update -y && sudo apt install build-essential linux-headers-amd64 -y
git clone https://github.com/BeardOverflow/msi-ec && cd msi-ec
make
sudo make install
sudo rebootInstall from AUR (Arch Linux)
yay -S msi-ec-dkms-git --noconfirmInstall on NixOS
Add boot.extraModulePackages = [ config.boot.kernelPackages.msi-ec ]; and boot.kernelModules = [ "msi-ec" ]; to configuration.nix