Solaar does not detect Logitech mouse

I am having problems with getting Solaar to detect my Logitech mouse.

It is detected with lsusb

[home@home-82ku ~]$ lsusb | grep Logitech
Bus 001 Device 018: ID 046d:c534 Logitech, Inc. Unifying Receiver

If I run solaar show though, I get this:

[home@home-82ku ~]$ solaar show

(solaar:84036): dbind-WARNING **: 21:58:18.785: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
solaar: error: Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/solaar/cli/__init__.py", line 203, in run
    raise Exception('No devices found')
Exception: No devices found

If I run sudo modprobe hid-logitech-dj I get

modprobe: FATAL: Module hid-logitech-dj not found in directory /lib/modules/5.10.59-1-MANJARO

How do I install the hid-logitech-dj driver?

Couldn't register with accessibility bus: Did not receive a reply. 
Possible causes include: 
    the remote application did not send a reply, 
    the message bus security policy blocked the reply, 
    the reply timeout expired, 
    or the network connection was broken.
1 Like

I think you have to add it to /etc/mkinitcpio.conf in the MODULES line, like this
MODULES="hid-logitech-dj"

the run from terminal
sudo mkinitcpio -P

reboot
systemctl reboot

and test again.

1 Like

Thanks, that worked.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.