Archlinux Logitech G Pro Setup

install the custom driver from JacKeTUs

  1. get your kernel version

    uname -r
    6.6.32-1-MANJARO
    
  2. install the correct linux headers (if not already present)

    # select the correct version for your kernel,
    # e.g. linux66-headers-?? for 6.6.32-1-MANJARO
    yay linux-headers
  3. install custom driver (temporarily)

    git clone https://github.com/JacKeTUs/hid-logitech-hidpp.git
    cd hid-logitech-hidpp
    git checkout gpro-ffb-axis-6.5
    make
    sudo rmmod hid_logitech_hidpp
    sudo insmod hid-logitech-hidpp.ko

    to install permanently:

    sudo make install

test force feedback

  1. install Berarma's Oversteer GUI tool from the AUR

    yay oversteer
  2. test the wheel for proper force feedback (FFB)

    • run oversteer and select the 'Tests' tab, then 'Start New' and follow the instructions
    • your results should look somewhat like the following: