Table of Contents

Information

Notes

Dependencies

sudo dnf install dkms kernel-devel

Download/Update Source

cd ~ && mkdir -p ~/'Projects' && rm -Rf ~/'Projects/new-lg4ff/src' && git clone --branch 'master' --depth '1' --recurse-submodules 'https://github.com/berarma/new-lg4ff.git' ~/'Projects/new-lg4ff/src' && sync

Compile and Install

sudo dkms install ~/'Projects/new-lg4ff/src'

Verify

lsmod | grep 'hid_logitech_new'
dmesg | grep 'Hires timer'

Uninstall

sudo dkms status
sudo dkms remove -m 'new-lg4ff' -v '0.4.1' --all