8000 GitHub - taufikiqbalr/logitech_unifier: A program to pair devices to a Logitech Unifying Receiver on Linux.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

taufikiqbalr/logitech_unifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Logitech Unifier

A program to pair devices to a Logitech Unifying Receiver on Linux.

Logitech only provides a Windows program to do this, so if you're running Linux, you either need to pair your devices on a windows box or use the unify.c script.

How To

1. Compile it

gcc -o unify unify.c

2. Find your hidraw device

To find it, run the following for every hidrawX on your system until you find HID_NAME=Logitech USB Receiver:

cat /sys/class/hidraw/hidraw0/device/uevent

If hidraw0 isn't it, try hidraw1 and so on.

3. Pair it

Run:

sudo ./unify /dev/hidrawX

Where X is the matching number from step 2.

4. Turn on your device like the tool will say.

That's it! Device should work now.

Thanks

To Tycho for this article: http://tycho.ws/blog/2011/12/logitech-unifying-receiver

And Benjamin for writing the script: https://groups.google.com/forum/?fromgroups#!msg/linux.kernel/zYS6yddI8yU/9cMvg3k9xTYJ

About

A program to pair devices to a Logitech Unifying Receiver on Linux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0