Manage your logitech device on Linux using GUI. The program is lightweight and user-friendly.
Ubuntu:
sudo apt-get install libusb-1.0-0-dev libx11-dev libgl-dev
Fedora (38):
sudo dnf install libusb1-devel libx11-devel mesa-libGL-devel
make all
Run as root:
sudo ./ghub-gui
make clean
The problem is that the OS has failed to attach driver (see "can't add hid device" in dmesg)
To solve that, either try to execute program again or switch the port.
It may also help in future if you add udev rules listed in the case below.
create a rule in /etc/udev/rules.d/:
printf 'KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0664", GROUP="plugdev"\nSUBSYSTEM=="usb", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c083", GROUP="ubuntu", MODE="066"\nSUBSYSTEM=="usb_DEVICE", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c083", GROUP="ubuntu", MODE="066"' | sudo tee /etc/udev/rules.d/99-hidraw-permission.rules
If rules fail to reload automatically:
sudo udevadm control --reload
To manually force udev to trigger your rules:
sudo udevadm trigger
Reboot may also be needed.
Links regarding udev rules:
udev homepage
Debian's udev overview
Arch's udev overview
Writing udev rules
Ask about udev on the forum
Some logitech devices use the same id for bluetooth receiver.
However, the Linux kernel since version of 5.2 may recognize IDs properly.
Possible solution for debian-based distributions would be:
sudo apt-get upgrade
The program is not complete yet. It also requires root privileges.
- Set the static LED colour for the primary or logo
- Set custom LED colours
- Set the cycle or breathing
- Set the colour for logo or primary
- Set DPI
- Set report rate
- Battery level report
- Comprehensive GUI