nRF Sniffer doesn't work

I tried to install nRF Sniffer. I followed the instructions here:
https://docs.nordicsemi.com/bundle/nrfutil/page/nrfutil-ble-sniffer/guides/installing_nrf_sniffer.html
I tried it on Linux and on Windows. I can flash the firmware to my nRF52840-dk, and I can enable the Sniffer toolbar in Wireshark, but there is no Sniffer interface in Wireshark. Looks like there is some data when I try /dev/ttyACM0 in Minicom in Linux, so the firmware should run. 

The manual has also a few minor bugs, did someone proof-read it? E.g. when I try from this page https://docs.nordicsemi.com/bundle/nrfutil/page/nrfutil-ble-sniffer/guides/installing_nrf_sniffer_capture_tool.html the command "nrfutil ble-sniffer bootstrap --extcap-directory $HOME/.local/lib/wireshark/extcap", it doesn't work, because the argument name is "--extcap-dir", not "--extcap-directory". I also can't find any logs in /tmp as mentioned somewhere else in the documentation.

Any idea what's the reason, or how I can debug the problem? Best would be if it would work on Linux, but Windows would be ok, too.

I tried it with an older Wireshark version on Linux, which came with Debian, then the latest version, self compiled, and the latest released exe for Windows. All drivers are be installed, like the extra driver for Windows, and it shows up in the device manager in Windows as "JLink CDC UART POrt", and libusb on Linux.

Related