All Articles

Support Articles

Table of Contents

System76 Driver (Install)

This guide will show you how to add the System76 software repository and install the driver on Ubuntu.

Please note these steps are not necessary in Pop!_OS, which includes the repository and the appropriate drivers installed by default.

Installing the Driver

To install our Driver you need to run the following commands in the Terminal:

sudo apt-add-repository -y ppa:system76-dev/stable
sudo apt-get update
sudo apt install system76-driver

This installs the System76 driver and related utilities which are needed to enable full functionality for your system.

Installing the System76 NVIDIA Driver for Systems with NVIDIA GPUs

If your system has an NVIDIA graphics card, you will want to go ahead and use this command to install the System76 Driver with NVIDIA graphics drivers built-in:

sudo apt-get install system76-driver-nvidia

In addition to the standard packages, that will pull in the latest NVIDIA drivers as packaged by System76, and all related packages needed to take full advantage of your dedicated NVIDIA graphics card.

Install System76 Driver on Other Operating Systems

DISCLAIMER: This section explains how to install the System76 Driver on Arch and Fedora.

The System76 engineering and QA teams may not regularly test other OSes on System76 hardware. This section is provided for informational purposes only.

System76 encourages users to take ownership of their machines and install whatever software or operating systems they prefer. However, System76 does not guarantee the success or quality of experience when installing other operating systems.

The support team typically makes a best-effort attempt to offer direction or troubleshooting for other distributions. The team may determine that troubleshooting has exceeded the scope of support. If that's the case, further questions should be referred to those operating system(s)' support forums.

Note: At this time, it is recommended to use the NVIDIA driver from the Arch and Fedora repositories.

Arch - Manual install

First, install some build dependencies for the System76 Firmware Daemon, System76 Driver and the Firmware Manager packages:

sudo pacman -S --needed base-devel git linux-headers

System76 Firmware Daemon

These commands will clone, build and install the System76 Firmware Daemon service.

git clone https://aur.archlinux.org/system76-firmware.git
cd system76-firmware
makepkg -srcif
sudo systemctl enable --now system76-firmware-daemon
sudo gpasswd -a $USER adm

System76 Firmware Manager

These commands will clone, build and install the System76 Firmware Manager application.

git clone https://aur.archlinux.org/firmware-manager.git
cd firmware-manager
makepkg -srcif

System76 Driver

Next, the System76 Driver package can be cloned, built, and installed using these commands:

git clone https://aur.archlinux.org/system76-driver.git
cd system76-driver
makepkg -srcif
sudo systemctl enable --now system76

Reboot the system so that our user is added to the adm group, then we are done!

Arch - Using an AUR helper

Arch users can alternatively use an AUR helper to automate some of the steps for installation and upgrading; in this example, we'll use the Paru application. Paru can be installed from the AUR using these commands:

git clone https://aur.archlinux.org/paru.git
cd paru
makepkg -si

Note: By default, Paru uses VIM keyboard shortcuts, so when you see a :, press the q key to continue. You may also need to confirm the import of some public keys using the y key.

paru -S system76-firmware-daemon-git
sudo systemctl enable --now system76-firmware-daemon
sudo gpasswd -a $USER adm
paru -S firmware-manager-git
paru -S system76-driver
# choose the first software option listed
sudo systemctl enable --now system76

Fedora

Run these commands in a Terminal to enable the community Fedora COPR and install the System76 Driver :

sudo dnf copr enable szydell/system76
sudo dnf install system76-driver