mirror of
https://github.com/Lekensteyn/ltunify.git
synced 2025-12-10 02:15:34 +00:00
ltunify: suggest loading hid-logitech-dj
This commit is contained in:
@@ -921,6 +921,10 @@ int open_hidraw(void) {
|
||||
"for %s\n", hiddev_name);
|
||||
} else {
|
||||
fprintf(stderr, "No Logitech Unifying Receiver device found\n");
|
||||
if (access("/sys/module/hid_logitech_dj", F_OK)) {
|
||||
fprintf(stderr, "Driver is not loaded, try:"
|
||||
" sudo modprobe hid-logitech-dj\n");
|
||||
}
|
||||
}
|
||||
}
|
||||
globfree(&matches);
|
||||
|
||||
Reference in New Issue
Block a user