\r
\r
# Degug Console\r
-## hid_listen can't find device\r
+## hid_listen can't recognize device\r
When debug console of your device is not ready you will see like this:\r
\r
Waiting for device:.........\r
\r
## Can't get message on console\r
Check:\r
-- connect the device to *hid_listen*. See above.\r
-- push **LShift+RShift+d** to enable debug. See [Magic Commands](https://github.com/tmk/tmk_keyboard#magic-commands).\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
- 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
## Linux or UNIX like system requires Super User privilege\r
-Just use 'sudo' to execute 'hid_listen' with privilege.\r
+Just use 'sudo' to execute *hid_listen* with privilege.\r
```\r
$ sudo hid_listen\r
```\r