Skip to content

Not Detecting - Missing inotifywatch #41

@amithgc

Description

@amithgc

In Ubuntu, I encountered a problem where Keebie was unable to detect my keyboards. The underlying issue was that the inotifywatch utility was not installed.

The inotifywatch utility is used for monitoring device files within the code. To resolve this problem, you can use the following commands to install it:

sudo apt-get update
sudo apt-get install inotify-tools

Executing these commands will update the package lists and install the necessary inotify-tools package. Once installed, you should be able to use inotifywatch without any issues.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions