daisyUniverse / Keebie

Easy Second Keyboard support in Linux (With layers!)
84 stars 17 forks source link

Not Detecting - Missing inotifywatch #41

Open amithgc opened 1 year ago

amithgc commented 1 year ago

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.