diff --git a/ltunify.c b/ltunify.c index 1330bb8..127dd12 100644 --- a/ltunify.c +++ b/ltunify.c @@ -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);