Solaar not working

Hi Guys,
trying to make solaar working to configure logitech keybord and mouse, but I get following error:

solaar: error: Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/solaar/cli/__init__.py", line 201, in run
    raise Exception('No devices found')
Exception: No devices found

when I try lsusb | grep Logitech I can see both connected.

~lsusb | grep Logitech                                        
Bus 001 Device 005: ID 046d:c335 Logitech, Inc. G910 Orion Spectrum Mechanical Keyboard
Bus 001 Device 004: ID 046d:c07d Logitech, Inc. G502 Mouse
                                           

Any ide what could be wrong here?

Neither of those devices use Unifying Receivers, therefore Solaar does not support them.

I recommend piper for configuring your mouse which is available in the community repo.

For your keyboard, search the AUR (Arch User Repository) for g910, there appear to be a few options.

1 Like

Thanks I will try that then.