PixlOne / logiops

An unofficial userspace driver for HID++ Logitech devices
GNU General Public License v3.0
3.31k stars 263 forks source link

Receiver wasn't detected, I needed to pair/activate it on my windows boot, then reboot to linux it worked #431

Open gui1117 opened 7 months ago

gui1117 commented 7 months ago

TLDR: Maybe the doc could notify that pairing the usb receiver on a windows computer is needed for the receiver to be detected?

I have Mouse MX master 3 for business.

Initially it only worked on bluetooth. When I inserted the small usb device it didn't work, no receiver were detected.

Then I went to windows (same computer different boot), plug the usb stuff, it started a pairing process with the logitech software, I had to click what was indicated, like left click, right click etc... then the pairing on windows was successful.

Then I went to linux, and everything worked: command logid:

[INFO] Config file does not exist, using empty config.
[INFO] Detected receiver at /dev/hidraw2

Maybe the doc could notify that pairing the usb receiver on a windows computer is needed for the receiver to be detected?

Feel free to close the issue, I mainly open to notify people with same issue.

Thanks a lot for logiops!

mtbrobotanist commented 7 months ago

@thiolliere You can pair devices to a receiver on linux with this: https://github.com/Lekensteyn/ltunify

Flimm commented 3 months ago

You can also pair devices on Linux using Solaar, which offers a GUI. Both ltunify and solaar may be available in your Linux distro's repositories.

gui1117 commented 3 months ago

I don't mind closing the issue, I mainly opened it for helping other who would run into the same issue as me.