Check if you can't get this 'Listening:' message:\r
- build with `CONSOLE_ENABLE=yes` in **Makefile**.\r
\r
+You may need privilege to access the device on OS like Linux.\r
+- try `sudo hid_listen`\r
+\r
## Can't get message on console\r
Check:\r
- *hid_listen* finds your device. See above.\r
- Enable debug with pressing **Magic**+d. See [Magic Commands](https://github.com/tmk/tmk_keyboard#magic-commands).\r
-- set `debug_enable=yes` usually in `matrix_init()` in **matrix.c**.\r
+- set `debug_enable=true` usually in `matrix_init()` in **matrix.c**.\r
- try using 'print' function instead of debug print. See **common/print.h**.\r
- disconnect other devices with console function. See [Issue #97](https://github.com/tmk/tmk_keyboard/issues/97).\r
\r