This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

[SOLVED] nRFSniffer-V2,2.0.0-1.beta, Linux issue

Using 2.0.0-1.beta on Linux Mint 18.

Have installed pyserial with: sudo pip install pyserial --upgrade --ignore-installed

resulting in: 

Installing collected packages: pyserial
Successfully installed pyserial-3.0.1

When running WireShark, I get the following error:

raise RuntimeError("Too old version of python 'serial' Library. Version 3 required.") - This has gone after: sudo easy_install -U pyserial

Environment:

Python 2.7.12

I can see the dev now but data capture fails.

Wireshark:

Version 2.2.6 (Git Rev Unknown from unknown)

Compiled (64-bit) with Qt 5.5.1, with libpcap, with POSIX capabilities (Linux),

with libnl 3, with GLib 2.48.0, with zlib 1.2.8, with SMI 0.4.8, with c-ares

1.10.0, with Lua 5.2.4, with GnuTLS 3.4.10, with Gcrypt 1.6.5, with MIT

Kerberos, with GeoIP, with nghttp2 1.7.1, with QtMultimedia, without AirPcap.

Running on Linux 4.4.0-62-generic, with locale en_US.UTF-8, with libpcap version

1.7.4, with GnuTLS 3.4.10, with Gcrypt 1.6.5, with zlib 1.2.8.

Intel(R) Core(TM) i7-2860QM CPU @ 2.50GHz (with SSE4.2)

Built using gcc 5.4.0 20160609.

Related