====== Information ====== * new-lg4ff for Linux ((https://github.com/berarma/new-lg4ff)) * master ((https://github.com/berarma/new-lg4ff/tree/master)) ===== Notes ===== * :!: G29 needs to be in PS3 mode ((https://github.com/berarma/new-lg4ff/issues/53#issuecomment-939318829)) * Sometimes FFB doesn't work on 2nd+ game launches ====== Dependencies ====== * [[distros:fedora_workstation_gnome|Fedora Workstation]] * Last tested: 2023/01/02 on Fedora 37 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